iLoveWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Remove Sydney’s Google FontsI don’t know php, but I this seems to be working for Sydney version 1.37:
function dequeue_sydney_google_fonts() { wp_dequeue_style( 'sydney-fonts' ); } add_action( 'wp_enqueue_scripts', 'dequeue_sydney_google_fonts', 100 );
Please let me know if there’s anything wrong with the code above, thank you!
Forum: Themes and Templates
In reply to: [Sydney] Remove Sydney’s Google FontsGreat, I find a way to remove Sydney’s Google font http request, and the functions.php is updated days later. Now the above code doesn’t work.
Leaving the fonts fields empty in Customizer results in a “400 bad request” for this path: “https://fonts.googleapis.com/css?family=|”
Can you please remove the http request altogether if no font is typed in Customizer?
Thank you.
Please ignore my comment about getting a “400 bad request” in Firefox Developer Tools. It’s coming from somewhere else. Sorry about that!
I have a workaround for the changes not saving: in Popup Maker Settings, if I click on the “Misc” tab, then go back to the “Assets” tab, uncheck a setting and save, the settings are saved successfully.
PS: Popup Maker ignores the user language set in wp-admin/profile.php.
@waltmesser
In Firefox Developer Tools, I’m now getting a “400 bad request” for this path: “https://fonts.googleapis.com/css?family=|”In the database, the option “popmake_settings” has this value:
a:1:{s:27:"disable_google_font_loading";s:1:"1";}
Thank you for working on this.
@waltmesser I’ve just updated and tested. The settings still aren’t being saved.
If a setting is unchecked and I check it, it saves. But if I unckeck any/all of the three settings, then click save, the settings are all checked again.Thank you, I’ll contact you now.
I’m not using object cache, and I even deactivated W3 total cache to be sure.
Thank you for the quick reply!
Unfortunately I can’t do that, since the settings are global and not only for one specific popup. Can I PM you the link to the site so you can verify that the Google font is being loaded? I can’t test the stylesheet options since the site is online.
One more weird thing happened: Settings sometimes don’t change when I save them. I.e. I UNcheck the checkboxes, save, then when the page reloads, the checkboxes are checked. I had to click on the “Misc” tab then back to the “Assets” tab, then save, for the settings to actually save.
PS: I deactivated all the other plugins, “previewed” the site in Twenty Fifteen theme, and the Google Font was still loading.
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Video lightboxOh I’m using Sydney, but without the recommended plugins and demo content.
https://www.ads-software.com/themes/sydney/Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Video lightboxThis seems to be caused by the Fitvids script, which is included in the theme I’m using. I’ll disable it and see if it solves the issue.
Edit: I’ve decided to use the following css to solve the problem, since disabling the script might create other problems.
.elementor-open-lightbox .fluid-width-video-wrapper { padding-top: 0 !important; }
Version 1.3.3 fixed this bug.
Thank you.Thank you for the great support @pojosh !
Can’t wait to try it. ??Thank you so much, @arielk-1 !!!
I have a problem with pages not saving, too. Some pages save successfully, though.
The ones that are not saving were created before the update to 1.3.0 (and later to 1.3.1). They don’t save even though I didn’t touch the Shape Divider. Except the home page, which was created a month or more ago, and saves okay now in 1.3.1, even when using Shape Divider.
I tried creating a new page, I used the Shape Divider, and the page saves successfully.
PS: Elementor wasn’t loading for me when I updated to 1.3.0, except when I edited the home page. Updated to 1.3.1 – can’t save, except for the home page.
Forum: Plugins
In reply to: Super cache -vs- 1 Blog CacherSorry for the off topic, but that bear typo made me laugh really hard! And my wife, too. And our kid, too, who doesn’t know what a beer is, but laughed because we were laughing.
Thanks for making the typo, Rage00001!Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Custom Effect – Swap Image?athenagold,
did you find a solution? Please share, I would really want this for my blog!
If anyone knows of such a plugin or even just a code to paste in the template, I would be really grateful!
Thanks.