Phil
Forum Replies Created
-
@vinod-dalvi thank you for your answer.
https://interidei.ru/o-nas-dizajn-intererov.html
Search form is before content container.
Input ‘1’ in search form.
Wait for the search result dropdown list loaded and visible.
Delete ‘1’ from search form
Search result dropdown list is invisible.
Scroll page down.
Actual result: Search result dropdown list is loaded and visible.
Expected Result: Search result dropdown list is not loaded and invisible.
Thank you again.Hello @vinod-dalvi.
Many thanks for your time.I am having a similar problem.
I added this code to the plugin file /public/js/ivory-ajax-search.min.js but it doesn’t fix the problem.
What else can I do?Thank you.
Forum: Plugins
In reply to: [Stars Rating] hook for replace plugin textI’m sorry, @fahidjavid.
All ok.
I added variables to the template and it works.
Thank you so much.Forum: Plugins
In reply to: [Stars Rating] hook for replace plugin textHi, @fahidjavid
Thank you for your work.
I updated the plugin and tried to translate it using Loco translate https://ww.wp.xz.cn/plugins/loco-translate/.
But the same 18 variables are available for translation and there are no needed variables “based on” and “reviews”.
Check it.
https://sun9-58.userapi.com/59F9UA54noN4o4ddahsKSvs85wIEbuONd9jLBg/rlPEJs1EjrY.jpg
Thank you again.Forum: Plugins
In reply to: [Stars Rating] hook for replace plugin textThank you for your answer @fahidjavid
Only 18 variables in your plugin are available for translation.
Allow Stars Rating for comments on this page.
Average Rating Above Comments Section
Check the post types on which you want to enable stars rating feature.
Donate “Stars Rating” And Similar OpenSource Projects!
Enabled Post Types
Error: You did not add a rating. Hit the Back button on your Web browser and resubmit your comment with a rating.
For example: Product, Service, Brand, Event
Hide
No
Regular
Require Rating Selection
Show
Solid
Stars Rating
Stars Rating In Google Search Results
Stars Style
Type of Reviews In Google Search Results
YesBut there are no variables: “based on” and “reviews”
Hello, Amit (@apprimit).
I have this error too. In BreadcrumbList Must specify a value for the “item” field
I use is Yoast SEO Plugin and I am to disabled it, but error is not fix.
Please, checkin test https://search.google.com/structured-data/testing-tool
for this url https://interidei.ru/category/idei-tekhnologii
Thank you for your thime.Yes it’s true. The problem is resolved.
Thanks to all.Thanks you codings (@codings). Your method works.
But this will stop works after updating the theme and this not good.This does not work for a problem on my site 🙁
Forum: Plugins
In reply to: [Ocean Extra] Don’t work MailChimp SubscribeService started to work. The bug reason is unknown. I writed to the host provider, but they replied that the bug reason is not known.
- This reply was modified 7 years, 1 month ago by Phil.
Forum: Plugins
In reply to: [Ocean Extra] Don’t work MailChimp SubscribeHello, Amit.
Thank you for answer.
Previously, it worked, but suddenly stopped working.Yes, I configureted this in the Theme Panel and saved changes but it don’t work.
And I never don’t used double opt-in.
I do not understand the reason problem.
Is it work for you?Forum: Plugins
In reply to: [Ocean Extra] Adding a telegram icon to the social icon widgetHello, Amit.
Many thanks.
I’m added this code in to function.php my child theme. It’s worked for the Top Bar.function my_ocean_social_options( $array ) { // Telegram icon $array['telegram'] = array( 'label' => 'telegram', 'icon_class' => 'fa fa-telegram', ); // Return return $array; } add_filter( 'ocean_social_options', 'my_ocean_social_options' );I added this CSS code in to style.css from my child theme for chenge hover color
.fa-telegram:hover{ color:#0088cc; }But is don’t worked for the widget social icons.
Probably need is other php code for this.
Thank you again.- This reply was modified 7 years, 2 months ago by Phil.