Geo 1280 – Genesis Child Theme
This topic contains 30 replies, has 5 voices, and was last updated by Paolo 8 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: #GeoDirectory, child theme, genesis
-
AuthorPosts
-
December 2, 2014 at 9:08 pm #23330
Hi,
I have set your website Settings>Reading to be your latest posts. I have also set GD to be your homepage and activated home top.
I put the map in GD home top, and added a text widget in your Intro.I have used a Genesis featured page widget to bring in the page you were previously using when you had it set to static front page.
December 2, 2014 at 9:16 pm #23332Hi and thanks, but i do not want GD to be the home page, nor do I want a the map on there. Are you saying that the only way to get the intro widget to work is for the home page to be set to GD? if so, no wonder I couldn’t see it :).
December 2, 2014 at 9:18 pm #23334To fix the margins on the sidebar search elements, try making these changes to your style.css
On line 1036 add margin:0 so it will look like this:.sidebar .geodir-search input[type="button"], .geodir-search input[type="submit"] { margin: 0; width: 100%; }
On line 1025 add margin-left:0 so it will look like this:
.sidebar .geodir-search select { display: block; margin-left: 0; margin-right: 0; width: 100%; }
December 2, 2014 at 9:26 pm #23337Hi,
It is designed for GD to be the homepage – you could remove that condition in your functions.php – look for function geo1280_page_title() and remove the condition that checks for GD being set to home:if ( is_front_page() && get_option('geodir_set_as_home') && !$_GET['geodir_signup'] ) {
replace with:
if ( is_front_page() && !$_GET['geodir_signup'] ) {
Leaving GD as your homepage gives you more options though, as you will have the extra widget areas for your content – you aren’t forced to use the map.
December 2, 2014 at 11:49 pm #23354John,
Thank you so much. I have been away from this project for a few months and it’s taking me a bit to “get with it” again.
Ahh, I hadn’t gotten as far as to add widgets to home content, I just thought that the GD ones would work anywhere, now I understand, thanks!
August 30, 2016 at 6:15 pm #256215Hi,
How can I create an ‘About Page’ and add the page to the main navigation menu?
Thx
August 30, 2016 at 6:19 pm #256216Hi Allistair,
this are WordPress options, not GeoDirectory options. We don’t provide support to learn how to use WordPress as part of the deal here.
You can find plenty of tutorial and info via Google or directly in WordPress.org forums.
Here is a video that I found by googling exactly your question above.
Thanks
August 30, 2016 at 6:29 pm #256218Hi Paulo,
Thanks for this and quick replay.
I only asked because it appeared that GD created a ‘Sample Page’ and I couldn’t find any way to navigate to it?
Thx again.
Al
August 30, 2016 at 6:31 pm #256220The sample page is created by WordPress too, not by GeoDirectory.
Thanks
August 30, 2016 at 6:35 pm #256221Hi Paolo,
Every time I ask a question I have thoroughly researched and read or watched everything I can. Sorry for asking what may appear silly questions 🙁
What is the limit on tags now?
Thx
August 30, 2016 at 6:45 pm #256223If you have to learn both WordPress and GeoDirectory the learning curve is longer.
Don’t worry about it, we are here to point you in the right direction if you can find answers elsewhere.
Normally the tags limit is 40 characters, but with the Payment manager add-on installed you can change that to whatever you want.
Thanks
August 30, 2016 at 6:53 pm #256229thanks again 🙂
August 30, 2016 at 6:57 pm #256232You are welcome 🙂
August 30, 2016 at 7:13 pm #256273Hi Paulo,
I am still in the testing phase
I have elected to create a CPT called ‘Dealers’ so that I can show branded marker pins – i have ‘bust my head’ thinking of the best way to do this.
However, Mercedes-Benz sell another product called ‘Fuso Canter’ out of the same location. I can easily make another ‘FUSO Canter’ marker pin but I would have to use the same address as the Mercedes-Benz Dealer?
is this duplicating listings?
August 30, 2016 at 7:19 pm #256274My sole focus in this is making money! Therefore 2 listings with different addresses means more £££££….
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket