Home Forums WoodMart support forum Dummy content and lightbox

Dummy content and lightbox

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #375042

    oopbook
    Participant

    Hello, 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.

    #375045

    oopbook
    Participant

    I just typed the password wrong. I’m correcting.

    #375078

    Hello,

    Could you kindly provide the screen of the popup elements?

    What pages from the demo do you want to add?

    Best Regards

    #375246

    oopbook
    Participant

    Hello 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.

    #375247

    oopbook
    Participant

    I 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.

    #375415

    Hello,

    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

    #376179

    Artem Temos
    Keymaster

    Hello,

    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

    #376192

    oopbook
    Participant

    Oh my brother Artem…

    Where have you been for 12 days? You are too late…

    I’m rebuilding the site…

    Thank you…

    #376193

    Artem Temos
    Keymaster

    I’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

    #376200

    oopbook
    Participant

    thank 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.

    #376202

    Artem Temos
    Keymaster

    OK, 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

Viewing 11 posts - 1 through 11 (of 11 total)