Forum Replies Created
-
AuthorPosts
-
gegeorMember
Thank you Victor, your help is again appreciated
Actually i have worked a little with the Genesis Sample and my main issue was the header/ menu
i wanted transparent menu and the only way i managed to do it was using Hero Menu plugin
take a look at my "playground" site : http://www.polyhair.gr/portalThat is why i wonder if any of the child Themes at Studiopress Shop has more easy to do customization than the Sample?
As for Woocommerce the attempt to use it (with the connect plugin) wasnt very sucessfull ,the result needs better styling
I have seen now that many Child themes at shop do work very good with Woocommerce.Thank you:)
gegeorMemberHello
Problem is solved with the following css code ( Hero Menu support team was fast and good )
nav.nav-primary { border-top: none; } nav.nav-primary .wrap { max-width: none; padding: 0px !important; } @media(max-width: 1023px){ nav.nav-primary { display: block !important; } button.menu-toggle { display: none !important; } }
thank you
gegeorMemberThanks Victor
the page is : http://www.polyhair.gr/portal
the background of menu is the issue but i cannot understand the hero menu behavior while i have set it full width..i have also sent them ticket about this
many thanksgegeorMemberThank you very much for the nice examples:)
There is also one add on of Uber menu called : sticky which does almost same thingthanks
gegeorMemberThanks Victor , my questions wasnt correct i think,-
what i wanted to ask is : if you can suggest any studiopress theme that i can buy and use in order to build sites for local small business and small eshops with woocommerce
many thanks againgegeorMember*** studioPress themes **********
forgot to ask before
Do you know any builder that doesnt bypass woocomerce templating?
gegeorMemberThank you Victor
i will try again as soon i purchase theme..By the way ...Any suggestions for theme? what i need is a nice theme which i can use it either for small local business website and for small eshops plus that i am new to Genesis.....
any ideas of which themstudio theme should i get would be very usefull for me
many thanks for your help:)gegeorMemberI use Genesis child sample theme only
i used elementor builder for adding woocommerce products
i just only testing things a little with Genesis ,i am very new to Genesis ...
gegeorMemberYes , thats the code i placed in functions.php but nothing changes....:(
// Change number or products per row to 3 add_filter('loop_shop_columns', 'loop_columns'); if (!function_exists('loop_columns')) { function loop_columns() { return 3; // 3 products per row } }
gegeorMemberHello and thank you for your reply
i can see the code in woocommerce page but nothing happens when i place that in functions.php file
Genesis connect woocommerce ,its installed....
Where should i have this code for rows?many thanks
-
AuthorPosts