gkheader1 background
Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Feb 06, 2017 7:36 pm
- Reply with quote
- Report this post
I can't get my image to appear behind the text on the home page (where john's photo is on the demo).
http://planbmediaworks.com/
http://planbmediaworks.com/
-
- Junior Boarder
- teitbite
- Sat Feb 11, 2017 8:44 pm
- Reply with quote
- Report this post
Hi
Here is a code You should use:
just add an image and make sure to give it a class "gkHeaderBg"
Here is a code You should use:
- Code: Select all
<img class="gkHeaderBg" src="images/demo/header/header1.jpg" alt="John S." />
just add an image and make sure to give it a class "gkHeaderBg"
-
- Moderator
- GK User
- Sun Feb 12, 2017 6:20 am
- Reply with quote
- Report this post
I've tried that. Also moved the code to the top. I still only have a dark grey background and the image doesn't show. I can see it on the back end.
-
- Junior Boarder
- teitbite
- Fri Feb 17, 2017 2:31 pm
- Reply with quote
- Report this post
Hi
Please send me an access to joomla panel. I'll try myself.
Please send me an access to joomla panel. I'll try myself.
-
- Moderator
- teitbite
- Fri Feb 17, 2017 2:33 pm
- Reply with quote
- Report this post
Hi
Wait. I see the problem.
Please go to user manager and disable using editor. The image cannot be between <p></p> tags. So code should looks like this:
Wait. I see the problem.
Please go to user manager and disable using editor. The image cannot be between <p></p> tags. So code should looks like this:
- Code: Select all
<img class="gkHeaderBg" src="images/demo/header/header1.jpg" alt="John S." />
<h1 class="gkAnimate active">
Welcome
<br>
to
<br>
Plan
<span style="color: #ff6600;">B</span>
mediaworks
</h1>
<p class="gkAnimate active">Multimedia Consulting Services.</p>
<p>
<br>
<br>
</p>
<p> </p>
<a class="gkScrollDown gkAnimate reverse active" href="#my-works">Scroll Down</a>
-
- Moderator
5 posts
• Page 1 of 1