wongpk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Script on frontend appear on widgetsThat’s my theme, using standard
wp_enqueue_scripts
though. It was fine on beta 1 and 5.7.Forum: Fixing WordPress
In reply to: Script on frontend appear on widgetsActually it’s within the theme. It work just fine on current and 5.8 beta 1.
Forum: Alpha/Beta/RC
In reply to: wp.editor.initialize is not a functionThanks!
@babel391 go to Elementor – Settings – Experiments and set Landing Pages as Inactive.
@shiloey Thanks for the head up.
@shiloey Ah! That’s it, set the landing page inactive helps. Thanks a lot!
Hi @davidlbc I checked, there are a lot of aspect I see may involve in the issue.
.htaccess as I see only Plain can work with the static posts page.
Weird things is, even with same localhost now, some works, some don’t. Recently installed on SiteGround hosting, doesn’t work.
When it doesn’t work, it just don’t work with any theme, unless its permalink is set to Plain or deactivate Elementor plugin.
I make a test site here: https://zhngdesign.com/test/ admin:admin, if you want to try it out. It’s blank with just Elementor plugin and default theme.
Hi @shiloey I tried TwentyTwenty One as well, it’s the same… Not sure if cache, but I tried my best to clear the cache though.
That doesn’t work, I tried and the scroll bar is still showing.
The only way I find so far is adding
body {overflow-x: hidden}
on Additional CSSForum: Plugins
In reply to: [Yoast SEO] Which image on opengraph?Hi, that is what I tried each time there is an update on the plugin. When I disable the other sharing plugin, the Yoast still get Featured Image instead of the image upload for the Social tab.
I clear the site cache, remove the other plugin and tested on the debugger site. Even scrape again still come up with Featured Image.
I’m sorry, not really convenient on the URL address, I will double check more into it.
Thanks!
Forum: Themes and Templates
In reply to: [Adelle] Adelle Theme Footer HelpHow about try this CSS instead:
.footer-copy:before, .footer-copy:after {display: none;}
Forum: Themes and Templates
In reply to: [Adelle] ?menu above headerThere is no setting to relocate the menu. The only way is to customize the theme
(with a child theme) to relocate the menu from the header.php file.Forum: Themes and Templates
In reply to: [Adelle] Theme Modification: Please help!Do you mean you cannot use “Read more” tag? Did you try it out? Read more will cut the content via the_content() within the theme, it should be working as long as the theme use the_content().
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] admin-ajax.phpHi @pingram3541,
I found out that I did not install the zip extension on PHP 7.1.
It’s working now after I add the extension.
Thanks for your time.
- This reply was modified 7 years, 3 months ago by wongpk.