Forum Replies Created

Viewing 30 posts - 5,851 through 5,880 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 16:18

    Hello,

    I’ve unchecked the option “Disable responsive content elements” in Visual Composer > General Settings. Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 16:15

    Hello,

    To make labels bold use this css code:

    .product-information table.variations td.label label {
       font-weight: bold;
    }

    Yes, you can disregard the yellow triangle in this case.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 16:11

    Hello,

    Could you please provide us with your site url and WP Dashboard credentials?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 16:10

    Hello,

    As this is text from Visual Composer plugin you need translate it their .po file wp-content/plugins/js_composer/locale/default.po (save it with your language prefix and move to wp-content/languages/plugins directory).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 15:56

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 15:55

    Hello,

    You can use the code provided in the previous post, but your portrait images will be distorted.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 15:54

    Hello,

    As I see you haven’t translated .po file in the directory wp-content/themes/woopress/languages.
    Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate how to translate the theme.

    2. Add this code in Global Custom CSS:

    .footer-product {
       display: none;
    }

    3. The same issue persists with default Woocommerce theme Storefront. You need contact Woocommerce support regardin this problem.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 15:51

    Hello,

    Please give us FTP credentials as well.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 14:57

    Hello,

    I’ve updated translation files.
    Please clear browser cache and check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 14:49

    Hello,

    I don’t see 2nd and 3rd pages on your Shop page http://storage6.static.itmages.com/i/16/0222/h_1456148957_6875770_eeb6ced5aa.png .
    Sorry, but it’s still a bit unclear. Could you please show a screenshot for better understanding?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 14:40

    Hello,

    Please take our apologies but there is no possibility to add different values for landscape and portrait images separately.
    Sizes are set for all images.
    In this case you can adjust sizes to your needs in Woocommerce > Settings > Products > Display and regenerate thumbnails in Tools > Regen. Thumbnails.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 14:33

    Hello,

    Please update the theme to 2.6 version and check translation after that.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!


    (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 14:13

    Hello,

    As I see your site castaro.ro redirects to proiect.castaro.ro url.
    You need contact your hosting provider support and ask them to check if all links are replaced from old url to a new one in your database.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 14:07

    Hello,

    You’re welcome.
    You can leave rating on ThemeForest site in Downloads area. Login to your account on ThemeForest, go to Downloads area, find Royal theme and you’ll see the stars next to it.
    Also you can leave a comment here:
    http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976/comments

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 13:23

    Hello,

    Please upload your site to any web host and provide us with WP admin credentials.
    Also show a page where you’re getting that error.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 13:21

    Hello,

    We need access to wp-content/themes/ directory.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 13:20

    Hello,

    Please create FTP account for us to be able to connect to your server via FTP.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 13:17

    Hello,

    By default height is set automatically according to image width.
    You said you wanted to change height to 500px. So I provided the code.
    Please clarify what exactly you want to achieve and show screenshots.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 13:16

    Hello,

    1. That section is created as table and price can’t be moved. That’s why it was made scrollable.

    2. To show scroll permanently I’ve added this code in your custom.css file:

    .checkout-table-wrapper::-moz-scrollbar {
            width: 10px;
            height: 6px;
    }
     .checkout-table-wrapper::-webkit-scrollbar {
            width: 10px;
            height: 6px;
    }
    
     .checkout-table-wrapper::-moz-scrollbar-button:start:decrement,
        .checkout-table-wrapper::-moz-scrollbar-button:start:decrement {
            height: 0px;
            display: block;
            background-color: black;
    }
    .checkout-table-wrapper::-webkit-scrollbar-button:start:decrement,
        .checkout-table-wrapper::-webkit-scrollbar-button:end:increment {
            height: 0px;
            display: block;
            background-color: black;
    }
    .checkout-table-wrapper::-moz-scrollbar-track-piece {
            background-color: #3b3b3b;          /*Global Track Peice(the slider noob.)*/
            -webkit-border-radius: 6px;
    }
    .checkout-table-wrapper::-webkit-scrollbar-track-piece {
            background-color: #3b3b3b;          /*Global Track Peice(the slider noob.)*/
            -webkit-border-radius: 6px;
    }
    .checkout-table-wrapper::-moz-scrollbar-thumb:vertical {
            height: 50px;
            background-color: #666;            /* Up/Down slider background*/
            -webkit-border-radius: 6px;
    }    
    .checkout-table-wrapper::-webkit-scrollbar-thumb:vertical {
            height: 50px;
            background-color: #666;            /* Up/Down slider background*/
            -webkit-border-radius: 6px;
    }
    .checkout-table-wrapper::-moz-scrollbar-thumb:horizontal {
            width: 50px;
            background-color: #666;            /* Side/Side slider background*/
            -webkit-border-radius: 3px;
    }    
    .checkout-table-wrapper::-webkit-scrollbar-thumb:horizontal {
            width: 50px;
            background-color: #666;            /* Side/Side slider background*/
            -webkit-border-radius: 3px;
    }

    Please check the Checkout page on mobile now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 13:06

    Hello,

    Could you please show a screenshot where you see errors?

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 11:51

    Hello,

    To change font color in fixed header use this code in Global Custom CSS:

    .fixed-header-area .menu > li > a {
       color: white !important;
    }

    Unfortunately there is no option to make header stay the same when scrolling.

    I’ve edited shortcodes.php file to add vimeo icon and added this code in Global Custom CSS:

    .fa-vimeo-square:before {
       font-family: FontAwesome;
    }
    .main-footer .menu-social-icons i {
        background-color: transparent;
    }

    Please check footer now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 11:22

    Hello,

    I’ve changed your code to:

    .back-history {
      display: none !important;
    }

    Please check site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 11:17

    Hello,

    Try to add “!important” to the code:

    .product-information table.variations td.label label {
        color: white !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 10:59

    Hello,

    You need translate the words in .po file as described in the documentation:
    https://www.8theme.com/classico-theme-documentation/ (10.1. Base theme translation).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 10:58

    Hello,

    There are no style options for attributes, so you need change them via css.
    Add this code in Global Custom CSS:

    .product-information table.variations td.label label {
        color: white;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 10:36

    Hello,

    Sorry, but this is not theme issue, but a server one.
    You have to contact your hosting provider support to check mail logs.
    They should suggest you something regarding this problem.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 10:28

    Hello,

    1. You need use this code to change font family:

    .vc_separator h4 {
        font-family: 'Arial', sans-serif !important;
    }

    2. You need select bordered style in FAQ element settings:
    http://storage9.static.itmages.com/i/16/0222/h_1456132662_1178951_820b402476.png
    Do this for all FAQ elements you added.

    3. Use this css code:

    .team-member .member-image {
        text-align: center;
    }

    4. You can add margin bottom value 0px in the row settings or try to use negative value like -30px.

    5. You can use Text element in Visual Composer editor and add your content, then add image in the row settings http://storage3.static.itmages.com/i/16/0222/h_1456133331_1346467_a5ce6cb74c.png .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 10:01

    Hello,

    In 8theme site we edited the code for social icons and added our social pages.
    If you want to use both share icons and icons with your pages then you have to search for some plugin as in our theme there is only share icons shortcode.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 09:56

    Hello,

    I’ve reuploaded the plugin folder via FTP and activated it.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 22, 2016 at 09:29

    Hello,

    Search bar is added to Main Sidebar by default and it’s not related to old template, but to WordPress itself.

    Is your issue resolved now?

    Regards,
    Eva Kemp.

  • 1 2 3 195 196 197 1,045 1,046 1,047
    Viewing 5,880 results - 5,851 through 5,880 (of 31,382 total)
Viewing 30 posts - 5,851 through 5,880 (of 31,382 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.