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

Reply To: Demo Content doesn`t work

$
0
0

Hi thanks for your fast reply!
You can find my data in my private content.
THX

Private Content Hidden

Reply To: Woodmart with Poedit on croatian language

$
0
0

Your answers are totally inaccurate and incomplete. Really like answers of artificial intelligence with with many bugs.

The final answer for croatian language is:

wp-content/languages/themes/woodmart-hr.po

there are no header option in theme setting, in this case what can i do ?

$
0
0

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

Reply To: Import AJAX problem. Please, try import data manually

$
0
0

Hello,

Could you please disable all plugins that are not related to our theme and provide us your FTP access so we can check it?

Thank you in advance

Reply To: Dokan Follow / Unfollow button issue

$
0
0

You can contact Dokan (weDevs) direct about this issue. It is not issue only on my side/site. This is issue in woodmart theme about Dokan compatibility.

I get this answer from weDevs:
…issue is related to the woodmart theme. You can contact your theme author for the fix.

Reply To: Import AJAX problem. Please, try import data manually

$
0
0

Try to edit the file woodmart/inc/classes/Importversion.php and replace this code

private function _revolution_import( $filename ) {
	if( ! apply_filters('woodmart_old_sliders_import', false ) ) {
		$file = $this->_download_file_to_import( $filename );
	} else {
		$file = $this->_get_file_to_import( $filename );
	}
	if( ! $file ) return;
	$revapi = new RevSlider();
	ob_start();
	$slider_result = $revapi->importSliderFromPost(true, true, $file);
	ob_end_clean();
}

with this one

private function _revolution_import( $filename ) {
	if( ! apply_filters('woodmart_old_sliders_import', false ) ) {
		$file = $this->_download_file_to_import( $filename );
	} else {
		$file = $this->_get_file_to_import( $filename );
	}
	if( ! $file ) return;
	$revapi = new RevSliderSliderImport();
	ob_start();
	$slider_result = $revapi->import_slider(true, $file);
	ob_end_clean();
}

And then try to import the dummy content again.

Kind Regards

  • This reply was modified 3 minutes ago by Artem Temos Artem Temos.

Reply To: Split: Import AJAX problem. Please, try import data manually.

$
0
0

Hello,

Try to edit the file woodmart/inc/classes/Importversion.php and replace this code

private function _revolution_import( $filename ) {
	if( ! apply_filters('woodmart_old_sliders_import', false ) ) {
		$file = $this->_download_file_to_import( $filename );
	} else {
		$file = $this->_get_file_to_import( $filename );
	}
	if( ! $file ) return;
	$revapi = new RevSlider();
	ob_start();
	$slider_result = $revapi->importSliderFromPost(true, true, $file);
	ob_end_clean();
}

with this one

private function _revolution_import( $filename ) {
	if( ! apply_filters('woodmart_old_sliders_import', false ) ) {
		$file = $this->_download_file_to_import( $filename );
	} else {
		$file = $this->_get_file_to_import( $filename );
	}
	if( ! $file ) return;
	$revapi = new RevSliderSliderImport();
	ob_start();
	$slider_result = $revapi->import_slider(true, $file);
	ob_end_clean();
}

And then try to import the dummy content again.

Kind Regards

Reply To: Quick Question

$
0
0

So why is it different when you click “create account” on both my sites when I am using the same theme.


Reply To: Quick Question

$
0
0

Never mind. I have done it. The issue was because buddy press was activated.

Reply To: Fatal Error

$
0
0

DONE!!!

I MADE AN UPDATE and now IT WORKS!!!

😃

RELATED PRODUCTS in Blog

$
0
0

Hi,

I updated my theme, so everything is new and good. 😅
Nevertheless, I have at the end of every blog post ‘RELATED PRODUCTS’?!?!? That is really strange because the shop is not activated and moreover in the theme settings I deactivated RELATED PRODUCTS.

How can I hide it in the blog?

THANK YOU VERY VERY MUCH for your help!!

Thanks,
Aaron

Reply To: RELATED PRODUCTS in Blog

Reply To: Remove Categories from Shop Category Header

$
0
0

Hello,

Thank you for the response. From Theme Settings -> Shop -> Sidebar & Page Title, I turned on “Show current category ancestors” and that worked with eliminating the default categories for me.

How do I get a “small categories menu” as shown in the demo? Please see attached.

Thanks!

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

Reply To: Please help me

$
0
0

Let me ask, I want to translate via Vietnamese, where to translate?

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

Reply To: Split: Import AJAX problem. Please, try import data manually.

$
0
0

I have the same problem. Not found with the new code


Reply To: Split: Import AJAX problem. Please, try import data manually.

$
0
0

It works now.
I deleted the whole subject.
Then, install the file (.zip) with the modified code.
Then, I can import the database without problems.

Thanks

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

Reply To: Quick Question

$
0
0

And have you provided the latest version of slider revolution as there is an update.

Reply To: 1. How to link to a pop-up? | 2. Icon on buttons?

$
0
0

Regarding option 1, this worked however the is there any way to make the pop up not open unless the button is pressed? I only want the pop-up to show when a user clicks the menu link.

Reply To: Where is the language string of the Ajax search?

Reply To: Spacing beneath 'Add To Cart' button on Shop Page

Viewing all 39259 articles
Browse latest View live