Forum Replies Created

Viewing 30 posts - 6,061 through 6,090 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:53

    Hello,

    Try to use this code in Global Custom CSS:

    .price, .amount {
        font-family: Verdana;
    }

    As I see product description font is set to Verdana http://storage4.static.itmages.com/i/16/0216/h_1455641589_9729847_ebba171adc.png .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:49

    Hello,

    If the changes were made only in child style.css file not in child woocommerce folder, then you can remove this folder in your child theme.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:47

    Hello,

    Please show a page where you want to make changes.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:46

    Hello,

    To add Product page banner go to Theme Options > Shop > Product Page Banner and add your image.
    Please provide us with username to your wp-admin panel as you gave only password.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:44

    Hello,

    Have you bought license for Revolution Slider or you’re using theme purchase code?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:22

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .carousel-area .owl-controls {
       display: block !important;
    }

    You can add banners using Banner element is Visual Composer editor.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:18

    Hello,

    Your screenshot isn’t loading. Please reupload it and show a page where you have problem.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:17

    Hello,

    As I see search icon is shown in your site header:
    http://storage9.static.itmages.com/i/16/0216/h_1455639123_1479733_265425c871.png
    and mobile navigation is present too:
    http://storage6.static.itmages.com/i/16/0216/h_1455639236_3305176_c5eac6dcd2.png

    Clear browser cache and check again.
    What mobile device are you checking in?

    Sign In and My Account links are present in mobile menu.
    Add this code in Theme Options > Custom CSS > Custom CSS for tablet:

    h1.logo_title {
       margin-top: 90px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:08

    Hello,

    Please clarify for what elements you want to change font family and to which one.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 17:05

    Hello,

    3. I’ve created child theme and edited header.php file there to switch logo and search form and added this code in style.css file of the child theme:

    @media (min-width: 1200px) { #top-cart, #links {
        width: 200px !important;
    }
    .logo {
       margin-left: 100px;
    }}

    Clear browser cache and check site now.

    5. I’ve disabled sidebar in Blanco – Theme Settings > Product Page > unchecked “Enable Sidebar on Product Page”.

    7. There is no option to move those icons. You can use some plugin for social icons and add your own content to footer via Appearance > Widgets, read our documentation https://www.8theme.com/demo/docs/blanco/#!/widgets “the section “The First, Second, Third, Fourth Footer Widget Area””.

    9. I’ve edited shortcode on Contact page to [etheme_contacts gmap="0"] to remove the map. To remove subject field you need edit the file wp-content/themes/blanco/code/shortcodes.php in line 188 and remove or comment the code:

    <div class="formField">
    <label for="contactSubject"><?php _e('Subject', ETHEME_DOMAIN); ?></label>
    <input type="text" class="textField" name="contactSubject" id="contactSubject" />
    <div class="clear"></div>
    </div>

    Make changes in the child theme not to lose modifications after theme update.

    10. You need create your own footer adding widgets with your content in Appearance > Widgets as I described in point 7.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 16:38

    Hello,

    As I see buttons are shown when you hover the slider:
    http://storage9.static.itmages.com/i/16/0216/h_1455637071_8174013_fdcc9c2936.png

    Please clarify what slider exactly you’re talking about.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 15:39

    Hello,

    Please provide your site url and wp-admin panel credentials.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 15:38

    Hello,

    The reason is the theme has 2 menus – mobile and desktop, that’s why both menus have similar ids.
    Sorry but it can’t be fixed.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 14:25

    Hello,

    1. You can add this code in custom.css file:

    .header7 {
      background-color: blue;
    }

    If you want to add background image use this code:

    .header7 {
       background-image: url('http://path_to_image');
    }

    2. Custom Menu widget uses default WordPress styles as this is WordPress widget.
    Please clarify how you want to modify it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 14:18

    Hello,

    We just passed your query to senior support, they will discuss it.
    Unfortunately for now we can’t know if they implement it.

    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 14:16

    Hello,

    Please use this css code:

    .menu > li.menu-item-has-children > a:after {
        content: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 14:14

    Hello,

    You’re welcome.
    We’d be thankful if you leave a comment on ThemeForest site http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/11024192/comments .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 14:08

    Hello,

    To change footer logo go to Static Blocks > Footer small > edit the content in Visual Composer editor, open text editor and change the image link http://storage4.static.itmages.com/i/16/0216/h_1455628046_1375663_eac4e738a7.png .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 13:59

    Hello,

    Then you need download WordPress package for your language, not in English. Read this article https://codex.wordpress.org/Installing_WordPress_in_Your_Language .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 13:57

    Hello,

    Try to enable the option “Include styles from “Ultimate Addons for Visual Composer” on every page” in Theme Options > General. Then clear browser cache and check footer.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 13:46

    Hello,

    There is no brands shortcode in the theme. If you want to show brands on a page you can use element “Brands” in Visual Composer editor.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 13:44

    Hello,

    Please try to use this css code:

    .header .menu-wrapper .menu > li > a, .page-heading.bc-type-2 a, .breadcrumbs, .woocommerce-breadcrumb {
        text-transform: capitalize !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 11:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 11:17

    Hello,

    If the code $locale='el_GR'; is used in wp-config.php file you don’t need to change language in WordPress settings.
    To translate Wishlist go to wp-admin panel > YIT plugins > Wishlist > General Settings and change text to your language.

    Also you didn’t translate all strings in the file el_GR.po in wp-content/themes/royal/languages directory, that’s why some strings on your site are still in English.
    Check the file and translate them.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 11:04

    Hello,

    I’ve changed images sizes in Woocommerce > Settings > Products > Display and regenerated thumbnails. Please clear browser cache and check products now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 10:21

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 10:02

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 10:00

    Hello,

    Unfortunately there is no such option for portfolio.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 09:57

    Hello,

    Don’t you want to edit current menu item?
    Please show a screenshot where you need to make changes.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 09:50

    Hello @mkaramp,

    As I see “Shipping and Handling” text is translated.
    To translate “Cart subtotal” string, you need edit the file wp-content/themes/legenda/woocommerce/checkout/review-order.php (line 50).

    We’ll fix this bug in the next theme update.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

  • 1 2 3 202 203 204 1,045 1,046 1,047
    Viewing 6,090 results - 6,061 through 6,090 (of 31,382 total)
Viewing 30 posts - 6,061 through 6,090 (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.