Unable to Remove Query Strings from Static Resources

Posted in: Newspaper
Post count: 7

I try all these four methods to remove Query Strings From static Resources,

https://www.keycdn.com/support/remove-query-strings-from-static-resources/

but no luck, can you please let me know how to fix this ?

Here’s Screenshot

http://prntscr.com/gs3b09

Post count: 23312

Hello zeeodesk,

Unfortunately, our theme does not have any such an option that allows you to Remove these queries, sorry! Please notice that all of these tasks involves additional customizations and we cannot provide this type of services at the moment, sorry! Before beginning to optimize your website, you should consult some useful manuals/guides which teaches you how you can do this or another alternative for you would be to hire somebody to help you, sorry! As a hint, you can start from here -> https://kinsta.com/knowledgebase/remove-query-strings-static-resources/ -> https://www.sourcewp.com/remove-query-strings-static-resources/

Hope this helps!

Thanks for your understanding!

Post count: 7

Hi, Catalin, thank you for your reply, i found the solution, i deactivated w3 total cache and enable wp super cache according to tagdiv guide, now everything fine.

I have one more question, I want to make author name, unclickable,

http://prntscr.com/gsakmm

is it possible ?

Thank You

Post count: 20688

Hi,

That could be done by either removing the link from the code, where it is defined in this theme file
https://www.screencast.com/t/gwSEBaNFK
Or maybe with some CSS that would not allow the link to be clickable

.single .td-post-author-name {
pointer-events: none;
}

This code must be entered in Theme panel->Custom CSS if you should decide to use it.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.