Jason (Honest Online Money) Mardis
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Last Updated Date Not Showing In Snippetsno i don’t have that option. just the open in new tab box
Forum: Plugins
In reply to: [Yoast SEO] Last Updated Date Not Showing In SnippetsI also do not have the options when linking out to add nofollow or sponsored attributes.
Forum: Plugins
In reply to: [Yoast SEO] Last Updated Date Not Showing In Snippetsno because in the backend (post editor) the date withing the snippet is the published date and since adding yoast again my dates in search have reverted back to published date instead of last updated.
So yoast can not be displaying this correctly if I can clearly see my SERP snippets displaying a different date than they were last week when I was using rankmath.
So what just go back to rankmath then?
or is there a functions code or something similar that your going to give me to display the date I am requesting to display.
How about at top of page/post after headers and navigation.
What would that functions code look like?so is this fixed or what?
I noticed there are a lot of those “Leave You Hanging” type of answers with this plugins author.
He even referred this link in another thread (regarding this same issue) like it was suppose to have answers or a fix to the issue.
Would really appreciate a clear cut answer/fix or if this issue is going to be addressed in an update.
Thanks to anyone who will take the time to do so.
Forum: Themes and Templates
In reply to: [OceanWP] Breadcrumbs displaying oddly (both computer & mobile)Can someone please help me set white-space in the following custom css code for mobile viewing because with white-space: unset; my breadcrumbs appear with 2 to 3 lines worth of white space between them.
this is the custom css code I’m currently using.
@media only screen and (max-width: 767px) {
.site-breadcrumbs {
display: block;
white-space: unset;
overflow:visible;
}
}Instead of displaying as-
Example Site > Example Category > Made Up Example
Post TitleThey are appearing as follows-
Example Site > Example Category > Made Up Example
Post Title
I can’t set a padding for this because of the variances in title lengths and the fact that the extra white space causes the breadcrumbs to display over top of the content that comes after them.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP Breadcrumb LengthI am also using OceanWP with SEO Yoast and have breadcrumbs enabled. (Long Path)
However when they are being displayed they are being cut off and not showing on a new line as they should.
Example:
You Are Here > Example Site > Category Name > Example Revi
It should be:
You Are Here > Example Site > Category Name > Example
Review Of Something Made UpI have tried playing with font sizes and styles but I can not figure out how to make them stop and start again on a new line.
I’m At A Loss because if I take away the header option to display them and agdd the code manually in header.php they work fine but I have no control over the style they are displayed in. ie font size, color, font style.
I would greatly appreciate any help because I can not find this in any of the ocean wp documentations