Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #442502

    Hi,

    I have been working with Enfold for a bit more than a week now and I have some issues that I can not resolve. Hope you can help?

    Q1: I installed WooCommerce and used it for my shop (with only 1 product), but that 1 product is shown twice in the shop and I do not know why and how to fix it as the ‘builder’ is disabled and I can not write code.

    Q2: the responsiveness of my website sucks…
    I used the slider on the homepage and that just looks like a mess on my iphone 5s.
    Also the shop (that 1 product I have) looks terrible – the product details are not layout properly.

    Q3: I did a quick CCS (.logo { display: none; }) based on one of your forum tips to delete the Enfold logo. It works for desktop and for the ipad, but not for mobile. How can I delete the Enfold logo for mobile as well? i do not want to replace by my own logo, but just don’t want to show any logo at all.

    Thanks in advance for your prompt reply.

    cheers,
    Naima

    #443027

    Hey n_elbouzidi!

    1- Please add following code to Quick CSS

    .page-description {
      display: none;
    }

    2- Can you please post a screenshot and show the issues? You can upload your screenshots on imgur.com or Dropbox public folder
    3- Please add following code to Quick CSS as well

    .responsive #top .logo { display: none !important; }

    Regards,
    Yigit

    #443352
    This reply has been marked as private.
    #444804

    Hi!

    You don’t need to add the shortcode if you set the “Shop” page as the default shop.

    [av_productgrid columns='2' items='-1' offset='1' sort='0' paginate='no']
    

    Best regards,
    Ismael

    #444819

    Hi Ismael,

    I don’t really understand your answer…
    Should i delete the short code your colleague gave me and replace it with yours?

    And i am also still waiting on the reply of question 2…

    Thanks,
    Naima

    #445881

    Hi!

    it is better to open separate tickets for different questions, so we can work simultaneously on your threads and you would get a faster reply.

    I see only one product (instead of 2) on the link you have provided:

    Could you fix the issue? If not please clear browser cache and refresh your site a few times.

    You dropbox link does not show anything for me, as it is just empty. Please post a public link to your screenshot. I recommend to use imgur.com.

    Regards,
    Andy

    #446356

    Hi Andy,

    Thanks for your reply. Indeed, all of a sudden it worked and now there is only 1 product (thank God!)

    Concerning the dropbox link, I sent you the wrong links. Sorry.
    Below the right links:
    https://www.dropbox.com/s/c1p60d79l8k5nqa/IMG_0002.jpg?dl=0
    https://www.dropbox.com/s/aevt9c13z49l26v/IMG_0001.jpg?dl=0

    And thanks for the tip. I will open separate tickets in the future!

    Cheers,
    Naima

    #446438

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    .woocommerce-tabs tr, .woocommerce-tabs td {
      display: block;
    }}

    Slider looks fine on my iphone – http://i.imgur.com/NDk0iSi.png

    Cheers!
    Yigit

    #446571

    Tx Yigit!

    It works!

    The slider should also include the picture of the book….So it doesn’t look good yet. Do you have a ccs for that as well? :)

    thanks again!

    Naima

    #447525

    Hi!

    https://kriesi.at/support/topic/3-questions-about-enfoldwoocommerce-enfold-logo-and-enfold-responsiveness/#post-444804

    You have that code in the shop page. We removed it. You don’t need to add it because you already set the Shop as the default shop page in the Woocommerce > Settings panel. You kinda lost me here.. “The slider should also include the picture of the book”. What do you mean by that? Can you please provide a screenshot?

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.