Forum Replies Created

Viewing 30 posts - 18,301 through 18,330 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 18:34

    Hello,

    We’re sorry for a delay.
    As I see the text isn’t shown now:
    https://s3.amazonaws.com/fvd-data/notes/168674/1427736779-VkdiI5/screen.png

    Did you resolve the issue?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 18:27

    Hello,

    The problem was caused by plugin envato-wordpress-toolkit-master. I’ve renamed its folder to “envato-wordpress-toolkit-master_old” in the directory wp-content/plugins.
    Please try to access wp-admin panel now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 18:21

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 18:20

    Hello,

    We’re sorry, but as you’re using 3rd-party plugin we can’t guarantee its compatibility with our theme. We can’t test all plugins to make each of them compatible.
    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 18:07

    Hello,

    Sorry for a delay.
    You can make bold text using this code in custom.css file:

    p.ls-l {
      font-weight: bold;
    }

    You can change font family in LayerSlider > edit slider > Slides tab, in the Layers section select Styles option:
    https://s3.amazonaws.com/fvd-data/notes/168674/1427734719-OI3n0O/screen.png

    To add a button create a new layer, use HTML/Video/Audio option and add this code in the text editor:
    <a class="button active" href="#"><span>Text on a button</span></a>
    You can replace # with a link where the button should redirect after clicking it.
    The button will appear on a slide and you can drag it with your mouse to any place you want.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 17:49

    Hello @mercy20,

    Please add this code in custom.css file:
    //For active opened tab:

    .products-tabs .tab-title.opened {
        color: #E5534C;
        font-family: opensans;
        font-size: 15px;
    }

    //For non-active tab

    .products-tabs .tab-title {
        font-size: 16px;
        color: #252525;
        font-family: opensans;   
    }

    Change values to yours.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 17:43

    Hello,

    Concerning the footer try to use this code:

    .main-footer-3 .vc_col-sm-3 {
        margin-bottom: 30px !important;
    }

    Try to change margin values in the row settings where you’d like to reduce the space.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 17:15

    Hello,

    We’re glad you managed to resolve the issue.
    Let us know if further assistance is required.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 17:14

    Hello,

    The issue has been fixed.
    Please check Shop page and clear browser cache before.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 17:03

    Hello,

    It’s because Ajax Filter function is enabled (Theme Options > Shop). “Go to previous page” loads the previous URL in the history list. But shop page is not reloaded if you use Ajax pagination and this method will not work, because the previous page in the history list is Home page, not the 1 shop page. Disable Ajax Filter in theme options if you use “go to previous page” on shop page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 17:01

    Hello,

    The problem is caused by the code you added in custom.css file:

    .boxed .page-wrapper {
    width: 980px;
    margin: 0 auto;
    box-shadow: 0 0px 0px !important;
    -webkit-box-shadow: 0 0px 0px !important;
    }

    If you remove width: 980px; responsive design will be active.
    Please try it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:54

    Hello,

    To add media social icons go to Theme Options > Blog Layout > Show Share buttons > On.
    Please provide us with the link to your Portfolio page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:51

    Hello,

    I’ve added this code in the file custom.css (Appearance > Editor > custom.css):
    .woocommerce input[type="number"] { -moz-appearance:textfield; }
    Now the arrows aren’t shown.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:43

    Hello,

    The search form searches only for the words that are mentioned in the products titles.
    If you want to extend these features you may try to use 3rd-party plugins.
    Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:39

    Hello,

    You can upload an image for each category in Products > Categories > edit a category and upload a thumbnail.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:37

    Hello,

    Please add this code in the file wp-content/themes/royal/framework/vc.php (after the line 2356):

    array(
                  "type" => "dropdown",
                  "heading" => __("Order by", "js_composer"),
                  "param_name" => "order",
                  "value" => array( __("Descending", "js_composer") => "DESC", __("Ascending", "js_composer") => "ASC" ),
                  "description" => sprintf(__('Designates the ascending or descending order. More at %s.', 'js_composer'), '<a href="http://codex.wordpress.org/C$
                ),

    and you’ll be able to select order type in Products element settings.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:27

    Hello,

    1. I’ve enabled custom.css in Theme Options > Custom CSS and now your code is working.
    Please check the menu.

    2. Unfortunately there is no such option in the theme. You can try to use some 3rd-party plugins to achieve what you want.

    3. Could you please clarify with more details? Where do you want to display that button?
    What form are you talking about?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:18

    Hello,

    We recommend you to contact the plugin author as frontend editor doesn’t work with default wordpress theme. They should provide you with better solution.

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:16

    Hello,

    Please add this code in custom.css file:

    .products-tabs .tab-title.opened {
    border-bottom: 2px solid orange;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:06

    Hello,

    Did you change wp-admin panel credentials?
    We can’t log in now.
    Please provide us with the correct login details.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 16:03

    Hello,

    You can try to edit Slider element settings and select 2 products to show on mobiles, or use Grid type of view instead of slider.
    Concerning the slowness you can try to optimize images using such service for example https://kraken.io/ .

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 15:29
    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 15:17

    Hello,

    I’ve disabled zoom effect in Theme Options > Single Product Page and “Add to Cart” button is working now.
    Please clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 15:03

    Hello,

    These alert messages were created for description of theme features. There are no such option in our theme. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 15:02

    Hello,

    The issue has been fixed.
    Please check the site and clear browser cache before.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 14:40

    Hello,

    In this case we recommend you to use Products element in Visual Composer editor instead of WooProducts element.
    Please try it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 14:37

    Hello,

    Sorry, but I was unable to log in to wp-admin panel. Please check the credentials.
    I’ve reuploaded the folder “woocommerce” in the directory wp-content/themes/woopress.
    Please check “Add to Cart” button now and clear browser cache before.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 14:37

    Hello,

    1. You need place Woocommerce Product Categories widget into Shop Sidebar area in Appearance > Widgets and write your own title there.

    2. Please add this code in custom.css file:

    .filter-wrap .woocommerce-ordering {
        display: none;
    }

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

    3. Please check if it works with default WordPress theme.

    4. Please add this code in custom.css file:

    .bc-type-3 .title, .bc-type-4 .title, .bc-type-5 .title, .bc-type-6 .title {
       font-size: 20px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 14:27

    Hello,

    I’ve deactivated the plugin WooCommerce Quantity Increment plugin.
    Please check quantity box now.
    Unfortunately WooCommerce has removed that feature in the recent update and replaced it with the number input type. And now there is no overrides in Woopress for this. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    March 30, 2015 at 14:18

    Hello,

    Please provide us with FTP credentials as well.

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 610 611 612 1,045 1,046 1,047
    Viewing 18,330 results - 18,301 through 18,330 (of 31,382 total)
Viewing 30 posts - 18,301 through 18,330 (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.