Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter isabelk2j

    (@isabelk2j)

    Wasn’t working with the previous version, i just updated to the newer version (which just notified me in the plugin page and the test “Hello Testing” working perfectly; as in;

    
    function add_switcher_to_age_gate(){
    	return 'Hello Testing';
    }
    add_filter('age_gate_after', 'add_switcher_to_age_gate');
    
    

    Let me now try it with the WPML shortcode

    Thread Starter isabelk2j

    (@isabelk2j)

    After Adding this code;

    
    function add_switcher_to_age_gate(){
    	$wpml_short = do_shortcode('[wpml_language_selector_footer]');
    	return $wpml_short;
    }
    add_filter('age_gate_after', 'add_switcher_to_age_gate');
    
    

    The Switcher still appears at the top of the age verification page and not bottom… Not sure what’s going on but i have added the CSS. I even inspected element and disable the above code but yet same thing. Sorry if i’m a pain in the ass, just want to make it each for users to switch between languages

    Thread Starter isabelk2j

    (@isabelk2j)

    Thanks Phil, I will work with your instructions and get back to you on the result ??

    Thread Starter isabelk2j

    (@isabelk2j)

    Please is the current plugin version fully compatible with WPML… i want to switch from Polylang to WPML.. the polyland is giving me hard time (i.e having to add pll__ to translate every string on the website, want to go with WPML which uses __, _x, _e out of the box.

    Does age gate fully compatible with WPML before i switch over?

    Thread Starter isabelk2j

    (@isabelk2j)

    I can see that when i added the language switcher and changed the language to Chinese (which ought to be the default), the wording was translated as it should be but the age-gate-before and age-gate-after hook are showing up in the left and right side respectively (as seen in the image file (red box) ) and not top and bottom like in the green box locations as seen in the image file https://www.dropbox.com/s/mzakk4twd8b1qcc/screenshot-localhost-2018-08-22-14-29-46-438.png?dl=0

    What can i do Phil. Thanks so much for your help so far.

    What i need done.
    1. making chinese my Default load language
    2. making the before and after hook load on the green box location, so i can better style the language switcher

    Thanks

    Thread Starter isabelk2j

    (@isabelk2j)

    I have installed the beta version (and i can see a warning saying “You are using the beta3 version of Age Gate. This may not be suitable for production websites.” but i guess it doesn’t matter much right? i can use)

    I love the way we have option for polylang available languages and i have translated everything i wanted to translate in the plugin settings but one issue i have is even i access the website on the front end. it loads the secondary language (which is English).

    I’m working on a Chinese (primary language) website in which English is a secondary language but when i view the website on frontend, it launches the English (secondary language) instead of Spanish)

    Thread Starter isabelk2j

    (@isabelk2j)

    Thanks you so much Phil, you’ve been such a wonderful person… i will try out the pre-release code now

    Thread Starter isabelk2j

    (@isabelk2j)

    Thanks so much, you just saved my ass lol. (To anyone checking this, I was able to add a new privacy core class and created a Privacy.php file as seen here: https://github.com/hyyan/woo-poly-integration/commit/d9592822d4041ce299c04576e0a5d2bb1de4d646

    And i was able to translate from the polylang )

    Forum: Plugins
    In reply to: [Age Gate] FATAL ERROR
    Thread Starter isabelk2j

    (@isabelk2j)

    Thank you… i just logged into the dashboard and i saw the latest update… it works fine now… Many thanks… let me review the plugin now

    Forum: Plugins
    In reply to: [Age Gate] FATAL ERROR
    Thread Starter isabelk2j

    (@isabelk2j)

    How do i get the latest version please… because i just came across you plugin and installed it few minutes ago… Please i need this fixed … What do i do… do i need to edit the mysql or something… or you have the plugin package that this issue has been fixed… if yes, send it to me please.

    I need the DOB input field feature not the YES/NO

    Forum: Plugins
    In reply to: [Age Gate] FATAL ERROR
    Thread Starter isabelk2j

    (@isabelk2j)

    When i selected the YES/NO option… it worked fine but i really want the DOB input field feature

Viewing 11 replies - 16 through 26 (of 26 total)