Kapsule Corp
Forum Replies Created
-
Forum: Plugins
In reply to: [Gotham Block Extra Light] Does not work with TagDiv NewsMag ThemeDear Macksix
Light mode (SSJ1) works only with cookie.
Logging IP addresses would be too cumbersome technically and in terms of legislation (RGPD) and of little interest. In the worst case, if it does not have the cookie, it will take over the popup! What do you think ?As for your personalized message, it’s incredible, I tested that too and see the same thing. I’ll investigate it!
So we agree that the problem does not ultimately come from the templates, is it?
All the best
Forum: Plugins
In reply to: [Gotham Block Extra Light] Does not work with TagDiv NewsMag ThemeHey,
What is the problem with those themes ?These are paid themes so I can’t try to reproduce the bug without paying
All the best
Forum: Plugins
In reply to: [Gotham Block Extra Light] Can’t scroll after dismissing the popup with SSJ2Oh thanks for your help ??
Bug fix in 1.3.2Forum: Plugins
In reply to: [Gotham Block Extra Light] Disable scroll on SSJ3Hello,
You’re absolutely right ??
Fixed in the last version 1.3.1- This reply was modified 3 years, 9 months ago by Kapsule Corp.
It’s done !
Thanks ??I’m sorry to say that, because I see you are doing your best, but it’s still not working.
– When I use this NEW code it completely removes the title tag from me again in the AMP version. Back to square one. It’s like I don’t put anything in my file
With the code you gave me previously, balise title is not erase, but title is not good and different with the NON-AMP version :
add_filter( 'aioseo_disable', 'aioseo_disable_term_output' ); function aioseo_disable_term_output( $disabled) { if (isset($_GET['amp'])) { return true; } return false; }
I need to have the same title in AMP/NON-AMP version. But, in AMP i need to have only title tag, in NON AMP, i need also to have all others tags
Could you contact me in DM, also i could you give URL ??
All the best
We’ll get there !
Hey
What’s up ?Forum: Themes and Templates
In reply to: [Oblique] Home posts not showing anymoreNop sorry, it’s works on my websites :-/
Forum: Themes and Templates
In reply to: [Oblique] Home posts not showing anymoreHi @passi1712
You need to apply my fix but also the @risine patch. Both fix should work :
You can find the file here :
wp-content/themes/oblique/js/vendor/masonry-init.js
Open it, and search :
_getColGroup
and replace it by _getTopColGroupAll the best
Forum: Plugins
In reply to: [Contextual Related Posts] How to switch to the new CRP_QueryPerfect,
You are the GOAT
Thanks
All the bestForum: Plugins
In reply to: [Contextual Related Posts] How to switch to the new CRP_QueryHey,
No, it’s not my case. Moreover i want to display all post (new or old)
I have try to install Query Monitor but i don’t see your function.Forum: Plugins
In reply to: [Contextual Related Posts] How to switch to the new CRP_QueryI have try your quick change but it does’nt work
get_crp_posts_id => return me the good array
get_crp_posts => return me a empty arrayHey,
No, It doesn’t work.
I don’t know what you changed, but before the last update, every post title was called perfectly in AMP or in regular HTML version.
In fact, the easiest thing i think, would be the possibility to run a simple PHP snippet who will be display ONLY the AIOSEO title (and maybe also the AIOSEO meta description) in the AMP version, and not the full package with OG Meta, canonical, GA call with wp_head …
I don’t know if i’m clear ?
Hey,
We are progressing, and it’s better than nothing!
Since the last update, the plugin no longer erases the title tag but it rewrites the title like this ( » My title ) when i call it with wp_title() in my AMP version. » is always added too much in front of the title. I think it’s a bug (Tested on 3 differents websites)
How could I deactivate (as in the past) the whole AIOSEO package (canonical, facebook: og …), while retrieving the AIOSEO titles via wp_title()
Best wishes for 2021
Up ?