Quantcast
Channel: XTemos » All Posts
Viewing all 41461 articles
Browse latest View live

Reply To: Tooltips are not shown correctly

$
0
0

Hello,

Thank you so much purchasing our theme and contacting our support center.

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.dokan-dashboard .tooltip-inner {
	max-width: 200px;
	height: auto;
	line-height: 1.2;
	padding: 10px 15px!important;
	white-space: normal;
}

Kind Regards
XTemos Studio


Reply To: wysiwyg visual not working in popup

$
0
0

Hello,

Please switch to the default theme to check the issue.

If you have any questions feel free to contact us.

Best Regards

Reply To: Possible to use Basel Theme without WooCommerce?

$
0
0

Hi,

We fixed this for you, please check. We will include these fixes in the next update as well.

Reply To: Add To Quote Icon from Yith does not show.

$
0
0

Hi,

Actually, this shopping cart widget is a part of the WooCommerce plugin and it is based on default Shopping Cart widget. So this popup should trigger “woocommerce fragments refresh” action when the quantity is changed. Ask plugin’s developers for this action.

Regards

Reply To: Remove two section

$
0
0

Try to add the following PHP code snippet to the child theme functions.php file to do this

	function woodmart_get_header_links() {
		$links = array();

		if( ! woodmart_woocommerce_installed() ) return $links;

		$login_dropdown = woodmart_get_opt( 'login_dropdown' );
		$links_with_username = woodmart_get_opt( 'links_with_username' );
		$color_scheme = whb_get_dropdowns_color();

    	if( whb_is_enabled() ) {
    		$settings = whb_get_settings();
			$login_dropdown = isset( $settings['account'] ) && $settings['account']['login_dropdown'] && ( ! $settings['account']['form_display'] || $settings['account']['form_display'] == 'dropdown' );
    		$links_with_username = isset( $settings['account'] ) && $settings['account']['with_username'];
    	}

		$account_link = get_permalink( get_option('woocommerce_myaccount_page_id') );

		$current_user = wp_get_current_user();

		if( is_user_logged_in() ) {
			$links['my-account'] = array(
				'label' => esc_html__('My Account', 'woodmart'),
				'url' => $account_link,
				'dropdown' => ''
			);
			if ( $links_with_username ) {
				$links['my-account']['label'] = sprintf( esc_html__( 'Hello, %s', 'woodmart' ), '<strong>' . esc_html( $current_user->display_name ) . '</strong>' );
			}
		} else {
			$links['register'] = array(
				'label' => esc_html__('Login / Register', 'woodmart'),
				'url' => $account_link
			);

			if( $login_dropdown ) {
				$links['register']['dropdown'] = '
					<div class="sub-menu-dropdown color-scheme-' . $color_scheme . '">
						<div class="login-dropdown-inner">
							<h3 class="login-title"><span>' . esc_html__('Sign in', 'woodmart') . '</span><a class="create-account-link" href="' . esc_url( $account_link ) . '">' . esc_html__('Create an Account', 'woodmart') . '</a>' . '</h3>
							' . woodmart_login_form( false, $account_link ) . '
						</div>
					</div>
				';
			}
		}

		return apply_filters( 'woodmart_get_header_links',  $links );
	}

Reply To: shop page filter messed up

$
0
0

Hi,

That filters seem to be added by some of the external plugins installed. You need to contact plugin’s developers for help with this problem. If there will be any requirements for our theme, contact us and we will help you.

Regards

Reply To: Possible to use Basel Theme without WooCommerce?

$
0
0

Hey,

Yes I see it’s fixed now. Seeing as I am a web developer and very likely to use this theme at work before the next update, What steps can I take to replicate the fix my self?

Thanks.

Reply To: Menu overlapping logo on Simplified Header layout

$
0
0

To answer your question

Social icons – please clarify which ones?

Facebook Twitter Instagram and Youtube in the footer.

The shortcode I am using

[social_buttons size="medium" style="circle" type="follow"]


Reply To: Menu overlapping logo on Simplified Header layout

$
0
0

Mobile menu background

The actual menu when you click the hamburger.

Attachments:
You must be logged in to view attached files.

Reply To: Cart icon the same on wishlist add to cart button

$
0
0

Hello,

The console errors are never caused by CSS.

I have checked the code provided try to use other icon code

.woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:before {
   content: "\f120";
}

Also, put it not only to mobile but also to Custom CSS for mobile landscape and Custom CSS for tablet fields of custom CSS otherwise it will appear only on small devices.

Best Regards

Reply To: Remove Links from brand slider above footer

$
0
0

I am glad you have solved the problem. If you have any questions feel free to contact us.

Best Regards

Reply To: Cart icon the same on wishlist add to cart button

$
0
0

Hey Elise

awesome that worked better, but how can I center align the icon and “add
to cart text” on the right to the icon?

I attached an image

Attachments:
You must be logged in to view attached files.

Reply To: shop page filter messed up

$
0
0

weird , i didnt add any filtering plugin

Reply To: Issue of blog widget

$
0
0

Hello,

Let us clarify more deeply. So, posts created in classic mode, as I understand, means that you created a post in Dashboard > Posts, and then display theme via WP Bakery element. Riight?

Now, please describe step by step process of creating posts in WP Bakery. What do you mean? As I understand there are two ways of creating post:

1/ by means of WP http://prntscr.com/j5gal0

2/ by means of WP Bakery http://prntscr.com/j5gaug

What is your way? Do you mean you create post grid with WP Bakery elements? Please give step by step description.

Best Regards

Reply To: How can I update the theme in wordpress panel?


Reply To: Menu overlapping logo on Simplified Header layout

$
0
0

Hello,

Please add this CSS to Theme Settings > Custom CSS

.color-scheme-light .social-icons.icons-design-circle li a:hover {
    color: #ffffff;
    background-color: #000000
}

Please change color and background to the colors you want to get on hover.

Best Regards

Reply To: Issue of blog widget

Reply To: anchor links on the page with parallax

$
0
0

Hello,

You can set the anchor in Appearance > Menu > Choose menu > enter menu item http://prntscr.com/j5gfvs

You need to enter your landing page editing mode and put the unique IDs to each section before.

If you have any questions feel free to contact us.

Best regards

Reply To: There are 5 errors which must be fixed functions.php

$
0
0

Ok, I think I assigned you to the wrong directory.Try again now with the same login details and you should have proper access.

Cheers

Reply To: Cant Update Cart – no Products in cart sidebar

$
0
0

Hello,

But as we can see, you didn’t turned off external plugins that are not related to our theme. Most likely, some of them breaks WooCommerce shopping cart functionality.

Kind Regards
XTemos Studio

Viewing all 41461 articles
Browse latest View live