Forum Replies Created

Viewing 30 posts - 44,701 through 44,730 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 21:30

    Hello,

    Please provide temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 21:28

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 21:26

    Static blocks can be edited using WPBakery Page Builder https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 21:18

    Hello,

    Could you, please, provide temporary wp-admin access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 21:18

    Hello,

    Could you, please, provide temporary wp-admin access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 21:15

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 16:30

    Hello,

    1, 2) Provide us with URL once your site will be live, so we can take a closer look.
    3) Theme Options > Styling > Active buttons.
    4) Here are examples – https://gyazo.com/8b917c06180dd13b4bbec592d3dd5b8d https://gyazo.com/c6fdff0fb4796b002ff22fbb1a404fd2
    If you face any problem with it, check browser console is there any error? Provide us with temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 16:14

    Hello,

    1) Here is what I can see – https://prnt.sc/s2b6x6 How it works for you? Please provide a screenshot.
    Maybe there is a cache of some sort, try to clear the cache of browser on mobile.
    2) You’re welcome!
    3) In this case, products will be displayed like this – https://prnt.sc/s2bd29
    But you can add the next code in Theme Options > Theme Custom CSS > Global custom CSS –

    @media only screen and (max-width: 992px) and (min-width: 768px) {
        .products-grid .product {
            width: 25% !important;
        }
        .products-grid .product:nth-child(4n+1) {
            clear: both;
        }
    }
    @media only screen and (max-width: 768px) {
        .products-grid .product {
            width: 33.33% !important;
        }
        .products-grid .product:nth-child(2n+1) {
            clear: unset !important;
        }
        .products-grid .product:nth-child(3n+1) {
            clear: both !important;
        }
    }

    then you will get 4 items per row on tablets and 3 on mobile.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:47

    Hello,

    Do you mean this http://prntscr.com/s2b0ra ?
    “Footer Widgets Toggle On Mobile” doesn’t work for footer that is created using static block. On our Default demo -http://prntscr.com/s2b117
    https://youtu.be/NSSFa7ukx6I

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:41

    Hello,

    Theme Options > Header builder > Main header > Min Height (Px)

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:32

    Hello,

    Please read about Contact Form 7 plugin https://wordpress.org/plugins/contact-form-7/ , you can use it to create a contact form instead of the Legenda contact form.
    https://www.8theme.com/demo/docs/legenda/Troubleshooting/How_to_create_a_contact_page

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:29

    Hello,

    Provide temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:28

    Hello,

    Add this code in Custom CSS for page area –

    .et-mobile-panel-wrapper {
        display: none;
    }

    http://prntscr.com/s2arae

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:25

    Hello,

    Please provide URL and temporary wp-admin + FTP access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:23

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:23

    Try to add this code also

    .content-product .product-title a,
    .content-product .products-page-brands a, 
    .content-product .price,
    .content-product .product-details .button {
        font-size: 14px !important;
    }
    .content-product .product-image-wrapper {
        margin-bottom: 5px;
    }

    or change products per view value in settings of the element on your page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:23

    Hello,

    Thanks for understanding.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:23

    Hello,

    It can be SFTP, we just need access to files of the theme and Core plugin.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 19, 2020 at 15:23

    Hello,

    The problem was passed to our technicians, they will be able to take a close look after the weekend. Sorry for the delay.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 16:06

    Dear,

    1) Where did you add this code http://prntscr.com/s1tnyz ? Find and change this part http://prntscr.com/s1to9h to http://prntscr.com/s1todt
    2) Clear browser cache on your mobile and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:50

    Hello,

    Thanks for contacting us.
    Do you use WPML? Please provide temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:47
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:44

    Hello,

    I can see changes, without the custom code – http://prntscr.com/s1tcqx and now – http://prntscr.com/s1tcys

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:41

    Hello,

    1) Change this code http://prntscr.com/s1tame to

    .et-toggle-mob-sidebars-inner .et-toggle .et-icon {
        margin: 0px 3px;
    }
    .et-toggle-mob-sidebars-inner .et-toggle .et-icon svg {
        margin: 0px 12px;
    }

    2) Use this code as a temporary solution –

    .et-toggle-mob-sidebars-inner .et-toggle:before {
      content: '';
      position: absolute;
      left: -10px;
      top: -15px;
      right: -15px;
      bottom: -15px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:34

    There is no such option.
    Settings of the Categories widget work fine, for example – https://prnt.sc/s1t0mv > http://prntscr.com/s1t7dt = http://prntscr.com/s1t7od

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:27

    Ok. Feel free to contact us.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 15:25

    Hello,

    Click on edit column, the mentioned settings are available there.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 14:31

    Change this code http://prntscr.com/s1sbaf to
    http://prntscr.com/s1sbkd or http://prntscr.com/s1sbpq

    .content-product .product-title {
        min-height: 70px;
        display: flex;
        align-items: center;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 14:25

    Try to use this custom CSS code:

    .et-toggle-mob-sidebars-inner .et-toggle .et-icon:after {
        content: "Filtrele";
    }
    .et-toggle-mob-sidebars-inner .et-toggle  .et-icon svg {
        display: none !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2020 at 14:21

    Hello,

    1) No, there is no other option for that, but you can use custom CSS –

    @media only screen and (max-width: 992px) {
       .woocommerce-tabs.horizontal .wc-tabs {
           white-space: unset;
           word-break: normal;
           overflow: unset;
           flex-wrap: wrap;
       }   
    }

    2) Thanks for the report, it was passed to our technicians.

    Regards

  • 1 2 3 1,490 1,491 1,492 2,273 2,274 2,275
    Viewing 44,730 results - 44,701 through 44,730 (of 68,231 total)
Viewing 30 posts - 44,701 through 44,730 (of 68,231 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.