createandcode
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Product Image Gallery Options] Just what it says on the tinThanks for the great review Gareth!
Forum: Themes and Templates
In reply to: [StartRight] Background colorNo problem Brandy!
Best,
Simon
Forum: Themes and Templates
In reply to: [StartRight] Home not editing anymoreHi there
A 500 error is usually a server issue – I’d try quickly switching to one of the default WordPress themes, say twentyseventeen – and see if the problem still exists.
If it still does – I’d just get in touch with your hosting provider. There are other possible fixes suggested here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Best
Simon
Forum: Reviews
In reply to: [WooCommerce Product Image Gallery Options] Just in time!Delighted it helped you out ??
Forum: Plugins
In reply to: [WooCommerce Product Image Gallery Options] Global optionsGlad to help!
Forum: Plugins
In reply to: [WooCommerce Product Image Gallery Options] Global optionsHey Marcus,
Not at present. It’s already possible for you to do it globally via code
see here
https://createandcode.com/how-to-disable-zoom-lightbox-and-gallery-slider-on-woocommerce-product-pages/remove_theme_support( 'wc-product-gallery-zoom' ); remove_theme_support( 'wc-product-gallery-lightbox' ); remove_theme_support( 'wc-product-gallery-slider' );
Forum: Themes and Templates
In reply to: [StartRight] Background colorHi Brandy,
You’d need some custom css to achieve something like this. Try adding the following to Appearance > Customizer > Additional CSS
/* Top Bar */ body.home .startright-header-topbar { background: red; } body.blog .startright-header-topbar { background: green; } /* Main Header */ body.home .startright-header-main { background: blue; } body.blog .startright-header-main { background: pink; } /* Navigation Bar */ body.home .startright-header-nav { background: yellow; } body.blog .startright-header-nav { background: orange; }
Replace the colors with your own #hex.
Best
Simon
Great – glad to help ??
Your theme will need to be updated to support the new WooCommerce 3.0 gallery features. Here’s a guide on how to do that
https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/Forum: Plugins
In reply to: [WooCommerce] Still having an issue with product gallery in 3.0, 3.0.1In order to help you, it’s best to let us know what theme you are using?
Also, check your system status https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/
If your parent theme is overriding templates like product-image.php then simply adding support for the new gallery won’t be enough. Your theme author should test and add support for WooCommerce 3.0
Hi there,
Did you re-assign the deleted page to be your homepage in Settings ->Reading
i.e.
Colm
Forum: Themes and Templates
In reply to: [StartRight] Crelly Slider Full-Width doesn’t workHi there,
It should be going full width – as per
https://themedemo.createandcode.com/startright/Can you send an email to [email protected] with your WP site url and your WP admin user/pass and we’ll take a look for you.
Best,
Colm
Forum: Themes and Templates
In reply to: [StartRight] Image on page not correct widthAh yes – it’s probably the Photon extension in Jetpack
https://jetpack.com/support/photon/I’ve seen that cause issues like this in the past.
ColmForum: Themes and Templates
In reply to: [StartRight] Image on page not correct widthHi there,
Are you sure you’re just now seeing the default WordPress responsive images kicking in at smaller screen sizes?
e.g. on my browser I see this
so it looks like it’s loading the full size image for me.
If I reduce my browser window size it will obviously load one of the smaller images – but that’s the default WordPress image experience – and not something that’s specific to the theme.Colm
Forum: Themes and Templates
In reply to: [StartRight] Image on page not correct widthHi there,
if you shoot us an email with your WP site url, WP admin user/pass to [email protected] we’ll take a look for you.
Colm