Forum Replies Created

Viewing 30 posts - 2,551 through 2,580 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 09:07

    Please read more in these articles:
    http://www.w3schools.com/css/css_margin.asp
    http://www.w3schools.com/css/css_padding.asp

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 08:30

    I’ve added the following code to Page Settings (http://prntscr.com/agakqm) of first page that you provide us.

    .vc_row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .vc_column_container>.vc_column-inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .content{
        padding-left: 0px;
        padding-right: 0px;
    }

    You should do the same thing for other pages like that. Also you need remove all margin values in the Row Settings. (See screenshot: http://prntscr.com/agakdp)

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 08:14

    Hello,

    Your wp-admin credentials aren’t correct. Please check them.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 08:08

    Hello,

    Please provide us with link to the page.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 08:03

    Hello,

    In this case you should use a [share] shortcode.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 22:44

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 22:43

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 22:41

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 21:44

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 21:43

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 20:40

    Try to remove this code in custom.css

    #prefooter .one-half.gift {
        width: 650px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 19:12

    Hello,

    You can install WooCommerce Quantity Increment plugin to get quantity increment like +,-

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 18:46

    The problem caused by this code in custom.css file.

    #default_products_page_container {
        width: 960px !important;
    }

    Please remove it and check the issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 18:29

    Hello,

    Please try to add this code in custom.css file.

    #loader {
        display: none !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 17:40

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 17:05

    Hello,

    Please try to add the following code in Theme Options->Custom CSS->Global Custom CSS

    .product-categories > li > a {
        font-weight: bold;
    }
    .product-categories > li > ul.children li > a {
        font: 10px/16px 'Raleway';
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 16, 2016 at 17:00

    Hello,

    You are welcome!
    Would be very appreciate if you leave a rating! You can do this in Downloads area. Login to your account on ThemeForest, go to Downloads area, find WooPress theme and you’ll see the stars next to it.
    Thank you!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 14:01

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 13:01

    Hello,

    Please add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .menu .nav-sublist-dropdown ul > li > a{
    color:red;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 12:42

    We’ve removed the following code on Checkout Page. Please check it.
    <pre class="lang:default decode:true"></pre>

    Also if we disable the custom.css file then checkout layout looks the same as on our demo theme.
    Please check custom css also.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 10:45

    Hello,

    I’ve set the padding left and right value 0px in Page Setting->Column Setting. Please check the map.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 10:38

    I’ve just added the following code in Custom CSS for landscape and mobile.

    .single-product .sidebar-mobile-top > .product > .row,
    .sidebar-mobile-top > .product > .row,
    .woocommerce-cart .sidebar-mobile-top > .row {
        display: initial;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 10:04

    Hello,

    Please check the sidebar position now.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 08:22

    Hello,

    In this case you should copy etheme_share_shortcode(...){} function from wp-content/themes/woopress/framework/shortcode.php file (line 1923-2017) and paste it in function.php of the Child Theme.

    Please find // ! Share This Product section and you’ll see a function there.

    After this you can change the link for your social pages in a href attribute. For example:
    <a href="https://your link here" class="'.$tooltip_class.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank"></a>

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 08:15

    Hello,

    Please navigate to Dashboard->Visual Composer->Role Manager->Post Types->Custom and select all types there.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 08:12

    Hello,

    Please update the theme to the latest version and check issue.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.

    Don’t forget to make backup of the site before update.

    Here is video tutorial how to update theme.
    https://www.youtube.com/watch?v=KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 08:10

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 15, 2016 at 08:07

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 14, 2016 at 16:53

    Hello,

    Please use this code in custom.css

    .slide-item .product .product-name, .products-grid .product .product-name{
    text-align:center;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 14, 2016 at 16:28

    As I see you’ve disabled the titles for products. Please select Show product name in Dashboard->Theme Options->Products Page Layout. Then you can change products name in Dashboard->Products.

    Regards,
    Robert Hall

  • 1 2 3 85 86 87 383 384 385
    Viewing 2,580 results - 2,551 through 2,580 (of 11,542 total)
Viewing 30 posts - 2,551 through 2,580 (of 11,542 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.