Forum Replies Created

Viewing 30 posts - 26,911 through 26,940 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 17:19

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 17:18

    Hello,

    Sorry but your request is a bit unclear.
    Could you please clarify what exactly you need to change?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 17:16

    Hello,

    Meanwhile you can create a link for the image added img_link="your_link_to_image" into the VC shortcode via classic editor.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 17:13

    Hello,

    Unfortunately, but we don’t have such feature by default. You can try using some Visual Composer elements to achieve what you want. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 17:06

    Hello,

    The problem is in the code in woocommerce/content-product.php file of your child theme.
    Please check what changes you have done in this file. Do you have debug mode enabled in wp-config.php file? If so, disable it, change define('WP_DEBUG', true); to define('WP_DEBUG', false);

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:46

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:45

    Hello,

    There is some restriction at your host. So, I’ve uploaded the plugins via FTP.

    Let us know if you need more help.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:43

    Hello,

    As I see you’re using old theme version.
    Please update it to the latest version – 1.3.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:38

    Hello,

    You need change logo image in Theme Options > Header and upload your own logo.
    You can create your own footer as shown in the video tutorial from the previous post.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:35

    Hello,

    Please add this code into custom.css file:

    .comment-reply-title:after {
        content: none !important; 
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:33

    Hello,

    Sorry, but the login credentials are incorrect.
    Please check them.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:28

    Hello,

    1. The image is added as background via Visual Composer editor. You need edit your home page.
    2. Please refer to our documentation how to create registration page: https://www.8theme.com/demo/docs/royal/#!/3_registration_page
    3. That text is related to Wishlist plugin and you need edit its file located in wp-content/plugins/yith-woocommerce-wishlist/class.yith-wcwl-ui.php.
    4. Yes, you can update WordPress but create a back up before update process.
    5. Yes, update Woocommerce plugin to the latest version.
    6. You can create a menu in Appearance > Menus and use Custom Menu widget in the Shop sidebar widget area.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:05

    Hello,

    Please provide us with a link of a page where you want to make modifications.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 16:00

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 15:56

    Hello @Royal Fan,

    We’ve taken this issue into our account and it should be fixed in future update.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 15:47

    Hello,

    You can select breadcrumbs style with background in Theme Options > Header and upload your own image.
    Let us know if you need more help.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 15:37

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 15:14

    Hello,

    1. Could you please show on a screenshot what you want to deactivate?
    2. “Sale” icon can be disabled in Theme Options > Shop.
    3. Try to change images sizes in Woocommerce > Settings > Products tab and then regenerate thumbnails. If it doesn’t help provide us with wp-admin panel credentials in Private Content.
    4. Please provide us with the direct link of the page where you want to hide some elements.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 14:27

    Hello,

    Please use this code in custom.css:

    .sidebar-widget .widget-title {
       font-size: 10px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 14:10

    Hello,

    Please use this code in custom.css file:

    .fixed-header-area .fixed-header .logo-with-menu {
       width: 250px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 14:00

    Hello,

    Unfortunately there is a bug in Visual Composer with our theme.
    It should be fixed in the next update.

    Please take our apologies.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 13:49

    Hello,

    You can change color only for Sale menu item this way:
    Go to Appearance > Menus, open the menu tab of “Sale” and below “CSS Classes (optional)” write your css class (for example: my_class).
    You can enable CSS classes at the top of admin panel, just click “Screen Options”
    Then you should edit custom.css file, add the code:

    .my_class a {
    font-size: 16px;
    color: red;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 13:21

    Hello,

    To change social icons in footer you need edit the file footer.php (from line 13) in wp-content/themes/blanco directory via FTP.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 11:40

    Hello,

    I’ve installed the plugins.
    Please check now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 11:38

    Hello,

    Unfortunately there is no possibility to implement your own fonts in the theme.
    You can change font only for some elements using custom.css or style.css of the child theme.
    For example, to change font for menu items you need write the code:

    .menu > ul > li > a {
        font-family: Georgia;
    }

    Sorry for inconveniences.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 11:28

    Hello,

    1. I’ve enabled “Default Left” option for Breadcrumbs Style in Theme Options > Header.
    Please check the site now.

    2. You can use “more” tag to show excerpt as I’ve done for the first post:

    3./4. Please provide us with FTP credentials as well.

    5. Sorry, but I don’t see any problems with the header on the Contact page.

    6. As you can see header type 11 doesn’t have top bar, despite of the 7th and 9th types, for example:

    If you want to use top bar you need select other header type.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 09:43

    Hello,

    There is also asked for Google Authenticator code. What should we write in that field?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 09:17

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 09:15

    Hello,

    Here is the link you can contact Woocommerce support team at:
    http://www.woothemes.com/contact-us/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 10, 2014 at 09:13

    Hello,

    1. To disable “terms and conditions” you need click the cross “x” to remove the page and save the settings as shown on the previous screenshot. After that it will disappear from the Checkout page.

    2. There may be some bugs that not all words are recognised.
    It should be fixed in the next update.

    Sorry for inconveniences.

    Regards,
    Eva Kemp.

  • 1 2 3 897 898 899 1,045 1,046 1,047
    Viewing 26,940 results - 26,911 through 26,940 (of 31,382 total)
Viewing 30 posts - 26,911 through 26,940 (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.