Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Not tested but this should do it:
function _my_remove_fa() { wp_dequeue_style( 'font-awesome' ); wp_dequeue_style( 'font-awesome-shims' ); } add_action( 'wp_print_styles', '_my_remove_fa', 100 );
Stiofan
I still get the most useless search results.
This is a conflict with jetpack search, they have a setting to takeover search, i disabled it and it now works but the blank results page is still showing funny results, i suspect a plugin conflict as i can’t replicate on my testsite.
On the search list page there is this split page thing going on, what is supposed to go to the right side?
Its a map, i have fixed this for you, you had some CSS rules that were breaking it, i commented them out.
There is no location switcher either
I have added this for you, it is now a normal menu item so you can add it in any position under the WP menu system.
If there are any outstanding issues then let me know, i’m calling it a night just now but i will be back on in the morning to check this (i’m UK based)
Thanks,
Stiofan
Hi Alex,
I am looking at this now, give me a few minz…
Thanks,
Stiofan
I like the idea, it needs though out more but this is not the place to discuss it, please continue on https://wpinvoicing.com/support/ ( the lead dev is off till monday there )
Thanks,
Stiofan
When it comes to GDPR nothing is clear 🙂
I don’t see any issues using fontawesome via a CDN.
From everything i have read about GDPR as long as u think u are doing everything right then you don’t really have a problem, issues will arise if you are officially warned something is not compliant and you don’t fix it.
Stiofan
January 31, 2019 at 5:20 pm in reply to: When Importing from Yelp the form shows deleted images from previous import #466460Fixed and updated, just update Social Importer and you should be all good for future imports 🙂
(You can delete my 2 test imports if you have not already)Thanks,
Stiofan
January 31, 2019 at 4:41 pm in reply to: When Importing from Yelp the form shows deleted images from previous import #466452This reply has been marked as private.January 31, 2019 at 4:40 pm in reply to: When Importing from Yelp the form shows deleted images from previous import #466450Ah-ha very interesting and i know why i can’t replicate on my site now 🙂
The issue is actually your server caching but i can see how this issue might affect other so i’ll try and add a work around for it…
The old image is actually deleted but when you import a new listing it can reuse that same file name due to it being free again, but your server is caching the image so it shows the deleted on.
Thanks for pointing this out, i’ll reply here when done.
Thanks,
Stiofan
Hi Martin,
Yes that is likely our settings page, we created the class and its used in most of our products.
What makes you believe they are no compliant?
If needed i could provide a code snippet to disable this but i don’t think its needed.
Thanks,
Stiofan
January 31, 2019 at 4:05 pm in reply to: When Importing from Yelp the form shows deleted images from previous import #466444Hi Scott,
I have tried several times to try and replicate this but i just can’t.
If there is a bug here then we really want to solve it but we need to be able to replicate it first.Can you give us step by step instructions on how to? Its not clear above when you are moving to a new listing and/or reimporting to the same listing?
Thanks,
Stiofan
It will be in the next release also 🙂
Most things are available as WP widgets in Elementor, i see no reason to use shortcodes over those, but if the reason occurs then its best to add the shortcode to a shortcode elementor module instead of a text one, the text one adds padding and things you can’t remove and it breaks inline script tags.
Stiofan
There is an issue in elementor that the add listing shortcode (i assume it happens to anything adding script tags) in the text widget breaks the JS, i removed it from the text widget and added its own widget and it now works.
Thanks,
Stiofan
Hi Martin,
This can happen in some cases if the post is a ‘auto-draft’ i have added a fix for this now and i have applied the patch to your site.
Thanks,
Stiofan
Great! 🙂
-
AuthorPosts