css0101
Forum Replies Created
-
Forum: Plugins
In reply to: [Carbon Fields] How to install CF as library w\o composer?Thanks!
Thanks!
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] И где формы?I’m added
define( 'JETPACK_DEV_DEBUG', true );to wp-config.php. But Jetpack doesn’t connect. It shows me the page with the button “connect Jetpack” only. I clicked this button and got a connection error response:The Jetpack server was unable to communicate with your site http://site-wp [IXR -32300: transport error: http_request_failed cURL error 6: Could not resolve host: site-wp]
Thanks for support!
I followed Your instructions, and that’s what I did:
• I created a new absolutely blank category
• Then i opened editor for this category, Yoast: 0 words
• Then i added 1 word to the ACF field. Yoast: 0 words
• Ok. I added 1 word to the default field. Yoast: 1 word. Not 2 word
Yoast doesn’t see custom ACF field for any variants.I did not really understand what to do, but I’ll try to do something. 😀
So
• Yoast report: 73 words
• I added some words in the ACF field
• Yoast report: 73 words
• I deleted some text in the default field
• Yoast report: 48 wordsI solved this problem. I just filled in the field “Download & Import Attachments” with same item as a Images section. And i don’t use the WooCommerce.
Thanks for the support and the excellent plugin!Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] И где формы?Yes. They are not in modules list. But my site work in dev mode now. First Jetpack showed me several modules, then he hid everything and needs to connect to the wp.org. But the site is installed on localhost, i can not connect it to online services now, but i need to test plug-ins before installing the site on hosting. Why do you need to connect to the wp.org for simple form testing?
Forum: Reviews
In reply to: [wp-Monalisa] Great!Sorry: *after customization.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Wrong ratingOf course 🙂
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Problem with rating typeSolution has been found!
http://ww.wp.xz.cn/support/topic/wrong-rating?replies=10Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Wrong ratingPerfect! Huge-thank you so much! Star Rating is displayed correctly on all pages on the forum! ❤
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] css backgroundPerhaps
.rw-ui-star.rw-size-medium.rw-style-oxygen
Or
.rw-ui-star.rw-size-small.rw-style-oxygenStyle depends on what kind of stars you have chosen in the settings.
The scheme is:
.rw-ui-star.stars-size.stars-styleForum: Plugins
In reply to: [Rating-Widget: Star Review System] Wrong ratingSorry. I can not download the file. It is not active: This file is uploading…
Oh! I downloaded it!
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] css backgroundThis is easy.
Include this in your stylesheet with additional key:
.rw-ui-star.rw-size-tiny.rw-style-flat_magenta .rw-ui-stars li
For example:
.bbp-body .rw-ui-star.rw-size-tiny.rw-style-flat_magenta .rw-ui-stars li
{background-image: url(“your-image.png”) !important;}
Or:
.entry-content .rw-ui-star.rw-size-tiny.rw-style-flat_magenta .rw-ui-stars li
{background-image: url(“your-image.png”) !important;}.rw-ui-star.rw-size-tiny.rw-style-flat_magenta – depends on Your style stars. This may be different. See page code.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Wrong rating