Home
›
General
›
Lego Questions
Sign In
·
Register
Hello!
To use the forum, login or register above.
(If you are already logged in above, please
click here
)
Quick Links
Categories
Recent Discussions
Activity
Categories
7.6K
All Categories
1.2K
Brick Owl
2
Announcements
174
Features
72
Suggestions
740
Catalog Discussions
997
Site Issues
144
API
1.2K
General
279
Introduce Yourself
1.8K
Sale / Store Announcements
16
Competitions
444
Lego Questions
88
Wishlists
534
Everything Else
206
Third Party Tools
Problem with header!!!
CodeSoka
February 2021
in
Lego Questions
Vote Up
0
Vote Down
Whenever I try to enter anything into my store header it does this weird thing. see attached pictures. Please Help!!
Screenshot (9).png
37.9K
Screenshot (8).png
179.7K
Comments
7 Comments
sorted by
Votes
Date Added
Hoddie
February 2021
Vote Up
0
Vote Down
{{block type="header" content="some text"}}
This block is to put a little bit of text, not the entire content you want on your store's home page. Something like "welcome to my store" - with the rest of what you want underneath, outside of the {}.
CodeSoka
February 2021
Vote Up
0
Vote Down
So it just means I have too much in it?
Hoddie
February 2021
Vote Up
0
Vote Down
No.
Just try this. Replace everything in your home page with this:
{{block type="header" content="some text"}}
Then type something else below it. Submit and view your site's home page and you will see what's happening.
boundher
July 2021
Vote Up
0
Vote Down
The plural for Lego is Lego, there is no 'S' at the end, remove the 's' to look more professional
MinifigMan
July 2021
Vote Up
0
Vote Down
The problem might be that you used line breaks inside the code...
Calibrick
July 2021
Vote Up
0
Vote Down
You could try working in SOURCE view... click SOURCE VIEW in the page view, and then copy/paste:
<p align="center"><font color="#2a4b72" face="arial" size="4">{{block type="header" content="HELLOMESSAGEHERE"}}</font></p>
<p align="center">{{block type="recent" limit="9"}}</p>
<p align="center">{{block type="most_viewed" limit="9"}}</p>
Calibrick
July 2021
edited July 2021
Vote Up
0
Vote Down
And you can then change the font color code (#2a4b72) to whatever color you want - check out color-hex.com for color ideas. :-)
Sign In
or
Register
to comment.
Powered by Vanilla
Comments
This block is to put a little bit of text, not the entire content you want on your store's home page. Something like "welcome to my store" - with the rest of what you want underneath, outside of the {}.
Just try this. Replace everything in your home page with this:
{{block type="header" content="some text"}}
Then type something else below it. Submit and view your site's home page and you will see what's happening.
<p align="center"><font color="#2a4b72" face="arial" size="4">{{block type="header" content="HELLOMESSAGEHERE"}}</font></p>
<p align="center">{{block type="recent" limit="9"}}</p>
<p align="center">{{block type="most_viewed" limit="9"}}</p>