Forum Replies Created

Viewing 30 posts - 20,011 through 20,040 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 14:50

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 14:48

    Hello,

    The problem was caused by Essential Grid plugin. I’ve deactivated it. Please check Pages menu now. If you want to use this plugin try to increase memory_limit value (ask your host to do this) as there was such error when the plugin is activated:
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 81 bytes)

    If the issue is resolved after that you can disable debug mode.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 14:29

    Hello,

    To add some text on the Shop page you need edit it and use Text element in Visual Composer editor as Robert described. You won’t ruin this page.
    Please follow the instruction the Robert provided you with.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 14:26

    Hello,

    If you’re using child theme you need add the code in style.css of your child theme.

    Please try it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 14:21

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 14:21

    Hello,

    Thank you for the screenshot.
    Please add this code in custom.css file:

    .bc-type-3 .title, .bc-type-3 a {
        display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 13:56

    Hello @Jimbo,

    In the file wp-content/plugins/woocommerce/templates/single-product/tabs/description.php the line is 14 and in the file wp-content/themes/woopress/functions.php I added this code as described in Woocommerce documentation http://docs.woothemes.com/document/editing-product-data-tabs/ :

    add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
    function woo_rename_tabs( $tabs ) {
    $tabs['description']['title'] = __( 'More Information' ); // Rename the description tab
    return $tabs;
    } 

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 13:51

    Hello,

    Unfortunately there is no such possibility to add search field next to the search icon.
    To add share icons at the top you need insert [share] shortcode in Text widget and place it in “Place in header top bar” area in Appearance > Widgets.

    “View Large” option can be used in Posts Slider element, not for Image Gallery.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 13:29

    Hello,

    You can use Product Categories element in Visual Composer and select display type “Slider” in the settings.
    Also it can be done with shortcode.
    Do you have problems with slider display?
    Please provide us with wp-admin panel credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 12:56

    Hello,

    Try to change the height value. Try to write 350px instead of 300px.

    Thank you.
    Regards.
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 12:54

    Hello,

    1. You need edit the file shortcodes.php in the directory wp-content/themes/royal/framework, find the section “! Share This Product”, line 1704 and edit the code on line 1737
    <a href="http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'" class="'.$tooltip_class.'" title="'.__('Facebook', ETHEME_DOMAIN).'" target="_blank"> remove the word “Facebook”.

    2. To add your Facebook link you need edit the same file the same code, insert your link instead of http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 12:48

    Hello @Nico313,

    I’ve added this code in custom.css file:

    .woocommerce-checkout-payment .place-order .button {
        width: 100%;
    }
    
    .form-row.terms label {
       float: right !important;
    }

    Please check Checkout page now.
    “Total” column can’t be decreased because delivery options takes part of space in that column.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 12:06

    Hello,

    Did you follow this instruction http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ when translating the site?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 12:04

    Hello @Piotr,

    Please provide us with FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 12:02

    Hello,

    Sorry, but your queries are related to Wishlist support team.
    You can need contact their developers in this case.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:54

    Hello,

    Add this code:

    .slider-container.sidebar-slider-flex .slide-item .product .product-name {
        font-size: 0.9em;
        font-family: Roboto !important;
        font-weight: bold;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:52

    Hello,

    You can refer to WPML documentation how to translate widgets:
    http://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:38

    Hello @hcMtom,

    As I see you don’t have Wishlist plugin translated. Go to WPML > String Translation and for the section “Select strings within context:” select plugin yith-woocommerce-wishlist.
    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:31

    Hello,

    We’re glad you managed to solve the issue.
    If there are any questions don’t hesitate to contact us.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:29

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

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

    Hello,

    Please check the site now.
    By default index.html file was loaded, so I’ve written DirectoryIndex index.php in .htaccess file to make index.php default loading file. Now the site is working, but you need activate the required plugins.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:19

    Hello,

    Still we’re getting this error when trying to edit files via FTP:
    Operation not permitted

    Please give us permissions to edit the files.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 11:16

    Hello,

    If you remove that page Wishlist will work. Don’t worry.

    Sorry, but we don’t have such shortcode in our theme and our default page is “Wishlist” and not “Wishlists”. Perhaps you used other plugin from which those pages where installed.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 10:57

    Hello,

    Sorry for a delay.
    Your content is fully translated. Is your issue resolved?
    Please provide us with the direct links where you can’t translate some text.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 10:10

    Hello,

    Could you please specify what exactly you want to change in email content?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 10:09

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 10:08

    Hello @kinhacura,

    The problem is caused by new Woocommerce update.
    Please provide us with correct FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 09:19

    Hello @AlkaWay,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 09:16

    Hello @python1564,

    Please try to add this code:

    .select2-search {
    background-color: #1E1E1E;
    }
    .select2-results {
     color: #6F6F6F;
    }

    Concerning removing items from Wishlist page you need disable “Ajax “Add to Cart”” in Theme Options > Single Product Page. Currently there is only such solution of this problem. Our developers are working on a new update.

    Sorry for inconveniences.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 00:56

    Hello,

    As you’re using old Woocommerce plugin version you need update it as well because old plugins versions may create some conflicts to the latest theme version.
    Also please make sure all the required plugins are up to date. You can download the latest plugins versions here:
    https://www.8theme.com/download-plugins/

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 667 668 669 1,045 1,046 1,047
    Viewing 20,040 results - 20,011 through 20,040 (of 31,382 total)
Viewing 30 posts - 20,011 through 20,040 (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.