Home › Forums › WoodMart support forum › Dummy content and lightbox
Dummy content and lightbox
- This topic has 10 replies, 3 voices, and was last updated 2 years, 5 months ago by Artem Temos.
-
AuthorPosts
-
May 11, 2022 at 10:55 pm #375042
oopbookParticipantHello, take it easy.
I have two questions;
1. The 4 cinema buttons on my homepage open a lightbox. But the size of these lightboxes is very small. How can I fix this?
2. I have uploaded Lots of Dummy Content for Example. Then I deleted it. I needed it now. But I can’t reload. It appears to be loaded but the html pages are blank. How can I reinstall them?
I couldn’t find anything in support services and documentation. Can you help me please?
Kind regards.
May 11, 2022 at 11:05 pm #375045
oopbookParticipantI just typed the password wrong. I’m correcting.
May 12, 2022 at 3:16 am #375078
Elise NoromitMemberHello,
Could you kindly provide the screen of the popup elements?
What pages from the demo do you want to add?
Best Regards
May 12, 2022 at 1:43 pm #375246
oopbookParticipantHello Elise
I want them all if it won’t be difficult for you. Because I have the possibility to use many of them in the future.
Second, how do I solve my lightbox problem?
Thank you for your interest.
May 12, 2022 at 1:49 pm #375247
oopbookParticipantI hope I explained correctly;
I request additional pages in Dummy Content to be reloaded on my site.I know it was my fault to delete them. I am very sorry.
May 13, 2022 at 2:55 am #375415
Elise NoromitMemberHello,
Now I see what you mean. Thank you for your clarification.
You are using the default Elementor Image widget which does not relate to the WoodMart theme and our theme does not influence its functionality. Elementor is an independent builder used by WoodMart: https://gyazo.com/1b4e68cbe77db98e9217f19194ce5564
I could not figure out the problem as tried to find the WoodMart popup widget.
Most likely this is the way this default Elementor widget works, you can check that by switching to any other theme and see how it works.
If you have any questions please feel free to contact us.
Best Regards
May 16, 2022 at 2:35 pm #376179
Artem TemosKeymasterHello,
We are sorry for the inconvenience.
To remove some particular pages from the import data and be able to import it again try to do the following
1. Add this code to the functions.php file in your CHILD theme
add_action( 'wp', function () { if ( ! isset( $_GET['wd_clear_page'] ) || empty( $_GET['wd_clear_page'] ) ) { return; } $imported_versions = get_option( 'wd_import_imported_versions' ); $imported_versions = array_flip( $imported_versions ); unset( $imported_versions[$_GET['wd_clear_page']] ); $imported_versions = array_flip( $imported_versions ); $imported_versions = array_values( $imported_versions ); update_option( 'wd_import_imported_versions', $imported_versions ); } );
2. Find your page in the file woodmart/inc/configs/versions.php and copy its slug https://gyazo.com/f51b0a862e8fb1d33b66fad3248c3858
3. Open the link as an example replacing your website URL and page slug woodmart-site.com/?wd_clear_page=SLUG
4. Go to dummy content and try to import this page.
Feel free to contact us if you have any further questions.
Kind Regards
May 16, 2022 at 2:57 pm #376192
oopbookParticipantOh my brother Artem…
Where have you been for 12 days? You are too late…
I’m rebuilding the site…
Thank you…
May 16, 2022 at 2:58 pm #376193
Artem TemosKeymasterI’m sorry that you faced these problems. Do you have any issues that I could help you with at the moment? I will do my best to help you.
Kind Regards
May 16, 2022 at 3:07 pm #376200
oopbookParticipantthank you bro.
All my efforts were wasted. I will deal with it again. If God permits, I will reinstall it.
If there is a place where I cannot do it, I will write to you.
I’ll let you know when I recreate the popup buttons.
You know my username and password are the same.
Thank you bro. Thanks again to Elisa, I’ve been upsetting her for days.
May 16, 2022 at 3:08 pm #376202
Artem TemosKeymasterOK, feel free to contact me if you have any difficulties.
And we would be very thankful if you can change your review on ThemeForest. Thank you for understanding.Kind Regards
-
AuthorPosts
Tagged: dummy content, lightbox
- You must be logged in to create new topics. Login / Register