Forum Replies Created

Viewing 30 posts - 47,491 through 47,520 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 15:19

    Hello,

    I do not have access to Role manager on your site – http://prntscr.com/oyp1kd
    Please go to WPBakery Page Builder > Role manager > Post types > select Custom > http://prntscr.com/oyp2a6
    Read more – https://www.8theme.com/demo/docs/woopress/Plugins/WPBakery_Page_Builder_Settings https://www.8theme.com/demo/docs/woopress/Troubleshooting/How_to_create_Footer

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 14:41

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

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 14:17

    Hello,

    Add this code in functions.php of the royal-child theme:

    remove_action( 'init', 'et_create_brand_taxonomies', 0 );
    add_action( 'init', 'et_create_brand_taxonomies_custom', 0 );
    
    function et_create_brand_taxonomies_custom() {
    		$labels = array(
    			'name'              => _x( 'Brands', 'royal-core' ),
    			'singular_name'     => _x( 'Brand', 'royal-core' ),
    			'search_items'      => esc_html__( 'Search Brands', 'royal-core' ),
    			'all_items'         => esc_html__( 'All Brands', 'royal-core' ),
    			'parent_item'       => esc_html__( 'Parent Brand', 'royal-core' ),
    			'parent_item_colon' => esc_html__( 'Parent Brand:', 'royal-core' ),
    			'edit_item'         => esc_html__( 'Edit Brand', 'royal-core' ),
    			'update_item'       => esc_html__( 'Update Brand', 'royal-core' ),
    			'add_new_item'      => esc_html__( 'Add New Brand', 'royal-core' ),
    			'new_item_name'     => esc_html__( 'New Brand Name', 'royal-core' ),
    			'menu_name'         => esc_html__( 'Brands', 'royal-core' ),
    		);
    
    		$args = array(
    			'hierarchical'      => true,
    			'labels'            => $labels,
    			'show_ui'           => true,
    			'show_admin_column' => true,
    			'query_var'         => true,
                'capabilities'			=> array(
                	'manage_terms' 		=> 'manage_product_terms',
    				'edit_terms' 		=> 'edit_product_terms',
    				'delete_terms' 		=> 'delete_product_terms',
    				'assign_terms' 		=> 'assign_product_terms',
                ),
    			'rewrite'           => array( 'slug' => 'brand' ),
    		);
    
    		register_taxonomy( 'brand', array( 'product' ), $args );
    	}

    and edit the slug there – https://prnt.sc/oypieh

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 14:06

    You can use custom CSS for this:

    .footer .widget-title {
        color: #b27c55;
    }

    or create the footer using a static block and you will be able to use WPBakery Page Builder to edit the content of this area., for example, https://youtu.be/hmsxW5KF9dg

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 14:03

    Hello,

    Please provide us with temporary wp-admin and FTP access http://prntscr.com/oynpes

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:57

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:39

    Hello,

    Yes, this relates to WooCommerce, and can be shown on default WC pages only (Shop, pages of categories and brands).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:37

    Theme Options > Footer > Footer styling > Footer text color scheme > Dark and delete this code – http://prntscr.com/oyn7g1
    > you will get – http://prntscr.com/oyn83g

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:34

    You can use any email for the temporary wp-admin account. Here is our email – 8themes@gmail.com
    Contact your hosting provider to get temporary FTP access (host, user, password, and port).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:30

    Hello,

    https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ Upload translation files into /wp-content/languages/themes/ folder via FTP. Go to Loco tranaslate > Themes > XStore > Polish > click on Sync button, to update translation files – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ > save translation. Then you will be able to translate untranslated strings.
    About WooCommerce translation read in this article – https://docs.woocommerce.com/document/woocommerce-localization/
    Do not forget about other plugins which give strings on the frontend.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:05
    form.wpcf7-form .wpcf7-submit:not(.active) {
        background-color: #90705a;
        border-color: #90705a;
    }
    form.wpcf7-form .wpcf7-submit:not(.active):hover {
        background-color: rgba(144,112,90,0.9);
        border-color: rgba(144,112,90,0.9);
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 12:22

    Hello,

    1)

    .footer .widget-title {
        border-color: #bd9b8f;
    }

    2) Please provide URL of the page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 10:40

    Thanks for understanding.
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 10:35

    Hello,

    From 4.0 version, old Theme Options was changed to Redux instead of Option Tree, so you will need to install Redux and CMB2 plugins.
    We moved all the shortcodes to Legenda core plugin according to Envato new requirements.
    You can find a list of required plugins here – https://www.8theme.com/demo/docs/legenda/Plugins/Included_Plugins

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 10:28

    Hello,

    Make sure that XStore theme is updated to the latest version on your site https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
    Provide us with URL + temporary wp-admin (username, password) and FTP access (host, username, password, port).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 10:24

    Please add !important https://prnt.sc/oyk0pl

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 10:22

    Hello,

    Instagram made some changes in their code and we are working to create the Instagram widget from scratch using their API. It will take some time.
    Install and use the third-party plugin to display Instagram Feeds, for example, Smash Balloon Social Photo Feed.
    Sorry for the inconvenience.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 10:11

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 09:31

    Hello,

    Provide temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 08:53

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 08:35

    Hello,

    You’re welcome!

    .sidebar-widget ::-webkit-scrollbar {
        width: 3px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:49

    Hello,

    1) Theme Options > Shop elements > Variation swatches > set different colors for “Swatches border color” and “Hover/active swatches border color”.
    2) Add this code in Theme Options > Custom CSS > Custom CSS for desctop:

    .archive.woocommerce-page.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) .widget-title>span {
        font-size: 18px;
    }

    If this is http://prntscr.com/oyho3b not what you are looking for, describe the desired result in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:44

    Hello,

    Yes, please use the Private Content area to provide wp-admin (username + password) and FTP access (host, username, password, port).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:40

    Hello,

    Sorry for the delay in answering.
    Go to Loco translate > Themes > XStore > Arabic > click on Sync button to update translation files https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ > save translation. Then you will be able to translate untranslated strings. The same process for any other language.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:23

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:22

    Hello,

    I am glad that the problem was solved.
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:20

    Hello,

    To show this block, just add the next code in Global custom CSS:

    @media screen and (max-width: 768px) {
        .mpc-pricing-legend {
            display: block;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:16

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:14

    Hello,

    Theme Options > Breadcrumbs > Breadcrumbs title font http://prntscr.com/oyh8hy > http://prntscr.com/oyh8kv
    This code can be added in Theme Options > Custom CSS:

    .cart-checkout-nav .active, .cart-checkout-nav .active + .delimeter {
        color: red;
    }

    http://prntscr.com/oyh95z

    Also, you can disable “Special breadcrumbs on cart, checkout, order page” in Theme Options > Breadcrumbs.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:09

    Hello,

    Is there anything else we can help you with?

    Regards

  • 1 2 3 1,583 1,584 1,585 2,273 2,274 2,275
    Viewing 47,520 results - 47,491 through 47,520 (of 68,227 total)
Viewing 30 posts - 47,491 through 47,520 (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.