Forum Replies Created

Viewing 30 posts - 841 through 870 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Support staff
    December 16, 2016 at 09:33

    Hello,

    Try to add !important to the code:

    .menu-social-icons .ico-google-plus:before {
    content: "\f0d5" !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 20:36

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 20:14

    Hello,

    Then please change the code to this one:

    .category .content-article {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 20:12

    Hello,

    As for image you can add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .upb_row_bg {
        background-size: contain !important;
    }

    As for the text, it’s shown wrong on mobile because you added margins in the settings https://www.dropbox.com/s/2nfojpfoztiqz81/Selection_238.jpg?dl=0 and they are applied not only for desktop view, but for mobile too. Remove them and check the page after that.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 19:56

    Hello,

    The problem was caused by your hosting settings.
    Image is loaded from the path that is defined in “DOCUMENT_ROOT” variable. On a server where your site is located the path for DOCUMENT_ROOT is written:
    _SERVER[“DOCUMENT_ROOT”] /var/chroot/home/content/13/9948413/html
    but your site is located in /var/chroot/home/content/13/9948413/html/urbanrock1 and this path is written for variable “REAL_DOCUMENT_ROOT”.
    So to fix the issue I’ve changed the code $file_path = $_SERVER['DOCUMENT_ROOT'] . $file_path['path']; to $file_path = $_SERVER['REAL_DOCUMENT_ROOT'] . $file_path['path']; on line 124 in the file wp-content/themes/royal/framework/images.php.
    Please check image now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 18:58

    Hello,

    To remove excerpt from category page please use this css code:

    .content-article {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 18:56

    Hello,

    You’re welcome.
    Thank you for your feedback.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 18:41

    Hello,

    You can use Custom Link item in Appearance > Menus, write the title you need and leave url field blank.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 18:37

    Hello,

    I checked this issue with default Woocommerce theme Storefront and it persists there too. So it’s not related to our theme but to Woocommerce configuration.
    We recommend you to contact their support to investigate this issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 17:11

    Hello,

    In this case you can try to change slider height in Revolution Slider settings, edit needed layout http://storage5.static.itmages.com/i/16/1215/h_1481818359_6528509_5db86bb4cf.jpeg .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 17:03

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .bc-type-5 {
        padding: 100px 0 !important;
    }

    and change the code you have there:

    .page-content {
        margin-top: 10%;
    }

    to

    .page-content {
        margin-top: 20px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 16:56

    Hello,

    You’re welcome.

    We appreciate your feedback very much!
    If there are any questions feel free to contact us.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 15:11

    Hello,

    That option is used for Boxed layout. For Wide layout add this code in Global Custom CSS:

    .st-content {
        background: grey;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 14:52

    Hello,

    I’ve sent demo file to your email address. You can import it in Tools > Import > Wordress. The page will appear in Pages section.
    To hide page title go to Pages > edit a page and find “Show Page Heading” option on the right side in Page Layout box and select “Disable”.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 14:00

    Hello,

    Our theme uses fontAwesome icons. If you want to replace them with your own images, try to use the following code in Global Custom CSS:

    .ico-twitter{
    background-image: url("here is link to your image");
    }
    .menu-social-icons .ico-twitter:before {
        visibility: hidden;
    }
    
    .ico-facebook{
    background-image: url("here is link to your image");
    }
    .menu-social-icons .ico-facebook:before {
        visibility: hidden;
    }
    
    .ico-pinterest{
    background-image: url("here is link to your image");
    }
    .menu-social-icons .ico-pinterest:before {
        visibility: hidden;
    }
    
    .ico-google-plus{
    background-image: url("here is link to your image");
    }
    .menu-social-icons .ico-google-plus:before {
        visibility: hidden;
    }
    
    .ico-envelope{
    background-image: url("here is link to your image");
    }
    .menu-social-icons .ico-envelope:before {
        visibility: hidden;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 11:49

    Hello,

    You forgot to write the site url.
    Please provide it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 09:48

    Hello,

    We’ve sent checkout.zip archive to your email address.
    Extract it and upload to wp-content/themes/legenda/woocommerce directory. Overwrite the existing “checkout” folder.
    Let us know if it fixed the issue with currency.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 21:22

    Hello,

    Sorry, but I still can’t replicate the issue on mobile http://storage2.static.itmages.com/i/16/1214/h_1481746918_8987237_04e1f85145.jpeg .
    I can’t even see such logo as you showed on your screenshot.
    Please try to clear browser cache on your mobile device or check in other browser.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 21:19

    Hello,

    I made changes on your test site http://www.test.atelierchristian.nl . Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 21:14

    Hello,

    You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1965), to change links you need edit the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank"> and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.' with a link to your Twitter account.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 21:13

    Hello,

    3. Please use this css code:

    .top-bar #fcs_widget-5 {
     background-color: white;
    }
    .top-bar #fcs_widget-5 a {
     color: black;
    }

    4b. If you want to add image you need add <img> tag with a link to your picture, like <img src="http://you_url">

    4c. To change links you need edit the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank"> and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.' with a link to your Twitter account.

    11. As for Facebook icon please add this code in Global Custom CSS section:

    .facebook {
        background-size: auto auto !important;
        padding-right: 0px !important;
    }

    12. I’ve added the code and now “Trends” title is clickable in the footer. Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 20:49

    Hello,

    2. Yes you need write the code wp-content/themes/royal/functions.php file. Better create child theme https://codex.wordpress.org/Child_Themes and make changes there not to lose modifications after theme update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 20:46

    Hello,

    I’ve changed slider sizes for mobile layout http://storage8.static.itmages.com/i/16/1214/h_1481744795_4053835_6bfe9b28ea.jpeg and it’s shown like this now http://storage9.static.itmages.com/i/16/1214/h_1481744824_4056898_57d489c2d8.jpeg .
    Please check on your side on mobile.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 20:35

    Hello,

    You need write background size in pixels or percentages, like 100px 100px or 100% 100%.
    Read more about background-size here http://www.w3schools.com/cssref/css3_pr_background-size.asp .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 20:32

    Hello,

    You can post a comment here https://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050/comments , also you can leave rating:
    1. Log into your ThemeForest account and go to your Downloads page http://themeforest.net/downloads
    2. Find the product you wish to rate in the Downloads section.

    Thank you for your feedback.
    We appreciate it very much!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 20:27

    Hello,

    Sorry, but we don’t provide support for 3rd-party plugins. When I disabled the plugin “Visualkicks – Portfolio” I saw this http://storage8.static.itmages.com/i/16/1214/h_1481743682_6721165_6eebdd9879.jpeg and categories filter worked.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 19:28

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 19:26

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 19:26

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 19:21

    Hello,

    Please add this code in Custom CSS:

    @media (min-width: 1024px) {.page-template-et-registration .col-md-6 {
        left: 28%;
    }}

    Regards,
    Eva Kemp.

  • 1 2 3 28 29 30 1,045 1,046 1,047
    Viewing 870 results - 841 through 870 (of 31,382 total)
Viewing 30 posts - 841 through 870 (of 31,382 total)
8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.