Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #484923

    Hi there,

    i wanted to change the archives pages on my webseite (link -> private content) and not only the blog style (which i found in the documentary) but:

    – Background color for main content to #f7f7f7 so its visible ;)
    – hide header;
    – hide breadcrumbs and title bar;

    Is that possible? Since i can’t build my own archive layout via webinterface, that would be the only way for me to use this.

    Kind regards,

    Malte

    #484966

    Hi Malte-X!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #485106

    Thank you very much for the fast reply. I may do that, since it is a multi-author site so its a aluable way of navigating (for some users anyway).

    In the meantime:

    – Is t possible to change the links to the author archives? So i could redirect them to say our team page?
    – Is it possible to use the ‘related posts’ option on a post/site where i used the avia advanced builder?

    Kind regards
    Malte

    #485385

    Hi!

    1. Are you talking about the author post meta link?

    2. You could drag the blog posts element to your page content in the layout builder and then set it to display from a certain category or tag. It will function just like the related posts.

    Regards,
    Elliott

    #485417

    Hi Elliott,

    Thanks for the help!

    Yes, i mean the author post meta link (to the author archive page + description etc) for example shown under Tags, Date etc. under the preview picture of the blog post element.

    Kind regards,
    Malte

    #485457

    Hey!

    In the /enfold/includes/loop-index.php file around line 190 you should see this.

    the_author_posts_link();
    

    Try changing it to this.

    ?><a href = "URL to your page"><?php echo get_the_author_meta( 'display_name' ); ?></a><?php
    

    Cheers!
    Elliott

    #485637

    Worked perfectly, thank you VERY MUCH! :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Changing the Archive Pages (category/tag) – no header, no sidebar, color’ is closed to new replies.