Forum Replies Created

Viewing 30 posts - 45,331 through 45,360 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:13

    Hello,

    .post-single .post-share .share-title {
        font-family: "BaarPhilosBold-K7jl";
    }
    .read-more {
        font-family: "BaarPhilosBold-K7jl";
        background-color: #553b8a;
        color: white;
        border-color: #553b8a;
    }
    .read-more:hover {
        background-color: #9680c1;
        border-color: #9680c1;
        color: white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:07

    Hello,

    Unfortunately, there is no such possibility, by default.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:05

    Hello,

    Theme Options > Typography > Mobile menu font > Font Color.

    Regards

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

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:01

    Hello,

    .blog-post .post-title a {
        color: #553B8A;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:00

    Hello,

    Theme Options > Blog layout > AJAX Infinite Posts Loading > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 09:58

    Hello,

    1) Go to Theme options > Header builder > add the newsletter element in the header structure, for example – http://prntscr.com/rbbucq
    2) Please describe the problem in more detail with screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 09:53

    Hello,

    We can’t log into your site. Please check wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 09:37

    Hello,

    Translation of Core plugin is created on your site? If so, go to Loco translate > Plugins > Core > open translation and sync it – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Then try to find and translate the desired text.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 09:34

    Hello,

    1) I’ve created translation for Core plugin – http://prntscr.com/rbb9l2 Please edit the translation here – http://prntscr.com/rbbahz > http://prntscr.com/rbbamw http://prntscr.com/rbbatq
    2) Go to Loco translate > Themes > XStore > Sync translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Then you will be able to find and translate “Available”, “Sold”.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 09:09

    Hello,

    Sorry, but your question is out of our base support scope – https://themeforest.net/page/item_support_policy

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:37

    Hello,

    1) Translate this text for Core plugin and WooCommerce.
    2) Theme Options > Theme Custom CSS – http://prntscr.com/rbah0a
    3) Theme Options > Header builder > My account > Content Type > None

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:23

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:21

    Hello,

    Please provide us with screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:19

    Hello,

    .main-nav .menu .current-menu-item > a,
    .fixed-header .menu .current-menu-item > a {
        color: #86ab40 !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:17

    Hello,

    Please provide a screenshot for a better understanding of the desired result.
    Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links of them then you can provide links of screenshots here.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:05

    Hello,

    Try the next code:

    .main-nav .menu .menu-item-87 a,
    .fixed-header .menu .menu-item-87 a {
        color: #E1C46F !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 08:00

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 16:09

    It requests additional customization in files. For example, add this code in functions.php of your child theme –

    add_filter( 'woocommerce_loop_add_to_cart_link', 'etheme_add_to_cart_shop_button', 50, 3 );
    
    function etheme_add_to_cart_shop_button($sprintf, $product, $args) {
    		return sprintf( '<a rel="nofollow" href="%s" class="button show-product">%s</a>',
    			esc_url(  $product->get_permalink() ),
    			__('Buy now', 'xstore')
    	);
    }

    change “buy now” text to the desired one.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 15:08

    The latest version of the theme can be downloaded from ThemeForest – https://www.8theme.com/documentation/xstore/theme-installation/theme-package/

    Also, do not update the Core plugin before the theme update next time. Any core plugin update requires the theme update to the latest version before the plugin update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 14:55

    Hello,

    Do you face a problem with autoupdate?
    Try to update the theme via FTP – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 14:47

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 14:43

    Theme Options > Header builder > Mobile menu > Select The Menu + http://prntscr.com/r9up1g

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 14:06

    Hello,

    Try to set 3 columns in 1 row with the product, like here – http://prntscr.com/r9uawk

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 11:25

    Change the previous code to:

    .product-details .add_to_cart_button:before {
        content: "\e90c";
    }
    .single_add_to_cart_button:before,
    .products-loop .product-details .add_to_cart_button:before {
        background-color: #b71c1c;
        padding: 11px 15px;
        margin-right: 20px;
        border-radius: 5px 0 0 5px;
        margin-left: -1px;
        color: white;
        font-size: 1rem;
    }
    .single_add_to_cart_button.button,
    .products-loop .product-details .add_to_cart_button {
        min-width: 150px;
        border-radius: 5px !important;
        padding-left: 0;
        padding-right: 25px;
        background-color: #f7be68;
        color: black;
        border: none !important;
        max-height: 37px;
    }
    .products-loop .product-details .add_to_cart_button {
        padding-top: 10px;
    }
    .products-loop .product-details .add_to_cart_button:hover{
        color: white;
        background-color: #4c4c4c;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 10:32

    Do you want to have such styling on the Home page only or for all “add to cart” buttons on the site?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 10:25

    Hello,

    Do you want to enable Catalog Mode? Theme Options > WoOCOmmerce (Shop) > Shop > Catalog Mode > Just Catalog > On.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 09:53

    Hello,

    Try to use the next custom CSS code:

    .single_add_to_cart_button:before {
        background-color: red;
        padding: 11.5px 15px;
        margin-right: 20px;
        border-radius: 5px  0 0 5px;
        margin-left: -1px;
        color:white;
        font-size: 12px;
    }
    .single_add_to_cart_button.button {
        min-width: 150px;
        border-radius: 5px;
        padding-left: 0;
        padding-right: 25px;
        background-color: #f7c549;
        border-color: #ffcc4d;
        color: black;
    }

    > http://prntscr.com/r9s39o

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 09:40

    Hello,

    Thanks for contacting us.
    We’ve sent it to your registration email. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2020 at 09:31

    Hello,

    Follow our documentation to update the theme and plugins via FTP – https://www.8theme.com/demo/docs/woopress/Theme_Update.html https://www.8theme.com/demo/docs/woopress/Plugins/Plugins_Update

    Regards

  • 1 2 3 1,511 1,512 1,513 2,273 2,274 2,275
    Viewing 45,360 results - 45,331 through 45,360 (of 68,231 total)
Viewing 30 posts - 45,331 through 45,360 (of 68,231 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.