Forum Replies Created

Viewing 30 posts - 59,971 through 60,000 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:45

    Hello,

    Thanks for the topic.
    It is strange, looks like your widgets were moved. Please try, in next time, before the theme update, to activate a default theme or contact us so we could update theme theme for you and check what can be reason of the issue.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:40

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:40

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:39

    Hello, @Funeral Studio

    Please read this reply from author of Massive Addons plugin https://codecanyon.net/item/massive-addons-for-visual-composer/14429839/comments?page=36&filter=all#comment_14143143 https://prnt.sc/hmu4qh and follow their suggestion, like in this topic https://www.8theme.com/topic/where-i-can-edit-a-theme/ hope it will help you.
    Also, we’ve changed activation limit for you. You may use the 1 license for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only https://themeforest.net/licenses/standard

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:23

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:23

    Hello,

    Thanks for the topic.
    1. Please make sure that in Theme Options > Styling > Content > Container Background Color > id not selected.
    If this won’t help, please provide temporary wp-admin access so we could check the problem deeply.
    2. Please check Theme Options > Styling > Navigation.
    Feel free to ask if you have any questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:15

    Hello,

    Thanks for the topic.
    We’ve sent etheme.js and etheme.min.js files to your registration email. Please replace these files in legenda/js folder via FTP.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:12

    Hello,

    Thanks for the topic.
    At first, I would recommend you to change images settings for all products. Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/ To change the size of the product images go to WooCommerce > Settings > Product > Display > Image settings and don’t forget to regenerate thumbnails after changes(use Regenerate thumbnails plugin).
    Feel free to ask if you have any questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:07

    Hello, @thisisbolo

    Thanks for your tips.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 09:06

    Hello, @boka003

    You’re welcome!
    1. Please try to add this code in Theme Options > Styling > Custom css > Custom css for mobile:

    #woocommerce_layered_nav-13 {
        display: none;
    }

    2. Go to Theme Options > Typography > Navigation > Menu first level hover (active).
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 08:54

    Hello,

    Please check the credentials one more time http://prntscr.com/hmtr6n
    Shall we provide our IP address to put it into whitelist on the server?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 08:44

    Hello,

    You’re welcome!
    You may add the code in custom.css file of parent theme or in style.css file of child theme.
    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 08:44

    Hello,

    You’re welcome!
    You may add the code in custom.css file of parent theme or in style.css file of child theme.
    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 08:39

    Hello,

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 08:37

    Hello,

    Please go to Theme Options > Styling > Content > Customize buttons on hover state > http://prntscr.com/hmtklu
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 08:34

    Hello,

    You’re welcome!
    We are grateful to you for your kind words, really appreciated!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 16:24

    Hello,

    Please clear cache and check http://prntscr.com/hmijc3

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 16:22

    You’re welcome!
    Please clear cache and check one more time http://prntscr.com/hmii5i

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 16:19

    Hello,

    You may use this custom css code:

    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul {
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -webkit-box-pack:center !important;
            -ms-flex-pack:center !important;
                justify-content:center !important;
    }

    or this one:

    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul {
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -webkit-box-pack:space-evenly !important;
            -ms-flex-pack:space-evenly !important;
                justify-content:space-evenly !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 15:59

    Hello,

    You may add a custom class for menu item http://prntscr.com/hmi50a and use this custom css code:

    .inclicable-item a {
        pointer-events: none;
        cursor: default;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 15:40

    Hello,

    Please try to add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

    .rtl .nav-sublist-dropdown {
        right: 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 15:34

    Hello,

    Thanks for the topic. Hope you are having a nice day.
    Please describe in details what exactly result do you want to achieve.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 15:03

    You’re welcome!
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:59

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:56

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:52

    I’ve created Main home page, blog page, and set http://prntscr.com/hmgxdn
    Also, I’ve updated slider plugin and imported home slider.
    Please check.
    Also, you need to update plugins, please follow instruction from the previous reply.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:50

    Hello, @Walid

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:33

    Hello,

    This is no such option by default, but you may use custom css code, for example, add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

    .item-design-mega-menu .nav-sublist-dropdown {
    	width: 100% !important;
    	top: 100% !important;
    	margin: 0 !important;
    	left: 0 !important;
    }
    .menu-wrapper .menu .menu-item-has-children.item-design-mega-menu {
    	position: static;
    }
    .header-wrapper header > .container .container-wrapper {
    	position: static;
    }

    Also, our documentation can be useful for you https://www.8theme.com/documentation/xstore/menu-set-up/mega-menu/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:27

    Hello, @Walid

    1. Please see screenshots http://prntscr.com/hmgmhf > http://prntscr.com/hmgn5w
    2. http://prntscr.com/hmgnnk

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:16

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

  • 1 2 3 1,999 2,000 2,001 2,273 2,274 2,275
    Viewing 60,000 results - 59,971 through 60,000 (of 68,223 total)
Viewing 30 posts - 59,971 through 60,000 (of 68,223 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.