purpleedge
Forum Replies Created
-
AuthorPosts
-
Thanks Paolo,
I’m using the Enfold theme and the breadcrumbs on the location page appear in the wrong position, John is on to it!
I also want the Enfold “breadcrumb bar” to appear on the home page – purely for styling reasons. Sound like I’ll need to figure out how to stop the breadcrumbs from appearing there.
Thanks for the info about the place description, I think it will be useful for my site.
Theme-My-Login does what you want!
BTW John,
It is possible to change the default layout of the Enfold theme in the functions.php file as well.
I wanted an 8 column content and 4 column sidebar, rather than the default 9/3. To do so you add this to functions.php…
/* Include the global settings for Enfold Change the default page layout for Enfold theme*/ add_action('init', 'my_layout_change_layout', 900); function my_layout_change_layout() { global $avia_config; $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'two alpha', 'entry' => 'eight alpha'); //GWB }
Don’t know if you want to include that for those that might want a different layout? There are two other layout options that can also be set, but I haven’t needed those. e.g. sidebar_left. They are found in the /enfold/functions.php file.
Hi John, Thanks that would be great!
For styling reasons I also need it on the home page, could I stretch the friendship and ask for that option as well, perhaps commented out for those that don’t need it?
Any chance you can post the changes tonight, our time, so I can work on it in the morning?
Hi John,
The breadcrumb section on the home page has to come before the enfold-home-top div. Not sure if you can change that in your compatibility plugin?
That’s a nice explanation Guust, well done!
Understanding this opens up creative ways of using the GD-Home page as more of a “location” landing page.
For instance when a user selects a location this page could show a summary of information about the location, as well as listings and categories. Maybe that could be kept in a custom field added to the Locations data?
Maybe I can just hide the breadcrumbs on this page?
Thanks Paolo,
So the GD Home Page is designed to show listings from multiple CPTs and/or multiple Categories. It is NOT designed to be used as a “static” Home Page without listings or a map. The widgets are available on the GD Home page so it can be used flexibly. It will show these listings for any selected location.
It is a location landing page and can summarise CPTs and Categories for the selected location.
The Listing page is a “drill down” to a specific CPT or Category from this (home) landing page.
Is there any problem adding the breadcrumb bar and breadcrumbs to the (home) landing page, rather than putting the breadcrumbs in the wrong place on this page? It would make my site look more consistent.
Is there any problem having a NON-GD Home page as my home page, and using the GD-Home page as a separate landing page in my site? In that way having the breadcrumb bar on the GD-home page is more consistent with other pages on the site, and I can leave it off my home page.
OK, that makes more sense.
July 19, 2014 at 1:18 pm in reply to: View All link goes to 404 when Add City Slug option is selected #9096Hi Vikas,
It’s fixed – As I asked elsewhere, why doesn’t the location manager redirect to the Listing page instead of the Home page?
July 19, 2014 at 12:56 pm in reply to: View All link goes to 404 when Add City Slug option is selected #9094Thanks Vikas
July 19, 2014 at 12:56 pm in reply to: Excerpt length for related listings on Detail Page inconsistent #9093Thanks Vikas
Cool! That’s for people who “give 120%” 🙂
(Might be an Ozzie thing, our sports people often claim to have given over 100% during a game ??)
I’ll put in a plug here for Theme My Login, it works really well with the Enfold theme.
You can redirect to a different login etc page by …
1. Copying geodir-signup.php to /your child theme folder/geodirectory/
2. redirecting to your login page, as shown below…
if(get_current_user_id()){wp_redirect( home_url(), 302 ); exit;}
wp_redirect(home_url().’/login/’); // GWB
exit(); // GWB// call header
get_header();It’s a bit ugly, a blank page is shown during the redirect.
Would be good if the re-direct to geodir-login was coded using a login page etc variable that could be set in the backend, instead of hardcoded as it is now.
If you want the whole excerpt shown, you can leave the character count empty (in some places, in other places you need to enter a big number ??)
Hi John,
2. I agree, unfortunately the IS a breadcrumb on the home page, and it’s in the wrong place!
I’m really confused by the home page, that is where the location filter redirects to, and I have no idea why it doesn’t re-direct to the listing page???
-
AuthorPosts