Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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

    #552791

    Coul solve myself Q1. Any thoughts on Q2?

    #552812

    Hey!

    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,
    Basilis

    #553610

    Q3. 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 anything

    #554003

    Hi!

    Please add following code to quick CSS

    .woocommerce h2 {
        font-size: 20px;
    }

    Can you please elaborate on the first issue you are having? :)

    Cheers!
    Yigit

    #554066

    1. 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)

    Grid / list toggle

    2. Font size CSS-CODE works as I needed it, Thanks a lot

    #554512

    Hi!

    Please add following code to Quick CSS

    ul.products.list li.product img {
        width: 100%!important;
    }

    Regards,
    Yigit

    #554579

    The code did not make any change in the behavior
    Product list

    #555429

    Anyone else in the forum who might able to help me out with fixing the product list layout issue for woo commerce?

    Grid / List toggle issue

    Grid / List toggle issue

    #557341

    Hi!

    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!
    Elliott

    #560500

    I 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-416032

    Also 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-23903

    Any suggestion for my issue is still appreciated

    #561117

    Hey!

    Your product pages are looking good now is there anything else we can help you with?

    Cheers!
    Vinay

    #561138

    Hello 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:
    Enfold product list view

    Twenty Fourteen Theme:
    Twenty Fourteen product list view

    #561141

    Images won’t show up. See links

    Enfold theme:

    Twenty Forty theme:

    • This reply was modified 8 years, 11 months ago by deboman.
    #562442

    Hey!

    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,
    Vinay

    #562739

    Thank 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

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Login in field in sidebar for shop page’ is closed to new replies.