Forum Replies Created

Viewing 30 posts - 10,471 through 10,500 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 17:27

    Hello,

    I’ve set “Default template” for the page “Wishlist”:
    http://storage4.static.itmages.com/i/15/1005/h_1444062281_7191308_ae37d70dc0.png
    Header is shown there now. Please check.

    Go to Appearance > Widgets and check “Main Sidebar” area there.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 17:21

    Hello @JonathanWhite,

    Please use this css code:

    .page-content {
       margin-bottom: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 17:18

    Hello,

    I’ve clicked “SlideShow-Auto” option in the settings for each slider and added this code for the first slider:

    .slidergridrow {
    	width: 100%;
    }
    .slidergridcol{
    	float: left;
    	width: 33.333333%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding: 0.5px;
    	height: 100%;
    }

    as described in the article:
    http://www.themepunch.com/faq/9x-slider-synchronous-grid-slider/ > The Custom CSS

    Also set width and height for each slider as described in the article.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 17:02

    Hello,

    Sorry for a delay.
    We use basic search in the theme, which doesn’t include attributes, tags, etc. If you need more options for search form we recommend you to use special plugins because our support doesn’t produce implementation of additional functionality into the theme.

    Please take our apologies and thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 16:41

    Hello,

    Do you mean you want vertical header type only for home page?
    Sorry, but there is no such possibility.

    If you mean you want to add master slider in “Page slider” field in the page editor, unfortunately it can’t be done. This option is available only for Revolution Slider.

    You had options enabled in the settings to stop a slide:
    http://storage2.static.itmages.com/i/15/1005/h_1444059622_4000343_1ea6f0f31f.png
    I’ve disabled them.

    Please check your slider. It’s sliding now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 16:17

    Hello,

    You need use WPML plugin in this case http://wpml.org/ . Also refer to this documentation:
    https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/

    Yes, Newsletter is created with MailChimp plugin.
    You can enabled Newsletter popup window in 8Theme Options > E-Commerce > Promo Popup.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 16:09

    Hello,

    We’re sorry, for a long delay.
    Please delete “woocommerce” folder in the directory wp-content/themes/classico/ and reupload it from a new theme package. After that clear browser cache and check prices again.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 16:06

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 15:58

    Hello,

    I’ve installed 2 other plugins and the template “Watches”.
    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 15:22

    Hello @FuegoHD,

    I’ve sent Ultimate VC Addons version 3.11.1 to your email address.
    Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 14:43

    Hello,

    We’re glad you managed to find the solution.

    Have a nice day.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 14:39

    Hello,

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

    .header-type-2.slider-overlap .top-bar a, .home .header-type-2.slider-overlap .shop-text .total, .home .header-type-2.slider-overlap .header .menu > li > a {
        color: #4C9CE6 !important;
    }
    .links li:after {
       background-color: #4C9CE6 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 14:35

    Hello,

    Do you want to change share icon links to your account url?
    If so, you need edit the file wp-content/themes/woopress/framework/shortcodes.php (find the section “! Share This Product” in line 1918), 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
    Participant
    October 5, 2015 at 14:32

    Hello,

    Please take our apologies, but we don’t provide support for 3rd-party plugins and currently we’re not going to implement that plugin in the theme.

    Thank you for understanding.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 14:19

    Hello,

    1. I’ve added this code in Theme Options > Custom CSS > Custom CSS for tablet:

    .header-type-12 .shopping-container {
        padding: 21px 0px 70px;
        margin-top: -20px;
    }
    
    .header-type-12 .header-search {
        margin: 0px;
        padding: 15px 35px;
    }
    
    .header-search {
       margin-top: -10px !important;
    }

    2. This code has been added to Custom CSS for desktop:

    .header-type-12 .cart-bag .ico-sum::before {
        border-color: #DF1997;
    }
    .header-type-12 .cart-bag .ico-sum {
        background-color: #DF1997;
    }
    .header-type-12 .cart-bag .ico-sum::after {
        background-color: #DF1997;
    }
    
    .fixed-header-area .header-logo img {
       margin-left: -20px;
    }

    3. I’ve added this code in Custom CSS for tablet:

    .header-type-12 .cart-bag .ico-sum::before {
        border-color: #DF1997;
    }
    .header-type-12 .cart-bag .ico-sum {
        background-color: #DF1997;
    }
    .header-type-12 .cart-bag .ico-sum::after {
        background-color: #DF1997;
    }

    Please check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 13:58

    Hello,

    Please translate the theme in .po file in wp-content/themes/legenda/languages as described in the documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 13:54

    Hello,

    Your site is showing blank page now.
    Please check it.
    Have you made any changes in the theme files?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 13:49

    Hello,

    I’ve reuploaded “woocommerce” folder in wp-content/themes/woopress directory. Your old folder is renamed to “woocommerce_old”. Clear browser cache and check Cart page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 12:27

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 12:26

    Hello,

    We’re glad you managed to resolve the issue.

    Have a nice day.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 12:26

    Hello,

    As I see the buttons are shown properly on mobile:
    http://storage5.static.itmages.com/i/15/1005/h_1444044297_1187282_dd46e393d4.png
    The width differs because the second button title is longer than the first one.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 12:23

    Hello,

    As I see your site is working now.
    Please clarify what exactly you’re changing.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 11:48

    Hello,

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

    .page-heading .title, .page-heading a, .page-heading .delimeter {
        color: white;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 11:33

    Hello,

    1. Go Theme Options > General > Show demo footer > Off.

    2. Please use this css code:

    .footer-top-2 .textwidget li {
       color: #787878;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 11:30

    Hello,

    Sorry for a long delay.
    I’ve installed the theme and demo content for you.
    Please check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 11:28

    Hello,

    The buttons are added in Text widget in Appearance > Widgets in “Left Side top bar area”.
    You can get the code as described here:
    https://support.twitter.com/articles/20164833#
    http://www.mimetic.com/wp/2011/09/05/adding-facebook-like-and-recommend-buttons/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 11:13

    Hello @invemedia,

    As I see Woopress theme isn’t installed for your site.
    Please install it and provide us with a link to Parallax page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 11:09

    Hello @FuegoHD,

    Our demo site uses old version of “Ultimate VC Addons” plugin.
    The latest plugin version has issues with parallax effect.
    We contacted them and received the reply:

    We tested, at the moment – Fixed background property is creating bugs in Chrome.

    See reports here –

    http://stackoverflow.com/questions/22292357/fixed-background-image-bug-chrome-mac
    http://www.cybertechquestions.com/css-fixed-background-attachment-blinks-in-google-chrome_118396.html
    https://wordpress.org/support/topic/problem-with-fixed-backgrounds-in-chrome

    if you google “Chrome bug with fixed background” you will find many people reporting the same.

    The workaround for this is quick. Simply change fixed background to “Move with the content” (scroll) Further – you can apply parallax to it and make it even more beautiful.

    Now the option “Move with the content” is already set for the elements on your Parallax page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 10:31

    Hello,

    Please update all required plugins to the latest versions.
    You can download them here:
    https://www.8theme.com/download-plugins/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 5, 2015 at 10:25

    Hello,

    Please don’t create duplicate topics. You’ll be replied in the other one.

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 349 350 351 1,045 1,046 1,047
    Viewing 10,500 results - 10,471 through 10,500 (of 31,382 total)
Viewing 30 posts - 10,471 through 10,500 (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.