eltarny
Forum Replies Created
-
Forum: Plugins
In reply to: [Garden Gnome Package] VR not loading with another VR in pageHi antzhayashi,
The problem is that you may have panoramas from different versions of Pano2VR and they try to load different versions of the Pano2VR player in the page.
I managed to resolve the issue by copying all the Pano2VR player .js files from only one version in the folders of all the panoramas.
After you upload a .ggpkg file, a folder structure is created in wp-content.
You have to choose one of the folders and get the .js files, and take a note of that panorama version.
Then you have to copy these .js files in the correct folder of every panorama in wp-content.There are 4 .js files:
pano2vr_player.js
skin.js
/webxr/three.min.js
/webxr/webxr-polyfill.min.jsI also had to edit the pano.xml and the .json file in every panorama to put the correct version, which is: whichever .js files I chose to use. i.e. in my case 6.1.11
Best,
EliasForum: Plugins
In reply to: [Garden Gnome Package] VR not loading with another VR in pageThank you!
This resolved the issue.
Forum: Plugins
In reply to: [Autoptimize] jQuery is not defined after updating to WordPress 5.6My pleasure for your awesome plugin!
Let’s hope that people see this thread and resolve it themselves.Forum: Plugins
In reply to: [Autoptimize] jQuery is not defined after updating to WordPress 5.6Worked like a charm!
Thank you!
Forum: Plugins
In reply to: [Autoptimize] jQuery is not defined after updating to WordPress 5.6This is one of my test sites with the aggregation on so you can see the errors.
edit — deleted URL —- This reply was modified 4 years, 2 months ago by eltarny.
Forum: Plugins
In reply to: [Autoptimize] jQuery is not defined after updating to WordPress 5.6Never removed
js/jquery/jquery.js
from the comma-separated exclusion list and it is not asynced or deferred.- This reply was modified 4 years, 2 months ago by eltarny.
Forum: Plugins
In reply to: [WP Stripe Checkout] PHP errors with WP 5.3Hi, Noor.
Thank you so much for this!
The problem is resolved.Best,
EliasForum: Plugins
In reply to: [Conditional Fields for Contact Form 7] 1.7.4 does not work with AutoptimizeHi Jules,
I hope in a few days to be able to reproduce it when my test site is not under heavy testing and development.
Sorry, but right now 3 other companies do tests on this site and it’s custom APIs.
I unfortunately have no time right now to setup a fresh WP installation.
Yes, that worked like a charm!
Thank you so much, Gerroald! Much appreciated!
Hi Gerroald,
The inventor plugin is part of a premium theme which is unfortunately no longer supported.
https://themeforest.net/item/superlist-directory-wordpress-theme/13507181The whole site is based on this theme and it’s utility.
When someone registers on the theme’s custom payment or register pages the inventor plugin runs this code to automatically log in the user that just registered.
// automatic user log in
if ( $user && $log_in_after_registration ) {
wp_set_current_user( $user->ID, $user_login );
wp_set_auth_cookie( $user->ID );
do_action( ‘wp_login’, $user_login );
}What could be wrong with that piece of code?
Which is the second argument that Controller_WordfenceLS::_record_login() asks for?Thank you,
EliasForum: Plugins
In reply to: [Custom Permalinks] Polylang – Share same slug between languagesThanks @grapplerulrich,
I have already proposed this to the client, but he needs the 25 sites yearly license as he has 9 multilingual sites.
The amount sounded a lot to him ?? hence, I am trying to find a free solution or at least something cheaper.Forum: Plugins
In reply to: [Custom Permalinks] Polylang – Share same slug between languagesHi dooki,
Thank you for this.
I have found this plugin before [you can install it as a plugin btw by downloading the zip file]However,
1. My projects are for big clients and I don’t know if I could trust a non official plugin that it does not get updated
2. I tried it, it seems that it works, but what if someone deactivates it and then what happens when multiple pages have the same slug? WordPress would go bonkers with that.Forum: Plugins
In reply to: [Custom Permalinks] Polylang – Share same slug between languagesHello Sami,
Thanks for showing interest into this.
No new info on this, just that it still doesn’t work.
Using all the latest updates.Thanks,
EliasForum: Plugins
In reply to: [Custom Permalinks] Polylang – Share same slug between languagesHi Jonathan,
not really, no. I ‘ve been trying after every update but it did not work.
Best,
EliasForum: Plugins
In reply to: [Custom Permalinks] Polylang – Share same slug between languagesNo worries at all! I am very happy that you took time to look into my problem.
Thank you very much for that.I updated Custom Permalinks to Version 1.2.7 and Polylang to Version 2.2.4.
My WordPress is version 4.8.2My Polylang settings are
– The language is set from the directory name in pretty permalinks
– Hide URL language information for default language
– Remove /language/ in pretty permalinks
– The front page url contains the language code instead of the page name or page idMy WP settings for permalinks are
– Post nameI have tried to disable all other plugins, save permalinks and save URL Polylang settings.
I cleared all caches and tried different devices.Unfortunately the result is the same and the problem remains. Whichever page is saved first with a custom permalink, is the one the all the other pages with the same custom permalink redirect to.
Thanks,
Elias