Tagged: custom page template
- This topic has 86 replies, 12 voices, and was last updated 9 years, 6 months ago by batsteek.
Author | Posts |
---|---|
Sebastian
December 26, 2014 at 7:46 am
|
Microthemer version 3.0 beta will be released very very soon (look out for the email newsletter). Please post your feedback on this dedicated forum post. If you have any support requests relating to version 3, please start a new thread for each issue. Many thanks, Sebastian |
Sebastian
December 26, 2014 at 10:06 am
|
For anyone that happens to be keeping a watchful eye on this forum, here’s a sneak preview of version 3.0 beta before it’s officially announced via email newsletter: Get it from “My Downloads”: https://themeover.com/my-downloads/ Thanks! |
Abland
December 27, 2014 at 2:31 pm
|
Hey, Sebastian, First, Merry Christmas and a Happy 2015 to you and yours! 🙂 Second, Wow! This is a major overhaul – I like what you’ve done with it. It’s taking a bit of playing but not difficult to catch on. Well done! Now, third. I’m testing on a multisite and when selecting the “Return to WordPress dashboard” it takes me to the network admin instead of that particular site’s admin. In “get-dir-paths.inc.php” line 66 there’s: Not certain if that was deliberate or an oversight but I didn’t want individual blog owners going outside their own blogs so I just added below: And now, fourth. Wow! In case I didn’t say wow yet 🙂 This is incredible work. You target the id’s on the double click, but also the classes for broader editing. And my custom design pack imported without a hitch. The media queries I had were altered from the microthemer default and I like how your program added the (imp) notation so I can discern mine at a glance and modify for the ones I’m keeping. I’m going to be playing on this for a while but take a bow – this is good work. |
Sebastian
December 28, 2014 at 4:23 am
|
Hi Abland, I’m glad you like the new design, which is thanks to my colleague Monika Koziol – an extremely accomplished UI designer. She will also be designing some free and premium theme/plugin skins so the design packs marketplace will be a much bigger part of Themeover’s offering soon after the new website is launched. We will be accepting 3rd party contributors to the marketplace but interested parties will need to apply to join before submitting to ensure that all design packs are in keeping with our style and quality standards. Thanks for pointing out the multi-site issue. That was indeed an oversight. I’ve corrected this on my development version and it will be released in the next 3.x (beta) release very soon. If you notice any other issues please let me know and I will get them fixed asap. Many thanks for your support as always Abland. Sebastian |
graffig
December 28, 2014 at 12:29 pm
|
Morning Sebastian, Hope your Chrimbo break hasn’t been too disturbed by the 3.0 release. Just a quickie. I was wondering if you could create a 3.0 thread for tech/usage questions, rather than cluttering up this one? Does that make sense or am I just creating clutter – lol Regards Darron |
Sebastian
December 28, 2014 at 1:14 pm
|
Yes no problem Darron. See here: https://themeover.com/forum/topic/microthemer-3-0-general-support-questions/ Cheers, Sebastian |
graffig
December 28, 2014 at 7:58 pm
|
Perfect Sebastian Thanks so much! D |
Sebastian
December 30, 2014 at 10:51 am
|
For anyone that downloaded version 3.0 beta, I have just updated the beta to 3.0.8 with the following fixes: * On multi-site, the “back to WordPress dashboard” icon in the left toolbar took the user back to the root admin dashboard instead of the intended blog dashboard. As before, get it from “My Downloads”: https://themeover.com/my-downloads/ |
jamiemortimer
December 30, 2014 at 11:40 am
|
Hi all, Firstly, massive congrats on the new version, the design is incredible, such an amazing overhaul. Everything seems pretty self explanatory for the most part, however there doesn’t seem to be an easy way to manage the groups & folders which is a shame. When chatting to Sebastian previously, I was under the impression there might be an interface that would allow you to select multiple entries from one folder and move them to another etc. Maybe a suggestion for a future version, but a separate organisational panel would be incredibly useful? Thanks |
Sebastian
December 30, 2014 at 12:49 pm
|
Hi Jamie, Thanks for the feedback! I could be misunderstanding, but have you noticed that the main folder/selector menu now doubles up as a folder/selector management panel? You can reorder folders by hovering your mouse over the folder icon and dragging and dropping. You can do the same with selectors by hovering over the target icon and dragging. And you can also drag selectors into different folders now too. You can’t currently select MULTIPLE selectors and drag them between folders but I can look into how doable this is… Cheers, Sebastian |
jamiemortimer
December 30, 2014 at 1:38 pm
|
Hi Sebastian, No problem at all, really loving the new design! Yeah sorry with a little more playing around, I’ve now discovered that feature 🙂 It would be great to have a multiple selection panel, but as is at the moment seems to be doing the job also. Was just a thought to help with the ability to specifically organise in a slightly larger interface in a separate menu (like you do with the other preference panels). I have noticed some slight positioning problems with floating menus I have at the top of the page that are now offset by the new top microthemer menu. But it’s now a major issue, just thought I’d mention it. Thanks |
Sebastian
December 31, 2014 at 4:04 am
|
Hi Jamie, Feedback of any kind is always welcome. And slight positioning problems are definitely among the things we’d like to hear about. I’d like to fix this for you, but I may need your help. Would you mind sending me login details for the WordPress install you’re working on or let me know what theme you are using so that I can troubleshoot the issue? You can send login details via this secure form: https://themeover.com/support/pre-sales-enquiries/ Many thanks, Sebastian |
cjseven
January 3, 2015 at 2:47 am
|
Hi Sebastian, New version is very nice. However I feel usability is a little damaged. In previous version we could click to open a selector and see all css. Now we have to click more often and if css changes adds up I think it will be more difficult to find what is where. The other side of this (good side) is to be able to see the entire page (without the transparency thing). Another cool feature I miss (or didn’t find it yet) is a reset checkbox (like we had before) to reset any css style inside a selector. I also find a little more confusing the Targeting and Inspector tabs. Previous version it was everything in same page / window and a select box). The design is great and I probably have to get use to it. Previous version was like automatic for me 🙂 Thanks for great work! |
Sebastian
January 3, 2015 at 4:22 am
|
Hi Antonio, Many thanks for offering your thoughts – just the kind of feedback we’re interested in hearing. In answer to your points: Not seeing all the CSS at once I was coming at the problem from a programmers point of view, where I’m used to writing code to an abstracted stylesheet completely hidden from the frontend. And so options obscuring the page was less of a biggy for me. Designers are much more visual. And now that I’ve got used to the new interface I think it was the right call. “more difficult to find what is where” The reset options Targeting and Inspector tabs The inspector tab lets you navigate single HTML elements in the dom. So it shows you the (simplified) HTML of the single element you double-clicked, and the directional arrows allow you to move your targeting onto other nearby single HTML elements. As new feature of version 3 is that is also shows you the computed CSS of the single HTML element in focus. The targeting tab allows you to target the single HTML element that was double-clicked as well as multiple other elements that can be targeted along with the double-clicked element. In some cases, if an HTML element doesn’t have a unique id it must be targeted as a group rather than individually. This is my reasoning for the advanced wizard options. I’m least confident about the decisions we’ve made regarding these options. That’s not to say that we are likely to restructure them. But I think they definitely need some additional features that will help non-web developers take full advantage of what they can do with them without getting too confused by what happens to the selector highlighting when they tweak things. Thanks again for taking the time to share your experience. I hope that you ultimately find that the benefits of version 3 outweigh the potential disadvantages, but either way we’d always love to hear what you have to say. Warm regards, Sebastian |
cjseven
January 3, 2015 at 1:29 pm
|
Sebastian, “more difficult to find what is where” The reset options Example: Targeting and Inspector Overall I think you guys made a great job and it seems to be much faster too. Congrats! |
Sebastian
January 4, 2015 at 2:29 am
|
Ah I see what you’re referring with the option group reset now. No, you don’t need to clear the settings manually. It was a tad easier with the checkbox system. But you can still clear a full CSS group in one go by using the (-) icons in the media query tab management menu for the selector, which is just to left of the “All Devices” tab. The icon for accessing the media query tab management menu is a plus, (+) but now you’ve got me thinking, this should probably be changed to a (+/-) icon as you can remove tabs (including the All Devices tab) as well as add new tabs. Note: you can remove all tabs (e.g. all devices as well as any media query tabs) in one one go by clicking the “Delete All” link at the bottom of the menu. This is equivalent to unchecking the checkbox you were referring to in version 2. Thanks, ps I’m glad it seems faster, we have quite a few optimisations planned that will make it even faster than it currently is. |
cjseven
January 4, 2015 at 2:54 am
|
I checked your instruction but I’m afraid it is not that. I didn’t mean reset media queries or full CSS groups. I meant reset individual properties (defaulting attribute values). Here is a small video: As you can see we just need to uncheck the property and it will default all attribute values. In 3.0 we can’t do that, can we? The only way is to manually delete values from attributes, or am I missing something obvious? ahahah |
Sebastian
January 5, 2015 at 2:07 am
|
Hi Antonio, It seems that we are on a slightly different page here, but I think we’re on the same chapter. Thanks for posting the video. I think we’re talking about the same thing with regards to the version 2 checkboxes. But I think that may be some differing terminology that is confusing things a bit. In your video you check/uncheck 3 checkboxes for color, background, and border. I would refer to these as “CSS groups” (even though color only has one property – which has been moved to the “Font” CSS group in version 3). I think what I call a CSS group, you are calling a property. And what I call a property, you are calling an attribute. In version 3, instead of clicking a checkbox to add styling options, you just click an icon “e.g. for background”. When you want to remove the options, you need to use the following menu that I have created a screenshot for: https://docs.google.com/a/themeover.com/file/d/0B2vCpmXg7SjlcEhVNGFPM3Z0Rm8/edit?usp=drivesdk If you click the bold subtract icon (-) next to “All devices” in the dropdown menu (see screenshot), all the fields disappear. If you then click the plus icon (+) next to “All devices” (the icon changes to a (+) if the tab doesn’t already exist), all the fields will be re-added with empty values (showing only the default existing CSS values). I probably should have mentioned that you can re-add the fields and that they will be empty in my previous post. Perhaps that was the cause of the confusion? Or perhaps I’ve missed the mark again? Please let me know. Cheers, Sebastian |
Sebastian
January 5, 2015 at 2:16 am
|
ps this is probably one of the least intuitive transitions from version 2 to 3. And I expect you are not the only one to struggle with it. So thanks for starting the discussion! |
cjseven
January 5, 2015 at 7:58 am
|
Ohhhh.. you are right! I misused the property, attribute, values CSS lingo. And now I can see how to reset in 3.0. 🙂 Thank you very much for your support. Antonio |
Sebastian
January 6, 2015 at 1:58 am
|
Thank you Antonio, we’ve determined that the tab management options could with some work to make them more intuitive. We’ll release this update very soon. Cheers! Sebastian |
Sebastian
January 10, 2015 at 4:02 am
|
UPDATE – we’ve released an update to the beta which fixes the following issues: * The appearance of the slider handle for the selector wizard element targeting tab also needed fixing in WP 4.1 Auto-updating via your WordPress dashboard won’t be possible until the new docs are ready, so for now: Get it from “My Downloads”: https://themeover.com/my-downloads/ Thanks, Sebastian |
Sebastian
January 13, 2015 at 6:25 am
|
ANOTHER UPDATE 3.0.14 (beta) # Enhancement # Bugs Fixed Get it from “My Downloads”: https://themeover.com/my-downloads/ Thanks! Sebastian |
Sebastian
January 14, 2015 at 1:33 am
|
My apologies everyone, in my haste yesterday I forgot to actually upload the new build to the server (thanks for alerting me to this Jamie). 3.0.14 beta is now available for download. Get it from “My Downloads”: https://themeover.com/my-downloads/ |
cjseven
January 14, 2015 at 2:38 am
|
Hi Sebastian, I’m still fighting to adapt to new version user experience 🙂 I’ll get there! I noted you took out “remove admin bar” option from preferences since now it doesn’t show by default inside microthemer. However I’ve found that option very useful when I’m working and previewing in several browsers and monitors (preview without admin bar). Is there any chance to add it back? Thanks, |