TheCrack
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Reduce size TopBarThanks!
In the first step, we can replace this?:
<div class="nav-text">My Topbar Text</div>What text should be added?
Or this?
<div class="nav-text"><?php dynamic_sidebar('my-post-ads'); ?></div>Forum: Themes and Templates
In reply to: [Hueman] Do not show me some of the ads in the postI’ll try and see if that will be the problem
Forum: Themes and Templates
In reply to: [Hueman] Do not show me some of the ads in the postExactly, I’ve been testing and when removed the code worked and if you put stops working.
Forum: Themes and Templates
In reply to: [Hueman] Do not show me some of the ads in the postAt last! After so much time searching, I found the solution, the problem was of code in the file single.php:
<div class="clear"></div> <? Php dynamic_sidebar ('mi-sidebar2'); ?> <? Php dynamic_sidebar ('mi-sidebar3'); ?> <div class="clear"></div>Long ago he had added this code to include ads at the end of post.
How could add 2 ads properly at the end of the post between content and tags?
Forum: Themes and Templates
In reply to: [Hueman] Problem sidebarIt was a code problem
Forum: Themes and Templates
In reply to: [Hueman] Logo in TopBar MobileThere is nothing wrong, what I want is that the logo is also displayed on the mobile. My site.
Forum: Themes and Templates
In reply to: [Hueman] Logo in TopBar MobileAnd how I can do to display correctly on mobile?
Forum: Themes and Templates
In reply to: [Hueman] Remove header and subheaderWhat I want to do is remove the header and subheader (which is framed in black in the picture) and the featured image is aligned with the box social networks (in blue in the picture).
http://i58.tinypic.com/20hrrqf.png
I also want to remove this:
Forum: Themes and Templates
In reply to: [Hueman] Remove header and subheaderThis is muy site.
What I want to do is remove the heading and subheading, where it says TUANDROPC | TODO SOBRE TECNOLOGÍA, as in picture,and it is aligned with the featured image box social networks.
And the header is the same size as in the picture.
Forum: Themes and Templates
In reply to: [Hueman] Remove header and subheaderThis is muy site.
What I want to do is remove the heading and subheading, where it says TUANDROPC | TODO SOBRE TECNOLOGÍA, as in picture,and it is aligned with the featured image box social networks.
And the header is the same size as in the picture.
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarHi!
I think I understand you, but do not do it, what you mean is that if you move the cursor over the logo, no effect is shown?
How could I do to make it display correctly on mobile?
And I not like how it is on the mobile, how could I remove it?
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarThere, perfect!
And also appear on mobile?Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarI managed to move a little, but the logo appears very large. My site.
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarOkay, here’s what to do:
Menus – Screen Options enable CSS Classes
Select a Links menu item
URL is your site
Link Text blank
Add to Menu
After adding to menu, open “Menu Item” and set CSS Class to “topbar-logo”
Move it to the top of the menuAdd the following to your child theme css:
#nav-topbar .nav li.topbar-logo a, #nav-topbar .nav li.topbar-logo a:hover { display: block; background-image: url('http://path to your logo'); background-repeat: no-repeat; text-indent: -9000px; padding-top: 10px; // using a 64x40 image }I have not understood very well what I have done, is to go to theme options, menus, links, I’ve put the URL of my site and have added the menu.
I think I’m doing wrong.