strarsis
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Missing srcset supportHi,
I mean the image displayed in the lightbox. When you inspect the image you will notice that its src points to the original image – even when the screen viewport is much smaller. This results in extreme loading times.
Forum: Plugins
In reply to: [Firelight Lightbox] Missing srcset support@ravanh: Please be aware that fancyBox 3 isn’t completely free, there are restrictions for commercial sites – see https://fancyapps.com/fancybox/3/#license.
There aren’t any OpenSource or completely unrestrictred Lightbox scripts with mobile support/that are responsive?Hi,
are there any tutorials or examples you would recommend for
custom print event?
This plugin doesn’t use the Google Tag Manager by default,
examples using triggers/actions based on GTM wouldn’t work then.- This reply was modified 7 years ago by strarsis.
Hi,
thanks for your response.
There is no further need integrating the custom tracking code into this plugin?
Just enqueue the script file and it should work?With best regards
Maybe this GitHub repo is interesting, it contains a base child theme for one page support in twentyseventeen and a live demo you can start on your computer using docker:
https://github.com/strarsis/twentyseventeen-onepageForum: Plugins
In reply to: [wp-Typography] Menu captions not localized?The language files hadn’t been installed!
Thanks for this trick.
I use a script that replaces the development hostnames with domain names when transferring to production server (https://github.com/jasperf/trellis-sync) –
hence no domain was used.Thanks! I work on the site on a development server and transfer the changes to a production server (hostname is replaced with the real domain name) – hence the IP address.
It would be a great addition if this plugin can detect a development(staging?) environment by the WP_ENV environment variable and disable tracking – but still allows configuration + debugging of tracking.- This reply was modified 7 years, 5 months ago by strarsis.
Wordpress address: //192.168.8.107:3000/wp
Website address: //192.168.8.107:3000Both are correct, I can view the site using the URLs.
Thank you for your answer.
I am not able to find these options in Google Analytics, ‘General Settings’.
Only available options on the ‘General Settings’ are:– Clear Authorization
– Clear Cache
– Reset Errors– Select View: [www.example.com […]]
[…]– Theme Color
– [On] automatic updates for minor versions (security and maintenance releases only)
What can I further do to fix this error? It also causes issues with Cookie headers/login, I have to disable the plugin manually to access the admin backend area.
Hi wfalaa,
it may be that also the password hash has been modified.
Ignoring the issue would be an option – however, I would still prefer fixing the underlying cause. Is a mismatching hash causing it? Can I somehow recreate the user without risk?Thanks in advance.
I just tried the columns element but it doesn’t seem to equalize the heights of its child elements. Are there options which have to be enabled first?
I am using it currently in production.
As only one user can edit the site, so there aren’t security issues?
What about guest level users?Forum: Plugins
In reply to: [WP Display Header] No longer works with srcsetI had to modify the fix because the current/active header image URL wasn’t containing the hostname while the URLs in header image data array do, so also trying to match the URL inside the other:
if (($data['url'] == $active_header) or strpos($data['url'], $active_header) !== false)
Forum: Plugins
In reply to: [Firelight Lightbox] Support responsive images?Thanks for the answers.
Do you know where the official FancyBox v1 repository is?
How long will FancyBox v1 supported by this plugin? Indefinitely?This WordPress plugin is really great, especially its SVG support.
- This reply was modified 7 years, 7 months ago by strarsis.