Hi thanks for your fast reply!
You can find my data in my private content.
THX
Reply To: Demo Content doesn`t work
Reply To: Woodmart with Poedit on croatian language
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 ?
Reply To: Import AJAX problem. Please, try import data manually
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
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
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: Split: Import AJAX problem. Please, try import data manually.
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
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
Never mind. I have done it. The issue was because buddy press was activated.
Reply To: Fatal Error
DONE!!!
I MADE AN UPDATE and now IT WORKS!!!
😃
RELATED PRODUCTS in Blog
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
The screenshot
Reply To: Remove Categories from Shop Category Header
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!
Reply To: Please help me
Let me ask, I want to translate via Vietnamese, where to translate?
Reply To: Split: Import AJAX problem. Please, try import data manually.
I have the same problem. Not found with the new code
Reply To: Split: Import AJAX problem. Please, try import data manually.
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
Reply To: Quick Question
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?
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?
Hello,
You have not created any translation, navigate to Loco > Themes > Woodmart > New language Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Best Regards
Reply To: Spacing beneath 'Add To Cart' button on Shop Page
That worked – thank you!