Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gerwinmorren

    (@gerwinmorren)

    Dear Jan,

    This is a review but a critical one, it is indirect some feedback for them. They got a great plugin with many functionalities. But their support is really poor and I think when selling a plugin they should work with support and the issues.

    My problem is a technical problem what should improve their plugin if they fix it.
    I would let the others know that the plugin is great but support not so great.

    Thread Starter gerwinmorren

    (@gerwinmorren)

    Thanks for the respond, but it’s not only to change the text. I also need to change the function of the button into the add to Quote button. So only changing the text won’t make a change I think. I will look into that documentary to see if I can make something out of it.

    Hope someone else got another great answer ??

    Thanks

    I think you mean something like this, it is called Retargeting. When a customer visits your website and they don’t contact you or buy your product. You can keep following them with your ads.

    With Google Adwords you can start retargeting that kind of customers, its a great way to get lost visitors back to your website to still buy the product.

    Some information: https://retargeter.com/what-is-retargeting-and-how-does-it-work

    Thread Starter gerwinmorren

    (@gerwinmorren)

    Still no solution, i am a really beginner with php and javascript. I think i am doing some things wrong. Thanks for helping all of your

    Thread Starter gerwinmorren

    (@gerwinmorren)

    @leglesslizard,

    Thanks for helping me, when i now click on the image it does send me to the contact form page, but it doesnt get the alt text.

    The code is use for this image slider is:

    <div class="wpsisac-slick-carousal-1 wpsisac-slick-carousal design-6 variablewidthv">	
            <?php
            for($i=0; $i<count($att_id_arr); $i++)
            {
    			$img_url = wp_get_attachment_url( $att_id_arr[$i] );
    		
                ?>
    			<div class="slick-image-slide">  
    				<a href="/offerte-aanvraag-product?img_alt=<?php get_image_tag( $id, $alt, $title, $align, $size ); ?>"><img width="275" height="180" src="<?=$img_url?>" class="attachment-medium size-medium wp-post-image c-imgae" alt="<?php echo get_post_meta($att_id_arr[$i], '_wp_attachment_image_alt', true);?>"/></a>
    			</div>
                <?
            }
            ?>
    </div>

    when i click on the image it does send me to the page, but it doesn’t get the image alt text. The link looks like this when i click on it:

    https://simbeton.nl/offerte-aanvraag-product/?img_alt=

    Also i dont know how to insert the PHP code
    $_GET array ($_GET[‘img_alt’])
    into the W7 form contact page, i read something about creating a shortcode for this PHP code and insert it that way, but i am also not sure how.

    Thanks for helping, and sorry for my bad englisch.

    Greetings,
    Gerwin

Viewing 5 replies - 1 through 5 (of 5 total)