davydov-denis
Forum Replies Created
-
Hi @karlalevelup ,
thank you for the reply, the Masonry is not what I am after, to be fair. I know that I can set my own value into Gutter, but this still does not resolve the issue of arriving at a fluid design with same heights for two pictures in a row that have different aspect ratio.
See this illustrative sketch https://filebin.net/cyfamwxj220nxkbd
I think it had to do with some caching:
I did
- “Save settings” in Pixel Your Site (although I did not change anything)
- Purged all Light Speed Cache
and now I see “Contact” events as well as “Form” events.
I just figured this out. Looks like it was some hickup in other plugins which modified .htaccess upon restoring with prime mover. I wiped it out to be the default WordPress and things look good now!
Forum: Fixing WordPress
In reply to: change WordPress Address to defaultno, it’s not. I have set it up a long time ago and don’t actually remember why ??
Interestingly enough I added another subdomain and did (I think) the same steps as above, but SSL is not working on this subsite.
From CPanel I see that there are no Private Keys nor SSL Certificates for this subdomain. I wonder if that’s something generated by the plugin? I certainly did not do this manually for the other two subdomains.Thanks, @leonwimmenhoeve . Will do.
Sincerely,
Denis.Forum: Networking WordPress
In reply to: Multisite in a subdirectory and wildcard subdomainsThanks for clarification, @gappiah .
Sincerely,
Denis.I think I got this working by adding specific subdomains in my hosting that point to the same Document Root as the main domain. Upon doing that no extra action was needed on WordPress side.
Forum: Networking WordPress
In reply to: Multisite in a subdirectory and wildcard subdomainsLooks like I got this working by setting the root for wildcard subdomain to /public_html/foo.com
although the before-you-create-a-network suggests that
“WordPress should be run from the root of your webfolder (i.e. public_html) for subdomains to work correctly.”
Hi Gerard,
I installed Query Monitor, interestingly enough I do not see imagic there.
Do you have any ideas why could that be the case?Regards,
Denis.Forum: Plugins
In reply to: [Mailjet Email Marketing] Tag 5.2.1 is corruptedIt does, this plugin provides widget And subscription form to subscribe to newsletters. Adding reCaptcha was asked in the past by others, see https://www.ads-software.com/support/topic/adding-recaptcha-v3-to-form/
https://www.ads-software.com/support/topic/spam-prevention-4/Forum: Plugins
In reply to: [Mailjet Email Marketing] Tag 5.2.1 is corruptedWas considering using MailJet on my WordPress site, but given how infrequent are plugin updates (reCaptcha?) and the lack of major bugfixes (like this one), I went with the competitor…
I just came across exactly the same problem. Would be good to be able to keep the placeholder but still don’t fallback to the current time, which completely ignores min/max time settings as well as time step.
Alternatively, one could help/force users to actually choose the time and do not update the field if user does not do that.
Sincerely,
Denis.Forum: Plugins
In reply to: [Polylang] Redirect header 301 instead of 302For our website we chose to completely remove the redirect on homepage. Now both homepage and homepage/en display the same content (no redirection).And homepage/en is set as canonical.
did you have to hack polylang for that? I don’t think there are any settings for that.
I also have a similar issue that
homepage/
is chosen as canonical by google instead ofhomepage/defuault-language
, which, as far as I understand, is related to 302 redirects instead of 301.Any reason why there could not be a plugin option to do 301 instead?
p.s. looks like recommended workaround is to simply hide default language and don’t do auto redirect https://www.ads-software.com/support/topic/302-page-moved-google-cannot-fetch-webpage-with-polylang/#post-3017188
@shortpixel I am discussing this issue with theme authors, they ask whether ShortPixel could pick up ‘image-123×456-uai.jpg’ as an alternative naming convention for unregistered thumbs on their side?
Alternatively, perhaps you could provide a PHP function hook to override logic for picking up unregistered thumbs based on filename. I would say the function return boolean based on filename of registered image (image.jpg) and a candidate thumb (i.e. image-uai-123×456.jpg).
That would be a very clean solution for all experienced users.
Denis
- This reply was modified 5 years, 9 months ago by davydov-denis. Reason: Clarity