Hello could support please remove my hidden 1 tag. Thank you.
Hi There,
You have to install and activate the child theme first.
After that create the _brand.php
file in this directory x-child/framework/legacy/cranium/headers/views/global/
with this code:
<?php
// =============================================================================
// VIEWS/GLOBAL/_BRAND.PHP
// -----------------------------------------------------------------------------
// Outputs the brand.
// =============================================================================
$site_name = get_bloginfo( 'name' );
$site_description = get_bloginfo( 'description' );
$logo = x_make_protocol_relative( x_get_option( 'x_logo' ) );
$site_logo = '<img src="' . $logo . '" alt="' . $site_description . '">';
?>
<a href="<?php echo home_url( '/' ); ?>" class="<?php x_brand_class(); ?>" title="<?php echo $site_description; ?>">
<?php echo ( $logo == '' ) ? $site_name : $site_logo; ?>
</a>
Hope it helps
can you please do this for me? I dont know how to do that.
Hello There,
We can do this for you. Would you mind providing us the url of your site with login credentials to fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
- FTP Hostname
- FTP Username
- FTP Password
Thank you.
Hello There,
Regretfully you haven’t given ftp details. It is needed because we will be uploading a template in the child theme.
Please double check it.
Thanks.
Update:
I have made the changes locally and added it in a child theme. I have zip the child theme files and uploaded it to your site. You are now using a child theme and the h1 tag is already remove.
Please check your site now.
now the site is all italics, whatever you did you made the entire site italics
please fix it
Hello There,
I have made the necessary changes. This remaining error is cause by some caching. Since you are using SiteGround, could you please clear your site cache or temporarily disable the supercacher in your hosting panel? The SuperCacher is developed by SiteGround exclusively for their customers. It increases the number of hits a site can handle and boosts the website loading speed. The SuperCacher includes 4 different caching options for maximum optimization of your websites. You can access the tool by clicking on the SuperCacher icon in your cPanel.
For more information about this, please check it out here: https://www.siteground.com/tutorials/supercacher/supercacher_intro.htm
Hope this helps.
i have no idea what this means im sorry its not clear to me.
I need the supercharger. are you saying i have to disable supercharger forever otherwise i will have italics on my xtheme site forever?
i tried everything you recommended and it didnt work and my site is meseed up
i think you may have left a bracket open in your code can u check
Hello There,
I have politely asked you to temporarily disable the Supercacher in your SiteGround settings. Caching is best turn on when you are finished building your site. Please keep all the caching plugin deactivated. You can activate them when we resolved your issue
I already check the theme options and it is not set to italic. This is just a temporary. You won’t be having italics in your site forever.
I did not add any code in your child theme. The italic issue is coming from theme option settings that is not able to be saved when setting it to false.
I am still resolving the issue in your site so please give me some time.
i disabled it already. Its not possible to disable from cpanel. only the plugin can be disabled.
all caching plugins disabled.
thank you
Why are hidden H1 tags even a thing?
I see it looks good now. you fixed it thank you
You’re welcome.
Why are hidden H1 tags even a thing?
- Hidden h1 is for screen readers.
thanks for your kind assistance and for fixing it. much appreciated.
No Problem.
If you need anything else we can help you with, don’t hesitate to open another thread.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.