- This topic has 33 replies, 10 voices, and was last updated 9 years, 2 months ago by Sebastian.
Author | Posts |
---|---|
shamrockoz
July 12, 2015 at 8:11 pm
|
Sebastian, When I select the iphone viewport and select “manage folders and selectors” – this drops down over the viewport, obscuring the view. This then obscures the image and I cannot see the highlighted selectors. So … can I have the viewport centered in the middle of the canvas screen or even better – be able to drag the viewport around? |
Sebastian
July 14, 2015 at 11:34 am
|
@shamrockoz – yes happy to discuss features and techniques you’d like to see in Microthemer any time. Regarding the menu obscuring the preview, I think an option to drag by pulling the vertical ruler across could be a good shout.
|
Sebastian
July 14, 2015 at 5:14 pm
|
@cjseven – the color sampler might be a bit trickier than I expected: http://stackoverflow.com/questions/1936021/javascript-eyedropper-tell-color-of-pixel-under-mouse-cursor |
cjseven
July 14, 2015 at 5:36 pm
|
Yes, I can imagine that… Cross-browser issues and so on. I’ve been using a Chrome extension for that which is fine. What I miss the most is a way to save favorite colors. I see that functionality in thrive themes content builder (https://thrivethemes.com/contentbuilder/) and it is very time-saving. |
Sebastian
July 15, 2015 at 3:48 pm
|
Hi Antonio, thanks for the link. Yes the palette feature is definitely doable. This will come at the same time as suggested values for numerical fields like padding margin based on previously entered values. |
shamrockoz
July 15, 2015 at 6:21 pm
|
Sebastian, One thing I wanted to see fixed (minor) is when wordpress is installed in a folder. When I invoke microthemer – this shows a page not found, but when I hit the home page all is ok. It’s just running microthemer from the dashboard that causes an issue from a folder install. I’ll give some css-hero examples as soon as their site is up!! |
Sebastian
July 18, 2015 at 11:25 am
|
I’ve gone around in circles with the issue of which WordPress function to use for loading the home page correctly. I used to use site_url(). Then I read that it was more reliable to use home_url() so switched to that (following users reporting the 404 you’re getting). It seems that depending on the WP set-up, either will work for some but not others. Up until now I thought home_url() would work in every situation. I think the best thing to do will be to check the validity of home_url() when Microthemer first installs. If it returns a 404 not found error, site_url will be used instead. Hopefully that will cater for all set ups. Thanks for reporting this. I’m very keen to stamp out every single issue, including seemingly minor ones. |
shamrockoz
July 18, 2015 at 12:06 pm
|
Maybe this will help … Elegantthemes had a similar issue with a customizer module that would not load because of the WP folder install. The solution was to change this …
To this
Hope this helps |
Sebastian
July 21, 2015 at 4:45 pm
|
Hey, I think that solution might be specific to the elegant themes customizer, or plugins that use cookies, Microthemer doesn’t actually use any cookies. But thank you very much for sharing your findings. In other news, I’ve just rolled out version 4.0.8 which includes the landscape dimensions for common devices (I think that you asked for this feature if my memory serves me correctly). Cheers, |