Hi,?
I am hoping to buy the WP Ad Center Pro version. Before I buy it I have below question.
Does the front-end form for 3rd party advertisers have a specific field to select the ad types like banner ads, video ads, animated ads, txt ads, HTML 5 ads, etc.?
If by default there is no such field, are we allowed to create a field like that without coding?
Looking forward to your assistance as soon as possible!
]]>Hi.
I’m able to embed ads using the widget OK, but my page theme asks for an “Ad script” when I’m putting the page together. I can’t figure out what that actually is, or where I can find the ad script in Ad Manager. The ad itself is simply an image that links to the target site.
Thanks,
EP
]]>My site on a dedicated server loads 100% due to queries in the database like UPDATE wp_ads_statistics SET ad_impressions = 87990 WHERE ad_date = ‘2024-04-04’ . I urgently need a hook that I can disable statistics collection completely
]]>Hi! We use this plugin for sidebar ads on the site and our advertisers have asked us what exactly constitutes as a “view” on the ad. I’m not finding any documentation about this anywhere so please let me know what triggers the view!
]]>Hello there, I have the random ad rotation shortcut placed. I can see the randomness when logged in as Admin.
But when I look at the site incognito / viewer. I see the same banner, even after refreshing 666 times (maybe less ;)) how do I ensure the banners are excluded from the caching plugin.
We are using WP FASTEST CACHE
+
Additional our server: one.com CDN / caching options.
Thank you.
Helllo I received a zip with an asset folder for images, script and html.
I have uploaded that zip via the plugin, but it states “Permission denied” where the banner ad should be.
Due to NDA I can not disclose the website.
What do I need to do please?
Hi! Add the ability to disable metrics on certain counters. The fact is that if the site has a large number of visitors and there are 10+ banners on one page, then the database cannot withstand the load
I have 5 advertisers and 5 places for ads across the page. Can I randomly distribute 5 banners with the Plugin? Avoiding dublicates.
]]>Hi, I just try the free version to understand how is it works before to buy the Pro version, I have been trying to insert 3 ADs in 3 different columns side by side one to the other on one row. From backend they show right in one line, but from frontend it sends them all over on one column… I also tried publishing a group of ADs with already set the 3 columns and 1 row only, but it does the same error in frontend… And this happens only with your plugin, because if I replace your widget with normal images everything works correctly… If you tell me how to solve it I can think about buying the Pro version, otherwise I look for something else… Thank you!
]]>Good afternoon I encountered the following problem… After updating the plugin, the site no longer displays normally, in particular the side bar. The problem only occurs on the main page, because there banners are displayed via carbon fields
Carbon fields code:
Container::make('post_meta', 'Место размещения рекламных блоков')
->where('post_template', '=', 'index-page.php')
->add_fields(
array(
Field::make("select", "crb_adv_block", 'Реклама до блока "Главное"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block1", 'Реклама после блока "Новости"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block2", 'Реклама после блока "Ваш район"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block3", 'Реклама после блока "Самое читаемое"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block4", 'Реклама после блока "Общество"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block5", 'Реклама после блока "Смотрите"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block6", 'Реклама после блока "Городское хозяйство"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block7", 'Реклама после блока "Экономика"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block8", 'Реклама после блока "Культура"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block9", 'Реклама после блока "Спорт"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block10", 'Реклама после блока "Происшествия"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block11", 'Реклама после блока "Новости мира"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block12", 'Реклама после блока "Палитра дня"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block13", 'Реклама после блока "Авторская колонка"')
->add_options('getWpadcenterPostData'),
Field::make("select", "crb_adv_block14", 'Реклама после блока "Газеты"')
->add_options('getWpadcenterPostData')
)
);
Ad pull code:
<?php
function getWpadcenterPostData()
{
$options[0] = 'Без рекламы';
$ads = get_posts(array(
'posts_per_page'=> -1,
'post_type' => 'wpadcenter-ads',
));
if ($ads) {
foreach ($ads as $a) {
$options[$a->ID] = $a->post_name;
}
}
return $options;
}
<?php
function render_wpadcenter_ads($name)
{
if (function_exists('carbon_get_the_post_meta') && function_exists('wpadcenter_display_ad')) {
$id = carbon_get_the_post_meta($name);
return wpadcenter_display_ad(array('id' => $id, 'align' => 'none'));
}
}
]]>
How long does one normally have to wait for your reply to a pre-purchase question submitted through the AdCenter website contact form? Thx.
]]>Hi,
After I using the WPAdcenter this plugin but it not result to shows ads at my site even throught I add my ads through WPAdcenter at design page. I don’t know what problem on it. I did the same step for ads add at WPAdcenter as viedo shows. no shows up any ads at my site after I review my site. It just looks like never add the WPAdcenter at my page. I contact with wordpress support several times problem not solve yet. therefore, wordpress support sent me this link for asking help. Please help me to solve this problem soon. It is for a long times already.
Thanks
Mei
]]>Seems code only shows banners in 1 column as seen.
[wpadcenter_adgroup adgroup_ids=23 align=’center’ num_ads=6 num_columns=2 max_width=”on” max_width_value=468 devices=mobile,tablet,desktop]
]]>Is there a redirect url feature in wpadcenter? example: advertiser url is https://www.example.com ; but as soon as the visitor touches the ad image/banner, the url that appears is not like the one above but for example: https://www.providers-ad.com/ad-banner-300×250/1234 and once the visitor clicks on the banner, the destination/which opens is https://www.example.com ?
]]>I just installed WP AdCenter and created 4 single ads all sized 300×250. When added and displayed in my widget, the second, third, and fourth images are progressively getting smaller and not displaying at the correct image size.
]]>Hi,
I’ve bought and installed the pro version of wpadcenter but I’m having issues getting the ads to rotate.
When I’m logged in as admin they rotate fine but when I view the site as a normal user the ads don’t rotate. If you refresh the page, or leave the site and visit the page again the same block of ads are shown. Navigating the pages makes the ads changed but the ads you see on that page when you refresh or revisit stay the same.
If you look at the home page you’ll see they don’t rotate.
Any ideas?
Chris
Trying to grab a shortcake from a Group. All of the fields are blank. No Shortcake, Template Tag, Number of ads, etc.
https://www.dropbox.com/s/v564o8justdpb4v/Screen%20Shot%202023-06-07%20at%201.07.06%20PM.png?dl=0
]]>I have created custom sizes for the images, but when displaying the image size is not the right one. It always displays the 350×106 image.
You will find an example with a banner size 1134×106.
]]>Hi,
What happen WordPress ad no-show whenever using advance ad plugin or wp Adcenter. Is something wrong?
]]>hi all,
We have purchased the pro version of ads centre pro WP plugin.
Currently we can’t see the packages and details . And also please tell me where we add this package and all details. And also we have to exclude the plat form from packages which we adding.
Thank You.
Testing on a password-protected staging site. Was able to upload and display an HTML5 ad via zip no problem. After I updated the site’s expired SSL, the ad stopped displaying.
In the ad, I noticed that under Custom Fields > “wpadcenter_html5_ad_url”, it still showed the old, “http” URL as the path to the asset. Updating the field to “https” and hitting “Update,” then publishing, did not take. The refreshed published page reverted the URL back to “http.”
Any ideas?
]]>I submitted a contact request form twice and still have not gotten a reply (one was days ago), so trying here.
Is it possible to “add funds” to an advertiser in the Pro level, like if they paid outside of the system? (i.e., if an advertiser paid for it like via a bank payment, would I be able to add funds to their advertiser account without them going through a payment process again).
Please let me know, this is a determination as to whether I upgrade to pro or find a different system.
]]>Hello,
I’m trying to create an advertiser account in WordPress using the free version of the plugin but there’s no “Advertiser” under the role section.
Can you please explain if this feature is only available in the pro version?
Thanks,
]]>Hi, I’m trying to add an ad with a size of 300*250. The image I upload is 300*250, but the plugin displays the image thumbnail version which is 180*180 which means I get an 180*180 image stretched to 300*250, which doesn’t look so good ??
]]>i installed this plugin in my wp site: https://ifdm.design/
and its working fine. the issue is occured when i work with tagdiv composer page builder plugin, page builder plugin is not working if wpadcentre plugin is installed. if i deactivate wpadcentre plugin then page builder is working fine.. and i am using this page builder plugin since last 5 years.
Page builder plugin (TagDivComposer)
]]>Hi! We are looking for a solution where I as the owner of the wordpress site allows another user to only manage the ads. Do you support any functionality to create an user account that can only manage the ads in the wordpress dashboard? If WP Ad Center doesn’t support this, what suggestions or tips do you have a for a software/plugin/service that can fulfill our requirements?
]]>We’ve recently starting using banners on our website, and I noticed that the impression counter on some banners are impossibly high.
e.g. over the course of 2 weeks the site has had roughly 1,500 pageviews, but the banner has received nearly 20,000 impressions.
Any ideas? A colleague suspected it may be due to duplicating older banners and changing the image/link rather than creating a new ad and starting from scratch.
Thanks!
]]>Hey hey, so it should be as easy as adding a WPAd block onto a post or a page, but the thing is that there are no WPAd-related blocks listed that I could choose. What am I missing?
]]>Hello, When adding a Single Ad image by uploading it or selecting from media gallery, it is shown cropped from both sides inside your extension and when posted on Elementor. What is the problem please?
]]>Hi,
I’m using the plugin to host a collection of businesses and then charging for any clickthroughs from my site. It works great but I was wondering if there’s a way to add a caption under each image ad, so the name of the business displays beneath.
Thank you
]]>