RustyWood
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Logo not resizing in v3.0.10Any ideas it’s the same in
v3.0.12Forum: Themes and Templates
In reply to: [Customizr] How to remove the Customiz'it and Customizr buttonsHi like I said before CSS is not my weak point php is ..!
Thanks
Forum: Themes and Templates
In reply to: [Customizr] How to remove the Customiz'it and Customizr buttonsThanks for the help, I’ll give it a go.
Copy customizr/inc/admin/class-admin-customize.php to [your-child-theme-folder]/inc/admin/class-admin-customize.php and change ‘edit_theme_options’ to ‘update_core’ on line 74 (in 3.0.9 – might be different in later versions).
I’m assuming you haven’t given your editors the right to update WP.
No I haven’t !!
Does some CSS only work within the Custom CSS panel of Customiz’it! ?
I’m fine with CSS and had already tried those selectors out a couple of weeks ago in the style.css of the child theme, which does not work!! Thats why I asked here..
Thanks `again for the update
Forum: Themes and Templates
In reply to: [Customizr] How to remove the Customiz'it and Customizr buttonsI have given the user “editor” “edit_theme_options” capability, but this is just to manage widgets ( as I believe you are unable to allow just widgets without “edit_theme_options” being used ).
I’m using the Adminimize plugin’ but I am unable to remove the buttons now that “edit_theme_options” capability has been used .Thanks for all you information and help
Forum: Themes and Templates
In reply to: [Customizr] How to remove the Customiz'it and Customizr buttonsThanks, yes I did already find those selectors and used them but they don’t work..!
To be honest I only use Firefox to see how bad my site will look .
Cheers
Forum: Fixing WordPress
In reply to: Reverting a php commandNo worries worked it out ..
// get the the role object $role_object = get_role('editor'); // add $cap capability to this role object $role_object->remove_cap( 'edit_theme_options' );
Forum: Themes and Templates
In reply to: [Customizr] Where can I see the Changelog before upgrading?Thanks for all your help..
Appreciate it.
Sorry for not replying sooner, I’m not receiving notifications for some odd reason!
Forum: Themes and Templates
In reply to: [Customizr] Where can I see the Changelog before upgrading?Thanks, I thought I was being a bit stupid after looking around, I couldn’t find the changelog for v3-0-10 on github ?
I can easily produce a list of file changes if that would help you @rustywood?
That would be great if you could if there is no other way.
I appreciate the help.
Forum: Themes and Templates
In reply to: [Customizr] The update ruined my website.Where can I see the update log? Just about to send a site live so I can do without any problems. Thanks
Forum: Themes and Templates
In reply to: [Customizr] Remove Read more under featured sitesHi one of these should do it, I can’t remember which one I used.
.btn-primary { display: none; }
.btn:first-child { display: none; }
Forum: Themes and Templates
In reply to: [Customizr] Trouble with changing the layout on home pageJust been testing and testing this ..
I have changed the blog to another page location, both the blog page and home page are not using the Customizr themes default settings for full width, sidebar right/left and using three columns on a page by page or by using “Choose the posts default layout” and “Choose the pages default layout” settings in the Customiz’it! panel
The only way to get the Home page not have 3 columns is to set the Global settings, nothing else works.
Choose the global default layout: Right Sidebar
Force default layout everywhere: checked
This option will override the specific layouts on all posts/pages, including the front page.
Can someone else confirm this .. I think it could be a bug.
Forum: Themes and Templates
In reply to: [Customizr] Trouble with changing the layout on home pageHi thanks for the info I’ll look into it.
I’m not really making any changes as such, it seems that because I have changed the blog page to another page location, both the blog page and home page are not using the themes default settings for full width, sidebar right/left and using three columns. I have tried all settings and many combinations.
It is just these two pages which will not respond..
Thanks again
Forum: Themes and Templates
In reply to: [Customizr] How can I move the site from one Server to another?I usually turn on pretty permalinks so the URL is better looking and also helps with SEO.
Forum: Themes and Templates
In reply to: [Customizr] How can I move the site from one Server to another?Thanks for pointing out Desktop Server from Serverpress.com I’ll look into that.
So turning off pretty permalinks is also a very crucial step?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] How can I move the site from one Server to another?Thanks for pointing out Desktop Server from Serverpress.com I’ll look into that.
So turning off pretty permalinks is also a very crucial step?
Thanks