Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #313175

    Every link on the magazine element on my home page displays the same thing: “Link to: Home Page” where “Home Page” is the page I’m looking at.

    How do I change the tool tips so that they display “Link to: title…”?

    Thanks in advance.

    #313176

    Actually it’s “every” link – not just in the magazine element

    #313275

    Hey!

    Please refer to my post here – https://kriesi.at/support/topic/magazine-element-link-description/#post-308719

    Cheers!
    Yigit

    #313497

    Thanks Yigit!

    I’m on a child theme, and if I just drop that file in the same path in my child theme directory nothing happens. Do I need to move over any other files?

    #313501

    Hi!

    Please add following code to Functions.php file of your child theme

    require_once( 'config-templatebuilder/avia-shortcodes/magazine.php' );

    Best regards,
    Yigit

    #313557

    Thanks Yigit; That makes my front page go “blank”

    #313662

    Yigit – It works perfectly when I edit the theme file, but I want to make sure I do this on the child theme folder (more peace of mind for me if there is a theme update).

    I also want to include some custom fields I’ve added to my posts in the “magazine” display; IN the loop it works perfectly – I’ve been using this code:

    get_post_meta( get_the_ID(), 'Written By', true );

    I wanted to add it as anotherr variable in the render_entry function like:

    $writtenBy = get_post_meta( get_the_ID(), 'Written By', true );

    and then in the output like this:

    $output .= $writtenBy;

    But I’m not getting any results.

    Am I going about this the right way? Thanks again.

    • This reply was modified 9 years, 7 months ago by frescova.
    #314255

    Hey!

    That should actually work, i have no idea why it isn’t working for you to be honest.

    Regarding including custom/modified ALB elements from child, refer to this article:
    http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Cheers!
    Josue

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