Forum Replies Created

Viewing 30 posts - 14,101 through 14,130 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 15:37

    Hello,

    Thank you for the suggestion. We’ll take your notice into our account and try to fix it in future updates.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 15:35

    Hello,

    As I see sidebar is disabled now on single product pages. Please enable it and provide us with wp-admin panel credentials.

    Add this code in custom.css file to resize tabs section:

    .single-product-page .product-info {
        margin-bottom: 0px !important;
    }

    How to create custom.css you can watch in this tutorial.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 14:25

    Hello,

    As I see there are no translation files for the language you need in the directory wp-content/themes/woopress/languages, only for ru translation.
    Please read our documentation attentively how to translate the theme:
    https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate .

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 14:18

    Hello,

    Please update the theme to the latest version.
    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).

    Also I’ve visited several pages of your site and haven’t got blank pages.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 13:46

    Hello,

    We also need FTP credentials (FTP host, FTP login, FTP password).

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 13:39

    Hello,

    To change text for social icons on Wishlist page you need edit Wishlist plugin file class.yith-wcwl-ui.php (line 145) in the directory wp-content/plugins/yith-woocommerce-wishlist.

    The social buttons are different on Wishlist page and Blog page. If you want to use similar buttons on all pages you should disable default Wishlist icons in wp-admin panel > YIT Plugins > Wishlist > Settings > Social Networks & Share > uncheck social icons and use some plugin to add social media icons for all pages. Also in this case you have to disable our icons in Theme Options > Single Product Page > Show share buttons > Off and Theme Options > Blog Layout > Show Share buttons > Off.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 13:23

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 13:22

    Hello,

    Please provide us with FTP credentials.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:43

    Hello,

    Could you please show on a screenshot what you want to achieve?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:41

    Hello,

    Please update all required plugins to the latest versions. You can download them here: https://www.8theme.com/download-plugins/
    Also increase memory_limit value:
    http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:36

    Hello,

    You may try to edit the file to your needs if you have necessary skills.
    Also you may try to use the plugins https://wordpress.org/plugins/woocommerce-collapsing-categories/ , https://wordpress.org/plugins/jquery-vertical-accordion-menu/ (but we don’t guarantee their compatibility with the theme).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:30

    Hello,

    You can change “Social” text in the file wp-content/themes/legenda/framework/shortcodes.php (line 1244).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:26

    Hello,

    You can reorder categories in wp-admin panel > Products > Categories and drag the items to make the desired order. Then go to Appearance > Widgets > Shop Sidebar > edit Woocommerce Product Categories widget and select “Category Order” in “Order by” field.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:14

    Hello,

    I’ve added this code in functions.php of the theme:

    add_filter( 'the_title', 'shorten_woo_product_title', 10, 2 );
     
    function shorten_woo_product_title( $title, $id ) {
    if ( is_shop() && get_post_type( $id ) === 'product' ) {
    return substr( $title, 0, 20 ); // change last number to the number of characters you want
    } else {
    return $title;
    }
    }

    and added this code in custom.css for products slider on home page:

    .product-slider .product-slide .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }

    Please check products titles now.

    Is the issue with site-wide store notice text fixed?
    As I see it’s not covering the logo.

    Unfortunately Waiting List plugin isn’t compatible with the theme.
    Please take our apologies, but we don’t guarantee compatibility of our theme with third-party extensions.

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 11:03

    Hello,

    Please read attentively how to create one page menu:
    https://www.8theme.com/demo/docs/royal/#!/3_one_page
    If you have difficulties with it please provide us with wp-admin panel credentials and we’ll help you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 09:58

    Hello,

    Please provide us with FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 09:53

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 09:52

    Hello,

    1. Unfortunately there is no such possibility. You should enable top bar in Theme Options > Header to make the links shown.

    2. You should add Text widget into Footer Links area in Appearance > Widget and insert this code into the widget:
    <img src="https://www.8theme.com/demo/royal/wp-content/themes/royal/images/assets/payments.png" />

    3. Add this code in custom.css file:

    @media only screen and (max-width: 992px) {
    .tbs.blog-description {
      display: table-cell !important;
    }}

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

    4. Add this code in custom.css file:

    .menu .nav-sublist-dropdown .container {
      background-color: red !important;
    }

    Write your color value.

    5. Please use this code in custom.css:

    .col-md-3.col-md-pull-9.sidebar.sidebar-left {
       background-color: red !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 09:29

    Hello,

    I’ve edited the code a bit.
    Please clear browser cache and check products page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 09:23

    Hello,

    Sorry, but we are still getting the error http://prntscr.com/7ks5cl .
    Please check if you don’t set any permissions to wp-login.php file or added some rules to your .htaccess file.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 08:32

    Hello @abneyville,

    May we update the theme for you?
    Please confirm you have back up of the database and files.
    Provide us with FTP and wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 08:30

    Hello,

    You didn’t provide your site name.
    Also please clarify what changes need to be made and for which files.
    Did you create backup before updating the theme?
    Please restore it for now and create a child theme http://codex.wordpress.org/Child_Themes and copy all modified files into there. After that you can update the theme without losing the changes.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 08:05

    Hello,

    I’ve enabled zoom effect for you in Theme Options > Single Product Page > Zoom effect > Window. Please check your single product pages now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 08:00

    Hello,

    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins. You can download them here: https://www.8theme.com/download-plugins/ .

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 25, 2015 at 07:56

    Hello,

    1. We can’t connect via FTP now. Please provide us with correct FTP credentials.

    2. Could you please show a screenshot what banners you’re talking about?

    3. You can limit product title following one of the instructions in these articles:
    http://businessbloomer.com/woocommerce-shorten-product-titles/
    http://www.pixelninja.me/shorten-woocommerce-product-titles/
    http://support.pixelentity.com/threads/7415-SOLVED-Woocommerce-Product-Title-length-too-long

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 24, 2015 at 20:45

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 24, 2015 at 20:31

    Hello @jucamillo,

    I’ve recreated your footer. Please clear browser cache and check it now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 24, 2015 at 19:54

    Hello,

    I’ve copied the file header-structure-1.php to the directory /promo/wp-content/themes/woopress-child/headers and added the code <div class="languages_switcher"><?php do_action('icl_language_selector'); ?></div> in line 58. Also I’ve added this code in your child style.css:

    .languages_switcher {
      width: 100px !important;
      float: right !important;
      margin-top: 20px !important;
    }
    
    .languages_switcher #lang_sel_list li {
        padding-right: 10px !important;
    }

    Also I’ve added to the code in header.php file in your child theme to show language switcher in the fixed header.

    Please check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 24, 2015 at 19:10

    Hello,

    Please read this article how to add custom fonts:
    https://www.8theme.com/blog/how-to-add-custom-fonts-in-wordpress-themes/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 24, 2015 at 19:06

    Hello,

    To change font color on slider add this code in custom.css file:

    .rev_slider .tp-caption {
      color: red !important;
    }

    Write your color value.

    Regards,
    Eva Kemp.

  • 1 2 3 470 471 472 1,045 1,046 1,047
    Viewing 14,130 results - 14,101 through 14,130 (of 31,382 total)
Viewing 30 posts - 14,101 through 14,130 (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.