Forum Replies Created

Viewing 30 posts - 52,951 through 52,980 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 14:43

    Hello,

    Please update Ultimate Addons for WPBakery page builder plugin to 3.16.25 version https://www.8theme.com/download-plugins/ (to update the plugin, connect to your server using FTP. Copy extracted plugin folder into wp-content/plugins/).
    Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 14:29

    Please change this code in Global Cutom css:

    .mc4wp-form input[type="email"] {
        width: 77%;
    }

    to:

    .mc4wp-form input[type="email"] {
        width: 77%;
        height: 3.6rem;
        float: left;
        background-color: white;
        border: 1px solid #f0f0f0;
    }

    and this:

    body .subscribe-block{
        padding:40px 0 150px 0 !important;
    }

    to

    body .subscribe-block{
        padding:40px 0 100px 0 !important;
    }

    Also change this in Custom css for mobile:

    .mc4wp-form input[type="submit"] {
        top: 80px;
        float: none;
        text-align:  center;
        left: 35%;
    }
    .mc4wp-form input[type="email"] {
        width: 100%;
    }

    to:

    .mc4wp-form input[type="email"] {
        width: 100% !important;
    }
    .mc4wp-form input[type="submit"] {
        top: 70px;
        float: none;
        text-align: center;
        left: 33%;
        position:  absolute;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 14:11

    Hello,

    Please read this article https://businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
    I hope it will be helpful.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 13:39

    Hello,

    Try to add this code in Global Custom css:

    @media only screen and (max-width: 992px) {
        #st-trigger-effects {
            left:  unset;
            right: 0px;
        }
        .header-logo {
            left: 31%;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 12:52

    I am glad that you sorted out.
    Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 12:48

    Hello,

    To get this result http://prntscr.com/ktxmib you need to set these settings – https://prnt.sc/ktlbyg + add this code in Theme Options > Styling > Custom css:

    .single-product .product-content-image img, .post-type-archive-product .product-content-image img{
        min-height: 378px !important;
    }
    .content-product.product-inview .product-content-image img{
        min-height: 293px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 12:38

    Hello,

    Please add this code in Theme Options > Custom css > Global custom css:

    .top-bar, .top-bar a, .top-bar .my-account-link>a, .top-bar .login-link a, .login-link label, .login-link p {
        text-transform: uppercase;
        font-size: 12px;
    }
    .login-link>.menu-main-container {
        background-color: #24102c;
    }
    .top-bar .fb_iframe_widget iframe {
        top: 5px;
    }
    .top-bar .my-account-link>.menu-main-container {
        right: -5px;
    }
    .top-bar .my-account-link .menu-main-container > ul > li > a {
        font-size: 14px;
    }

    Then clear cache and check the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 12:08

    Hello,

    I do not see the problem on your site on my mobile. Have you tried to check from another device?
    Please describe the issue in more details http://prntscr.com/ktx3nr for better understanding the desired result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 10:55

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

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 10:54

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 10:18

    Hello,

    In this case, try to achieve the desired result using Loco Translate plugin – http://prntscr.com/ktvpgz

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 09:30

    Please change the previous code to:

    .category-grid .categories-mask {
        bottom: -30% !important;
        top: unset !important;
    }
    
    .products-grid .product-category {
        margin-bottom: 10% !important;
    }
    .shop-full-width {
        padding-bottom: 1em;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 08:54

    Hello,

    Could you please provide us with your site URL and temporary wp-admin access in the Private Content area?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 08:48

    Hello,

    Thanks for letting us know.
    This looks like WPBakery Page Builder plugin specific issue, therefore it is harder for us to find the issue and fix it. Please use Chrome browser to edit the content of pages.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 08:41

    Hello,

    We are glad that you sorted out.
    Feel free to ask if you have any other questions.
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 08:40

    Hello @kdb,

    Please change permissions to 777 for “really-simple-captcha” folder in the directory /woopress/framework/inc.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 08:30

    Hello,

    @media (max-width: 400px){
        .fixed-header-area .fixed-header .logo-with-menu {
            float:  none;
            left: 13%;
        }
        .fixed-header-area .fixed-header .logo-with-menu img {
            max-width: 150px !important;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 08:09

    Hello,

    Theme Options > E-commerce > Categories > Text vertical align > Bottom OR add this code in Theme Options > Styling > Custom css:

    .category-grid .categories-mask {
        bottom: -35%;
        top: unset;
    }
    .products-grid .product-category {
        margin-bottom: 5% !important;
    }

    Let me know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 07:57
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 07:54

    Hello,

    Changes were done in Theme Options > Styling > Custom css. It won’t make an effect on the result of theme updating.
    What browser do you use? Here is how it looks in Chrome for me -https://gyazo.com/4bc6bdf7f08b81b6dcb388274ef8515c
    Looks like you changed wp-admin access so I can’t log in. Please provide correct access and we will check settings for the button one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 07:09

    Thanks for the reply.
    I’ve added !important https://prnt.sc/kttjps
    Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2018 at 07:04

    Hello,

    If you face the white screen or similar problem, try to enable WP debug mode to find out what error appears on your site, it will point you in the right direction what needs to be fixed.
    Also, try to disable all the third-party plugins that do not come bundled with our theme and check if you still have the problem.
    Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 15:52

    Hello,

    Is this is what you are looking for https://prnt.sc/ktlbyg ?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 15:47

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .blog .blog-post .wp-picture {
        margin:  auto;
        margin-top: 25px;
    }

    then clear cache and check http://prntscr.com/ktl989
    If this is not what you are looking for, please describe the desired result in more details and provide temporary wp-admin access so I can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 15:43

    Have you cleared cache?
    Do you use CDN?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 13:26

    Hello,

    Please add this code in Global custom css:

    .mc4wp-form input[type="submit"] {
        right: 8%;
        font-size: 13px !important;
        letter-spacing: 2px !important;
        width: 145px !important;
        height: 50px !important;
        color: #fff !important;
        background: #26172c !important;
        font-family: Yantramanav;
    }
    .mc4wp-form input[type="submit"]:hover {background: #ff83a0 !important;}
    .mc4wp-form input[type="email"] {
        width: 77%;
    }

    and this in Custom css for mobile:

    .mc4wp-form input[type="submit"] {
        top: 80px;
        float: none;
        text-align:  center;
        left: 35%;
    }
    .mc4wp-form input[type="email"] {
        width: 100%;
    }
    

    Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 12:49

    Please add this code in Global custom css:

    @media only screen and (max-width: 1290px) and (min-width: 992px){ 
        .header-logo img {
            max-width: 300px;
            margin-right: 25px;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 12:44

    Hello,

    Unfortunately, I can’t check the Plugins section in your Dashboard so make sure that you use the latest version of Ultimate Addons for Visual Composer (3.16.25v).
    Please describe the problem in more details https://gyazo.com/4b0c7fe46b60fac68dacae1cb22c17e9 https://gyazo.com/21d9815f384132f9cc6c1e541f4ea607

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 12:35

    You’re welcome!
    Unfortunately, I can’t log in on your site. Please provide correct wp-admin access.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 12:27

    Please open theme-functions.php file in framework folder of lifestyle theme and find the required function (1779-1912 lines https://prnt.sc/kti8y4). Copy the content of the function into child theme/functions.php file and change
    echo $before . 'Archive by category "' . single_cat_title('', false) . '"' . $after;
    to
    echo $before . '"' . single_cat_title('', false) . '"' . $after;
    Read more about child theme https://www.8theme.com/demo/docs/lifestyle/#child_theme

    Regards

  • 1 2 3 1,765 1,766 1,767 2,273 2,274 2,275
    Viewing 52,980 results - 52,951 through 52,980 (of 68,227 total)
Viewing 30 posts - 52,951 through 52,980 (of 68,227 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.