Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Yvette,
There seems to be a JavaScript conflict with your theme and GD, if you are not happy selecting categories from the frontend let me know and i will investigate it further.
Thanks,
Stiofan
Our menu was indeed only designed for 2 levels.
Stiofan
Well done Jonah 🙂
Let me know if u need it in future.
Stiofan
DB access seems to be wrong?
Stiofan
Hi Jonah,
we don’t do customisation but if you want i can put you intouch with a good dev for GD?
Stiofan
let me know if you get anywhere with your host, it might be possible to write a function to get the absolute url to server and not the http version which might bypass it.
Stiofan
Hi Yvette, i can’t seem to find a page on your site that IS responsive can you link me to a page so i can check the difference please?
Thanks,
Stiofan
Hi Jonah,
You are the first person to report this problem, that functions is enabled by default in PHP and is only a security risk if the code is using it wrong, we are not even using it direct we are using it via another php function…
I would suggest trying to enable t in a php.ini
Stiofan
in the sample data, the ones prefixed post_ are usually standard WP feilds, and the geodir_are custom ones.
Stiofan
The link provided to the issue is 404 for me, can you provide a link to the problem.
Thanks,
Stiofan
Hi Jonah,
The function “getimagesize” – http://php.net/manual/en/function.getimagesize.php
is not working on your server, i suspect it’s your PHP seting “allow_url_fopen” that is set to off.Let us know how you get on.
Thanks,
Stiofan
i have no idea when that’s called, if it’s not called in the correct order then it wont work.
The above code works on my test site, this is all i can tell you.
Stiofan
Thanks Jonah, if you need some hints about hooks on that page, just let me know.
Thanks,
Stiofan
Thanks for the info, your media was not ticked to be organised to be sorted in to month/day folders, i have ticked it now but it has not solved the problem.
There might not be an easy fix for this but if you can pass me FTP and phpmyadmin/mysql/ then i will take a look.THanks,
Stiofan
September 23, 2014 at 9:52 am in reply to: Details page: How to move rating stars from sidebar to content area? #16233Hi Nak,
You are using add_action wrong here is a link to how it should work… http://codex.wordpress.org/Function_Reference/add_action
for example
add_action(‘geodir_details_main_content’, ‘geodir_detail_page_review_rating’, 65);
add_action(‘geodir_details_main_content’, ‘geodir_add_to_favourite_link’, 66);
add_action(‘geodir_details_main_content’, ‘geodir_detail_page_more_info’, 67);the number at the end refers to the priority, so a priority 8 would lkely be at the top and priority 100 would be last.
People in general struggle with hooks and filters, it’s not just you 🙂
Stiofan
-
AuthorPosts