-
AuthorPosts
-
April 17, 2017 at 12:49 pm #778659
Hi
Using the blog layout showing the full post. Dnt need to link to the full story as the full story is showing here
How do I disable the link from this page to the blog stories? Thanks- This topic was modified 7 years, 7 months ago by reddishpinkmedia.
April 17, 2017 at 3:34 pm #778750Hey reddishpinkmedia,
Try adding the following to quick css and let me know if it works for you:
.entry-content-wrapper .post-title { pointer-events: none; }
Best regards,
Jordan ShannonApril 17, 2017 at 3:47 pm #778761Hey thanks! But id rather not do this with CSS?
Can I edit a template file?April 17, 2017 at 3:57 pm #778775Hi,
Add the following to the bottom of functions.php:
add_filter( 'avf_title_args', 'enfold_customization_title_link' ); function enfold_customization_title_link( $settings ) { $settings['link'] = null; return $settings; }
Let me know if this works for you.
Best regards,
Jordan ShannonApril 17, 2017 at 4:01 pm #778784No still seeing the link
April 17, 2017 at 4:16 pm #778788Hi,
Do you mean the entire post title being linked?
Best regards,
Jordan ShannonApril 17, 2017 at 4:49 pm #778810Yeah – see here: http://mercatgrill.com/news-and-events/
Each of them are still linked.
April 17, 2017 at 8:56 pm #778939Hi reddishpinkmedia,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look
Best regards,
VictoriaApril 18, 2017 at 7:29 am #779105Sure, WordPress or cpanel?
April 18, 2017 at 5:21 pm #779483Hi,
We would need to access theme files, so if you could disable them being hidden on the dash it would really help us out in getting this solved for you.
Best regards,
Jordan ShannonApril 18, 2017 at 5:34 pm #779495Im not hiding anything. You have full access as admin.
April 18, 2017 at 5:45 pm #779504Hi,
Okay we are working on this now. Please provide cpanel(preferably ftp) as well.
Best regards,
Jordan ShannonApril 19, 2017 at 8:13 am #779836Thanks!
FTP in Private.I see the site is down now. Are you guys working now on it?
April 19, 2017 at 4:50 pm #780057Hi,
Yes we are currently working on it though the site should be back up now.
Best regards,
Jordan ShannonApril 19, 2017 at 9:01 pm #780141Hi,
This has been fixed. Please test to confirm.
Best regards,
Jordan ShannonApril 20, 2017 at 10:03 am #780407Great! That works. How did you fix it?
April 20, 2017 at 4:45 pm #780640Hi,
In the root folder via cPanel I went to Enfold > Includes and opened helper-post-format.php file and removed the tags from around the post title.
Best regards,
Jordan ShannonApril 20, 2017 at 4:47 pm #780643Thank you!
April 20, 2017 at 4:50 pm #780647Hi,
No problem at all. If you need additional help, please don’t hesitate to contact us here on the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Disable link to full post’ is closed to new replies.