MissZougou
MissZougou
About
- Username
- MissZougou
- Joined
- Visits
- 88
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Thanks for your answer ! I think you misunderstood me, the TGM plugin is working fine, I just want to automatically hide notifications box for non-admin users. But that's ok, i used the "dismiss this notice" link for all my wp users accoun…
-
Yes I updated the entire theme folder (by FTP). But I don't understand the part of deactivating plugins and all other stuff The only packaged plugin from theme I use is : WPBakery Visual Composer (v.4.8.1) What other stuff are you talking about ? …
-
Good to know ;) Thanks a lot !
-
Thanks for your answer ! Instead of modify theme files, i used this (in child functions.php) to construct my custom tinymce editor. In this case, the 'shortcodes button' is no longer present. add_filter("mce_buttons", "tinymce_edito…
-
Thanks, I directly modified .mo/.po files in parent theme as you suggested :-*
-
Yes, after some research I found that I had to deal with .mo/.po files. So, I added this in my functions.php (child theme) add_action( 'after_setup_theme', 'my_child_theme_setup' ); function my_child_theme_setup() { load_child_theme_textdom…
-
Yes, in Theme Options > Translate > Blog & Portfolio, i can see "Client" input for translation. But what i would like, is that in the Clients admin menu : - "Add New" becomes "Ajouter" And In the Client crea…
-
Ok, no problem, I managed to hide this submenu ! I just added this line in my adjust_the_wp_menu function : unset($submenu['themes.php'][11]); To debug and find the right array, i used this function : if (!function_exists('debug_admin_menus')): f…
-
Ok then, thanks anyway !
-
Thanks for your answer ! I tried loocking into source code, but no luck. I could give you access to my form page, but i'm filtering ip adresses while the website is under construction. If it doesn't bother you, you can send me your ip adress (by em…
-
Thanks, that was helpfull ! I'm hiding author name, so i have enough space to show "Published by". I modified your CSS to : .masonry .post-meta .author-date .author span:not { display: inline-block !important; }
-
OK, i'll go with full width layout for search results page then, not really important. Thanks for your help !
-
Thanks, that's what i did, but didn't work for archives and search results pages. I found the solution, thanks to another topic. http://forum.muffingroup.com/betheme/discussion/comment/11110/#Comment_11110 I had to define the page for my posts (bl…