Forum Replies Created

Viewing 30 posts - 59,011 through 59,040 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 11:42

    Hello,

    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 11:38

    Hello,

    Please make changes in classico/framework/theme-init.php file https://gyazo.com/e2d6318f8a9b01add1c2eb261682e0b0 > https://gyazo.com/e53530cd49219dbf6accb117713f5a47
    if( class_exists('WooCommerce') )
    (we will add this fix in next theme update, so you may do this in parent theme).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 11:33

    Hello,

    I can’t say sure for now. I will pass this question to our developers also. You may disable the plugin, before doing the restore a revision, as a temporary solution.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 11:14

    Great.
    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
    January 25, 2018 at 11:02

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 11:02

    Please change 20 to 40 in functions.php http://prntscr.com/i5c1mv
    and use this css code:

    .product-information .product_meta {
        padding-bottom:0px;
        margin-bottom:0px;
    } 

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 10:43

    To avoid editing of php files I would recommend using translation files, create English translation and just change the necessary string to what you need.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 10:40

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 10:38

    I’ve added custom class for column http://prntscr.com/i5bpxb and css code in Custom css for page http://prntscr.com/i5bq2i Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 10:19
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 10:03

    Hello,

    1. Unfortunately, we don’t have option in Theme Options to change it but you can use translation files and use translation filed just to change the text. Loco translate plugin will help you to do this in no time https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    2. You can edit header structure file depending on header type that you use, in your case, it is xstore/headers/advanced.php. Do all the changes in child theme files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:49

    Hello,

    I am glad that you sorted out.
    I’ve added a notice about the situation with the sidebar to our task list. Our developers will check if this can be fixed.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:35

    Hello,

    Thanks for the topic.
    Please try to change permissions to 777 for the folder themes/legenda/framework/inc/really-simple-captcha and for all folders and files inside of it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:30

    Hello,

    Oh, I see, this is just a notice. You can ignore it. Have you enabled debug mode in wp-config.php file? Disable it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:27

    Hello,

    You may use Woocommerce Product Page element, add a custom class for column or row with this element and hide content, that you do not wont to display, using custom css code.
    What do you sink about such way? Try to add the element on a page and provide me link, so I could give you an example of css code. Also, explain what exactly do you want to hide.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:19

    Hello,

    1.

    .single-product .sidebar-widget.product-brands {
        display: none;
    }

    2. Please read this topic https://www.8theme.com/topic/how-i-can-show-brand-on-single-product-page-and-shop-page/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:13

    Hello,

    .sidebar .product-categories>li>ul.children li.current-cat>a {
        color: #dc4348;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:11

    Hello,

    I’ve created the Main menu with a simple structure on your site.
    You may use the code to activate site now.
    Please note that 1 license can be used 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, read more – https://themeforest.net/licenses/standard

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 09:02

    Hello,

    Please check if the problem persists with a default theme, if yes, this means that the problem is related to your server settings. Please, contact your hosting provider to fix this issue.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:54

    Hello,

    Thanks for the topic.
    Unfortunately, the menu can’t be imported, because of WordPress does not allow import of custom fields. You need to create an own menu https://www.8theme.com/demo/docs/royal/#!/primary_menu https://www.8theme.com/videos/ (Royal – WordPress ThemeEngine – Menu Set Up).
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:50

    Hello,

    Looks like you sorted out http://prntscr.com/i5aanr
    You use Grid Products element of Massive Addons plugin, so all available options you may find in settings of the element. Se more examples – http://massive.mpcthemes.net/grid-single-product/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:32

    Hello,

    Ok. There is possible to show the same slider on all single product pages via customization in legenda/woocommerce/single-product.php
    https://gyazo.com/69f492f8d00e7745beb3cde707469808 > https://gyazo.com/a449339fcb75bed9f06ea96b0750d889
    <?php echo do_shortcode('[rev_slider_vc alias="home"]'); ?>
    (where “home” – is name of your slider)
    Make changes via child theme https://codex.wordpress.org/Child_Themes

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:21

    Hello,

    Looks like you need simply select My account page in Woocommece > Settings > Accounts > My account page. Please try to do this.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:14

    Hello,

    Please check now https://prnt.sc/i59z82

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:13

    Hello,

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:12

    Hello,

    My pleasure 🙂
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:11

    Hello,

    My pleasure 🙂
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:10

    Hello,

    Looks like there is a bug, we will fix this in next theme update. Please try to add this code in custom css, as a temporary solution:

    @media only screen and (max-width: 768px) {
        #etheme-popup-holder {
            max-width:  100%;
        }
        #etheme-popup-holder .et-popup-overlay {
            display:  none;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 17:05

    Hello,

    Unfortunately, we do not have option “Show revolution slider instead of breadcrumbs and page title” for single product pages.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 16:34

    You’re welcome!
    Have a nice day.

    Regards

  • 1 2 3 1,967 1,968 1,969 2,273 2,274 2,275
    Viewing 59,040 results - 59,011 through 59,040 (of 68,223 total)
Viewing 30 posts - 59,011 through 59,040 (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.