WPIntell

Source evidence

hide wp capability

Microthemer Lite – Visual Editor to Customize CSS · support · 2019-06-27T06:10:00+00:00

complaintsentiment
highseverity
1.0relevance
15replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 21 rows with source links

9.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Rookie unresolved
Does not play with https://wordpress.org/plugins/wp-hide-security-enhancer/ still fetching old paths which throw 404 and result in the microtehemer to not work. Hey Rookie, Thanks for raising this. I just tried the two plugins together, but it worked for me. I Added the following customisations: New Plugins Path: my_plugins New Path for Microthemer plugin: mt Perhaps you made further customisations? Cheers, Sebastian @bastywebb I’ve changed wp-content folder and all folders so please try to rename all wp-content, includes, etc, etc. and place the path for microthemer in the new wp-content and plugin path content/my-plugins/mt Mine get stuck on the preloader: https://tppr.me/PqB7k and microtehemer try to fetch old wp-content and plugin paths This reply was modified 6 years, 11 months ago by Rookie . Hey Rookie, I set custom names for the wp-content and wp-includes folders and it still works. What I didn’t do was move any files around on the server. Is that what you were suggesting when you said: “and place the path for microthemer in the new wp-content and plugin path content/my-plugins/mt” The WP hide plugin does not require any files to be really moved on the server, rewrite rules do this ‘virtually’. And if things aren’t working for you, I wonder if that is the reason… Cheers, Sebastian The only folder I’ve created on the server is the uploads folder. I know you talk to it and place the generated CSS there. But that is not the issue. The loader does not load and fetches old paths. And the new uploads folders is working perfectly with other plugins and setup correctly in wp-config.php and MT was installed way after this was renamed on the server. Meaning it should anyhow work out of the box. Oh I see. Would you mind providing me with access to the site you’re working on by sending me a private message via our secure contact form? You may also wish to use this plugin instead of creating a new user: https://en-gb.wordpress.org/plugins/temporary-login-without-password/ No worries if not, I can try some additional things to replicate this at my end. It just might help speed things up a little if I can review your setup and the path errors. Cheers, Sebastian P.S. Microthemer doesn’t use the uploads folder for storing the CSS, that is added to the /wp-content/micro-themes folder. Ok, let me have a look at it tomorrow! I can begin with send path errors. But think I deleted the plugin though since it was not working 😀 @bastywebb Can you share me a sandbox that you created and I can see what the issue might be? My main issue is that I want to add style to e.g all elementor blocks and microthemer works good with elementor to style all sections in one. Instead of adding padding x50 sections. elementor tread all with their divs as indvidual tags. Hi Rookie, Sorry for being dim, but I’m a little confused about what you’re asking re the sandbox? And regarding Elementor blocks, if you are asking me a question about Microthemer’s ability to style multiple Elementor modules in one go – yes it can. Cheers, Sebastian If you had a staging and sandbox site up and running I could have seen there but never mind. I disabled hide wp and it runs but can not do anything in microthemer. And can no see any issues in the console that would cause this. it’s just blank: https://tppr.me/AyKjD And regarding Elementor blocks, if you are asking me a question about Microthemer’s ability to style multiple Elementor modules in one go – yes it can. Yes that’s want I want! 🙂 So tired of elementor adding same code x500 times and can’t synchronize if the user wants to use the same pattern. Some needs individual some not. The last issue is caused since the plugin do not support jquery 3.4.1 How would I style all sections or all columns with one selector? Elementor add unique identifier to all. Am I forced to add a custom css class to them? I consider doing it anyhow consider elementor might change the naming convention and then it’s risky. And how do I target only a specific CPT to load this css? This reply was modified 6 years, 10 months ago by Rookie . The hide wp issue was solved by disabling and enable it once again with microthemer installed and activated. But still experience saving issues. This reply was modified 6 years, 10 months ago by Rookie . Also found it does not play well with cloudflares rocket-loader. Most users don’t have too many page rules to exclude. And usually, elementor and other things have to be excluded to play. For me, I can exclude it with page rules or disable it temporary when loading the microthemer UI. Just good to mention for you I guess. Sorry for all threads. But found out today the UI does not load so there is surely something between hide wp and your plugin that does not play well. Hey Rookie, Ok quite a few points to cover. I’ll try to deal with them in order: Microthemer is compatible with the WordPress default version of jQuery only. I am right in thinking you have fixed this issue by removing your custom version of jQuery? The following video shows how to create selectors for multiple elements on the page without adding a custom class: https://screencast-o-matic.com/watch/cbljIM25BG Microthemer provides options for targeting related elements. But custom classes can be useful if Microthemer doesn’t suggest a selector for the particular arrangement of elements you want to target. Microthemer will pick up your custom class once you’ve added it – but you may need to find it via the advanced targeting options (shown in previous video) To make the CSS specific for a custom post type (CPT) you will need to prefix the selectors Microthemer generates with a CPT-specific body class. So e.g. .entry-title would become .testimonials .entry-title . You can modify the selectors Microthemer suggests using the input fields under the ‘Targeting suggestions’ pane of the advanced options. See the advanced options in the 2nd half of the previous video. Thanks for letting my know about the issue with cloudflares rocket-loader. Regarding WP Hide, could there be an interaction between MT, WP Hide, and rocket-loader? Also, could a workaround be to disable WP hide while you work with Microthemer, like you’ve done for rocket-loader? Thanks, Sebastian

Comments

15 shown
Themeover 2019-06-27T08:13:00+00:00

Hey Rookie, Thanks for raising this. I just tried the two plugins together, but it worked for me. I Added the following customisations: New Plugins Path: my_plugins New Path for Microthemer plugin: mt Perhaps you made further customisations? Cheers, Sebastian

Rookie 2019-06-29T09:24:00+00:00

@bastywebb I’ve changed wp-content folder and all folders so please try to rename all wp-content, includes, etc, etc. and place the path for microthemer in the new wp-content and plugin path content/my-plugins/mt Mine get stuck on the preloader: https://tppr.me/PqB7k and microtehemer try to fetch old wp-content and plugin paths This reply was modified 6 years, 11 months ago by Rookie .

Themeover 2019-07-01T11:04:00+00:00

Hey Rookie, I set custom names for the wp-content and wp-includes folders and it still works. What I didn’t do was move any files around on the server. Is that what you were suggesting when you said: “and place the path for microthemer in the new wp-content and plugin path content/my-plugins/mt” The WP hide plugin does not require any files to be really moved on the server, rewrite rules do this ‘virtually’. And if things aren’t working for you, I wonder if that is the reason… Cheers, Sebastian

Rookie 2019-07-01T11:45:00+00:00

The only folder I’ve created on the server is the uploads folder. I know you talk to it and place the generated CSS there. But that is not the issue. The loader does not load and fetches old paths. And the new uploads folders is working perfectly with other plugins and setup correctly in wp-config.php and MT was installed way after this was renamed on the server. Meaning it should anyhow work out of the box.

Themeover 2019-07-01T11:52:00+00:00

Oh I see. Would you mind providing me with access to the site you’re working on by sending me a private message via our secure contact form? You may also wish to use this plugin instead of creating a new user: https://en-gb.wordpress.org/plugins/temporary-login-without-password/ No worries if not, I can try some additional things to replicate this at my end. It just might help speed things up a little if I can review your setup and the path errors. Cheers, Sebastian P.S. Microthemer doesn’t use the uploads folder for storing the CSS, that is added to the /wp-content/micro-themes folder.

Rookie 2019-07-01T18:44:00+00:00

Ok, let me have a look at it tomorrow! I can begin with send path errors. But think I deleted the plugin though since it was not working 😀

Rookie 2019-07-06T10:15:00+00:00

@bastywebb Can you share me a sandbox that you created and I can see what the issue might be? My main issue is that I want to add style to e.g all elementor blocks and microthemer works good with elementor to style all sections in one. Instead of adding padding x50 sections. elementor tread all with their divs as indvidual tags.

Themeover 2019-07-06T10:43:00+00:00

Hi Rookie, Sorry for being dim, but I’m a little confused about what you’re asking re the sandbox? And regarding Elementor blocks, if you are asking me a question about Microthemer’s ability to style multiple Elementor modules in one go – yes it can. Cheers, Sebastian

Rookie 2019-07-06T14:09:00+00:00

If you had a staging and sandbox site up and running I could have seen there but never mind. I disabled hide wp and it runs but can not do anything in microthemer. And can no see any issues in the console that would cause this. it’s just blank: https://tppr.me/AyKjD And regarding Elementor blocks, if you are asking me a question about Microthemer’s ability to style multiple Elementor modules in one go – yes it can. Yes that’s want I want! 🙂 So tired of elementor adding same code x500 times and can’t synchronize if the user wants to use the same pattern. Some needs individual some not.

Rookie 2019-07-06T14:16:00+00:00

The last issue is caused since the plugin do not support jquery 3.4.1

Rookie 2019-07-06T14:17:00+00:00

How would I style all sections or all columns with one selector? Elementor add unique identifier to all. Am I forced to add a custom css class to them? I consider doing it anyhow consider elementor might change the naming convention and then it’s risky. And how do I target only a specific CPT to load this css? This reply was modified 6 years, 10 months ago by Rookie .

Rookie 2019-07-06T14:18:00+00:00

The hide wp issue was solved by disabling and enable it once again with microthemer installed and activated. But still experience saving issues. This reply was modified 6 years, 10 months ago by Rookie .

Rookie 2019-07-07T11:13:00+00:00

Also found it does not play well with cloudflares rocket-loader. Most users don’t have too many page rules to exclude. And usually, elementor and other things have to be excluded to play. For me, I can exclude it with page rules or disable it temporary when loading the microthemer UI. Just good to mention for you I guess.

Rookie 2019-07-07T11:16:00+00:00

Sorry for all threads. But found out today the UI does not load so there is surely something between hide wp and your plugin that does not play well.

Themeover 2019-07-08T09:37:00+00:00

Hey Rookie, Ok quite a few points to cover. I’ll try to deal with them in order: Microthemer is compatible with the WordPress default version of jQuery only. I am right in thinking you have fixed this issue by removing your custom version of jQuery? The following video shows how to create selectors for multiple elements on the page without adding a custom class: https://screencast-o-matic.com/watch/cbljIM25BG Microthemer provides options for targeting related elements. But custom classes can be useful if Microthemer doesn’t suggest a selector for the particular arrangement of elements you want to target. Microthemer will pick up your custom class once you’ve added it – but you may need to find it via the advanced targeting options (shown in previous video) To make the CSS specific for a custom post type (CPT) you will need to prefix the selectors Microthemer generates with a CPT-specific body class. So e.g. .entry-title would become .testimonials .entry-title . You can modify the selectors Microthemer suggests using the input fields under the ‘Targeting suggestions’ pane of the advanced options. See the advanced options in the 2nd half of the previous video. Thanks for letting my know about the issue with cloudflares rocket-loader. Regarding WP Hide, could there be an interaction between MT, WP Hide, and rocket-loader? Also, could a workaround be to disable WP hide while you work with Microthemer, like you’ve done for rocket-loader? Thanks, Sebastian