Issues with <img> tag

Multipurpose WordPress Theme Forum Support
GK User
Thu Apr 23, 2015 10:40 am
I have two issues at http://hnc.thordesign.in/

1. I am trying to replace an image on the top in place of the icon of the Quark Theme with another logo, whereas it makes it a huge image on the background as you can see.

Code: Select all
<div class="gk-page">
<img src="http://www.harisonsnandi.com/wp-content/uploads/2015/04/logo-small.png" alt="HNC" width="115" height="40" /><br />
<h1 data-sr="enter bottom and move 50px">Welcome to</h1>
<h1 data-sr="enter bottom and move 50px">Harisons Nandi Caterers</h1>
<p data-sr="enter bottom and move 50px and wait .2s">Exquisite Food • Premium Service</p>
<a class="btn" href="#" data-sr="enter bottom and move 50px and wait .3s">Browse Menu</a>
</div>
<sub data-sr="enter bottom and move 50px and wait .3s">New Delhi, India
</sub>

2. In "features" in "Customize" in "Theme Options" it says "Copyright Text" I have entered
Code: Select all
Harisons Nandi Caterers © 2015 All rights reserved.<br /> <a href="http://thordesign.in"><img src="http://thordesign.in/poweredbyblue.png" /></a>

It is not displaying the image poweredbyblue.png for some reason


Oh! Also,Is there a way to disable the Site Name or Logo on the left?
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 12:14 pm
Hello,

Please don't add image in the frontpage content, you can change the image in Appearance -> Customize -> Header image.

The logo may be changed in Customize -> Site Title & Tagline section.

Unfortunately it's not allowed to add html tags (other than links) to the copyright section.

If you want to disable the logo, please add the following css code to your css/override.css file or use any custom css plugin:
Code: Select all
.gk-logo img {
  display: none;
}
User avatar
Moderator

GK User
Thu Apr 23, 2015 2:29 pm
I am not trying to change the header. I am trying to add a small logo above "Welcome to Harisons Nandi Caterers"
I don't see why it shouldn't let me do that.

Also, why am I not allowed to add html tags in copyright section?
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 2:41 pm
Just to reiterate. It is critical and existential for me to add my logo as can be seen at: http://thordesign.in/poweredbyblue.png
on any website I am developing. So much so that I can and will need to change the theme I am using as this is one of my main methodologies of branding and promotions. Hence, it is of utmost importance to me that I be able to add this, else I will be well within my rights to demand a refund and also never again use Gavick themes, while I was pondering getting a lifetime membership. Which at this point of time seems unlikely at this rate.
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 2:51 pm
Ok I figured out a solution for the footer img by installing a third party plugin.

Now, please help me with the header logo I want to put right above the Welcome Message.
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 10:55 pm
Try to add the following css code into Quark/css/override.css file (or use any custom css i.e. this one described here:
https://www.gavick.com/blog/adding-cust ... ress-theme )


Code: Select all
#gk-header-mod .gk-page > img {
  top: -40px;
  width: auto;
}
User avatar
Moderator

GK User
Fri Apr 24, 2015 6:54 am
Brilliant. That does the job perfectly.

If you are ever in India look me up, I owe you a beer ;)
User avatar
Fresh Boarder


cron