Tasha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Customizr folder deleted when trying to update themeOk, thanks for the quick response Esmi!
Forum: Themes and Templates
In reply to: [Customizr] Customizr folder deleted when trying to update themeOk thanks Esmi. Can I assume it will be fine updating the live site then? I will off course make a back up.
Forum: Themes and Templates
In reply to: [Figero] Child theme for FigeroI changed to Customizr which I can really recommend. The support is fantastic – both from the developer of the theme and expert voluteers. Child theme works, all plug-ins work and it is responsive!
Forum: Themes and Templates
In reply to: [Customizr] Hover effect on images not working correctlyThank you thank you thank you Nikeo. Awesome theme and awesome support!
Forum: Themes and Templates
In reply to: [Customizr] Custom navigation menu in headerSome more info:
I’ve now created an image map for the menu on desktops (it’s cheesy I know but it’s for a nursery) and a menu called Eco-School that displays on mobiles. The problem is it just shows as a list of items – like a menu would in the sidebar – instead of a proper responsive menu.
https://www.granthamfarm.angelicdesign.co.uk/eco-school/
Thank you in advance!
Forum: Themes and Templates
In reply to: [Customizr] Different menus for different (groups of) pagesI use a plug-in called Custom sidebars that worked really well with Customizr.
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEFunny! I was watching Breaking Bad and Top Boy while we were doing this! Addictive shows ??
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEThanks again Andrew!!!
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IESo to sum it up for future users:
Add the following to functions.php in your child theme:
function myCustomizrSetIEClass() {
wp_enqueue_script( ‘setIEClass’, get_stylesheet_directory_uri() . ‘/inc/js/ie.js’, ”, ‘1.0’, true );
}add_action( ‘wp_enqueue_scripts’, ‘myCustomizrSetIEClass’ );
Add the following to ie.js (in childtheme\inc\js
jQuery(document).ready(function(){
setIEClass(10, jQuery);
});function setIEClass($version, jQuery) {
$=jQuery;
if ($.browser.msie && $.browser.version == $version) {
$(“html”).addClass(“ie10”);
}
}Add the following to style.css
.ie10 .home .thumb-wrapper {
width: 271px;
height: 252px;
margin-top: -2px;
}Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEHa-ha – no I was just very happy to get help! You are a star!
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEYeah!!! That works!!! I am sooooo grateful for all your help! I really really appreciate it!
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEok done
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IESorry about the misunderstanding! I made the change and uploaded it to the live site.
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEit should be there now
Forum: Themes and Templates
In reply to: [Customizr] Problem with featured image in IEoh, I was working locally. I’ll upload it to the live site