andyt1980
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Sidebar Position on Mobile/TabletThanks, it worked!.
However, it also adds the sidebar to the Homepage and non-Woocommerce pages where its not required. For the moment I’ve just hidden it with CSS, but is their a better PHP solution?.Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Pagination IssuesAaarghh – I thought I’d sorted the Internal Server Error now. I’ve contacted my webhost several times they’ve increased the PHP Memory limit to 1024MB and also the WordPress Memory limit to 1024MB and enabled gzip compression.
I’ve not been able to repliacte the error since but now you’ve just had it!! ??
I dont know what else to try, the site is only this slow with Woocommmerce enabled. I don’t know what else to try!.Regarding the filter, setting the “Try to ajaxify the shop” to No solves the pagination issue but it doesnt filter as quickly/smoothly without the ajax which was the main reason for installing the plugin to begin with. Products per page was already set to -1.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Pagination IssuesForgot to post URL: https://tinyurl.com/jr2yuc2
Forum: Themes and Templates
In reply to: [Storefront] Sidebar Position on Mobile/TabletI’ve tried both following snippets but nothing is happening:
remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 ); add_action( 'storefront_content_top', 'woocommerce_sidebar', 10 );
function add_sidebar_to_top() { add_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 ); } add_action( 'storefront_content_top', 'add_sidebar_to_top');
I deactivated W3 Total Cache incase it was a cacheing problem, but still nothing changes.
Any help much appreciated.Forum: Themes and Templates
In reply to: [Storefront] Mobile Sub-MenuI’m using this plugin and it works very well: https://www.ads-software.com/plugins/megamenu/
Yeh thanks, as mentioned above I’d already fixed it.
Forum: Plugins
In reply to: [Smart Slider 3] Debug ErrorThank you, when I deactivate and resintall latest version will I lose all my slides and slider settings?
Forum: Themes and Templates
In reply to: [Storefront] Mobile Sub-MenuSorry I meant, if I remove the sub-menus from handheld menu, if I dont then I get a very long list of open sub-categories.
I will have to look into a menu plugin of some sort, can you recommend one for this theme?.
Forum: Themes and Templates
In reply to: [Storefront] Sidebar Position on Mobile/TabletI’m still just learning about hooks, could you give me a bit more code to start with?
Thanks.
Forum: Themes and Templates
In reply to: [Storefront] Customizer not workingFor example, I go to Footer section, change background-color to black, preview shows that the change has been made, I press save & publish, I go to front end refresh, try hard refresh but nothing has changed.
Forum: Themes and Templates
In reply to: [Storefront] Changing Position of Cart & Search BoxWorks great thank you – I’m only just learning about hooks but it seems they will be very helpful in future.
Forum: Themes and Templates
In reply to: [Storefront] Mobile NavigationI managed to get this working myself using the following CSS:
@media (max-width: 960px) { .primary-navigation { display:none;} .menu-toggle { display: block;} .main-navigation.toggled .handheld-navigation { display: block;} .main-navigation.toggled div.menu { display: block;} .main-navigation ul li { display: block;} }
Hopefully it might be useful for someone else.
Yes I just needed to change the CSS to cursor:pointer;
Thank you that works great. Is it possible to make the Brand names clickable and not just the checkbox?.
Marked as Resolved