Forum Replies Created

Viewing 30 posts - 68,041 through 68,070 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 09:34

    I added this code in your Custom CSS:

    .vc_sep_pos_align_center {
      display: table;
     }
     .vc_separator.vc_separator_align_left h4, .vc_separator.vc_separator_align_right h4 {
      display: table-cell;
         vertical-align: middle;
      white-space: nowrap;
     }
     .vc_separator .vc_sep_holder {
      display: table-cell;
         vertical-align: middle;
      width: 100%;
     }
     .category-description-author {
         display: table;
     }
     .archive .term-description p{
      display: table-cell;
     }
     .term-description .category-description-author .category-description-author--content{
      display: table-cell;
      vertical-align: middle;
     }

    Clear browser cache and check your site.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 09:22
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 08:32

    Hello,

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

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 08:26

    Hello,

    We glad the you using your theme.
    Please, provide admin panel access and we’ll fix it issue.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 08:16

    Hello,

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

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 08:05

    Hello,

    Weight specified for the product variations http://prntscr.com/c2yfwc http://prntscr.com/c2ygyh, other products do not have variations http://prntscr.com/c2yg8d http://prntscr.com/c2ygt8

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 07:38

    Hello,

    Did you have any error in the transfer to a new hosting? Do you have those pictures in the media library?
    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2016 at 07:26

    Hello,

    Please provide us with wp-admin access in Private Content.
    You can add this code in Custom CSS:

    .menu-main-container .menu > li > a {
        color: white;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 15:09

    Thanks for using our theme.
    You can add this code in Custom CSS file:

    .sxy-zoom-container .sxy-zoom-bg {
        width: auto !important;
        left: 50%;
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	-o-transform: translateX(-50%);
    	transform: translateX(-50%);
    }

    Here is video tutorial how to create custom.css file
    https://www.youtube.com/watch?v=Qok2zRedRMY

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 14:52

    Hello,

    Please provide us with wp-admin credentials.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 14:39

    We checked the default file translation and everything works properly.
    Please read our documentation how to translate the theme
    https://www.8theme.com/classico-theme-documentation/#translation
    How to translate WooCommerce read here https://docs.woocommerce.com/document/woocommerce-localization/ Make sure that you downloaded correct files from https://translate.wordpress.org/projects/wp-plugins/woocommerce and saved them using correct names.
    You can use some 3rd-party plugins, but we don’t guarantee full compatibility with our theme.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 13:14

    Hello,

    You can add this code in Custom CSS, it will work only for this page

    .page-id-23225 .header-logo{
    	display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 12:25

    Hello,

    This is not the bug, but theme functionality. If you resize browser window you have to reload a page. Check your site on different devices without resizing the browser.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 10:49

    Hello,

    This option http://prntscr.com/c1vyvj works only for Boxed site Layot http://prntscr.com/c1vz0m.
    You can add this code in Custom CSS:

    .st-content {
        background-color: #000;
    }

    http://prnt.sc/c1w5ow – for pages, for example http://prnt.sc/c1w6wl
    For post you can change it there http://prntscr.com/c1w92i

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 10:32

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 10:28

    Hello,

    You gave us FTP access, but we also need wp-admin credentials.
    Please provide us with it.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 09:45

    Please, use this code:

    .blog-post .wp-picture .zoom {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 07:45

    Hello,

    You can add this code in Custom CSS

    .blog-post .wp-picture {
        display: table;
        margin: 0 auto;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2016 at 07:12

    Hello,

    Please, see screenshots http://prntscr.com/c1u669

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 18:01

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 16:01

    Hello,

    You can add this code in Custom CSS

    @media only screen and (max-width: 992px){
    .navbar-header.navbar-right {
         right: 9px;
     }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 15:58

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 15:48

    Hello,

    You’re welcome!
    We’re glad to hear that your issue was solved.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 15:07

    Hello,

    You can provide it in Private Content http://prntscr.com/c1k220 (visible only for our technical support).

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 13:57

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 12:35

    Hello,

    Our developers fixed this issue with the WishList. Check your site.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 12:14

    Hello,

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

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 12:08

    Hello,

    We’re glad to hear that your issue was solved.
    If you have any questions feel free to contact us.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 10:59

    Hello,

    You should use child theme and do all your changes there to avoid any problems after updating theme to the latest version.
    https://codex.wordpress.org/Child_Themes
    https://www.8theme.com/demo/docs/classico/index.html#child_theme
    If you made some changes in the Dashboard (adding pages, products, theme options etc.) you won’t loose anything after update.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2016 at 10:30

    You’re welcome!

    Regards,
    Rose Tyler.

  • 1 2 3 2,268 2,269 2,270 2,272 2,273 2,274
    Viewing 68,070 results - 68,041 through 68,070 (of 68,220 total)
Viewing 30 posts - 68,041 through 68,070 (of 68,220 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.