Forum Replies Created

Viewing 30 posts - 49,891 through 49,920 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 13:21

    Hello,

    I am not able to check Network Admin settings using access from the private content area.
    Please check “Upload file types” one more time – http://prntscr.com/mtiepp if this doesn’t help, add this code in functions.php your child theme:

    function my_custom_upload_mimes($mimes = array()) {
    
    	// Add a key and value for the CSV file type
    	$mimes['csv'] = "text/csv";
    
    	return $mimes;
    }
    
    add_action('upload_mimes', 'my_custom_upload_mimes');

    and try to upload the desired file one more time.

    Please note that we are theme support and are able to help with problems strictly related to our theme only. In your case, when the problem persists with the default theme too, I would recommend you to contact WordPress support.

    Let us know if you need any other assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 12:58

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 11:54

    Hello,

    Please try this solution:
    Add custom class for row http://prntscr.com/mth6yr and add this custom CSS code:

    .row-bg-grayscale {
        -webkit-filter: grayscale(100%); 
        filter: grayscale(100%);
    }
    .row-bg-grayscale:hover {
        filter:none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 10:47

    Hello,

    You can follow our documentation and update plugins via FTP – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
    Do not update Core plugin if you use the old version of the theme.
    If the site crashes you need to enable debug mode in WordPress to find out what error appears on your site, it will point you in the right direction what needs to be fixed.
    You can provide temporary wp-admin (login and password) and FTP (host, user, pass, port) access in the Private Content area http://prntscr.com/mtg68b

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 10:19

    Hello,

    You can use custom CSS code for this. Please provide me URL or screenshots of the menu structure, so I can give correct code.
    Also, you can create the menu using static blocks to be able to edit content using WPBakery Page Builder https://youtu.be/f07MBdnFPfk https://youtu.be/QJ6yTxxdFDE

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 10:08

    Hello,

    To update the theme you can create a staging site (a full copy of live site) and update xstore there. Then, if everything is ok, update the production site.
    https://youtu.be/I7wPeHEPb6E
    XStore 4.0 and 5.0 are major updates and we have changed a lot of things https://xstore.8theme.com/update-history/ including theme styles https://preview.themeforest.net/item/xstore-responsive-woocommerce-theme/full_screen_preview/15780546 For example, Simple header type, that is using on your site with 3.16 theme version, was removed in 5.0 version of the theme.
    Also, if you use child theme then child theme files should be updated according to new files.
    Setup Wizard should be skipped after the update.
    https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
    https://www.8theme.com/documentation/xstore/plugins/plugins-update/
    We can help you with the update. Provide temporary wp-admin and FTP access to the staging/test site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 09:50

    Hello,

    I can’t log in https://prnt.sc/mtf9gt

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 09:24

    Hello,

    What URL should I use to be able to log in?
    Did you edit template files or install additional plugins?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 09:12

    Hello,

    I am glad that you have achieved the desired result.
    If you need any other assistance, please let me know.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 09:08

    You’re welcome!
    You can hide Filters area from the Shop page by custom CSS code. Add this code in Theme Options > Custom CSS > Global custom CSS or in style.css of your child theme:

    .post-type-archive-product .shop-filters-area,
    .post-type-archive-product .open-filters-btn {
        display:  none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 09:01

    Hello,

    There is no possibility to replace “add to cart” button by “read more” for products on this page by default.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2019 at 08:05

    Hello, @tastypixel

    We’ve made some changes in style.css. It looks better but our developers need to take a closer look to be able to add the fix in the next theme update.
    Please wait, we will let you know once you will be able to check the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 13:42

    You ‘re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 11:49

    Hello,

    You’re welcome!
    Please provide URL so I can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 11:48

    Hello,

    https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    Please check translations of XStore theme and WooCommerce plugin.
    Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 11:36

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 11:24

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 11:23

    Likely the problem is caused by cache. Try to disable Menu cache in Theme Options > Speed Optimization > clear all cache and check one more time. If this doesn’t help, you need to disable Object cache.
    Also, I would recommend you to disable all cache while you are working on styling on the site, so you can see changes without problem.
    P.S. You need to create Wishlist page – http://prntscr.com/msyan8

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 11:11

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 10:54

    Hello,

    Appearance > Widgets > Shop Sidebar > Product categories > unselect “Show hierarchy”
    or
    Theme Options > Shop > Enable Navigation Accordion > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 10:36

    Hello, @SharkiWeb

    1) Make sure you placed translation files into the /wp-content/languages/themes/ folder with correct names (language name and xstore theme suffix, e.g xstore-de_DE.po, xstore-de_DE.mo) https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    If you face problems with translation, you need to be sure that your translation files are synchronized. Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with pot file.
    If synchronization doesn’t help, provide temporary wp-admin and FTP access.
    2) Provide temporary access and we will check what can be done to help you.
    Also, you can use a static block to create menus – https://youtu.be/f07MBdnFPfk https://youtu.be/QJ6yTxxdFDE https://youtu.be/1Nu49dskD1Q

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 10:28

    Hello,

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 10:27

    Hello, @dcjeans amazon,

    To set 1 product per row on mobile, add this code in Theme Options > Custom css > Custom css for mobile:

    .products-grid .product {
        width: 100% !important;
    }

    To achieve this result http://prntscr.com/msxdbf you can add this code in Theme Options > Custom css > Global custom css:

    @media only screen and (max-width: 1030px){
        .top-bar, .top-links .topbar-widget,
        .top-bar .top-links {
            display:  block !important;
        }
        .top-bar .etheme_widget_socials {
            display:  none !important;
        }
        .et-toppanel-on .top-links {
            width: 100%;
            float:  none;
            text-align:  right;
        }
        .top-bar .wpml-ls-legacy-dropdown {
            max-width: 100%;
        }
        .top-bar .widget_icl_lang_sel_widget {
            padding-right: 0px;
        }
    }

    “Load More Products” relates to WooCommerce Infinite Scroll and Ajax Pagination plugin https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 10:02

    Hello,

    The problem with top bar displaying can be caused by a 3rd party plugin or changes in template files.
    Is there the problem if parent theme is activated on your site?
    Try to disable all the third-party plugin that you have, keep enabled only required bundled plugins https://www.8theme.com/documentation/xstore/plugins/included-plugins/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:56

    Hello,

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:51

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:50

    Hello,

    The problem is caused by this code in functions.php of your child theme – https://prnt.sc/mswwd2 By default, child-theme of xstore doesn’t have this code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:29

    Hello,

    Please check how this works with a default WP theme.
    Try to disable all 3rd party plugins and check if one of plugins causes the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:23

    Hello,

    Thanks for contacting us.
    Please provide temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:18

    Hello,

    Please provide correct wp-admin access.
    Also, check settings of the Search on Theme Options > AJAX Search.

    Regards

  • 1 2 3 1,663 1,664 1,665 2,273 2,274 2,275
    Viewing 49,920 results - 49,891 through 49,920 (of 68,227 total)
Viewing 30 posts - 49,891 through 49,920 (of 68,227 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.