Forum Replies Created

Viewing 30 posts - 23,431 through 23,460 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 12:41

    Hello,

    Check this topic https://www.8theme.com/topic/replace-sign-in-name-after-logging-in/ and follow the instructions. If you want to add the Log out add also the log out code https://codex.wordpress.org/Function_Reference/wp_logout_url

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 12:37

    Hello,

    Do you want to change the style of the links in the post content? Then use the following custom

    .content-article a {
        color: #0162b2;
        text-decoration: underline;
    }
    .content-article a:hover {
        color: #1e1e1e;
    }

    Because menu, product title, categories, brands – all these elements are also links and you can’t change the links decoration using global a tag.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 11:17

    Oh, thank you! I’m glad that you are satisfied.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 11:16

    Hello,

    1) Go to Theme Options > E-Commerce > Product Page Layout > Products per page > set the necessary number of products per page

    2) Go to Appearance > Widgets > Below the products widget area https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ . There you’ll find Static Block widget. To edit Static block go to Static Blocks > edit the necessary static block using WPBakery page builder https://www.8theme.com/documentation/xstore/support/static-blocks/

    3) Go to Appearance > Widgets > Filter products by brand widget http://prntscr.com/kekswd

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 11:11

    Hello,

    The screenshot is broken, please, provide correct link.
    If you are talking about bundled plugins you can install them from Appearance > Install plugins. Keep in mind that theme should be activated using purchase code.

    More information about included plugins you can find in theme docs.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 11:08

    Hello,

    1) Go to Theme Options > Header > Mobile Header settings > Mobile header text color > choose white.
    2) Make sure that layer is enabled for the mobile http://prntscr.com/kekqv2

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 4, 2018 at 09:55

    Hello,

    1) Open xstore/framework/theme-functions.php and find etheme_sign_link function. Copy function into child theme functions.php.
    2) Add $user = wp_get_current_user(); as mentioned on the screenshot http://prntscr.com/kek9e8
    Change title to 'title' => esc_html__( 'Hello, ', 'xstore' ) . $user->user_nicename, as mentioned on the screenshot http://prntscr.com/kek9e8

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 16:03

    Hello,

    Use the custom to change the links for the post titles (Theme Options > Styling > Custom CSS)

    a:hover {
        color: #0162b2;
    }

    Also, remove the custom CSS from the home page to change the red color to default from settings http://prntscr.com/keb448

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 15:56

    Hello,

    Please, provide us with temporary Dashboard and FTP access to your site to check and find the reason of the problem.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 15:21

    Hello,

    Ok but make it work with the official WC theme Storefront first. Because I don’t see that it works ok, default product gallery does not work ok https://gyazo.com/414319a11f6fc7c114846477cee851c3

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 15:00

    Hello,

    If you want to change the products title length for the sliders copy and edit royal/woocommerce/content-product-slider.php

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 14:22

    Hello,

    1) Go to woopress/framework/theme-functions.php and find function et_search_filter, add the code if(!function_exists('et_search_filter')) { } as mentioned on the screenshot http://prntscr.com/ke9miv
    We’ll include this in next theme update.

    2) Copy only et_search_filter function into child theme functions.php and remove code mentioned on the screenshot.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 14:08

    Hello,

    Your problem was solved in your request via email. The problem was related to missing functions.php of the child theme.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 10:25

    Hello,

    Image for that block is used as the background image with background-size – cover. This is the default WPBakery element and script calculates the min-height for the image block 250px and does not change it for the mobile device, the image covers 250px height and crop the sides of the picture. To avoid it I have added the custom class for the element http://prntscr.com/ke6fbm and added custom CSS to make block height smaller for the mobile device http://prntscr.com/ke6fi4 to show the whole image http://prntscr.com/ke66i9

    Please,

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 3, 2018 at 09:56

    Hello,

    I see. It’s difficult to find out why this happened from the screenshot, maybe compatibility with some plugin that you use. You may create a staging site and provide us with access. I’ll pass it to our developers to check.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 2, 2018 at 16:02

    Hello,

    Provide us with FTP access to your site.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 2, 2018 at 14:49

    Hello,

    Dashboard access is limited http://prntscr.com/kduajx and we can’t check plugins that you use, switch between themes, check Theme Options. Please, change permissions for our user to allow us to check these things.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 2, 2018 at 13:40

    Hello,

    You can try

    if ( is_tax( 'brand', '') ) {
        echo 'is_brand';
    }

    What exactly do you want to implement?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 2, 2018 at 07:42

    Hello,

    Problem is not related to our support.
    We have checked your child theme functions.php and found malware code http://prntscr.com/kdoak6 We removed the code from that file but seems your site was hacked by WP-VCD malware, read this post and check the rest of the WordPress files https://www.getastra.com/blog/911/how-to-fix-wp-vcd-backdoor-hack-in-wordpress-functions-php/ and solve the problem. Also, protect your site for future.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 16:02

    Hello,

    Yes, that code is required.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 15:59

    Hello,

    Open royal/framework/woo.php, find function et_product_brand_image copy it into child theme functions.php and edit it according to your needs.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 15:22

    Hello,

    Yes, that can be the reason of the problem. And you did not provide access but created the new topic.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 14:44

    Hello,

    I have improved the code in the child theme. Check menu now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 12:50

    Hello,

    Could you, please, give us temporary Dashboard access to check the drop-downs on your site and fix the problem?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 12:44

    Hello,

    Seems page that you have there does not exist http://prntscr.com/kdbxpl
    We have re-added the home page to menu.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 12:28

    Hello,

    Unfortunately, we are not WPBakery plugin authors and can’t change the number of requests that it makes. Please, contact plugin author in the comments area and ask if they have any solution for this issue https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments .
    Because we can’t help you with this. All that we can do it’s give you refund if you don’t get the answer from plugin authors.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 10:55

    Hello,

    If you set Static Block translatable in WPML settings https://prnt.sc/kdaebj then you should be able to create the translation for both languages http://prntscr.com/kdaf8x

    Then just add the static block to the widget area and translation will be applied automatically for the appropriate language.

    If it does not work for you then provide Dashboard and FTP access to your site and also tell us what static block are you trying to apply for the footer.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 10:46

    Hello,

    Contact your hosting provider. Looks that problem is related to your server settings and server goes down. Also, check the server error logs, probably you have some errors that could help to find out the reason.

    If you use Massive Addons server is using mod_security or FastCGI handler for PHP then you need to contact your hosting provider and ask to increase the maximum body length value.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 10:29

    Hello,

    Try WP All Export and WP All Import. Brand is the custom taxonomy and looks that your plugin does not export/import taxonomies.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 1, 2018 at 10:21

    Hello,

    To display brand on grid copy royal/woocommerce/content-product.php file into child theme and edit. Add the following code <?php et_product_brand_image(); ?> before the title http://prntscr.com/kd9yuf

    Regards

  • 1 2 3 781 782 783 1,012 1,013 1,014
    Viewing 23,460 results - 23,431 through 23,460 (of 30,391 total)
Viewing 30 posts - 23,431 through 23,460 (of 30,391 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.