Hi,
I’m trying to get a link post in the masonry blog.
Is it possible to have the post link to an external resource and open it in a new windows?
I’ve already read the topic below, did he mean in the first post ‘content’ instead of ‘contact’?
https://kriesi.at/support/topic/link-post-format/
Kind regards,
Hi!
When setting the link, try appending ?iframe=true
to it.
Regards,
Josue
Hi Josue,
Thanks for your reply.
I’ve got it configured like below, but it’s still not working.
Kind regards.
Hey!
Should be:
<a href='http://test?iframe=true'>Link</a>
Cheers!
Josue
Hi Josue,
Unfortunantly it’s still not working. Again i added a screenshot below.
Thanks again!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue,
I’m sorry for the late reply, i added the link below.
Hi,
Open /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php and look for line:
case 'link' :
Replace it by this:
case 'link' :
$this->loop[$key]['url'] = get_url_in_content($entry->post_content);
Regards,
Josue
Hi Josue,
This file doesn’t exist in my /enfold/config-templatebuilder/avia-shortcodes/ folder!
Hey!
There should be. Please firstly update Enfold to the latest version which is currently 3.4.7 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Thanks, it’s working now. Is there a way to have the links open in a new tab?
Regards.