Hello, I build template with Columns element with Single Page content (display: only post content), but I don't want linking to page. Is this possible? (I know, I could use direct text input instead, but I would like to use toggle element only available in page/post content.
Columns element in Template Builder with Single Page without linking to page
6 posts from 3 voices-
Posted 5 months ago #
-
Hi raggedglory,
In your Columns element, below your Column Content, you should see Overwrite default Link instead of placing a url in there just put this value
#
Hope this helps. :)Regards,
IsmaelPosted 5 months ago # -
Sorry, but this is not a solution, because there is still a link. I need header without link...
Posted 5 months ago # -
Hi raggedglory,
I don't think we can remove the link. I think it's either we change the link url to # or to hide the title, by adding this code in Quick CSS or custom.css:
.dynamic-column-title { display: none; }Regards,
IsmaelPosted 5 months ago # -
No, I need visible header... OK, my solution is change output variable in: ./includes/helper-templates.php
$output .= "<h3 class='dynamic-column-title'><a href='".$link."' rel='bookmark' title='".__('Permanent link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a></h3>";to:
$output .= "<h3 class='dynamic-column-title'>".get_the_title()."</h3>";...
Posted 5 months ago # -
Hi raggedglory,
Glad you were able to change the code to your liking. For future reference, you can also use shortcodes inside the regular text input for columns as well as HTML.
Regards,
Devin
Posted 5 months ago #
Reply
You must log in to post.














