edodere
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Plugin changes site google fontHi, first of all I want to thank you for this very useful plugin. I’m planning to purchase pro version when my site income will grow.
I tried to use your code
add_action( 'wp_enqueue_scripts', 'remove_asl_gf', 20 ); function remove_asl_gf() { wp_dequeue_style( 'wpdreams-gf-opensans' ); wp_deregister_style( 'wpdreams-gf-opensans' ); }But I think the plugin is still loading open sans in the header. How can I delete this call?
Ok, thanks for your answer.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories not showing in front end ADD pageIt finally works! 😀
Thanks a lot Greg, for your support and your patience.
For next versions, I suggest to add a simple way to edit box labels.
Thanks again!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories not showing in front end ADD pageDid you mean in my theme function.php file?
I tried to add it there, but something went wrong and I got 503 error…
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories not showing in front end ADD pageOk, this is the debug report. It appears right after Category box label
Notice: Trying to get property of non-object in
/wp-includes/class-wp-walker.php on line 221Notice: Trying to get property of non-object in
/wp-includes/class-wp-walker.php on line 221Notice: Trying to get property of non-object in
/wp-includes/class-wp-walker.php on line 138Notice: Trying to get property of non-object in
/wp-content/plugins/wpadverts/includes/class-walker-category-options.php on line 42Notice: Trying to get property of non-object in
/wp-content/plugins/wpadverts/includes/class-walker-category-options.php on line 53Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories not showing in front end ADD pageI’ve corrected the separator mistake and now category box is ok, but I still can’t see categories list.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories not showing in front end ADD pageHi Greg,
Sorry, it was hidden by a social locker shortcode. Now you should be able to see it.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] How to add icons to the categories?Hi Daniel,
I found how to do this. Try to edit your Ads categories, you should see a new box where you can choose icons to assign.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Use different buttons sizes via shortcodeThanks a lot for your answer, it solved my problem.
Anyway, now I need to go a little bit further the size matter and ask you how to make buttons to get single post dynamic url and title in archive pages.Is there something like:
data-a2a-url=”[dynamic url]” data-a2a-title=”[dynamic title]”>
Forum: Themes and Templates
In reply to: [Fruitful] Add Featured products to home pageHi rosodigital,
I use “WooCommerce Products Carousel all in one” plugin. It gives you a shortcode to add a featured products carousel in your pages or post.
You can find it here:
https://ww.wp.xz.cn/plugins/woocommerce-products-carousel-all-in-one/Hope this helps!
Forum: Fixing WordPress
In reply to: Facebook showing incorrect thumbnail when shared postsThank you!
I was having the same problem and you solved it!
Using Seo Yoast you have to click “Upload Image” for a second time and then check again your link in Facebook debug.
Forum: Themes and Templates
In reply to: [Bushwick] Error when sharing on facebookThanks a lot for your time, Kathryn.
The error seemed to disappear, then it came back again. You’re right, the timing of the error going away after switching themes was simply a coincidence.
I opened a new assistance ticket and my hosting provider is ckecking server status.
Thanks again for your support and have a nice day.
Forum: Plugins
In reply to: [SKT Skill Bar] Skill bars "circle" only work if I use "gage" tooHi again,
after some holidays I’m back.
Your new version is 100% working on my site.Thanks a lot!
Forum: Plugins
In reply to: [SKT Skill Bar] Skill bars "circle" only work if I use "gage" tooCircle + Bar shortcodes = both visible
Gage + Bar = only bar visible
Circle + Gage = both visibleForum: Plugins
In reply to: [SKT Skill Bar] Skill bars "circle" only work if I use "gage" tooNot sure about giving you wp-admin login and password. I’m gonna ask to my colleague.
Meanwhile I’ve been working on the problem.
Deactivating all plugins doesn’t seem to fix it.Please take a look at this table where I’ve collected my attempts.
Gage shortcode alone = not showing
Circle shortcode alore = not showing
Bar shortcode alone = showing
Gage + Circle shortcodes = both visible
Bar + Gate shortcodes = only bar showing
Bar + Circle shortcodes = only bar showingI’ve been copying / pasting shortcodes inside text editor from plugin “settings” page.