Lock-N-Load
Forum Replies Created
-
Forum: Plugins
In reply to: [Adsense Explosion] Places ads in "related posts" on blog posts pagecan an edit me made in your plugin code someplace to tell it to stick to the post pages content? and no try to place ads in other plugins?
Forum: Plugins
In reply to: [Adsense Explosion] Places ads in "related posts" on blog posts pageyes, of course. but that will not work. I need that plugin.
Plus, seems it is an issue with your plugin, not theirs given theirs is no post content and yet your plugin is injecting ads into non post content.
I am turning it back on just fyi ??
Forum: Plugins
In reply to: [Adsense Explosion] Issues with placement, have to use custom CSS to fix itI think so. People should know how to correct it, or they may bail out on the plugin – I almost did, but then I knew I could correct it. And, you might want to indicate what ad css names are: adsxpls1, adsxpls2, etc. But like I said, my correction has issues elsewhere where adsxpls1 is placed.. but then again, adsxpls1 should never be placed into Related Posts content ??
Forum: Plugins
In reply to: [Adsense Explosion] Places ads in "related posts" on blog posts pagedisabeled
Forum: Plugins
In reply to: [Adsense Explosion] Places ads in "related posts" on blog posts pageyes hold
Forum: Plugins
In reply to: [Adsense Explosion] Places ads in "related posts" on blog posts pagehttps://airportgyms.com/blog/fcc-to-possibly-allow-cell-phone-calls-on-planes-eek/
look down at “related posts”.. pretty ugly and messy.
The thing is – that related posts plugin is not actually page content, but your plugin is inserting ads into it. That seems odd. Seems your plugin should not insert ads into none post content.
Forum: Plugins
In reply to: [Adsense Explosion] Issues with placement, have to use custom CSS to fix itoops.. by the way, my point more ways.. if you don’t have the skills and understanding needed to look at the source code, find the ads ID number, and wrtie proper css and know where to put the CSS, the plugin has issues. So I was just wondering if that might be noted in your plugin or maybe an area to address that in the plugin so people know what ad ID is what and how to correct for overlaps and bad placement.
Forum: Plugins
In reply to: [Adsense Explosion] Issues with placement, have to use custom CSS to fix itThe only issue is, that same ad on the splash page that needs padding at the top does not need it on an inside post page. So, the inside post page has a huge gap above one of the ads since the css was needed to correct an issue on the splash page.
Forum: Plugins
In reply to: [Adsense Explosion] All ads controlled only by "Multiple Posts"Forum: Plugins
In reply to: [Yoast SEO] Local function does not show the mapYes, it is Yoast WordPress SEO.. “Local SEO Settings”.. and we are on the “WordPress SEO by Yoast” section, no?
Forum: Plugins
In reply to: [Yoast SEO] Local function does not show the mapAny help available?
Forum: Plugins
In reply to: [Instapress] In IE9 the thumbnails are huge!Just FYI to anyone who comes across this…
I used this in my css and it forces IE9 (and all browsers for that matter), to adhere to the size I want. But all I cared about is that in IE9, it used the right size and this worked out fine for me.
.instagram-image {width:50px; height:50px}
Forum: Plugins
In reply to: [Simply Instagram] IE Display ProblemI have the same issue. In IE 9 the widget thumbnails are HUGE and do not respect the size set for them. I have them set at picture size of 50. In ALL other browsers on mac and PC the thumbnails are the proper 50 pixel size but in IE 9 they are showing at 208px! There must be some sort of conflict, but where and how?
But it seems we may never know as the dev doesn’t seem to provide support around here.
Forum: Plugins
In reply to: [Simply Instagram] Widget sometime don't showhey webheadllc thanks for the tip. I will try this out.
It seems like this widget is random at best on when it shows images. I hope this works.
Forum: Reviews
In reply to: [Captcha] hard to setup on custom forms – zero support responsesyour directions say
Then you should add the lines to the function of the entered data checking
<?php if( function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) echo "Please complete the CAPTCHA." ?>
huh? what does that even mean? where does that even mean? Does that mean in the page the form is on? or the page the form submit to? or something else? just not a clear set of directions.