Questions for a webshop - by irish - on WordPress WooCommerce support

This topic has 80 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: irish
    irish
    Participant
    May 19, 2016 at 08:47

    Thank you Jack! Great 🙂

    1. When you look at: http://e-bikewereld.nl/veelgestelde-vragen/ we used the FAQ widget. How can we change the title font of the FAQ?
    – And when we have a long question like the 6th question, there is no space between the first and second line. the text is very close to each other.
    2. How can i change the font and color of normal text links?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 19, 2016 at 10:14

    Hello,

    1. Add the code in Global Custom CSS section:

    .toggle-block .toggle-element > a { 
      font-family: Arial;
      line-height: 25px;
    }

    2. Please specify for what links you want to change font.

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    May 19, 2016 at 14:16

    Yes that works 🙂

    2. I mean the links like in the text on this page at the bottom: http://e-bikewereld.nl/accu-revisie/
    Now they are blue. Can we make them an other color and more thick or underscored?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 19, 2016 at 14:53

    Hello,

    Please use this code:

    .content a {
        color: red;
        font-weight: bold;
    }

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    May 23, 2016 at 11:20

    Hi Jack,

    Thank you so much!

    1. On the homepage i used “Product Categories”. is it also possible to show an empty categorie? I set 3 categories but 1 is not showing…
    2. On the homepage is used “Brands”. Is it possible to show 5 brands? And automatically slide?
    3. On the shop page: http://e-bikewereld.nl/product-categorie/accu-nieuw/
    – How to make the background an other color of the button “FILTER”?
    – How to make the background an other color of the navigation squares “1” “2”…

    Avatar: Eva
    Eva Kemp
    Support staff
    May 23, 2016 at 16:09

    Hello,

    1. Unfortunately there is no such possibility.
    You have to add at least one product to a category to get it shown.

    2. There is no feature for automatic slide.
    To show 5 brands in a line try to use this css code:

    .brandCarousel7042.owl-carousel .owl-item {
        width: 220px !important;
        margin-left: 10px;
    }

    3. What button exactly? In price filter widget or for hidden sidebar?
    – Use this css code:

    .pagination-cubic li span.page-numbers.current {
       background-color: #000;
    }

    Change color to yours.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 23, 2016 at 16:54

    Okie thanks,

    2) Sory, brands carousel don’t work
    3) Both 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    May 23, 2016 at 17:27

    Hello,

    2. The reason is this code in Custom CSS is overriding brands slider code:

    .page-id-18415 .owl-carousel .owl-item {
        width: 380px !important;
    }

    Remove it if you don’t need it.

    3. Use this code:

    .filter-content .btn.filled.medium {
        background-color: red !important;
    }
    .price_slider_wrapper .price_slider_amount button {
        background-color: white;
    }

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 24, 2016 at 11:12

    Hi Eva,

    Perfect! that works!
    Sorry, another questions:

    1. On shop page: how can i change the product titles? (Now bold and black), want them not bold and other color
    2. Single product page: Is it possible to have the product video first, en then the product images?
    3. When looking on the mobile, there is a menu that goes over the content. How can i remove this?
    4. How can i set more columns in the mobile version? So 3 columns next to each other?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 24, 2016 at 11:24

    Hello,

    1. Use this css code:

    .products-grid .product-title a {
       font-weight: normal;
    }

    As I see color is not black because you’re using this custom css code:
    http://storage6.static.itmages.com/i/16/0524/h_1464085349_5143594_f83b59c0e3.jpeg

    2. Unfortunately there is no such option. Sorry.

    3. Remove this code from Global Custom CSS:

    .fixed-header-area .collapse {
        display: table-cell !important;
        width: 600px;
    }

    and add it to Custom CSS for desktop.

    4. Do you want to add 3 columns of products on Shop page? For tablets or mobiles?

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 25, 2016 at 10:45

    Thanks!

    4. On the mobile want 3 columns with visual composer. Not the shop

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2016 at 12:37

    Hello,

    4. What page do you want to have 3 columns on? Is it on home page for product categories?
    If so images will be stretched and they won’t be displayed properly.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 26, 2016 at 13:02

    Hi Eva,

    Okay, clear.

    1. When i use the bullet points in text, the text is different than the normal font AND there are no bullet points : http://e-bikewereld.nl/product/fietsdrager-pro-user-diamant/ You can look at the tab” Description”
    2. When you look at : http://e-bikewereld.nl/product/motor-cover/ You see in in the right side bar the categorie called ” Accu, display en motor accessoires”. Is it possible to make more space between the 1st and 2nd line? The text is very close to each other.

    3. When i look i Google, and i search on “accu reviseren ebikewereld”. You see in the results after every categorie “Archives”. Why is this and how can we remove this?

    4. Added the code to collapse the menu on the mobile that goes over the content but this doen’t work

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 26, 2016 at 13:24

    Hello,

    1. Use this css code:

    .tabs .tab-content li {
        font: 13px/24px 'Open Sans', Georgia, Helvetica, sans-serif;
        list-style: inside disc;
    }

    2. Please use the following code:

    .product-categories > li > ul.children li > a {
       line-height: 30px;
    }

    3. Could you please show a screenshot of the issue?

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    May 27, 2016 at 11:14

    Hi!

    1. Bullet point are there, but the font i can’t change…
    2. Thanks
    3. Already fixed. The “Archives” word was set in Yoast
    4. Strange issue: in all browsers the product images are set good, but not in Google Chrome. See this print screen: http://e-bikewereld.nl/wp-content/uploads/2016/05/image004.jpg They are not these dimensions. How can i fix this?
    5. When you look on the mobile webshop: The text block started with “Waarom ebike wereld” is going up, over the content. How can i fix this?
    6. On the mobile: How can i change the backgournd color of the menu after you click on the hamburger? And the color of the text?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 27, 2016 at 14:08

    Hello,

    1. I’ve removed odd css code for the mentioned li font style.
    4. I’ve checked products page in Chrome browser and don’t see any problems with product images, here is the screenshot http://prntscr.com/b92a7r
    5. The problem is caused by your custom margin added for visual composer element as shown on the screenshot http://prntscr.com/b92g3q. You need to remove it.
    6. Use this css code to change mobile menu background and font color:

    .st-menu.mobile-menu-block,
    .close-mobile-nav.close-block.mobile-nav-heading {
        background-color: #ececec;
    }
    
    .st-menu.mobile-menu-block a {
        color: #000000;
    }

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 28, 2016 at 13:24

    Hi Eva,

    Thanks you!

    Unfortunately the menu still goes over the content on the mobile… What can i do?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 29, 2016 at 05:20

    Hello,

    In the earlier reply you were told:

    Remove this code from Global Custom CSS:

    .fixed-header-area .collapse {
        display: table-cell !important;
        width: 600px;
    }

    and add it to Custom CSS for desktop.

    So please do this and check mobile menu.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 30, 2016 at 11:03

    Hi Eva,

    1. I did that but it don’t work… Sorry
    2. Today, when logged in, the black backend row that normally appears in the top of the screen is gone? How can i get this back?
    3. Is it possible to give all content text links a underline?
    4. When i’m here in the forum is see this message:
    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘) AND user_id=7747’ at line 2]
    SELECT * FROM wp_ss_purchase_codes WHERE envato_id IN () AND user_id=7747

    Do i need to do something with this?

    5. For example look at product: http://e-bikewereld.nl/product/fietsaccu-panasonic-36v17ah/
    Under the description text it says : “4 op voorraad” (4 in stock). Is it possible to make this text, so the stock text, in bleu en bold?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 30, 2016 at 11:36

    Hello,

    1. I’ve removed the code from Global Custom CSS section and added it to Custom CSS for desktop section:

    .fixed-header-area .collapse {
        display: table-cell !important;
        width: 600px;
    }

    Please check site on mobile now.

    2. Are you talking about this row http://storage1.static.itmages.com/i/16/0530/h_1464604434_5004332_410c05a6d0.jpeg ? As I see it’s shown.

    3. Please show a page where in context you want to add underline style.

    4. Could you please show a screenshot of the error and direct page link? As we don’t see it on our side.

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 4
    Viewing 60 results - 41 through 60 (of 80 total)

The issue related to '‘Questions for a webshop’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.