Tagged: x
-
AuthorPosts
-
September 12, 2016 at 3:15 am #1170979
Rue NelModeratorHello There,
Thank you for the updates. Could please update the code and use this instead:
function remove_permalink_to( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Permalink to: "%s"' : $translated_text = ''; break; } return $translated_text; } add_filter( 'gettext', 'remove_permalink_to', 20, 3 );And if you want to totally remove all the permalinks sitewide and in all content links, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript
(function($){ $('.entry-content *[title]').removeAttr('title'); })(jQuery);We would loved to know if this has work for you. Thank you.
September 12, 2016 at 3:20 am #1170987
Bark201ParticipantThis reply has been marked as private.September 12, 2016 at 3:32 am #1171006
Rue NelModeratorHello There,
It is best the you regenerate your site cache. And make sure that all your latest updates and site changes will be included in the new site cache. You may even try disabling your site cache and see how it goes.
Please let us know.
September 12, 2016 at 3:36 am #1171015
Bark201ParticipantDisabling the cache made a bigger mess, dont ask. How do you regenerate the cache in W3tc? Emptying the cache doesnt fix it.
September 12, 2016 at 4:25 am #1171071
Rue NelModeratorHello There,
When the cache is disabled, there should be no errors in it. To rebuild the minify cache use the empty cache operation. Update media query string to make existing file modifications visible to visitors with a primed cache. And please also check if there is a caching mechanism in your hosting provider. Most server does have caching for fast server loading.
And lastly, please clear your browser cache as well. You can even try to use Chrome’s incognito mode and test your site again.
Hope this helps.
September 12, 2016 at 4:48 am #1171099
Bark201ParticipantIf I disable the whole plugin there are errors. Only when I disable the page cache then it works. I dont know why that code affected the W3 total cache but because of that code I am having issues with the W3 total cache now. You are obiously familiar with W3 total cache, it keeps displaying the cached version again and again. Emptying the cache doesnt fix it. I am using disk enhanced.
This whole problem started with that code.
September 12, 2016 at 5:18 am #1171133
Bark201ParticipantThis function code pulled out data from the old theme I was using and thats why all this started. Its my best guess. If I delete the old theme’s files could that help?
September 12, 2016 at 6:33 am #1171184
ChristianModeratorPlease backup your site and test it. We could not say what will happen as we don’t have knowledge of your setup. It would be best if you seek help from a local WordPress developer to work closely with you.
Thank you for understanding.
September 12, 2016 at 6:49 am #1171199
Bark201ParticipantI am getting closer to a solution but its not permanent. There is something in that specific page that is causing problems since that function code. If I make any content changes to that page the problem resurfaces. I have 2 possibilities, to change the page and see what happens or to restore an old htaccess and wp-config file from a few days ago and hope it will fix itself. The site worked perfect until that code.
September 12, 2016 at 8:03 am #1171264
ChristianModeratorAs previously said, you might need to reset WordPress files and folders permission after modifying template files like in WP Engine web host. Also, clear caching and deactivate all third party plugins and clean up left overs. If you can’t do that, copy your site to a development server and test there. We could not help you with that and issues arising from custom code (even though we gave it since it is not part of the core features) and caching please seek help from a WordPress developer to work closely with you.
Thank you for understanding.
September 12, 2016 at 8:32 am #1171320
Bark201ParticipantIts the caching plugin for sure. I can play with it, erase everything from htaccess and wp-config, uninstall and re-install but I dont have time to play with the code anymore, not today.
Its not the file restrictions, I have a plugin that monitors all the restrictions in real time.
September 12, 2016 at 9:18 am #1171369
ChristianModeratorWe’re sorry but this is outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/
Thank you for understanding.
September 13, 2016 at 10:36 am #1173224
Bark201ParticipantI would like to thank for all your help. This was partially my fault because I should have mentioned I switched from another theme. The issue is with the caching plugin so I will see how I fix it later down the road. For the moment its disabled for caching pages.
September 13, 2016 at 11:13 am #1173320
ChristianModeratorYou’re welcome.
November 5, 2016 at 10:50 am #1245094
Bark201ParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1170412 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
