Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author IfSo Dynamic Content

    (@ifso)

    Hi Violetta,

    Thank you for getting in touch.

    Unfortunately, it’s not possible at the moment. However, there’s a good chance we can find a workaround for that. We’ll make time to give it a shot next week.

    Thread Starter violetta666

    (@violetta666)

    Thanks, that would be great. I tried inserting also in header.php of my theme but it works only in backend. On frontend in the browser bar it doesn’t work

    Plugin Author IfSo Dynamic Content

    (@ifso)

    Did you enable the Ajax loagin in the plugin’s settings?
    Which condtion are you using?

    Thread Starter violetta666

    (@violetta666)

    Which condtion are you using?
    I use geolocation, the only one possible in the free version.
    Did you enable the Ajax login in the plugin’s settings?
    Yes, but if it’s active, nothing works anymore

    thanks

    Plugin Author IfSo Dynamic Content

    (@ifso)

    Are you using a chaching plugin? If so, does it work if you deactivate it?

    Thread Starter violetta666

    (@violetta666)

    The site is under construction, so no cache is activated

    https://www.tagliere.morichelli.it/

    Plugin Author IfSo Dynamic Content

    (@ifso)

    Please send me screenshots of how you have set the content (both the trigger and the way you embeded it in the page template.

    To make sure I understand, if you apply the exact same trigger in the page content, is it working?

    Thread Starter violetta666

    (@violetta666)

    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>">
    	<link rel="profile" href="https://gmpg.org/xfn/11">
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    
    	<?php wp_head(); ?>
    </head>

    triggers work on page, you can see it here:
    https://www.tagliere.morichelli.it/test/

    but if i put in above code, your:


    <?php ifso(13121); ?>

    it does not work

    Plugin Author IfSo Dynamic Content

    (@ifso)

    The PHP code you have sent doesn’t include the If-So shortcode.

    Does the following code works?

    <?php  echo_shortcode('[ifso id="13121" ajax="no"]'); ?>

    Thread Starter violetta666

    (@violetta666)

    Only with code like this does it work, but obviously it’s not the correct way to insert it. I also tried inside yoast seo but it doesn’t read shortcodes, so the only correct way is to be able to insert shortcodes in the general wordpress settings.
    Thank you

    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>">
    	<link rel="profile" href="https://gmpg.org/xfn/11">
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    <title><?php ifso(13121); ?> - <?php ifso(13119); ?></title>
    	<?php wp_head(); ?>
    </head>
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘site title’ is closed to new replies.