Paolo
Forum Replies Created
-
AuthorPosts
-
July 15, 2015 at 5:42 pm in reply to: Sidebar of listing details missing when viewing on mobile #45845
Hi,
please provide URL and credentials. We can’t go back looking for them in previous threads.
With thousands of active members that would be incredibly time consuming.
Thanks
Hi,
your html variable was Video1, while that script required it to be video1.
A capital letter can change it all.
Changed and tested on your website and now it works.
I’m settings this as resolved for now.
Thanks
Hi,
I’ve flagged this for developers already, could you provide FTP and phpmyadmin credentials too so that they can have a look at the errors.
We are having trouble reproducing it…
Thanks
Hi,
we use the regular WP comment form.
You can follow this tutorial for that: http://wpsites.net/web-design/add-remove-change-order-of-comment-form-default-fields/
I’ve tested it and it works.
Thanks
Awesome 🙂
Hi,
the html custom fields strips iframe embeds for security reasons. The only field in the form that will accept iframes is the video field.
If you add more than 1 videos, they are currently placed one on top of the other, so only the last one is showing.
This is due to making the video box responsive (youtube iframes are not responsive). We already spent hours trying to do this without adding another script (that would slow down the page) and we still haven’t found a solution.
With this code in your theme functions.php, you can allow iframes on a specific custom field (video1):
// This example allows iframes on the custom field "video1" add_filter('geodir_save_post_key',"my_allow_html_tags",10,2); function my_allow_html_tags($tags, $pkey){ // $pkey is "geodir_" followed by the field HTML variable name, eg: "geodir_video1" if($pkey=='geodir_video1'){ $tags .= "<iframe>";} return $tags; }We are still trying to find the definitive solution for the Video tab. We will keep you posted.
Let us know if this helps.
Thanks
this is ok to change, however will be lost after every update.
Just FYI…
you are welcome 🙂
Thank you for making us correct that mistake!
Hi,
godaddy normal hosting is. Not their WordPress Managed plan.
99.9% of normal hosting plans are compatible. 0 of the WordPress manage services are.
Thanks
Hi,
the widget is a class and if copied/pasted and renamed correctly in functions.php can be duplicated and modified safely from updates.
The function in the widget that creates the html is: geodir_popular_post_category_output
You can copy that as well in your functions.php, rename it (both the function and the function call within the widget) and modify it to include empty categories.
I have quickly looked at the code to see if I can help with the customization, however it has proven quite difficult and I’m rasing my hands.
You will need to find someone with a higher level of coding skills than me, also because this goes beyond support.
Thanks
Yes, managed wordpress plans are not good for GeoDirectory.
Thanks
Hi,
Stiofan is looking into it and should have fixed this. It was a bug and the fix will be available with the next update.
Thanks
July 14, 2015 at 6:49 pm in reply to: Split: overall_rating and rating_count not updated correctly #45754Hi,
I’ve replied in the other thread, both problem seem to be cache related: https://wpgeodirectory.com/support/topic/manage-location-merge-submit-button-missing/#post-45753
Let us know,
Thanks
Hi,
there seems to be some strange caching problem.
Is that a GoDaddy WordPress managed plan? If it is, I advise to be moved to a regular hosting.
Extreme caching of this managed plan are not compatible with GeoDirectory.
They are better for simple blogs or stati websites.
Let us know,
Thanks
you are welcome 🙂
-
AuthorPosts