firepunch
Forum Replies Created
-
Unfortunately, my theme does not natively support the functionality to hide the title. I would like to keep the recipe name within the recipe card to encapsulate everything there. I have hidden it using custom CSS in this way; do you think this could be a good solution? Testing my recipes on Google’s Rich Results Test, the title is still detected, even though it’s hidden. I shouldn’t have SEO problems this way, correct me if I’m wrong. Thank you anyway for the response.
.single-post .entry-header h1.entry-title {
position: absolute;
left: -9999px;
height: 1px;
width: 1px;
overflow: hidden;
}Ok, thanks. So, if my data is read correctly when analyzing my page on Google Search, I don’t need to worry, even if Yoast can’t read it properly inside the wprm card.
Forum: Plugins
In reply to: [WP Recipe Maker] Yoast problem with WP Recipe Maker pluginOk, I just wanted confirmation. Yes, by scanning my various recipe pages, the metadata is read correctly. That’s what matters.
Thank you.
Forum: Plugins
In reply to: [WP Recipe Maker] The recipes and the ratings import does not occurOk, email sent, thanks.
Forum: Plugins
In reply to: [Boxzilla - WordPress Popup Builder] Boxzilla popup hide behind headerProblem solved! Thanks @hchouhan! 🍻
Forum: Plugins
In reply to: [Boxzilla - WordPress Popup Builder] Boxzilla popup hide behind headerI add that problem is above all with smartphone version of my blog
Hi @stevejburge, you are cool, problem solved!
Footer tags code image (that I would like to delete)
- This reply was modified 4 years, 3 months ago by firepunch.