alex1981 Posted August 31, 2016 Posted August 31, 2016 1 hour ago, newbie LAC said: Hello, I don't see the slider on your forum. I temporary disable it. Now I add it again. Take a look is same problem as before (before You help me with custom css) again they go in two or more rows instead of one.
newbie LAC Posted August 31, 2016 Author Posted August 31, 2016 19 minutes ago, alex1981 said: I temporary disable it. Now I add it again. Take a look is same problem as before (before You help me with custom css) again they go in two or more rows instead of one. I don't see the problem. All (1 row) looks good.
alex1981 Posted August 31, 2016 Posted August 31, 2016 34 minutes ago, newbie LAC said: I don't see the problem. All (1 row) looks good. There is image and under it is another top of image. This is exacly same problem You already help me before.
newbie LAC Posted August 31, 2016 Author Posted August 31, 2016 7 minutes ago, alex1981 said: There is image and under it is another top of image. This is exacly same problem You already help me before. Maybe old cache? I can reproduce the problem only if I remove css rule .ipsCarousel > [data-role="carouselItems"] { width: 150000px; }
alex1981 Posted August 31, 2016 Posted August 31, 2016 I dig up in acp but can`t find clearch cache option. In 3x all was much better accesable then now :-(
newbie LAC Posted August 31, 2016 Author Posted August 31, 2016 3 minutes ago, alex1981 said: I dig up in acp but can`t find clearch cache option. In 3x all was much better accesable then now :-( It can be browser cache.
alex1981 Posted August 31, 2016 Posted August 31, 2016 So I try clear browser cache (shift+ctrl+r). I also tried at doffrent browser. The new thing I did find is that if I`m registered member that I get this double line but if I`m just not loged guest in that situation all works fine. Can You advice me how to clear ipb cache under acp may be this help some how...
newbie LAC Posted August 31, 2016 Author Posted August 31, 2016 33 minutes ago, alex1981 said: Can You advice me how to clear ipb cache under acp may be this help some how... Try Support Tools. ACP - System - Support - Something isn't working correctly - Continue. 34 minutes ago, alex1981 said: The new thing I did find is that if I`m registered member that I get this double line but if I`m just not loged guest in that situation all works fine. Can you give me test account to check it.
alex1981 Posted August 31, 2016 Posted August 31, 2016 I do not know what happend but it start work...
Angel Costa Posted September 5, 2016 Posted September 5, 2016 Does it work with Commerce? How would I go about setting it?
newbie LAC Posted September 5, 2016 Author Posted September 5, 2016 Just now, Angel Costa said: Does it work with Commerce? How would I go about setting it? Hello, Not sure what you mean.
Angel Costa Posted September 5, 2016 Posted September 5, 2016 I am using Commerce to sell ads. What position would I have to set in this case?
newbie LAC Posted September 6, 2016 Author Posted September 6, 2016 15 hours ago, Angel Costa said: I am using Commerce to sell ads. What position would I have to set in this case? I haven't Commerce. I think my plugin doesn't work with that app.
gabs007 Posted September 28, 2016 Posted September 28, 2016 I'm wondering if if would be possible to add the possibility of having 5 ( or any other) ads added vertically and sorted randomly. Just like any other banner stripes in most websites that are placed on the sidebars. Some of these features are cool like the carousel, but moving ads can be especially annoying for some users. Not to mention that customers that are paying for ads don't want to see their ads listed but hidden waiting to appear in a carousel , they want them to be displayed immediately.
newbie LAC Posted September 28, 2016 Author Posted September 28, 2016 8 minutes ago, gabs007 said: I'm wondering if if would be possible to add the possibility of having 5 ( or any other) ads added vertically and sorted randomly. Just like any other banner stripes in most websites that are placed on the sidebars. Some of these features are cool like the carousel, but moving ads can be especially annoying for some users. Not to mention that customers that are paying for ads don't want to see their ads listed but hidden waiting to appear in a carousel , they want them to be displayed immediately. Hello, if there is requests from other customers I will be add the possibility. At the moment I can help you change the code. CSS .ipsWidget_vertical .nbAdWidgetCascade .nbAdWidgetAd { display: block !important; padding: 5px 0; } JS $( ".ipsWidget_vertical .nbAdWidgetCascade" ).removeAttr( "data-controller" );
KentT Posted September 28, 2016 Posted September 28, 2016 I would certainly be interested in being able to have X number of ads appear in the sidebar, using one widget. Ideally, there would be multiple ways for those ads to be selected and displayed: 1. Randomly from the pool of all active ads 2. Weighted, so that the highest weighted ads are displayed more often. That allows selling priority ad placement.
newbie LAC Posted September 28, 2016 Author Posted September 28, 2016 4 minutes ago, KentT said: I would certainly be interested in being able to have X number of ads appear in the sidebar, using one widget. Use cascade type, sort by random + changes from my previous post
KentT Posted September 28, 2016 Posted September 28, 2016 6 minutes ago, newbie LAC said: Use cascade type, sort by random + changes from my previous post My problem is that I am a total noob with CSS...
newbie LAC Posted September 28, 2016 Author Posted September 28, 2016 Just now, KentT said: My problem is that I am a total noob with CSS... Hello, Go to ACP - Customization - Themes - Select the theme - Click on Edit HTML and CSS - tab CSS - custom.css. Add .ipsWidget_vertical .nbAdWidgetCascade .nbAdWidgetAd { display: block !important; padding: 5px 0; } Go to ACP - Customization - Themes - Select the theme - Click on Edit HTML and CSS - tab Templates - globalTemplate. Find </body>. Add above <script type='text/javascript'> $( ".ipsWidget_vertical .nbAdWidgetCascade" ).removeAttr( "data-controller" ); </script>
Whiskey Bizness Posted November 26, 2016 Posted November 26, 2016 I want to add my voice to the request that we be able to stack multiple ads vertically in the sidebar. I bought the plugin thinking that's how it worked but was surprised to see that you cannot do that currently. Not a big deal, I don't mind $10 to support the efforts of the developer, but that feature would be VERY nice to have. Thanks for considering it.
newbie LAC Posted November 27, 2016 Author Posted November 27, 2016 14 hours ago, Ziggs said: I want to add my voice to the request that we be able to stack multiple ads vertically in the sidebar. Hello. Ok. I'll add this feature.
sweethoney Posted November 27, 2016 Posted November 27, 2016 this is how it will work if ou do it like this Go to "ACP > Pages > Blocks > Create New Block"; In "Type", mark "Custom"; In "Content Editor", mark "Manual HTML"; Click on "Next"; Put some details and click on "Content" tab; In "Content" field, add this code: <h3 class="ipsWidget_title ipsType_reset">YOUR TITLE</h3> <div class="ipsPad ipsWidget_inner" style="border: 0;padding: 0;"> YOUR CODE </div> Save this config and go to index; Now, just click on "Manage Blocks", "Pages" and "Custom Blocks"; Add the block and enjoy not show on iphone <div class='ipsResponsive ipsResponsive_hidePhone'> #YOUR AD CODE HERE </div> That Will Hide The Advert On Mobile. To Hide Them On Mobiles And Tablets Use <div class='ipsResponsive ipsResponsive_hidePhone ipsResponsive_hideTablet'> #YOUR AD CODE HERE </div> Or To Hide The Adverts On Desktop PC's Use <div class='ipsResponsive ipsResponsive_hideDesktop'> #YOUR AD CODE HERE </div> You Can Also Use <div class='ipsResponsive ipsResponsive_showPhone'> #YOUR AD CODE HERE </div> <div class='ipsResponsive ipsResponsive_showTablet'> #YOUR AD CODE HERE </div> <div class='ipsResponsive ipsResponsive_showDesktop'> #YOUR AD CODE HERE </div> That Will Only Show On The Adverts On The Desired Selections
KentT Posted December 15, 2016 Posted December 15, 2016 On 11/27/2016 at 0:19 AM, newbie LAC said: Hello. Ok. I'll add this feature. Do you have any idea when you'll release a version that supports multiple sidebar ads?
sweethoney Posted December 15, 2016 Posted December 15, 2016 who are you asking in regards to your post what i gave u was a tutorial that i gave you
newbie LAC Posted December 16, 2016 Author Posted December 16, 2016 Hello, 12 hours ago, KentT said: Do you have any idea when you'll release a version that supports multiple sidebar ads? Done.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.