Home Forums WoodMart support forum About translation of age verify popup

About translation of age verify popup

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #177976

    Vucci
    Participant

    Hallo.

    What is the translation of the age verify popup?
    Theme Settings > Age Verify popup
    I was able to edit the text here
    I used Loco Translate to edit the button, Word not found.
    The current text is the default.
    “I AM 18 OR OLDER” and “I AM UNDER 18”
    I want to edit the text above.

    Thank you.

    #177990

    Hello,

    We shall fix it in our nearest update. Meanwhile, add this code to the functions.php of your child theme:

    function woodmart_age_verify_popup() {
    		if ( ! woodmart_get_opt( 'age_verify' ) ) {
    			return;
    		}
    		$wrapper_classes = ' color-scheme-' . woodmart_get_opt( 'age_verify_color_scheme' );
    		?>
    			<div class="mfp-with-anim wd-age-verify<?php echo esc_attr( $wrapper_classes ); ?>">
    				<div class="wd-age-verify-text">
    					<?php echo do_shortcode( woodmart_get_opt( 'age_verify_text' ) ); ?>
    				</div>
    				<div class="wd-age-verify-text-error">
    					<?php echo do_shortcode( woodmart_get_opt( 'age_verify_text_error' ) ); ?>
    				</div>
    				<div class="wd-age-verify-buttons">
    					<a href="#" class="btn btn-color-primary wd-age-verify-allowed">
    						<?php esc_html_e( 'I am 18 or Older', 'woodmart' ); ?>
    					</a>
    					<a href="#" class="btn wd-age-verify-forbidden">
    						<?php esc_html_e( 'I am Under 18', 'woodmart' ); ?>
    					</a>
    				</div>
    			</div>
    		<?php
    	}
    	add_action( 'woodmart_after_footer', 'woodmart_age_verify_popup', 400 );

    Best Regards

    #178207

    Vucci
    Participant

    Hallo

    Thank you.
    The following error is displayed.

    The snippet has been deactivated due to an error on line 2:
    Cannot redeclare function woodmart_age_verify_popup.

    There is no problem waiting for the update.
    At what time will it be?

    #178374

    Hello,

    We cannot tell the exact date of the update release.

    Please provide FTP we shall check the error.

    Best Regards

    #178533

    Vucci
    Participant

    Hallo.

    Thank you for your reply.
    Attach an image about the error.

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

    Hello,

    You need to install and activate the child theme and insert the code into functions.php

    Please do exactly in this way.

    Best Regards

    #179654

    Vucci
    Participant

    Hallo.

    It should have been inserted in the child theme, I get an error and it doesn’t work.
    Is it caused by plug-in?
    However, if you want to work without using the plugin, you probably have to wait for an update because of the lack of knowledge.

    Thank you.

    #179707

    Hello,

    Can you wait till the theme is updated?

    Best Regards

    #179712

    Vucci
    Participant

    I can’t do it, so I can’t help.
    We will wait, so please be able to edit the text of the age verification button freely.

    Thank you.

    #179824

    Hello,

    Ok. We shall. If you have any questions please feel free to contact us.

    Best Regards

    #368057

    puffgo
    Participant

    well ?
    its been 2 years!!

    #368058

    puffgo
    Participant

    there seems to be several ways you have instructed us to edit the 18
    pleas out line the simples way as of today

    thank you

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

The topic ‘About translation of age verify popup’ is closed to new replies.