belz2000
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: malware problemThank you both that is very kind and helpful
Forum: Fixing WordPress
In reply to: website suddenly not workingah okay – thank you so much for letting me know
someone is building me an addon site and I think they might have messed with itForum: Fixing WordPress
In reply to: problem with favicon on onepagermany thanks
Forum: Fixing WordPress
In reply to: problem with favicon on onepagerhow does this affect my favicon?
Forum: Fixing WordPress
In reply to: problem with favicon on onepagersorry i am a bit of a newbie and i asked someone to edit the site for me
Forum: Fixing WordPress
In reply to: problem with favicon on onepagershouldn’t be a woo theme. it’s just a one pager i think.
how do i put a favicon in the browser source?
Forum: Fixing WordPress
In reply to: problem with favicon on onepagerthat has not worked unfortunately. does it look okay your end??
thanks for your help with this…Forum: Fixing WordPress
In reply to: problem with favicon on onepageryes it’s def the right file. I with i could attached a screen shot here but in the admin area the favicon is perfect and then in the real site it’s all wrong…
Forum: Themes and Templates
In reply to: [Expound] a few problemsokay thanks will do
Forum: Themes and Templates
In reply to: [Expound] a few problemsdoes anyone know what plug in I might use to get a label/sticker/price tag on each of my videos – for an example of what I mean see https://www.crowdcube.com/ and see the 2days left and 3 days left stickers on some of the thumbnails. Any ideas welcome!
thanks
Forum: Themes and Templates
In reply to: [Expound] a few problemsah brilliant – thank you
Forum: Themes and Templates
In reply to: [Expound] a few problemsactually don’t worry. have managed to sort it!
thanksForum: Themes and Templates
In reply to: [Expound] a few problemsah no – I did the first bit and now trying to do the header.php i have made a mess!
how should I change this:
<body <?php body_class(); ?>> <div class="wrapper"> <div id="header"> <!-- <a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><?php bloginfo( 'name' ); ?></a> --> <html> <head><title></title> </head> <a href="https://www.littlebusinesses.co.uk"> <div> <span style="color:#FF6600;"><span style="font-size:34px;"><span style="font-family:georgia,serif;">Little <img src="https://littlebusinesses.co.uk/wp-content/uploads/2013/09/stock-photo-3310418-light-bulb-sketch.jpg" width="90" height="80" alt="Sell your start up" />Businesses</span></div> <div> <span style="font-size: 12px; color:#A9A9A9; font-family: 'trebuchet ms', helvetica, sans-serif;"> ...sell a small business or start-up </span> </div> </body> </a> </html> </div> <div id="header-left"><?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'header-left', 'walker' => new Imbalance2_Walker_Nav_Menu(), 'depth' => 1 ) ); ?></div> <div id="header-center"><?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'header-center', 'walker' => new Imbalance2_Walker_Nav_Menu(), 'depth' => 1 ) ); ?></div> <div id="search"> <?php get_search_form(); ?> <div id="header-right"><?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'header-right', 'walker' => new Imbalance2_Walker_Nav_Menu(), 'depth' => 1 ) ); ?></div> </div> <div class="clear"></div> </div> <div id="main">
Thank you so so much for your help!
Forum: Themes and Templates
In reply to: [Expound] a few problemsyes i know. I am new to wordpress and wish I had known about child themes at the beginning!
.. so should i remove
.post img, .page img {
margin: 20px 0;
}?????
AND stray tags?
Forum: Themes and Templates
In reply to: [Expound] a few problemsdo i just need to delete stray tags?