carioti
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] header ads inactiveupdate, unfortunately negative.
this is my custom.css file
/* @fromfull Add your custom styles in this file instead of style.css so it is easier to update the theme. Simply copy an existing style from style.css to this file, and modify it to your liking. When you update your theme, backup this file and re-add it after. */ /* Global */ .mystyle {} /* Tablet - 800px, 768px & 720px */ @media only screen and (min-width: 720px) and (max-width: 800px) { .mystyle {} } /* Mobile - 480px & 320px */ @media only screen and (max-width: 719px) { .mystyle {} } /* Mobile - 320px */ @media only screen and (max-width: 479px) { .mystyle {} } @media only screen and (max-width:1380px) { #header-ads { width: 800px; height: 90px; } }but I can’t see the google-ad yet.
The weird thing is that if I put the same widget in the footer ads section, it works perfectly (as you can see, the google code in the widget is the same)
thanks again
Forum: Themes and Templates
In reply to: [Hueman] header ads inactiveHi guys, thanks again.
I don’t know what it happened but without changing anything, now the ad section works. I just “play” inserting and deleting images on the header section and, I don’t know why, now the ads section is active.
But I still can’t see google’s ad displayed.
I will try putting that code in my style.css’ child theme (is it the same, msfndotorg?) and let you know the outcome.
Thank you again.
Forum: Themes and Templates
In reply to: [Hueman] header ads inactiveHi Denzel, thank you for your attention but..
I already set it up the appearence’s header section as you pointed and deleted the header.php in my child theme but not only that ad-matter remains: now I can’t set the header image too.Forum: Plugins
In reply to: [AddToAny Share Buttons] caption is always "[caption id="Hi micropat, thank you for your answer.
I’ve already read your faq 😀 and I always set everything through Yoast.But that matter remains. I’m taking a look over a lot of other forums to work it out but it’s really hard to understand how-to..
Forum: Plugins
In reply to: [WP Photo Album Plus] Multiple instances of photo of the day widgetThanks anyway Jacob
Forum: Plugins
In reply to: [Responsive Column Widgets] Masonry styleHi,
thank you for answering, hope to see this feature soon,
D.Forum: Themes and Templates
In reply to: [Hueman] Featured post customizationYEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!
Thank you!!!!!!!Forum: Themes and Templates
In reply to: [Hueman] Featured post customization@topshortfilms the answer is easy, open another thread and I will answer there. Otherwise @bdbrown doesn’t help me anymore 😀
Forum: Themes and Templates
In reply to: [Hueman] How to delete border between menu and header?Hi bdb, unfortunately it’s not working for me…
Forum: Themes and Templates
In reply to: [Hueman] two features I would like to implement inside HuemanYeaaaaaaah it works! Thank you bdbrown!
Now I’m very very close to what I want! Thank you again!thanks!
Forum: Themes and Templates
In reply to: [Hueman] two features I would like to implement inside HuemanHi bdbrown, thanks for the index.php clarification 😀
I’m still trying to modify it to show a widget before the first article and after. But the only result I got is to show the widget after the second and third article (www.80s.it). Probably the function works after the first row, that i modified (in the style.css) to show an article before.
Here’s the code of the style.css:
‘.post-meta {
display: table;
margin-bottom: -4px;
}
.post-thumbnail {
width: 30%;
float: left;
margin-right: 20px;
}’
Here’s the code of my index.php
‘display the post –>
<?php if ($i % 1 == 0) { // if we’ve shown 2 posts
echo ‘</div>’; // close this post-row div// BEGIN insert my custom widget after 4 posts
if ($i % 4 == 0) { // if we’ve displayed 4 posts
echo ‘<div id=”my-widget”>’; // create the widget div
echo do_shortcode ( ‘[widget id=”youtube-channel-5″]’ ); // show the widget
echo ‘</div>’; // close the widget div
}
// END insert my custom widgetecho ‘<div class=”post-row”>’; // create the next post-row div
}$i++; // increment the post counter
endwhile;
echo ‘</div>’; // close the trailing post-row div
?>’How and what do i have to modify to put the widget before and after the first featured article? What if I want to have two different widgets (one before the first article, one after)?
Thanks again,
d.Forum: Themes and Templates
In reply to: [Hueman] two features I would like to implement inside HuemanHi @bdbrown, thank you for answering me everytime.
Actually, that way works fine, despite the Youtube channel plugin is giving me troubles because, as you can see in the homepage, after a few seconds it reduces the size of the video apparently without any reason. But probably it depends by the plugin. http://www.80s.it to see what’s going on.
But consider i’m really close to what I want: put a video (a widget) before the first post and a widget after the first. I hopefully have to manage that code you made, but I already know I won’t ’cause I don’t know code. However I’m trying but if you have the chance (and patience) please gimme a solution! 😀
Have a good day,
Danielep.s. an index.php file in the child theme has to include just the code I want to add to the one in the original?
Forum: Themes and Templates
In reply to: [Hueman] two features I would like to implement inside HuemanForum: Plugins
In reply to: [amr shortcode any widget] Add widget area before contentYou’re right, of course. Thanks anyway for your reply.
Bye,
d.