Forum Replies Created

Viewing 30 posts - 17,371 through 17,400 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 11:29

    Hello,

    Child theme should be always active if you write any style modification in style.css of the child theme or if any modifications are made in the child theme.
    If style changes are written in custom.css file of the parent theme only, then you can activate parent theme.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 11:10

    Hello,

    I’ve changed Permalinks settings for products and now when clicking on a product it redirects you to a single product page. Please clear browser cache and check.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 10:26

    Hello @MashaOsoianu,

    Those were just notices. They won’t affect your site at all.
    I’ve disabled debug mode to hide them.

    Please check the site.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 10:17

    Hello,

    Your site is under maintenance mode.
    Please provide us with wp-admin panel credentials and specify for what elements you want change font style.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 10:10

    Hello,

    Please provide us with wp-admin panel credentials in Private Content and the page link where static block is shown.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 10:07

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 10:05

    Hello,

    Please update the theme to the latest version as well as the required plugins.
    You can download plugins at this link:
    https://www.8theme.com/download-plugins/
    Please watch this tutorial (it’s for Legenda theme but the process is identical):

    https://www.youtube.com/watch?v=KdWESIIPU1k

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 09:07

    Hello,

    Please provide us with FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 09:05

    Hello,

    Please add this code in custom.css to change font and font size of the posts:

    .content-article p {
        font-size: 15px !important;
        font-family: open sans !important;
    }

    and to change size of the red title:

    article.post h2 {
     font-size: 20px !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 09:02

    Hello @josh_gaskin,

    Please provide us with FTP credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 08:22
    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 08:09

    Hello @Royal Fan,

    Please take our apologies but our developers are currently unavailable and won’t be able to assist on additional customization due to a lot amount of work related to the themes updates.
    Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 08:05

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 18, 2015 at 08:05

    Hello,

    Categories on the main page are added with Product Categories element in Visual Composer editor and not as a widgets on a Shop page.
    If you want to have the same border add this code in custom.css file:

    .sidebar-widget.woocommerce.widget_product_categories {
      border: orange 2px solid;
    }
    .sidebar-widget.woocommerce.widget_product_categories .widget-title {
      border-top: none !important;
    }
    .sidebar-widget.woocommerce.widget_product_categories .widget-title span, .sidebar-widget.woocommerce.widget_product_categories .widget-title {background-color: orange !important;}
    .sidebar-widget.woocommerce.widget_product_categories .widget-title { padding: 20px 20px 20px !important; }
    .sidebar-widget.woocommerce.widget_product_categories .product-categories > li > a {
      padding-left: 30px !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:41

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:40

    Hello,

    Please provide us with a direct link to your blog.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:39

    Hello,

    If you’re using child theme you need add that code in style.css of the child theme.
    Please provide us with wp-admin panel credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:36

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:36

    Hello,

    1. Sorry for confusion. I meant Appearance > Themes in wp-admin panel.

    2. You should activate Woopress Child template in Appearance > Themes as it’s shown in the panel.

    3. You should write style changes in style.css of the child theme.

    4. If you want to change color for menu items for example, you should write this code in style.css of the child theme:

    .menu > li a {
       color: red !important;
    }

    Write your own color value.

    5. You can keep editing Appearance > Editor > style.css, but be sure Woopress Child is active and you’re editing style.css of the child theme.

    6. If you need to edit header-structure-3.php file you should copy piece of the modified code and paste in in functions.php file of the child theme.

    7. Yes, you’re right.

    8. Sorry, but your last question is unclear. What problems are you experiencing with Ultimate Addons for Visual Composer plugin?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:25

    Hello @DakotaL,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:21

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:20

    Hello,

    You can use Static Block widget in Appearance > Widgets and drag it into Footer 1 or Footer 2 area and select your static block to show in the footer.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:19

    Hello,

    Sorry but login credentials are incorrect.
    Please reset wp-admin password.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:17

    Hello,

    Add this code in custom.css to center the text from picture 1:

    .vc_custom_1429156136955 {
        margin-top: 40px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:12

    Hello,

    We’re glad you managed to resolve the issue.
    If there are any questions feel free to contact us.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:11

    Hello,

    The credentials are incorrect.
    Please check them.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:09

    Hello,

    You can change the title in wp-content/themes/legenda/woocommerce/single-product/up-sells.php
    You will find the code:
    etheme_create_flex_slider($args, __('Our offers', ETHEME_DOMAIN), false, true);
    and change “Our offers” title to anything you want.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:08

    Hello,

    Sorry, but we still can’t log in. The credentials are incorrect.
    Also please update the theme to the latest version as well as the required plugins. Plugins can be downloaded from this link https://www.8theme.com/download-plugins/ .
    https://www.youtube.com/watch?v=KdWESIIPU1k

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:04

    Hello,

    Image Hover effect works on Shop page. I’ve set “Image Swap” for “Product Image Hover” option in Blanco – Theme Settings > Product Page.
    Please check hover effect on Shop page for the product “Elohim (Extended Composition)” now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    April 17, 2015 at 19:00

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2 3 579 580 581 1,045 1,046 1,047
    Viewing 17,400 results - 17,371 through 17,400 (of 31,382 total)
Viewing 30 posts - 17,371 through 17,400 (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.