Simone
Forum Replies Created
-
AuthorPosts
-
Hello, it seems tour theme it is not fully compatible with GD therefore it needs some tweaks in order to work well with GD, you can find the settings page in the Theme Compatibility section, and here for documentation
http://docs.wpgeodirectory.com/how-to-build-your-own-theme-compatibility-plugin/
Hi David, you can use a plugin like widget logic (here https://wordpress.org/plugins/widget-logic/ ) and place 2 widgets, one (a text widget) with the Join Us, with link to the register/signin page using the condition
!is_user_logged_in()
and the My Dashboard for signed in users with the condition
is_user_logged_in()
Hi Caryl, you can have subcategories with your months in it, and you can choose your custom icon for these subcategories, matching the parent category
Hello, please read the documentation here, it will explain how to successful translate using the .po file, and how to handle with the .po files in the addons
What you could do is to add a custom field with a link, and then add a function in that infomap window. Ive spoke with Stiofan and he’s going to add a new action in order to do that.
Hello Lindsay, customizing the color is the easiest part, and it’s the same mechanism in each theme (CSS is universal). Most of the themes have a theme editor, and from there you can pick and choose your color without any knowledge of CSS (GDF have it). You must consider if a theme is suitable to you in terms of layouts and features.
Hi Scott, not sure I get you, do you want to redirect to another website when clicking on the pin in the map rather than going in the “detail” page?
Hi, the dev replied saying that yt seems in Avada the theme options width of main content and sidebar is set with fixed width in px by client. Please set width for content and sidebar using %, like main content to 67% & sidebar to 30% for one column page
Hello, it is giving this warning on the maintenance page as I can see, so no need to worry.
Try adding this to your child theme functions.php (near the top but after the PHP opening tag)
error_reporting(E_ERROR);
March 21, 2015 at 8:29 pm in reply to: Need a developer to add "Send Enquiry" button to Profile tab #34813This reply has been marked as private.March 21, 2015 at 8:29 pm in reply to: Need a developer to add "Send Enquiry" button to Profile tab #34812It is a function so it will not be lost in future updates, it is just a matter of copy/paste. I can install it for you, so you can test it.
March 21, 2015 at 8:05 pm in reply to: Need a developer to add "Send Enquiry" button to Profile tab #34808This is a custom code I just wrote in the afternoon
March 21, 2015 at 7:06 pm in reply to: Need a developer to add "Send Enquiry" button to Profile tab #34804Hello Adrian, I’ve created something here,
http://test.simonetambasco.com/gd/places/italy/calabria/catanzaro/feature/test/#contact_usis that what you’d like to have?
Hello, this is happening because you did not install the Location Manager addon that will allows you to add more than one city. You can find it in your Download area
Hello, I can confirm it is happening on my iPad too, and only on landscape. A media query should be tweaked, I’ve notified the dev team.
-
AuthorPosts