Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

Adsense for Mobile- Montezuma


  #1  
Old Mar 21, 2013, 01:28 AM
AYBall
 
3 posts · Mar 2013
Adsense for Mobile- Montezuma

How to put adsense for mobile for theme montezuma? This is for Montezuma mobile.

Thanks,
Adam
ayball.com
  #2  
Old Mar 21, 2013, 04:12 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
well what have you tried so far?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 24, 2013, 10:19 AM
AYBall
 
3 posts · Mar 2013
I don't know how to access the mobile theme template. Once that is figured out, I would need help finding out where to put the code.
  #4  
Old Mar 24, 2013, 12:33 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Montezuma is a responsive theme, there is no seperate 'mobile' version.
what is the actual plugin you are using (url?)
what is the site's URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Mar 28, 2013 at 08:23 PM.
  #5  
Old Mar 28, 2013, 07:25 PM
AYBall
 
3 posts · Mar 2013
How do you turn off the responsive theme?
  #6  
Old Mar 28, 2013, 08:12 PM
jerryc
 
367 posts · Oct 2012
Florida
Quote:
Originally Posted by AYBall
How do you turn off the responsive theme?
dashboard > appearance > mz options > css settings > choose css grid

Pick one of the 10 grids that aren't responsive.

To have some things to only show on mobiles, you might try the lazyest stylesheet plugin. It has two stylesheets, one for mobile, and a standard one. On the standard stylesheet put something like:

Code:
.mobile-only
{
display:none;
}
And, on the mobile stylesheet, put something like:

Code:
.mobile-only
{
display:block;
}
Then, somewhere in your template, (header, footer, sidebar, etc), put:

HTML Code:
<div class = "mobile-only">

    ... your adsense code ...

</div>

Last edited by juggledad; Mar 29, 2013 at 03:44 AM.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobile Script daisycakes Plugins & Atahualpa 2 Feb 25, 2013 07:46 AM
Mobile Specific CSS theadventurebite Atahualpa 3 Wordpress theme 1 Oct 5, 2012 08:04 AM
Background keeps resizing on mobile samueljustice00 Header configuration & styling 3 Jun 17, 2011 07:27 PM
Easy Adsense plugin to insert adsense works great with Atahualpa jenb Plugins & Atahualpa 0 Oct 20, 2009 05:27 PM


All times are GMT -6. The time now is 08:18 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.