Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Issues with Page Heading after update
New Landing › How can we help? › Themeforest Theme Support › Dante › Issues with Page Heading after update
- This topic has 11 replies, 4 voices, and was last updated 9 years by Mohammad – SUPPORT.
-
Posted in: Dante
-
August 9, 2015 at 5:43 pm #202157
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/
August 10, 2015 at 8:13 am #202240Hi,
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=0Do you have any screenshot of it was before? Do you mean that the recipes should have the white background in the page heading?
-Rui
August 10, 2015 at 2:36 pm #202420Rui,
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
August 11, 2015 at 3:10 pm #202802Hi,
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 thethe_title()
function?– David.
August 11, 2015 at 9:57 pm #202932This reply has been marked as private.August 12, 2015 at 12:06 pm #203147Hi,
Please use this custom css code:-
.single-recipe .page-heading{display:block !important;}
Thanks
MohammadAugust 12, 2015 at 12:20 pm #203156Hi,
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 ofsingle-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 optionssingle.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 withthe_title();
and see what that returns.Thanks,
David.August 12, 2015 at 12:27 pm #203157David,
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
August 12, 2015 at 3:52 pm #203306Mohammad
Thanks for this did not notice it was there. I can take it from here!
-Ian
August 12, 2015 at 3:55 pm #203314Hi,
Please follow my last reply http://www.swiftideas.com/forums/topic/issues-with-page-heading-after-update/#post-203147.
Thanks
MohammadAugust 12, 2015 at 4:14 pm #203325Thanks guys as always works great now http://sandboxes.iansterne.ca/sandbox21/recipe/easy-caesar-salad/
-Ian
August 12, 2015 at 4:22 pm #203330Hi,
Glad 🙂 to help you.
Thanks
Mohammad -
Posted in: Dante
You must be logged in to reply to this topic.