TheCrack
Forum Replies Created
-
If someone has the same problem and find a solution, please let me know.
Forum: Themes and Templates
In reply to: [Hueman] Ad adsesnse adsIf you add the div, everything disappears below the page, the box of biography, which also you may also like, and what to leave a comment.
The div I have not added if you add just the css dislodges appears biography box above ads.
It can be solved in two ways:
by changing in the css margin right a 26
#text-21.widget { float: left; margin-right: 26px; }Leaving a space between the two sidebars and above the post-tags paragraph
Yes, I’m still looking for a solution, what I want is to change to list mode on the PC, but keeping as was mobile.
Forum: Themes and Templates
In reply to: [Hueman] Ad adsesnse adsThis is my site.
Forum: Themes and Templates
In reply to: [Hueman] How do I hide Categories?I did as you said, using css and problem solved, thank you very much.
Here I’ll show you the difference between default and standard mode list:
I have not been able to explain, the theme gives you the posilibility to switch to standard list mode.
Standar mode:
http://subefotos.com/ver/?95d807c7f3a6258c2fa1d1454ddde793o.jpg
Default mode:
http://subefotos.com/ver/?a90e3b10819071c8bf7f7b03b8ddf833o.jpg
Forum: Themes and Templates
In reply to: [Hueman] How do I hide Categories?My problem is that I can not delete the categories of entries in the home, but only in standard list mode, because by default if I can.
In content.php, I delete thi line, but doesnt work:
<p class=”post-category”><?php the_category(‘ / ‘); ?></p>
How could I?
Forum: Themes and Templates
In reply to: [Hueman] How do I hide Categories?Here I explain, Maria.
To hide categories (those at the top of the single page?), edit /inc/page-title.php and remove:
<li class="category"><?php the_category(' <span>/</span> '); ?></li>The Categories on the Static Front Posts page:
That would be content/content-featured.php and remove this line:
<p class="post-category"><?php the_category(' / '); ?></p>Forum: Themes and Templates
In reply to: [Hueman] Ad adsesnse adsAll good, the only problem, the final ads appear me one below the other, and want to appear next to each other, how could fix it?
Thank you very much bdrown.
Greetings!
Someone can help me ?
Forum: Themes and Templates
In reply to: [Hueman] How do I hide Categories?Someone can help me ?
Forum: Themes and Templates
In reply to: [Hueman] How do I hide Categories?No maria, by editing php
Note: I just realized that only happens when you put the in list modeForum: Themes and Templates
In reply to: [Hueman] New Version of Hueman Theme AvailableThe new embedded option to add ads in the header, work?
Because I tried it and it does not work me.
Forum: Themes and Templates
In reply to: [Hueman] Increase the size of the logoI think it is already applying , with the same code:
#header .pad { padding: 0; } .site-title { padding: 0; } .site-title a img { max-height: 120px; }When you want to edit the size of the logo I have to do it using this code css ?
This replaces the theme options ?Forum: Themes and Templates
In reply to: [Hueman] Change colour sidebarI have read that using this code influences into something , it influences ?
Forum: Themes and Templates
In reply to: [Hueman] Increase the size of the logoNow it works, I can say it influences every code?
#header .pad { padding: 0; }.site-title { padding: 0; }.site-title a img { max-height: 120px; }