Forum Replies Created

Viewing 30 posts - 2,101 through 2,130 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 10:39

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 10:38

    As I see you’re using old theme (1.4) and plugins version.

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

    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).

    Also you can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 10:34

    Hello,

    I’ve added this code in Global Custom CSS. Please check.

    @media only screen and (max-width: 992px){
    .top-bar .top-links .links {
        display: block;
    }}

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 08:56

    Hello,

    You should edit \wp-content\themes\legenda\framework\theme-functions.php file.
    Please find ! Meta data block (byline) section and you’ll see code there.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 08:47

    Hello,

    Please update the Visual Composer plugin to latest version and check the issue.

    You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 08:43

    Hello,

    Please add this code in custom.css file.

    .products-grid .product .product-name {
        font-size: 13px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 08:38

    Hello,

    Please add the following code in custom.css file.

    .header-type-5 .top-bar {
        background: pink;
    }
    .search .et-mega-search form input[type="text"]{
        border: 1px solid pink;
    }
    .fixed-header .menu > li > a, .main-nav .menu > li > a{
    color:pink;
    }
    .custom-info-wrap .custom-info-block {
        border-top: 1px dotted pink;
    }
    .custom-info-wrap {
        border-bottom: 1px dotted pink;
    }
    .custom-info-block {
        border-top: 1px solid pink;
    }
    
    .footer .container {
        border-top: 1px solid pink;
    }
    .custom-info-block.a-center a {
        border-left: 1px solid pink;
        border-right: 1px solid pink;
    }
    .custom-info-wrap .custom-info-block.a-center a {
        border-left: 1px dotted pink;
        border-right: 1px dotted pink;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 07:35

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 07:33

    Hello,

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 07:33

    Hello,

    Please try to add this code in Global Custom CSS.

    .price,
    .shop-table .table-bordered td.product-price span, .shop-table .table-bordered td.product-subtotal span{
    display:none;
    }

    Also navigate to Theme Options->Product Page Layout and disable ‘Show Price’ option.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 3, 2016 at 07:26

    Hello,

    Please provide us with link to page and wp-admin access in Private Content as well.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 09:47

    Hello @supervale,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 08:51

    Hello @knguyen2015,

    Please make full backup of the site and we’ll try to reupload theme for you.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 08:50

    Hello @jmunger,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 08:35

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 08:35

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 07:38

    Hello,

    As I see it’s working now. See screenshot: http://prntscr.com/aylgqy

    You’re using old theme version and other plugins are outdated too.

    Before update theme delete “woocommerce” folder in the directory wp-content/themes/woopress/ 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).

    Also you can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 07:31

    Hello,

    I’ve added this code in Custom CSS for mobile. Please check.

    .product-information .menu-social-icons {
        position: relative;
        left: 50%;
        margin-left: -100px;
    }
    .product-information .cart button[type="submit"] {
        float: initial;
        margin-top: 15px;
        margin-left: 0px;
    }
    .single-product .quantity {
    float: initial;
        position: relative;
        width: 40px;
        margin: auto;
        height: 40px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 07:14

    Hello,

    You can update the Legenda theme to latest version.
    Also we recommend you to make full backup of the site to avoid some problems.

    You can see the change log at this link:
    http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906

    Just sroll down and you’ll see it. http://prntscr.com/aylco5

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 30, 2016 at 07:10

    Hello,

    I’ve disabled the sidebar in Cart page settings. Please check it now.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 15:02

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 14:02

    Hello,

    Please add this code in custom.css

    .page-heading .title span {
        padding: 5px 20px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 12:47

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 10:50

    Hello,

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

    .hover-woo-icon .aio-icon.advanced:hover {
        color: green !important;
        border-color: green !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 10:02

    Hello,

    Please add the following code to your functions.php file.

    add_filter( 'woocommerce_product_add_to_cart_text', 'woo_archive_custom_cart_button_text' );    // 2.1 +
     
    function woo_archive_custom_cart_button_text() {
     
            return __( 'My Button Text', 'woocommerce' );
     
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 09:33

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 09:05

    I’ve added the following code in Theme Options->Custom CSS->Global Custom CSS.

    .top-bar {
        background-color: rgba(0, 0, 0, 0.3);
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 08:32

    Please check the top bar now.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 08:30

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 29, 2016 at 08:27

    You can also disable the top bar in Theme Options->Header or try to add this code in Global Custom CSS.

    .top-bar {
        background-color: rgba(0, 0, 0, 0.3);
    }

    Regards,
    Robert Hall

  • 1 2 3 70 71 72 383 384 385
    Viewing 2,130 results - 2,101 through 2,130 (of 11,542 total)
Viewing 30 posts - 2,101 through 2,130 (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.