Walter Lopez
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Empty feed@doublezed2 thanks for your reply.
I tested with the Rank Math plugin deactivated and the generated feed is empty.
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Empty feedHello @doublezed2, thanks for your reply.
Yes, I changed the query arguments of the get_feed_products method in the FeedGenerator class; specifically removed the parent_exclude argument which is an empty array returned by the get_excluded_products_by_parent method. You can find the screenshot of my change here: https://snipboard.io/3Cd04P.jpg.
You can also find the System Status Report here: https://pastebin.com/sRKDrdYn
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Empty feedHello @ckadenge, thanks for looking into this.
Catalog tab (before query args change): https://snipboard.io/iMF4QO.jpg
Settings tab: https://snipboard.io/ZR7LcV.jpg
Catalog tab (after query args change): https://snipboard.io/Xh6a9W.jpgForum: Plugins
In reply to: [GenerateBlocks] Bug in container blockIt does make sense what you say about the “Expected behavior” for the inner container but it doesn’t make sense for the outer container knowing that a block setting is already offered.
Anyway, thanks David. Looks like this will not be considered a bug.
Forum: Plugins
In reply to: [GenerateBlocks] Bug in container blockHi David, thanks for taking the time to review and respond to my report.
I don’t think that’s the expected behavior although I may be wrong.If I add a container with both the container and the inner container full with and then add another container with a specific width (the whole container, not the inner container and then in the spacing tab set the margin left to 0, it should exactly add the CSS rule you pointed in another support thread.
Let’s try again. Please try to reproduce yourself:
1. Add a full-width container with the inner container full width. (https://prnt.sc/11xays7)
2. Add a container block inside with a specific width (I mean, apply the width to the outer div, not the inner) and set the margin 0 in the spacing section. It should be left aligned. (https://prnt.sc/11xb033 As you can see, I set the outer container to a contained width instead of the inner container).In the generated CSS, the margin is set to 0 but there is a margin-left: auto rule that takes priority because of the order https://prnt.sc/11xb2i4.
- This reply was modified 5 years, 1 month ago by Walter Lopez.
@mcplaty, looks like short array syntax (a.k.a.
[]) is not supported in PHP 5.3.29 but on PHP 5.4.
I think @benmeredithgmailcom could change it to use the normal syntax and it will still be still backward compatible.- This reply was modified 7 years, 6 months ago by Walter Lopez.
Forum: Fixing WordPress
In reply to: permalink 404 error after changing URLHello wci,
Looks like you are using a multilingual plugin. Which? Is it properly configured?Forum: Fixing WordPress
In reply to: No Posts Displaying in Admin PanelIt certainly may be a plugin issue. Do you have a staging site where you can test?
If not, having a high traffic site where a downtime will hurt then you need one.However, you may need to deactivate all plugins and see what’s causing the issue.
Forum: Fixing WordPress
In reply to: “Hidden” pages in Admin TabHello Manuel,
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.Let us know the results!
Forum: Fixing WordPress
In reply to: Creating a WordPress subpage for a non-WordPress siteHello @nmcreative
Please take a look at this tutorial.Hello murielleb, I replied in the another thread.
Please add the below code to your functions.php file to add a checkbox option to every post of whether or not to email the post to subscribers.
add_filter( 'jetpack_allow_per_post_subscriptions', '__return_true' );Let us know the results.
Forum: Fixing WordPress
In reply to: Notifications sent for every post updateHello murielleb, that’s how Jetpack works.
Please add the below code to your functions.php file to add a checkbox option to every post of whether or not to email the post to subscribers.
add_filter( 'jetpack_allow_per_post_subscriptions', '__return_true' );Let us know the results.
- This reply was modified 9 years, 9 months ago by Walter Lopez.
Forum: Fixing WordPress
In reply to: Render-blocking CSSHello vinjain,
Try temporary deactivating TJ Custom CSS Plugin and clear W3 Total Cache Plugin cache and run a new test and let us know please.Forum: Fixing WordPress
In reply to: Render-blocking CSSHello Vineet,
From my end, your website load perfectly.
What I’m trying to find is why you have this enqueue of CSS incorrectly:Do you have installed a plugin to insert custom CSS?
Do you use any caching plugin?Regards,
Forum: Fixing WordPress
In reply to: Render-blocking CSSHello Vinjain,
I don’t see the issue here.
Can you paste here the content of the ‘/inc/styles.php’ file please?
Please make sure you use backticks when pasting code.