thomaz666
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Success message not showingsending cf7 call causes error 500 (Internal Server Error).
try uploading a standard .htaccess file to the root of your site (make a backup first).
if there are no changes, pay attention to the logs SMTP plugin, and also try to deactivate the plugin SMTP and test the contact formForum: Plugins
In reply to: [Contact Form 7] Styling Issuei guess you need to make the borders blue on all sides, remove the clip-path property in css
or
add this css code in your custom css
.wpcf7 input {
clip-path: none !important;
}- This reply was modified 3 years, 9 months ago by thomaz666.
you can edit the plugin file quantity-input.php
plugins\qty-increment-buttons-for-woocommerce\template\global\
but, there is a comment in the source code that you can override the template file quantity-input.php with your own using a filter
Forum: Plugins
In reply to: [WP Favorite Posts] Warning after favoritinguse orher (new) version on https://github.com/VR51/wp-favorite-posts
version 5.6 wp ?
Forum: Plugins
In reply to: [File Manager] Folders Not Showing Up After WP 5.6 Updateerror in console
load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,moxiejs,plupload,jquery-ui-slider&ver=5.6:2 Uncaught TypeError: this._addClass is not a function at e.<computed>.<computed>._create (draggable.min.js:9) at e.<computed>.<computed>._create (jquery-ui-1.12.0.js:6) at e.<computed>.<computed>._createWidget (jquery-ui-1.12.0.js:6) at new e.<computed>.<computed> (jquery-ui-1.12.0.js:6) at HTMLDivElement.<anonymous> (jquery-ui-1.12.0.js:6) at Function.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,moxiejs,plupload,jquery-ui-slider&ver=5.6:2) at s.fn.init.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,moxiejs,plupload,jquery-ui-slider&ver=5.6:2) at s.fn.init.e.fn.<computed> [as draggable] (jquery-ui-1.12.0.js:6) at new elFinder.commands.quicklook (quicklook.js:507) at Function.<anonymous> (elFinder.js:5235)Forum: Plugins
In reply to: [WP-PostRatings] how add schema article tag on TAXONOMY page?okay. i can do my custom application/ld+json, but how get value
<span property="v:count">NUMBER</span>and<span property="v:rating">NUMBER</span>of wp-rating current page id ?- This reply was modified 5 years, 12 months ago by thomaz666.
Forum: Plugins
In reply to: [Better Recent Comments] Wrap long words on a new lineadd css
white-space: normal;