* Graham * Mwebvendor in the entries list it would be applied to the url in the href
{{ entry.url|replace({('?__xtblog_block_id=1#xt_blog'):''}) }}
Copy code

in the tags it would be a little more complex as you have to allow for the tag name variable
{{ tag.url|replace({('__xtblog_block_id=1&'):'',('#xt_blog'):''}) }}
Copy code

it also is used in a few other places each may need a custom filter code due to other variables in the querystring
2017-04-12 16:24 · (0)
* Mwebvendor * Graham its not working..... ill try to check tomorrow after to restore the system.
2017-04-12 16:43 · (0)
* Mwebvendor Any idea graham to filterer the image on my site using css or else to make my site load faster?
2017-04-12 16:53 · (0)
* Graham * Mwebvendor
Most of the slowing down is caused by external links and scripts like ad codes everything you can host locally will access just that little bit quicker
use local hosted bootstrap and jquery
also if you can have actual resized images instead of using css resizing that is a lot quicker

Those filters worked ok in my tests but you probably need to apply it to the description 'entry.content'
as that has a link too if you are using 'first image'
{{ entry.content|replace({('?__xtblog_block_id=1#xt_blog'):''})|raw }}
Copy code
2017-04-12 17:18 (edited 2017-04-12 17:44 by Graham ) · (0)
* Mwebvendor * Graham 80% of my images in my site it less than 100kb. but its to slow to load my site
2017-04-12 17:25 · (0)
* Mwebvendor * Graham the font awesome so slow to loading, can i host it in our serverand it is working?
2017-04-12 17:27 · (0)
* Mwebvendor * Graham copy that...
2017-04-12 17:28 · (0)
* Mwebvendor * Graham ill replace in the {{ entry.content|raw }}?
2017-04-12 17:38 · (0)
* Graham * Mwebvendor Your site loads just fine on my system
but then I have 170mb internet
yes you can host the font awesome fonts locally
I guess the best way to speed that up is edit all the icons you don't need out of the css
dont forget to put the |raw filter back at the end of entry.content (I did forget)
2017-04-12 17:42 (edited 2017-04-12 17:45 by Graham ) · (0)
* Mwebvendor * Graham About the entry.content. it not working to my chrome, but in my edge , its now working...
2017-04-12 18:03 · (0)

Online: Guests: 1