josephtruong09
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Full Width Logo – How To Make A Full Width LogoGuys,
I figured it out. Thank you!
All I needed to do was change my css file, it was unable to change because some code wasn’t correct so i have to delete my theme and re-upload it again.
That’s all.Forum: Fixing WordPress
In reply to: Full Width Logo – How To Make A Full Width LogoHi Tessa,
I tried to edit my css file but it didn’t work, it looks good when I right click and edit using inspect element. Do you know why the change I made in css file doesn’t work???
I wish I could make my site look like this: http://www.test.minhthanhonline.com/wp-content/uploads/2015/07/worked.jpgForum: Fixing WordPress
In reply to: Full Width Logo – How To Make A Full Width Logosomebody help me, pls!!!
I need it to look like this: http://www.test.minhthanhonline.com/wp-content/uploads/2015/07/2015-07-14_104215.jpg
But this happens when I minimize my browser.Forum: Fixing WordPress
In reply to: Full Width Logo – How To Make A Full Width LogoUpdate…..
my header.php’s code:
“”””””
<div class=”logo”>
<?php if ($theme->get_option(‘themater_logo_source’) == ‘image’) { ?>
“><img src=”<?php $theme->option(‘logo’); ?>” alt=”<?php bloginfo(‘name’); ?>” title=”<?php bloginfo(‘name’); ?>” />
<?php } else { ?>
<?php if($theme->display(‘site_title’)) { ?>
<h1 class=”site_title”>“><?php $theme->option(‘site_title’); ?></h1>
<?php } ?><?php if($theme->display(‘site_description’)) { ?>
<h2 class=”site_description”><?php $theme->option(‘site_description’); ?></h2>
<?php } ?>
<?php } ?>
</div><!– .logo –><div class=”header-right”>
<?php $theme->option(‘header_banner’); ?>
</div><!– .header-right –></div><!– #header –>
<?php if($theme->display(‘menu_secondary’)) { ?>
<div class=”clearfix”>
<?php $theme->hook(‘menu_secondary’); ?>
</div>
<?php } ?>
“””””””Forum: Fixing WordPress
In reply to: Adding H1 tag UNDER my logoHi Shellbot,
I think it’s not about cache issue. About browser, I used private one so it’s not about browser. About my site, because “after” I change the code, my website didn’t load at the first time, it’s only load when I tried to reload it again. So I think it’s not about my site’s cache either.
Every time I changed the code and it didn’t work, then I changed it just like before so if you load my site now, you won’t find any issues, if that you’re thinking!
Thanks.Forum: Fixing WordPress
In reply to: Adding H1 tag UNDER my logoHi,
When I test a site, I always use “private browser” and I just empty all caches. But the results still like before.
I don’t really know why!Forum: Fixing WordPress
In reply to: Adding H1 tag UNDER my logoThank you Shellbot, for helping me.
I did what you said but it didn’t work. THis is what I get after I change the code:
My site couldn’t load at the first time, I tried to load it second time and it showed the site like before.
But I couldn’t find any kind of <h1 when I hit “ctr + U”
Do you have another way? Cause I dont know anything about coding!!!
Thanks!