ProductLink AALB template
-
Hi, I should convert the “ProductLink” template of “AALB” and return the text argument (lormeipsum anchor text),
[amazon_textlink asin=’xxx’ text=’lormeipsum anchor text’ template=’ProductLink’]
How can I fix it? Thank you.
-
Hi,
Should the text “lormeipsum anchor text” be replaced with the product title?
Yes, the text “lormeipsum anchor text” should replace the product title.
I see. Let me see what I can do.
Thanks
You can grab the development version 4.0.0b05. It should convert
[amazon_textlink]AALB shortcode into a simple text link and when thetextargument is present, its value will be altered with the product title.Let me know if that works for you or not.
Hello and thank you for your availability,
converts [amazon_textlink] correctly, but since the link is within a text, you should remove any div tags and leave only the link tags within a textnow:
<div class="amazon-auto-links"> <div class="amazon-products-container amazon-unit-" style=""> <div class="amazon-product-container"> <div class="amazon-product converted-aalb"> <a href="#" title="" rel="nofollow noopener" target="_blank">lormeipsum anchor text</a> </div> </div> </div> <!-- Rendered with Amazon Auto Links by miunosoft --> </div>would be best:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing <a href="#" title="" rel="nofollow noopener noreferrer" target="_blank">lormeipsum anchor text</a> Lorem ipsum dolor sit amet, consectetur adipiscing </p>-
This reply was modified 6 years, 3 months ago by
paranka1.
hello I noticed that in the development version 4.0.0b05 the price does not have a comma and the currency symbol “€”.
Hi,
For a different issue, please create a new topic.
As for the original issue, it requires a new template to completely remove outer div elements. For a test, I created a text only template to see whether it works or not and it seems okay but it created another issue. I’m working on solving it but it may take several days.
I’ll get back to you when it’s done.
@paranka1 v4.0.0b06 adds the new Text template and you can entirely remove the outer container elements with it.
1. Go to Dashboard -> Amazon Auto Links -> Templates and activate
Text.
2. Go to Dashboard -> Amazon Auto Links -> 3rd Party and make sure you have ProductLink -> Text template conversion item in the Template Conversion option.That’s all you need to do.
Let me know if it works for you or not.
Thank you, perfect!
it works perfectly thanks .
when will it be returned to the stable version ?
or just copy the templete text to the stable version ?Glad to hear it works!
The date of the next release is unknown. It will be after tests are done.
When a new version is released, you’ll see an update notice in the admin area. Then you should be able to update it normally. Possibly, you may first need to uninstall the beta version which you are currently using due to a different directory name of the plugin files. But it’s just a matter of few clicks.
-
This reply was modified 6 years, 3 months ago by
The topic ‘ProductLink AALB template’ is closed to new replies.