Forum Replies Created
-
AuthorPosts
-
First of all, want to say THANKS for the world class support. You actually did it in the footer, looks perfect.
If I may just ask one more thing of you, to look at the header AD, it’s definitely clipping on the right side. Can you take one more look to see if there is anything causing that? I have our App installed and the header Ad is clipped for sure. :)
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Anyone?
This reply has been marked as private.@Yigit that fixed the spacing issue. And I added the new code but the 320×50 ad is not appearing now. Can you check?
@Yigit, the issue we spotted by putting Adsense code in Functions.php is that it appears on every page now, the landing pages too. That is a problem for us as we only want a 320×50 Ad at the top and the footer of the HOME PAGE. The landing pages are utilizing QuickAdsense plugin to display 3 ads properly on each Blog Post landing page. With this approach 4 ads are appearing now and this is bad.
So the question remains, how do we put a 320×50 ad in the header and footer of ONLY the home page? While still showing the latest posts as it is now.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.@Yigit Here is what I Have in Quick CSS
@media only screen and (max-width: 480px) { a#advanced_menu_toggle,.title_container,.comment_container,.comment_meta_container { display: none !important; }} @media only screen and (max-width: 480px) { .side-container-comment { display: none !important; }} @media only screen and (max-width: 480px) { .slide-meta { display: none !important; }}
And that worked, there was a period missing before comment_meta_container
HOWEVER, Adding Google Adsense broke the site. What is proper way to place the Google Adsense snippet?
- This reply was modified 9 years, 7 months ago by vegaspro.
Your code broke our site, I added our Google Adsense code between the ” ” to functions.php as you instructed
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “<script type=”text/javascript”>
google_ad_client = “ca-pub-26333453226”;
google_ad_slot = “2017817757”;
google_ad_width = 320;
google_ad_height = 50;
</script>
<!– photoshopcs6 mobile home bottom –>
<script type=”text/javascript”
src=”//pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>”;
return $sub;
}- This reply was modified 9 years, 7 months ago by vegaspro.
@Yigit are you still around to fix this?
That worked but You forgot to tell me the code to remove the comments / date on each post in the Grid. See my screen shot from earlier?
1. Replies still appears there. What is .slide-meta?
2. Will this be overwritten if I update the Theme?
This reply has been marked as private.Support?
We had our data center take a look after several users reported the “insecure connection” screen in browsers. Any scanner will show the same.
Please advise.
Sorry forgot to add these:
1. How to remove the swipe left action? (That one that shows more pages). We do not want any swiping left or right.
2. Mobile Footer: http://postimg.org/image/j7hx1g06r/
3. Blog Landing Page: http://postimg.org/image/4ydkiwge5/
Well I turned that off for now. But you can clearly see the first red arrow right? And then the red arrow appears again below. See it?
Appreciate the fast response but it still overlaps when dragging browser.
November 24, 2014 at 12:52 am in reply to: how to achieve the effect seen in the Transparent Header Demo? #356401I found the color section. But what is the icon elements?
November 24, 2014 at 12:24 am in reply to: how to achieve the effect seen in the Transparent Header Demo? #356396This tells us nothing. What is a color section? What is a heading element? icon elements?
The update fixed it.
This reply has been marked as private.November 21, 2014 at 7:39 pm in reply to: Gray screen before youtube video auto plays in Layer Slider #355474Man, upgrading (copying zip files to cpanel and unzipping) totally resets all the ADMIN Settings. UGH!!!
Now I have to go back and re-do everything. What the heck?
This reply has been marked as private.Does IMAGE HOTSPOT work on BOXED layout? I switched my design to BOXED and it screwed up the image hotspot page. All the dots are in the left corner, stuck.
-
AuthorPosts