wpjuliell
Forum Replies Created
-
Forum: Reviews
In reply to: [OnePress Social Locker] This plugin is broken since 25/12/2020I’m sorry, but the developer did NOT release an updated version. I don’ know if he sends direction or updates personally to those who contact him, but the plugin is not updated and is not working.
Forum: Reviews
In reply to: [OnePress Social Locker] This plugin is broken since 25/12/2020It is broken since 14/12/2020.
Forum: Themes and Templates
In reply to: [Ashe] Single Page Header DescriptionSince you can’t reproduce the problem (assuming that you used Chrome) it seems that some of the extensions I use in Chrome may cause this issue, so there is no point in putting you to more trouble. I just added a child theme page-header file where I changed the code to become:
<?php if ( is_home() || is_front_page() ) : ?>
<h1>
“><?php echo bloginfo( ‘title’ ); ?>
</h1>
<?php else : ?>
<h1>
“><?php echo bloginfo( ‘title’ ); ?>
</h1>
<?php endif; ?>and this way the problem is solved.
I hope there is no future problem with that.
Thanks again!
Forum: Themes and Templates
In reply to: [Ashe] Single Page Header DescriptionThanks very much for answering that fast!
I’m using version 1.9.7.1.
Here I copy the relevant source code from the Index page:
<div class=”header-logo”>
<h1>
technoratus
</h1>
<p class=”site-description”>BUSINESS, TECHNOLOGY, SOCIETY</p>
</div>Here is the relevant source code from a single post page ( https://www.technoratus.com/980/7-hayek-quotes-selected-by-technoratus-editor/ )
<div class=”header-logo”>
technoratus
<p class=”site-description”>BUSINESS, TECHNOLOGY, SOCIETY</p>
</div>My browser is Chrome.
Note: because of your answer I opened the page also with MS Edge and it appears indeed OK. Then it’s a matter of how Google Chrome reads CSS. I believe that wrapping the main title inside H1 tags globally, would be the right way to go.
Thanks again.
Yes, it works!
Thank you.