bertlio
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Prevent the following URIs to be cached – Not workingI want to keep my privacy, so I can’t share my URL here, that’s why I ask how can I reach you privately… If I send it via the Optimole website will you get it?
Forum: Plugins
In reply to: [Super Page Cache] Prevent the following URIs to be cached – Not workingPlease write here what are the header parts you need and I will paste it here… thanks.
Forum: Plugins
In reply to: [Super Page Cache] Prevent the following URIs to be cached – Not workingHow can I send you via private message?
Forum: Plugins
In reply to: [Super Page Cache] Prevent the following URIs to be cached – Not workingI tried Version 5.0.2 and had to roll back to Version 5.0.1, since it didn’t work…
In Version 5.0.2, the “Test Cache” is not working, and the header menu doesn’t show the green cloud, and using “Purge whole cache” didn’t seem to work…
In Version 5.0.1, I have to “Purge whole cache” after saving “Prevent the following URIs to be cached”, else it doesn’t show the cf-cache-status changes… can you fix it, please?It’s all resolved now, thanks for your prompt response and fix!
Forum: Themes and Templates
In reply to: [Typecore] Sidebar Show/Hide Arrow not displaying?Hi Alex, sorry for the delayed reply…
Thanks to your insights I was able to find which other plugin was causing FA 5 to be loaded everywhere… I rolled back a version of that plugin for the moment and all is fine now!
But thinking about it… It might start becoming an issue if other plugins update to FA 5 too, which potentially will soon… So wouldn’t it be better to update Typecore to FA 5 too?
Thanks for the insights and explanations Stiofan!
Agreed that it’s better update for future integrations and compatibility!Cheers.
2.1.8 is working fine!
Forum: Themes and Templates
In reply to: [Typecore] Topbar Menu with scrollable menuHi everyone!
I understand what you mean @ashu21… Yes for sure, the Topbar Menu should remain sticky and at the top, always!
My suggestion about the auto sliding feature upon hovering the arrow icons, was only for the “drop-list” part which maybe would sense the height of the desktop screen and allow auto sliding only within the “drop-list” part, if you see what I mean…
So the Topbar Menu shouldn’t disappear when using the auto sliding “drop-list” part.
As of now, I had to break the categories menu into 2 parts i.e. dividing the categories list into Part 1 and Part 2. The only inconvenience is that this is taking up space in the top menu…
Would be really nice to have this feature ??
Forum: Themes and Templates
In reply to: [Typecore] Alx Tabs – Exclude / Multi-select CategoriesThank you so much Alex,
will have a look in the meantime…Forum: Plugins
In reply to: [Limit Comments and Word Count] Option to limit per IPHello artiosmedia,
I’m so sorry for the late reply… I didn’t get a reply email notification from WordPress Forums, so I thought that you haven’t replied to my suggestion yet. Thanks for your prompt response!Some of my websites allow users to comment without manual approval/moderation, which means that comments pass through a filter and then published automatically if it passes the spam tests…
Setting the plugin to frequency of X comments per day per role is effective… However some spammers are creating fake accounts to increase their total combined frequency of X comments per day… So with 1 IP and multiple fake accounts, they are able to spam the comments section…
So I believe that having an additional option to Limit Per IP will reduce them in their tracks…
Thanking you in advance for considering this feature!
Cheers,
Bertrand.Forum: Themes and Templates
In reply to: [Typecore] Alx Tabs – How to *filter/replace* Recent CommentsNo worries Alex!
I was able to insert my filter code snippet into the alx-tabs.php, and it’s working fine! Thank you!Forum: Themes and Templates
In reply to: [Typecore] Auto Remove HTML Link Tags in Author BioThanks for this code snippet Alex,
But unfortunately it’s not working… I don’t know the reason why…I was finally able to find another way around this by using the code below:
add_filter( 'get_the_author_description', 'remove_html_link' ); function remove_html_link($link) { $end = preg_replace('#<a.*?>.*?</a>#i', '', $link); return $end; }
Forum: Themes and Templates
In reply to: [Typecore] Disable Pingbacks TabThank you so much Alex for the quick response and solution, it helps!
Cheers,
Bertrand.