-
AuthorPosts
-
December 14, 2015 at 1:18 pm #552195
Hello,
Even after searching in documentation and the forum I am not able to fix two issues in considerable time. Hence I´m kindly asking for support:Q1: How to set up the customer login (user name, password, Remember me, ev. request new password) in the sidebar of a shop page (as seen in the demo http://kriesi.at/themedemo/?theme=enfold-overview). I can’t figure out the respective widget / menu. Currently Im using “My Account” Menu (http://www.deboman.com/Wordpress/?page_id=1022).
Q2: I understand, that there are some limitations of Avia Layout builder with Woocommerce page (eg. Filter, Layered Filters widget set, will not show up in the Enfold product page sidebar, but in the Woocommerce product page it will work fine). I played around with both alternatives Woo product page and Enfold product page. At the end I would like to have a 4 column product grid from enfold as well as a 5 column slider from enfold (see link above) in the Woocommerce Shop page as well as in the Woocommerce Product category page (which enable me to have filters in the sidebar).
Asking naively (I am not familiar with CSS coding and programming at all): is it possible that you provide Enfold shortcodes or code snippets for product grid/Slider, so that I can copy those in the respective Woocommerce templates / CSS?Thanks in advance for your response
Manfred
December 15, 2015 at 4:29 am #552791Coul solve myself Q1. Any thoughts on Q2?
December 15, 2015 at 6:47 am #552812Hey!
Even if there are no Enfold Shortcodes to do that, you can use any ” Grid ” plugin from
http://codecanyon.net/to achive that. There are plugins providing grid shortcodes, with different methods actually.
Let us know if you have more questions.Best regards,
BasilisDecember 16, 2015 at 12:39 pm #553610Q3. Grid thing solved. Thx
New Qs: However, I run a plugin to toggle between grid and list, and the list layout now messes up. Most probably a setting issue, but the thing drives me nuts …. any quick suggestion for a solution? http://www.deboman.com/Wordpress/?product_cat=vorlagen
AIso I can’t find the shortcodes for changing font sizes for the heading titles font-sizes (Anmelden, Neues Konto Anlegen, Meine Adressen).http://www.deboman.com/Wordpress/?page_id=1019
I want to get rid of the H2 default value and use own font size and style instead. I inspected element via Google inspector, but still can’t figure it out. I tried:
.login { font-size: 14px; } does not change heading title
.customer_login{ font-size: 14px; } does not change anythingDecember 16, 2015 at 9:43 pm #554003Hi!
Please add following code to quick CSS
.woocommerce h2 { font-size: 20px; }
Can you please elaborate on the first issue you are having? :)
Cheers!
YigitDecember 16, 2015 at 11:39 pm #5540661. Product list issue:
I installed a plugin to toggle between product grid view and list view. The list view has gotten a strange layout (image in upper left corner of the row, empty space and borders at the bottom (see attached screen shot)2. Font size CSS-CODE works as I needed it, Thanks a lot
December 17, 2015 at 5:11 pm #554512Hi!
Please add following code to Quick CSS
ul.products.list li.product img { width: 100%!important; }
Regards,
YigitDecember 17, 2015 at 6:36 pm #554579The code did not make any change in the behavior
December 19, 2015 at 7:35 pm #555429Anyone else in the forum who might able to help me out with fixing the product list layout issue for woo commerce?
December 24, 2015 at 4:46 am #557341Hi!
I checked your page but it looks like your getting some errors currently.
Warning: Division by zero in /home/.sites/494/site1603/web/Wordpress/wp-content/plugins/woocommerce/templates/content-product.php on line 38 Warning: Division by zero in /home/.sites/494/site1603/web/Wordpress/wp-content/plugins/woocommerce/templates/content-product.php on line 41
Cheers!
ElliottJanuary 6, 2016 at 2:05 pm #560500I still couldn’t resolve this issue with the product list / grid view (plugin WooCommerce Raster / Listen Schalter V1.0.0), however I found 2+ post related to the same topic. Unfortunately there was no detailed explanation/coding of the solution for Enfold:
https://kriesi.at/support/topic/layout-list-view-products-on-category-page/#post-416032Also Abundance theme obviously had the similar/same issue, but unfortunately the suggested code does not work with the Enfold theme
https://kriesi.at/support/topic/woocommerce-grid-list-toggle-0-3-2-plugin/#post-23903Any suggestion for my issue is still appreciated
January 7, 2016 at 11:51 am #561117Hey!
Your product pages are looking good now is there anything else we can help you with?
Cheers!
VinayJanuary 7, 2016 at 12:32 pm #561138Hello Vinay
Thanks for your response.
The page in question is not the single product page, but the product category pages. When I activate the woocommerce list/grid view toggle plugin an go for the list view, the page gets disrupted (plugin was off, while you were checking, I turned it back on now). It works for other themes eg. Twenty Fourteen, but not within Enfold.
Enfold theme:
Twenty Fourteen Theme:
January 7, 2016 at 12:39 pm #561141Images won’t show up. See links
Enfold theme:
Twenty Forty theme:
- This reply was modified 8 years, 11 months ago by deboman.
January 9, 2016 at 4:00 pm #562442Hey!
This is more of a theme customization issue. I tried to make some custom css for you but this is going to take a lot of time and customization work. If it was simple enough we could have provided you with custom css for this.
For more info on how you can get your theme customized please chekc http://kriesi.at/contact/customization
some quick css is added to make it look a little better.
ul.products.list li.product h3, ul.products.list li.product div[itemprop="description"], ul.products.list li.product .price, ul.products.list li.product .gridlist-buttonwrap { width: 100%!important; float: none!important; clear: none!important; padding: 0 2em!important; } ul.products.list li.product img { width: 100% !important; float: none!important; margin-bottom: 1.5em; -webkit-transition: none !important; margin-right: 3.8% !important; }
Regards,
VinayJanuary 10, 2016 at 5:12 pm #562739Thank you very much Vinay for your help. As I am not very much into CSS programming or customization I will seek for freelance halp.
You can please close this ticket. Thx again
-
AuthorPosts
- The topic ‘Login in field in sidebar for shop page’ is closed to new replies.