pinkdreambox
Forum Replies Created
-
If we install the free edition of Droip, will it fix the issue?
Forum: Fixing WordPress
In reply to: Drop Cap is missing in Paragraph BlockHi @t-p ,
Thanks for the info. I think you are right it is probably not caused by PHP 8.1. We encounter the Drop cap missing with Twenty Twenty-Two theme. And when we tried switch to Twenty Twenty-One theme. The Drop cap text option appear in the Paragraph block settins.
So it is most likely that Twenty Twenty-Two theme removed the option from the block. I am also asking it on the Twenty Twenty-Two theme support to see if they notice this.
Regards,
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Drop Cap is missing in Paragraph BlockJust tried another theme Blockbase by Automattic.
And the Paragraph will show Drop cap in Paragraph block.
So it could be that the Twenty Twenty-Two removed the Drop cap option.
Is there anyway to add it back or enable it?
Thanks,
Forum: Plugins
In reply to: [WP Job Manager] Do I need WooCommerce plugin for WP Job Manager to work?Thanks,
Forum: Plugins
In reply to: [Wiki Embed] set wiki links to open in new windowAlso look forward for this to work.
Forum: Plugins
In reply to: [WooCommerce View] Will it work with WooCommerce 2.1.7?Thanks for the info Pablo Molina,
We will give it a try.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Error when accessing the site frontendHi again,
Just saw the FAQ mentioning “Can I clone the primary site ?”
Yes, we did copy the primary site, so maybe thats why.
But do not know how to use the mucd_default_primary_tables_to_copy filter in FAQ.
Please advise, thanks in advance!
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Error when accessing the site frontendWe are testing the sites under a subdomain. Not sure if this is the main cause.
Thank you Richard @richardmtl for seeking way to solve this.
Sorry for the late reply. After updated to WordPress 3.8, half of our sites’ themes got some conflicts and caused some errors. So need to fix those live sites before further tests.
And finally got the chance to test out Jetpack 2.9.3 with WordPress 3.8.3 and with the code below to try and limit the Publicize function to Admin and Editors only.
But when the Author on the site publish the post, it still got Publicized.
Are we using the right code (the one below) or we should be using different configuration to work with new Jetpack 2.9.3.
// Jetpack Publicize for Admin & Editors only add_filter( 'wpas_submit_post?', 'publicize_only_editor_and_admin_filter', 10, 4); function publicize_only_editor_and_admin_filter( $submit_post, $post_id, $service_name, $connection_data ) { if ( current_user_can ('publish_pages') ) { return true; } return false; }
Anyone knows how to display all posts in one map using the [mw-google-maps-multi] shortcode without adding all the post ids?
Thanks,
Forum: Plugins
In reply to: [CSS Plus] Saved CSS info is not displayed after updated to WordPress 3.9Hi,
Just found out it was one of the plugin that is conflicting with CSS Plus. So deactivated that Related Items plugin, and now it is back to normal.
Forum: Plugins
In reply to: [WooCommerce View] Will it work with WooCommerce 2.1.7?We were trying out the plugin in test site (WordPress 3.9 + WooCommerce 2.1.7), and the filter bar on the top (where we can choose to view by list, map, others) are very small.
Icons are being squeezed together and the default sort drop down is missing.
Is there a fix?
Thanks,
Sorry for the late reply. Will do the 2.9.2 test.
Will do the testing again with JetPack 2.9
Thanks for the update.
It will be great to have this work!