Tagged: breadcrumb
-
AuthorPosts
-
June 18, 2014 at 10:10 am #280445
Goodmorning! To style my categories the way I want I use the option to create a page and then load the post from a certain category in it. Everything works fine, but when I use the breadcrumb to go back fom the single post to the the category overview page it show the
archive styling
instead of thepage styling
… I hope this is a good description of my problem?? Can you please have a look at my site and offer a solution? Thank you very much!June 18, 2014 at 11:36 pm #280854June 19, 2014 at 1:21 pm #281187Hey Josue,
I’ve updated the the theme but the problem is still there..June 21, 2014 at 8:23 pm #282030Hi!
You must delete the wp-content/themes/enfold/taxonomy-portfolio_entries.php template inside the enfold folder – then WordPress will use the default archive template for portfolio categories too. You can also place the taxonomy-portfolio_entries.php file into the child theme folder and replace the code inside the file with the code of archive.php. Then replace:
get_template_part( 'includes/loop', 'index' );
with
avia_config['blog_style'] = "single-small"; get_template_part( 'includes/loop', 'index' );
to switch to the right blog/archive layout.
Cheers!
PeterJuly 10, 2014 at 11:19 am #289416This reply has been marked as private.July 15, 2014 at 2:12 pm #291595Hey!
In the meantime theme was updated. Can you please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and re-try the solution provided by Peter?
Best regards,
YigitJuly 15, 2014 at 6:14 pm #291735This reply has been marked as private.July 17, 2014 at 2:27 pm #292480Hey!
Thank you for the info.
I checked the http://dash-journal.com/dash-nr-09-housing-exibitions/ page but I don’t see the “Issues” page on the breadcrumb. I think you miss a step when you’re describing the issue above but I’m not sure where. How will you navigate back to DASH #09 – Housing Exibitions using a breadcrumb?
Regards,
IsmaelJuly 17, 2014 at 3:36 pm #292512This reply has been marked as private.July 20, 2014 at 9:09 am #293562Hey!
The breadcrumb and the meta description will link to the archive page (category page of the category “DASH #10 – Housing the Student” which is http://dash-journal.com/issues/dash-10-housing-the-student/ ) and not to your blog page (which apparently is http://dash-journal.com/dash10-housing-the-student/ ). There’s no easy way to change the link url in the code because this is how wordpress works – category links always link to the archive page which shows all posts of this category and not to a blog page (which was created by the user). You can try to use a redirection plugin like: http://wordpress.org/plugins/safe-redirect-manager/ which should enable you to redirect the url: http://dash-journal.com/issues/dash-10-housing-the-student/ to http://dash-journal.com/dash10-housing-the-student/ .
Regards,
PeterJuly 22, 2014 at 12:34 pm #294285This reply has been marked as private.July 22, 2014 at 1:10 pm #294295Hey!
Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.