jcmdirectory
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] MicrodataThere’s no error, bravo.
It still remains one warning on the tag: SiteNavigationElement encompassing menus.
Google says:
The node is empty. Check that this is intentional and delete it if necessary.Otherwise the rest is green …….
Forum: Themes and Templates
In reply to: [Omega] MicrodataWith this release, I have no error unless the comments:
UserComments is not a valid type known target for how the property.
I always look
Best regardsForum: Themes and Templates
In reply to: [Omega] MicrodataHello,
the error is still present
Data Testing Tool said:Blog is not a valid type known target for mainContentOfPage property.
With: mainEntityOfPage error disappears ….
I also modified the comments or there was an error as
Best Regards
Forum: Themes and Templates
In reply to: [Omega] MicrodataWe must follow this path: Theme (omega) / lib / functions then the worker attr.php file and change the game
function omega_attr_content( $attr ) { $attr['id'] = 'content'; $attr['role'] = 'main'; $attr['itemprop'] = 'mainEntityOfPage';that’s what I did.
Best regardsForum: Themes and Templates
In reply to: [Omega] MicrodataAfter some research I think I found the solution by replacing:
mainEntityOfPage
I have no error.
To be continued …..Forum: Themes and Templates
In reply to: [Rowling] Post-formatGood Morning
a little research I found the solution with a<div class="post-excerpt"> <?php the_excerpt('100'); ?> </div>it is fine
thank you