Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #742022

    There is over 3000 post without search functionality this is impossible task.

    I have build my website using visual builder layout.

    I have two Call to Action Button.

    I want the home page to be “www.elitelifestylesgroup.com/?sponsor=873811769” with post back function from server side to construct a new url.

    How do assign this newly form URL to CAT on the from Page?

    This is the code I have inserted in the Index.Php in the Enfold Them. But this does nothing to my CTA buttons.

    <a href="<?php echo $url; ?>">
    
    <img class="avia_image " src="http://www.elitelifestylesgroup.com/wp-content/uploads/2016/08/multibuy-world-singup.png" alt="Sing up button" title="multibuy world singup" itemprop="contentURL" style="">
    
    </a> " 
        
     <?php
        //Assign your own ID, in case the user does not enter ID
        $ownid="sponsor=873811769";
        
        if ((isset($_SERVER['QUERY_STRING'])) && ($_SERVER['QUERY_STRING'] != ""))
        {
            $url = "https://multibuyworld.eu/?".$_SERVER['QUERY_STRING'];
        }
        else 
        {
            $url = "https://multibuyworld.eu/?".$ownid;
        }
        
    ?>
    • This topic was modified 7 years, 1 month ago by hanman.
    #744207

    Hey hanman,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.