lazmo88
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Tool Bar > WP Nonce?Ah, thanks for the reply @northernbeacheswebsites – if and when you do implement this on the free version, can you keep the User Switch plugin in mind? As it uses the same _wpnonce to verify the requests? ??
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Tool Bar > WP Nonce?To clarify, this is how the custom tool bar link is saved for “logout” link: mywebsite.domain/wp-login.php?action=logout&_wpnonce=9f779ab95a
As you can see the _wpnonce variable is static and causes all kind of issues.
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Nova Map in Custom Post type+1 for this, would like to show custom post types and even Woocommerce products on a map ??
+1 Issues with Slider Revolution as well.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] OneSignal not working with AMP@ahmedkaludi it’s a password protected deployment, how can I send you the details privately?
Forum: Plugins
In reply to: [WP 404 Auto Redirect to Similar Post] NO AMP PAGES SUPPORT+1 AMP for WP. It is currently not working at all unfortunately.
Forum: Plugins
In reply to: [Glossary] AMP Support?@mte90 Ok, so tool tips/pop-ups aren’t supported on AMP. Which means that the plugin works as expected also on AMP for WP.
Above mentioned lightbox/pop-ups could be a great way to build AMP native popups ??
Forum: Plugins
In reply to: [Glossary] AMP Support?@mte90, it does work to certain extent. Are tool tips/on-page pop-ups supposed to work also on AMP or normal site only?
AMP does have support for pop-ups/lightbox, which could be better/preferred functionality vs opening glossary links as a new page/tab.
https://github.com/Automattic/newspack-popups/blob/master/README.md
Forum: Plugins
In reply to: [Glossary] AMP Support?Thank you @mte90 for fast response! We are using AMP for WP, so I guess we are out of luck? ??
@ahmedkaludi sorry, I thought that forum guidelines would be to group same/similar bug reports under one topic.
Issue is 1:1 identical as reported by @inquestbhopal
I am having exactly the same issue. Website is not proxied via Cloudflare. There is no cache plugins or anything activated.
The subscribe to notifications button is visible on AMP pages and once pressed, it directs you to grant the required permissions. Yet, the device doesn’t get added to the OneSignal subscribers list.
Non-AMP version of the site works fine with OneSignal.
Forum: Plugins
In reply to: [Search Exclude] Algolia Support?Thanks Roman!
Yes that’s the plugin indeed ?? What is the expected returned value from get_options?
function filter_post( $should_index, WP_Post $post )
{
if ( false === $should_index ) {
return false;
}return get_option( ‘sep_exclude’, array() ) == 1 ? false : true;
}// Hook into Algolia to manipulate the post that should be indexed.
add_filter( ‘algolia_should_index_searchable_post’, ‘filter_post’, 10, 2 );Forum: Plugins
In reply to: [Elementor Custom Skin] Loop template marginsSolved
Forum: Plugins
In reply to: [Elementor Custom Skin] Loop template marginsNevermind… ?? Applying styling to column instead of section worked better… ??
Forum: Plugins
In reply to: [Self-Hosted Google Fonts] integration of font awesome+1 Technically it should be possible as FA is essentially a web font ??