maximmmus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] adding ads after every n-th postI just tried this out again. It seems that the white space is generated by the div style. I tried it out without a <div> and the white space disappears but no ad unit is displaying. The AdSense was a responsive unit, however I also tested a fixed size. Same for both no unit is displaying with that code.
Thanks.Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] adding ads after every n-th postThe ad was assigned to that placement and it was an adsense ad.
I took it off my site as it is messing up the masonry.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] adding ads after every n-th postOK! It was the ad ID. I have created a placement and have added the placement ID here:
the_ad_placement('placement ID')
.
But there is no change. Still getting a white space after each post.Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] adding ads after every n-th postUnfortunately it doesn’t work. I used this code and all it does is that it creates a 220×300 white space between each posts:
<div style="display: inline-block; width:220px; height:300px;"> <?php $count = ! isset( $count ) ? 1 : $count + 1; if( function_exists('the_ad_placement') && $count === 4 ){ the_ad_placement('285206'); } ?> </div>
Thanks
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] compatible to Amazon iframes?I meant that the banner won’t fit on the iphone screen. Half of it sticks out to the right…
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] adding ads after every n-th postThanks.
This code will place only one ad after the 4th post. Right?Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] compatible to Amazon iframes?HI,
I managed to center it vertically by wraping the iframe in an div code:
<div style="display: inline-block;> /////amazon iframe code///// </div>
However I still didn’t find out how to fit the amazon banner to view in the mobile view.
Any ideas?
ThanksForum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] compatible to Amazon iframes?Hi,
I have the same issue. The amazon iframe ad won’t vertically align and is also not responsive. Do you have a workaround for this?
Thank you.Forum: Plugins
In reply to: [RSS Post Importer] TaxonomyHi,
What I asked is if it is possible to create a feed from a feed source url which I have added to the rss post importer.
Here are the 2 steps involving this:
1. add source feed url “energimyndigheten.se” to rss post importer. Feed items are coming in as posts.
2. create feed from this source feed, with help of wordpress:
mydomain/feedname/energimyndigheten.se/feed/Same as you would create a feed for a category or tag.
Hope is clear now.
Thanks!
Forum: Plugins
In reply to: [FeedWordPress] Duplicate PostsHi There,
Just found this thread when was searching for “feedworpress duplicate problem” on google. I also have the duplicate issue and with only 10 feeds.
Has anyone found a soulution how to fix the duplicates?Forum: Plugins
In reply to: [WordPress Popular Posts] help with list by wpp_get_mostpopular()Thanks.
Forum: Plugins
In reply to: [RSS Post Importer] TaxonomyHi there,
Is there a way to create a feed from a feed source name?
ThanksForum: Plugins
In reply to: [RSS Post Importer] TaxonomyHi there,
With a taxonomy it would be easy to create a feed url from a source feed from within the rss importer. Which comes handy if you want to place the source feed in a widget, but keep the imported items as posts.
EX: yoursite.com/taxonomy/feedAnyways Feedwordpress does that, you should know it.
Forum: Reviews
In reply to: [NextGEN Facebook] Uselessmy mistake! You can delete this review if you wish.
Forum: Plugins
In reply to: [RSS Post Importer] TaxonomyI would love to hear what you are thinking about or would love to see added? ??
I would love to see a taxonomy being added along the existing tags and categories.
Plus an option to bring in the featured image without the need to upgrade to a $19/month licence.Thanks! ??