- This topic has 15 replies, 3 voices, and was last updated 3 years, 4 months ago by
Tom.
-
AuthorPosts
-
September 13, 2019 at 5:05 am #1008541
johnaps
Hello!
I am setting up my site with gp pro with one of the templates (“prime template”).
You can see my staging version bellow.I have had a few problems that i would like your help with, as i am not very programming inclined, but i catch up pretty fast and always looking for the best solutions in a clean, elegant and productive way! Short, fast and simple in other words!
The first thing i am trying to adjust in my main page is the wp_shortcodes in the content! I want them to show
Best sellers, Sales and Featured, but not in a vertical way as it is! I want all products of each shortcode to be in a row, horizontally.
Second thing is i want to extend horizontally the search bar on top.
And the third thing is that i want to remove the little black cart icon thats right next to my menu and try to implement it on a second menu that i ‘ll build. It will have login, register, etc pages and the cart…Thank you for your time, i eagerly await for your help.
John
September 13, 2019 at 5:56 am #1008573David
StaffCustomer SupportHi there,
1. Something is breaking the CSS of the Woocommerce columns, could you disable any woo related plugins eg. the Quick view to see if this is the cause.
2. In Customizer > Additional CSS adjust the max-width px of this:
.dgwt-wcas-search-wrapp { max-width: 600px; }
3. You can move the cart to the secondary nav using the PHP filter snippet provided here:
https://docs.generatepress.com/article/generate_woocommerce_menu_item_location/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 14, 2019 at 4:02 am #1009209johnaps
Hello again! Thank you for your time and help.
1. i tried disabling quick view, but that didnt fix the issue, and i dont have many secondary woocommerce plugins…
2. fixed it, thank you!
3. i would actually want to remove the cart icon all together, as i will implement it in my menu though quadmenu plugin, is there a way to do it?September 14, 2019 at 5:03 am #1009246David
StaffCustomer Support1. The CSS isn’t being loaded to create the columns. Can you uninstall and re-install the GP Premium plugin.
3. In Customizer > Layout > Woocommerce you can disable the menu cart. Please note this will also remove the Mini Cart that appears when the cart is hovered.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 17, 2019 at 6:35 am #1011496johnaps
Hello again!
1. I tried your suggestion, but that didnt fix the issue…
3. That did the trick! Thank you.
Can you tell me various things to try out so i can find out the cause of the problem?
September 17, 2019 at 7:19 am #1011529David
StaffCustomer SupportDo any of the woocommerce plugins need updating?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 17, 2019 at 8:33 am #1011728johnaps
No, nothing needs updating…
September 17, 2019 at 8:19 pm #1012170Tom
Lead DeveloperLead DeveloperThere’s a lot of strange code in your HTML source. Does the issue go away if GP Premium and WooCommerce are the only active plugins?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 18, 2019 at 12:56 am #1012256johnaps
Yes the issue went away… What do you suggest that i do now? Reactivate plugins one by one?
Thank you for your time, much appreciated!
September 18, 2019 at 1:00 am #1012260johnaps
I found the plugin that did this… Its perfmatters!
September 18, 2019 at 1:02 am #1012261johnaps
Do you have any idea if something in the configuration does this? Cause as i have seen in many articles gp and perfmatters does well together!
September 18, 2019 at 1:39 am #1012282johnaps
Before deactivation of perfmatters, in the browser console i didnt get a message like –> JQMIGRATE: Migrate is installed, version 1.4.1
But when i deactivated it i got*
jquery-migrate.js?ver=1.4.1:45
JQMIGRATE: ‘ready’ event is deprecated
migrateWarn @ jquery-migrate.js?ver=1.4.1:45
*Is that of any help, to figure things out? Thank you
September 18, 2019 at 2:26 am #1012314johnaps
I enabled the bellow options on perfmatters and eveything seems on check
Disable Scripts?
Disable Cart Fragmentation?
Disable Widgets?
The only thing that concerns me, is what i wrote above,
“” Before deactivation of perfmatters, in the browser console i didnt get a message like –> JQMIGRATE: Migrate is installed, version 1.4.1
But when i deactivated it i got*
jquery-migrate.js?ver=1.4.1:45
JQMIGRATE: ‘ready’ event is deprecated
migrateWarn @ jquery-migrate.js?ver=1.4.1:45
* “”And if you have any suggestions on anything…
But all problems seem solved!
Thank you very muchSeptember 18, 2019 at 9:23 am #1012772Tom
Lead DeveloperLead DeveloperHi there,
Glad you found a solution!
That console message isn’t anything to worry about – it exists on all WordPress sites when using jQuery 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 20, 2019 at 2:07 am #1014233johnaps
Thank you very much for your time! Much appreciated!!!
-
AuthorPosts
- You must be logged in to reply to this topic.