Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, using the Advance search Add-on, when a user start typing in the search for field, it will suggest after the user typed the 3rd letter. It will look into listing titles, description, tags and categories.
Thanks
I think Stiofan already fixed it for you.
The location page now isn’t redirecting anywhere…
Let us know,
Thanks
It is a 3rd party plugin : affiliatewp.com
Thanks
Hi,
it appears that you installed the integration, without having the AffiliateWP plugin installed.
Let us know,
Thanks
Hi,
there is no way to format custom text entered directly in the database.
You’ll need to edit one by one or directly in the database via phpmyadmin.
Thanks
Hi,
from what I can see Kleo is considering the signup page as the home page, which means it isn’t 100% compatible when you use a transparent header with an alternative logo in the home page.
Probably in the header they have conditional tag to check if the page is the front page before serving the normal or transaprent header, something like:
if(is_front_page()) {//code to serve transparent header};To exclude the signup page from being seen as home by the theme they should add something like:
if(is_front_page() && (!isset($_GET['geodir_signup'])) ) {//code to serve transparent header};This is much easier for them to solve that it is for us, especially if you pass them these suggestions.
Let us know,
Thanks
This reply has been marked as private.Hi Robin,
thanks for reminding me to create them. I did it now and moved your topic! Sorry for that…
I’ve just installed and activated Whoop on a fresh istall to double check and I didn’t get any error.
Could you please provide a url and wp admin credentials to check?
Let us know,
Thanks
Hi,
I’ve excluded the script that was causing the issue from being concatenated by GD Booster.
It’s working now.
Thanks
Hi BL Interactive,
this is what the developer replied:
I have checked for both customers’ sites for http://eagleriver.staging.wpengine.com/ & http://fungodo.com/.
I have created events in my local site with same events data as customers has on their site, but in my local site it works fine without any problem.Can you provide admin/db details to do more tests and find problem there?
@k2crew please open your own topics to use private replies or you will be giving admin access to the topic author other than us.
For both we would need some sort of DB access.
Let us know,
Thank you
Hi,
please check your .htaccess file and make sure there is no GD redirect rule.
something like:Redirect 301 /location/ //I’m 99.9% sure that is the problem
Let us know,
Thanks Mark! 🙂
July 15, 2015 at 6:35 pm in reply to: Sidebar of listing details missing when viewing on mobile #45850Hi,
I didn’t even realized you were the same member. In any case if I close the browser window with your other topic or website it really saves us time to have the information handy all the time.
The sidebar appears to be hidden by Enfold. It must be a layout setting somewhere in the theme options.
Thanks
1) the home page has a body class “home” while the sign up page has a class “page-geodir-signup”, you could either put .home in front of the css to make the header transparent only in home page or use the second class to give it the correct appearance on the signup page.
2 – 3) I need admin credentials to check those.
Thanks
Could you please also tell us a date where it is supposed to show events and it is not?
Thanks
-
AuthorPosts