Thread Starter
JDN808
(@jdn808)
To be more precise, the ads are not appearing on the homepage or categories, but they appear on the single post pages.
Thanks again!
Thread Starter
JDN808
(@jdn808)
I just realized that on Firefox, the ads are showing up on the homepage and categories but not on Chrome.
Thanks
Are you running any Adblock plugin in one of the browsers?
Thread Starter
JDN808
(@jdn808)
Well that’s embarrassing. Thanks for the reply Alexander!
I have a few other questions for you if you don’t mind taking the time.
When I’m on mobile, as I’m scrolling down, the images disappear and then reappear (I have standard posts with images inserted in them).
I would like to have small thumbnail images in my sidebar like you have in the live preview. How do I do that?
And finally, is there a way to make the posts appear 1 by 1 on mobile rather than 2 by 2 so that each post is separated by a line?
Thanks again for the great theme and support!
Hey JDN808,
could you show me where and what to put to add the adsense?
I would much appreciate that.
Thanks in advance!
Mahalo,
Josh
When I’m on mobile, as I’m scrolling down, the images disappear and then reappear (I have standard posts with images inserted in them).
Hm, I’d need to test that on my end. Haven’t experienced that myself.
I would like to have small thumbnail images in my sidebar like you have in the live preview. How do I do that?
You would add the “AlxTabs” (left side) and “AlxPosts” (right side) widgets to your sidebars.
And finally, is there a way to make the posts appear 1 by 1 on mobile rather than 2 by 2 so that each post is separated by a line?
Try adding this as custom css:
@media only screen and (max-width: 719px) {
.post-list .post-row { border-bottom: 0; margin-bottom: 0; }
}
Just this, for no border, or:
@media only screen and (max-width: 719px) {
.post-list .post-row { border-bottom: 0; margin-bottom: 0; }
.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
}
@foundational1
make use of the GARD plugin for inserting adsense code in your blog / website, below is the link to the plugin
http://wordpress.org/plugins/google-adsense-for-responsive-design-gard/screenshots/
Hope this helps You !
Thread Starter
JDN808
(@jdn808)
Hi Alexander,
Thanks for the response!
My website is an image-based website and I need the full images to show on the homepage.
How can I make it so the entire image shows directly on the homepage rather than have them cut off?
Thanks again for your support!