Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #552343

    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,

    #552513

    Hi!

    When setting the link, try appending ?iframe=true to it.

    Regards,
    Josue

    #553559

    Hi Josue,

    Thanks for your reply.

    I’ve got it configured like below, but it’s still not working.

    Kind regards.

    #554070

    Hey!

    Should be:

    <a href='http://test?iframe=true'>Link</a>
    

    Cheers!
    Josue

    #554913

    Hi Josue,

    Unfortunantly it’s still not working. Again i added a screenshot below.

    Thanks again!

    #554949

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #565765

    Hi Josue,

    I’m sorry for the late reply, i added the link below.

    #566059

    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

    #567107

    Hi Josue,

    This file doesn’t exist in my /enfold/config-templatebuilder/avia-shortcodes/ folder!

    #567112

    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

    #597889

    Thanks, it’s working now. Is there a way to have the links open in a new tab?

    Regards.

    #597907

    Hey!

    Can you please post the link to your page and point out the links that you would like to open in new tab?

    Cheers!
    Yigit

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