New Landing How can we help? Themeforest Theme Support Dante Issues with Page Heading after update

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #202157
    Ian
    Member
    Post count: 121

    I have had a number of minor issues with the update to 3.+ most with custom CSS that I have resolved.

    I did upgrade more than one thing and am now trying to figure out the issue.

    My page heading normally look like the one on this page: http://sandboxes.iansterne.ca/sandbox21/recipes/

    Since the updates my Recipe pages, these use WP Ultimate Recipe Premium,now have an issue with the page heading. It appears to have moved within the confines of the page wrap http://sandboxes.iansterne.ca/sandbox21/recipe/easy-caesar-salad/

    #202240
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m seeing the page heading text almost the same color has the background.
    https://www.dropbox.com/s/17eywdxmxn8ecu4/Screenshot%202015-08-10%2008.11.06.png?dl=0

    Do you have any screenshot of it was before? Do you mean that the recipes should have the white background in the page heading?

    -Rui

    #202420
    Ian
    Member
    Post count: 121

    Rui,

    I took a bit more of a look at some of the notes for the 3.0 update and saw there could be some issues with child theme elements.

    I was using a modified version of “single.php” called “recipe.php” I have now removed it so I could do some more troubleshooting.

    I went back into “Theme Options / Default Meta Options” and turned “Default Show Page Heading” off and back on saving both times.

    I now am not getting a “Page Heading” at all. http://sandboxes.iansterne.ca/sandbox21/recipe/easy-caesar-salad/

    Right now it is using single.php but I would like to change it back to an updated version of “recipe.php” is there a way to get the page heading to show back up?

    -Ian

    #202802
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The page heading can also be disabled/enabled at page edit level, have you checked that also? Edit Page => Show page title?

    Have you modified single.php or it’s related functions, it looks like it is missing the the_title() function?

    – David.

    #202932
    Ian
    Member
    Post count: 121
    This reply has been marked as private.
    #203147
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .single-recipe .page-heading{display:block !important;}

    Thanks
    Mohammad

    #203156
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This is a large modification and it sounds like you need the help of a developer, we recomend WerkPress.com.

    1)

    I see you have added the Recipes custom post type, but it has no post meta options like a single post, yet you are trying to reference these options at the top of single-recipe-new.php.

    Using single.php would likely not fully work for the single recipe post type either as the single recipe does hot have any of the meta options single.php relies on.

    2) In you pages single-recipe-new.php you have this:

    <?php get_header(); die(); ?>

    I would remove die(); why is that there?

    3)

    Within your single-recipe-new.php you are trying to output the title with $page_title but this is not populated anywhere in the file? You should start with the_title(); and see what that returns.

    Thanks,
    David.

    #203157
    Ian
    Member
    Post count: 121

    David,

    single-recipe-new.php is just a modification of single.php and if die(); is in the code it is because it was in single.php

    The one thing I should emphasize is this was all working perfectly before I updated to Dante 3.0

    -Ian

    #203306
    Ian
    Member
    Post count: 121

    Mohammad

    Thanks for this did not notice it was there. I can take it from here!

    -Ian

    #203314
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    #203325
    Ian
    Member
    Post count: 121

    Thanks guys as always works great now http://sandboxes.iansterne.ca/sandbox21/recipe/easy-caesar-salad/

    -Ian

    #203330
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.