Domat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [The Bootstrap] Changing sidebar width?I couldn’t figure out how to do it concisely in a child theme but I was able to change the width of the sidebar by changing span8 to span9 in page.php, single.php and category.php. I also changed span4 to span3 in sidebar.php.
Keeps it responsive as well.
if someone knows a more elegant way to set this up in a child theme I am all ears.
Seriously you think removing adds that only the website administrators sees is the same as one in which all visitors to a website sees? What you did was add spam links to websites without any clear indication that you have done so. It did not look professional. The one sentence blurb in the changelog was in no way clear or informative nor did it mention how to remove the spam.
If this only affected new installs it would have been fine. At least they would have seen it right away. Adding spam to already deployed websites is as wrong as it gets. It is underhanded. This is of course exactly what you wanted. You now have many new links with many users having no idea that you did this.
As mentioned before this is as blackhat as it gets.
Forum: Themes and Templates
In reply to: Remove Line under titleMy apologies.
Forum: Themes and Templates
In reply to: Remove Line under titleYou are awesome! Thank you sir:)
Forum: Themes and Templates
In reply to: Remove Line under titleThanks for the help yogi. Much appreciated. I couldn’t find the text you put up there but it worked at removing the line when I added
.page-header {
border-bottom: 0px;
}to the css.
Hopefully that is a good way to fix it. The problem I still have is that their is still to much space between the navbar and the text. I would prefer the text aligns with the sidebar.
Can you help with that?
Forum: Themes and Templates
In reply to: [The Bootstrap] How to remove page title?I solved that by changing to
<?php //the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ ); ?>
in content-page.php but can’t figure out how to remove the line.
So How do I remove the line:)?