Forum Replies Created

Viewing 30 posts - 5,041 through 5,070 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    September 7, 2015 at 15:09

    Hello,

    Please provide us with FTP credentials in Private Content also.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 7, 2015 at 14:53

    Hello,

    I’ve commented the code in original style.css file:

    .rev_slider_wrapper .tparrows {
      background-image: none;
      width: 45px;
      height: 45px;
      background-color: transparent;
      border-radius: 100%;
      border: 2px solid #fff;
      text-align: center;
      font-size: 0;
      font-style: normal;
      text-indent: 0;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .rev_slider_wrapper .tparrows:before {
      font-family: FontAwesome;
      font-size: 30px;
      position: absolute;
      color: #fff;
      line-height: 41px;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }
    .rev_slider_wrapper .tparrows:hover {
      background-color: #fff !important;
      opacity: 1;
    }
    .rev_slider_wrapper .tparrows:hover:before {
      color: #252525 !important;
    }
    .rev_slider_wrapper .tparrows.tp-leftarrow.default {
      left: -40px !important;
      top: 50% !important;
    }
    .rev_slider_wrapper .tparrows.tp-leftarrow.default:before {
      content: "\f104";
      left: -1px;
    }
    .rev_slider_wrapper .tparrows.tp-rightarrow.default {
      right: -40px !important;
      top: 50% !important;
    }
    .rev_slider_wrapper .tparrows.tp-rightarrow.default:before {
      content: "\f105";
      right: -1px;
    }
    .rev_slider_wrapper:hover .tparrows {
      opacity: 1;
    }
    .rev_slider_wrapper:hover .tp-leftarrow.default {
      left: 40px !important;
    }
    .rev_slider_wrapper:hover .tp-rightarrow.default {
      right: 40px !important;
    }

    We’ll fix this issue in the next theme update too.

    Please check slider now.

    Sorry for inconveniences.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 7, 2015 at 14:38

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 7, 2015 at 14:32

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 7, 2015 at 14:17

    Hello,

    We’ve fixed this issue. Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 15:37

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 15:01

    Hello,

    No problem.
    If you have any questions please feel free to contact us.

    Have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 15:00

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 14:22

    Hello,

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 13:45

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 12:59

    Hello @Boutik,

    Please provide us with FTP credentials in private content and we’ll fix this issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 12:54

    Hello,

    I’ve re added this code into custom.css file and it’s working fine. Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 12:50

    Hello,

    1) Please watch video tutorial how to set up footer:
    https://www.youtube.com/watch?t=178&v=KWAQRXZXsaw

    2) Try to add the following code in Global Custom CSS (Theme Options->Custom CSS).

    .header-vertical-enable .page-wrapper .header-type-vertical2 .container .menu > li > a{
    color:red;
    }

    3) Please use this code in Global Custom CSS

    .page-id-5074 .widget_search {
        display: none;
    }
    

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 12:33

    Hello @architectOn.Net,

    Please try to import template now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 12:28

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 12:20

    Hello,

    I’ve replaced code above to this:

    div.product_meta .sku_wrapper {
        display: none !important;
    }

    Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 10:25

    Hello,

    As you can see this image is small. That’s why you get such effect.
    http://bambinobarn.com/wp-content/uploads/2015/08/dress-1.jpg

    Please try to upload that image with more large size, for example 555×555 pixels.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 10:21

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 09:23

    Hello,

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

    .coupon .btn.big:hover,
    .cart-collaterals .checkout-button:hover{
    background-color: #B8615A !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 09:14

    Hello,

    As I see Visual Composer plugin working fine now. Did you got this error with the latest version of VC plugin only?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 08:46

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 08:03

    Hello,

    1) You can use the following code in Global Custom CSS.

    footer .container .twitter-slider-title{
        text-align: center;
    }

    2) Yes, if you want to get edited footer you need create it manually.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:57

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:50

    Hello,

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

    .products-grid .product-title{
        height: 80px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:47

    Hello,

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

    .header{
        background-color: grey;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:30

    Hello,

    The issue has been fixed.
    Please check your site now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:24

    Hello,

    Could you please clarify with more details where exactly you want increase font size and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:14

    Hello,

    I’ve selected slider layout to Slidershow-Auto in slider option. Please check your site now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 4, 2015 at 07:07

    Hello,

    Please update theme to the latest version then check issue.
    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
    The video tutorial is for Legenda theme, but the process is identical.
    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
    September 4, 2015 at 07:05

    Hello,

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

    Regards,
    Robert Hall.

  • 1 2 3 168 169 170 383 384 385
    Viewing 5,070 results - 5,041 through 5,070 (of 11,542 total)
Viewing 30 posts - 5,041 through 5,070 (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.