alederodesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Pagination settingyes, you are great as always!
I have another question about thumbs but i open a new ticket.Thank you very much
Forum: Themes and Templates
In reply to: [MesoColumn] Pagination settingForum: Themes and Templates
In reply to: [MesoColumn] Pagination settingIt is strange because when i am at page 2 the first page remain current and the page 2 it stay on inactive (a.inactive ) while should be current.
Where i can check this issue?
What should be the right code for page navigation?Thank you
Forum: Themes and Templates
In reply to: [MesoColumn] Pagination settingYes i’m using the one built in pagination.
Forum: Themes and Templates
In reply to: [MesoColumn] Where to put functions to not get lost themI have also added a code in the custom.js. What about this one?
Forum: Themes and Templates
In reply to: [MesoColumn] How to change post navigation positionThank you so much
Forum: Themes and Templates
In reply to: [MesoColumn] How to hide the homepage titleThank you so much for your help. I forgot about page classes
Bye
Forum: Themes and Templates
In reply to: [MesoColumn] How work thumb post image in homepageI found what it was! I put a custom style ( i don’t know why..)
#post-entry article.post-style-magazine.feat-thumbnail div.post-thumb {
display: none!important;
}and that’s why i could not see the thumbnail
Sorry to disturb you
Forum: Themes and Templates
In reply to: [MesoColumn] How work thumb post image in homepageSorry Richie i explain better. My problem is not the feature images in the sidebar. I see it correctly.
I would like to see e sort of feature box in homepage with:
1) small thumb preview,
2) text excerpt
3) continue reading buttonIs that possible? I have set the blog post style in Magazine but i don’t see any different with the standard one.
Forum: Themes and Templates
In reply to: [MesoColumn] How work thumb post image in homepageOk but i don’t see the feature image in homepage. The customer want so see a thumb image in the homepage with the excerpt text.
Is this possible?Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsOk i have solved with plug-in
Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsYes it’s ok, any category has a different count.
I was thinking that I’m using MesoColumn theme with the XML file i have imported from the old website with all posts, pages, comments and categories.
Maybe i have imported also the old related post count? Is this possible?Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsIt’s an extract of the post.php file which is located in the wp-admin folder.
I cannot find what do you mean: wp-admin -> posts -> categoryThey are folders or pages?
Thank you it works! you are really awesome!
Ok this in the single post it’s ok. But i want to show an ads at the beginning of pages and pages category and not in the single post.
I have used this action you suggested me:`
function meso_add_adsense_one() { ?>
<div class=”adsenselink”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– 336_280_sx_a –>
<style type=”text/css”>
.adslot_2 {width: 336px; height:280px;}
@media (min-width:771px) { .adslot_2 { width: 235px; height:196px; } }
@media (min-width:901px) { .adslot_2 { width: 260px; height:220px; } }
@media (min-width:970px) { .adslot_2 { width: 280px; height:233px; } }
@media (min-width:1019px) { .adslot_2 { width: 336px; height:280px; } }
</style>
<ins class=”adsbygoogle adslot_2″
style=”display:inline-block;”
data-ad-client=”ca-pub-6797273291444774″
data-ad-slot=”4837004042″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<?php }
add_action(‘bp_before_blog_entry’,’meso_add_adsense_one’);
`
But this function shows the post also in the single post, so i see in this page two ads: one at the beginning of the page an the second after single post title.Can you help me please?