amslps
Forum Replies Created
-
But anyway, please let your CHN tech guys to check it again. Your plugin is generally good, but I don’t want to the OFTEN happened bugs to crash your plugin and your credibility!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] php errorThank you!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] php errorThank you for your quick response! You had the most fastest response than any other plugins I used right now.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] php errorHi, is there any ways to upload the screenshot?
My setting is as following,
Faster Checkout With Link: enable
Move email field to top of page: enable
Show Link Icon: No Icon
Launch link on page load: enable
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] php errorHi, I don’t have the autoload feature for the link. And I don’t change any codes related to the plugin.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] php errorHi, I had upload facebook opengraph thumbnail image as fallback according to your guide, but I still got the error
FastCGI sent in stderr: “PHP message: PHP Warning: Array to string conversion in /usr/share/nginx/wordpress/wp-content/plugins/seo-by-rank-math/includes/opengraph/class-image.php on line 606PHP message: PHP Warning: Array to string conversion in /usr/share/nginx/wordpress/wp-content/plugins/seo-by-rank-math/includes/opengraph/class-image.php on line 606
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] php errorHello,
Can you elaborate the point – ‘Please make sure that all the custom post types on the website have a fallback thumbnail for Facebook under WordPress Dashboard > Rank Math > Titles & Meta Settings to get rid of this warning.’
I went to Titles & Meta that seems nowhere to set the a fallback thumbnail for Facebook?
Can you help me on this??
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] php errorWhere is the support???? The error continue to promote. Can you fix on the next release????
Forum: Plugins
In reply to: [Comments Extra Fields For Post,Pages and CPT] fatal errorForum: Plugins
In reply to: [Comments Extra Fields For Post,Pages and CPT] fatal errorGotcha. When will you add the functions that my previous post suggested?
Forum: Plugins
In reply to: [Comments Extra Fields For Post,Pages and CPT] fatal errorI have updated the pro. I just wanna know what’s update in the current release 4.1 pro? I can’t find the detail in the customer portal. Thank you
Forum: Plugins
In reply to: [Comments Extra Fields For Post,Pages and CPT] fatal errorHello, where can I see what are new updates in the 4.1 release?
I mean add the “lightbox” effect on the comment images, right now when you click them, the link just brings you to the href of the image. And the user has to click back to the product page, that’s not a good browse experience.
Can you also implement the ”Lightbox” effect for the images? Or it had to be took effect by js, css if user don’t want to install another plugin. Thank you!
I found solution by myself. Share it here for people who may need in the future,
additional css
.wpcomment-ul {
display: flex;
justify-content: center;
margin-left:0px !important;
}
.wpcomment-li {
width: 100%;
display: flex;
justify-content: center;
}
.wpcomment-file-title {
display: none;
}
.wpcomment-file-front-wrapper {
margin-top: 0;
margin-bottom: 1rem;
padding: 2px;
}