Hello,
I have add an Elements Magazine. (here it is an image to show you)
http://www.jmja.com.cn/wp-content/uploads/2015/01/jmja_2015-01-19_01-58-21.png
When I hover a title ( a link), it should show me “Permalink to ‘title text which I’ve hovered’ ”
But, It is show me “Permalink to ‘my site name’ ”
There are 2 images to show you what it happen.
http://www.jmja.com.cn/wp-content/uploads/2015/01/jmja_2015-01-19_01-58-15.png
http://www.jmja.com.cn/wp-content/uploads/2015/01/jmja_2015-01-19_02-07-56.png
Best regards,
Time
Hi Zeng!
Please go to Enfold/Config-templatebuilder/avia-shortcodes folder and open Magazine.php file and find
$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";
and change it to
$titleAttr = "title='".get_the_title($entry->ID)."'";
Cheers!
Yigit
Hello Yigit;
Thanks for your help. It is Ok now.
Best regards,
Zeng