Yavor Spassov
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simone] One-page site based on My SimoneI’ve been able to solve the first issue by reexamining certain sections of your course.
As the second issue is not important to me at the moment, I will mark this thread as closed.Forum: Themes and Templates
In reply to: How to remove comment formShow me a link.
Forum: Themes and Templates
In reply to: How to remove comment formWell, I don’t know how the theme you are using is structured, but my theme has a file named comments.php, and the function that prints the comments is inside a div with an id of comments (easily distinguishable). When you remove or comment the div, the comments don’t print on your pages or posts. I’m not sure if this is the right way to do it but it works for me.
Forum: Themes and Templates
In reply to: [Customizr] Keep main header menu on one lineThe header doesn’t look good as the logo, the navigation and the site’s description are not properly aligned.
Forum: Themes and Templates
In reply to: [Customizr] Keep main header menu on one lineThe site is down.
Forum: Themes and Templates
In reply to: [Customizr] Keep main header menu on one lineYou can also add top padding to the navigation so that it aligns with the site description in the header.
.navbar .nav { padding-top: 5px; }
Forum: Themes and Templates
In reply to: Hiding page title and description (Theme: justwrite)I’m sorry, but since you are in a development stage and you cannot point me to the address of your website, I’m unable to help you.
Forum: Themes and Templates
In reply to: [Customizr] Keep main header menu on one lineYou can try this code:
h2.site-description { width: 15% !important; } .navbar .nav { float: none; width: 85%; }
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)If this is the case, find the following styles in the style css:
header#masthead .hgroup .logo
and
header#masthead .hgroup #header-sidebar
and replace their parameters with these:
header#masthead .hgroup .logo { display: block; float: right; max-width: 100%; }
header#masthead .hgroup #header-sidebar { padding-top: 15px; padding-bottom: 15px; height: 100%; position: absolute; left: 0px; top: 0px; box-sizing: border-box; -moz-box-pack: center; -moz-box-align: center; display: -moz-box; float: left; }
Make a copy of your style.css file before you attempt the changes!
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)Your logo is already floated to the left and the social icons to the right. Perhaps you want the social icons to be on the left and the logo on the right?
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)When I try to inspect your site, the browser returns the message: “Failed to load resource: the server responded with a status of 500 (Internal Server Error) ”
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)Yes, I did and it worked right. Then you did something else (I can’t imagine what), and it broke the entire site. Only you know what you have done. I haven’t touched code on your website. ??
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)I see that you have done something wrong. Undo the last change. You should know where to apply the code. If you are not sure what you are doing, don’t try it.
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)Refresh the page once more. I see that your menu items are now floated to the right. You have made the change.
Forum: Themes and Templates
In reply to: Aligning the Menu (Header Menu Bar)The end of your stylesheet (style.css) would be a good place for it.
You can also place it in the menu section of the stylesheet.