Post showing completely
Whenever I post something in the blog, it is showing completely. I just want to show some of the post so the user clicks on it and send it to the whole post.
View ArticleBIG LOGO scaling with menu
http://centrum-analiz-europejskich.tk/?page_id=22 Could you give me a hint how to edit location of the Logo so it would match menu txt level, or at least move it little bit higher because when i add...
View ArticleReply To: Tags and Category not working
Can anyone help me out? I really need to fix this issue…
View ArticleReply To: BIG LOGO scaling with menu
You can increase height of header via Theme Options > Custom CSS: #header {height:68px;} (change this, 68px is current height) Guido
View ArticleReply To: Change the pink color
I guess it’s in stylesheet, change your background via Theme Options > Custom Css. For example: .submitbutton {background: #000;} Guido
View ArticleReply To: Image captions in tabs
Guess adding this in Theme Options > Custom CSS does the trick: img {max-width:100%; height:auto;} .wp-caption {background:none; max-width: 100%;} .wp-caption-text {text-align:center; word-wrap:...
View ArticleReply To: Remove sidebars
To display a single page full width you need to open php file single and remove 2 code blocks containing three-fourth and the code block containing the sidebar. After that add this in Theme Options...
View ArticleReply To: The top menu
Go to your stylesheet (css file main) and look for: .top-menu-container { margin-top: 30px; } Change it into: .top-menu-container {padding:20px 0; clear:both;} Guido
View ArticleReply To: Continue Reading
Hi, Look in file index and file template.blog for: <?php the_content(__("Continue Reading", "site5framework")); ?> Change it into: <?php the_excerpt(__("Continue Reading", "site5framework"));...
View ArticleReply To: Some problems (responsive menu, etc.)
Here we go: 1) Create duplicate file from blog-sidebar and name it blog-contact (note: also change blog into contact inside file!) 2) Change the sidebar code in file template.contact.form into...
View ArticleReply To: Created a resume, but get 404 error
Hi, What do you mean with: The resume page no longer exists before adding. Your site looks fine, what’s the problem? Guido
View ArticleReply To: Need help to fix it
The homebox 2 issue is easy to fix, check out file home: <?php echo of_get_option('boldy_homebox2')?></p> It’s missing `<p>’ at the beginning! So you should add this in file home....
View ArticleReply To: Gplus
Aha, I understand. 1) Find 32×32 Google Plus icon and add this to folder /images. 2) Add this in admin > options > social: $options[] = array( "name" => "Google+ Link", "desc" => "", "id"...
View ArticleReply To: Created a resume, but get 404 error
Sorry my bad english. I would say “The resume page no longer exists AFTER adding”. But, today it’s fine. I don’t understand. I leave the site with this problem. oO There is a problem happing after...
View ArticleEncoding of Contact Form
Hello. Is it possible to change encoding of message sent in contact form? If I use national letters as “ą”, “ń” or “ś” they show in my inbox as squares and another symbols. Regards and thanks in...
View Articlehow to create a blog like this?
how to create a blog like this? http://demo.s5themes.com/?theme=boldy not my picture opens with lightbox effect my web http://designerweb.bl.ee
View ArticleReply To: Footer file
Hi, You can find the original theme/files here: http://www.s5themes.com/theme/simplenbright/ Guido
View Article