New Landing How can we help? Atelier POSTS TAGGED WITH phrase

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in: Atelier
  • #206117
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Johan,

    Where are setting the fancy titles? I am right in thinking we are talking about your tag archive page? Ex: http://www.niophoto.com/landscape-photography/

    This works for me on my dev version so there looks to be a discrepancy, can you add in the code so I can get a better idea of the issue, I can then resolve it quicker.

    Thanks.

    #206129
    NiO
    Member
    Post count: 233

    Hi David, setting the fancy header for that page is done in JS, but that is not relevant in this case as it only applies to archive pages.

    I also get the breadcrumbs jump on other pages where the fancy title is set on the page options, for I stance the workshops page.

    I removed your code again, but feel free to add it in my functions.php and look at the workshops page before and after. The ftp login is already included I. This thread ๐Ÿ™‚

    I am not at home at the moment so can’t enable the code myself now …
    Cheers, Johan

    #206130
    NiO
    Member
    Post count: 233

    My functions.php in the child I mean …

    #206577
    NiO
    Member
    Post count: 233

    Hi David,

    I disabled the JS that set the fancy title now to make a 100% sure it isn’t getting in the way.

    Mind you: I have turned on caching now, so if you want to have a look let me know and I will turn that off again.

    Cheers,
    Johan

    #206729
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Johan,

    Please turn off your caching I will take a look at your tag archives now. I’ll use this examaple: http://www.niophoto.com/landscape-photography/.

    Cheers.

    #206730
    NiO
    Member
    Post count: 233

    Hi David,

    I have just turned of caching. Go right ahead!

    Thanks a bunch ๐Ÿ™‚
    Johan

    #206741
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Johan,

    The breadcrumbs and the child theme function sf_page_heading() had the same priority set, the sf_page_heading() function would always take a lower priority.

    To resolve this, I simply changed the action priority to 30.

    add_action( 'sf_main_container_start', 'sf_page_heading', 20 );

    This provides you with the breadcrumbs in the correct place, and the “Posts tagged as” removed from the tags page.

    Thanks,
    David.

    #206749
    NiO
    Member
    Post count: 233

    Many thanks David! Much appreciated ๐Ÿ™‚

    #206750
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks David

    – Kyle

    #206751
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, enjoy!

    – David

    #206806
    NiO
    Member
    Post count: 233

    Hah and made it fancy again. Now I am really happy ๐Ÿ™‚

    Thanks again guys!

    #206807
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great ๐Ÿ™‚

Viewing 12 posts - 16 through 27 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register