minimus
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Ads Manager] add_object_page and get_currentuserinfoSolved…
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] Restrict ad by taxonomy (SAM)If you use standard WordPress Custom Taxonomies Terms, it is enough to set “Enable restriction for Custom Taxonomies Terms”, “Show” and set of the terms for use. But some third party plugins creates pseudo-terms (for example: it uses value of a custom field as CTT) and use them as Custom Taxonomies Terms. In this case the restriction will not work.
BUT! Restriction for Custom Taxonomies Terms for pages not works in this version of plugin! Wait next version.
Forum: Plugins
In reply to: [Simple Ads Manager] Ad campaign report showing no statsThe nested ads – all ads contained by the Ads Place object, excluding default ad.
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] Inline text link allowed with no formatting?You are absolutely right! So much time has passed, but nothing on this issue has not been done. Excuse me. I will try to do something in the near future …
Regards!
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] White screen after installingRemove the plugin’s folder using FTP client or file browser. Reinstall the plugin.
Note! Do not delete the plugin from the WP Plugins page. It will remove all data of the plugin (options, DB tables), not only plugin’s files!
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] White screen after installingTry to increase the PHP execution time to 100..120 sec.
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] White screen after installingTry to save plugin’s options from settings page…
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] SAM ProHi! Please, ask questions regarding SAM Pro Lite plugin on the support forum.
Forum: Plugins
In reply to: [Special Text Boxes] how to reset?Read this section…
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] White screen after installingLow resources…
Try to set WordPress memory limit to 128M and PHP execution time to 60 sec.Forum: Plugins
In reply to: [SAM Pro (Free Edition)] How to update code in header<?php { // AD SERVER LOGIC if (isset($pagename) && $pagename == 'intl') { if(function_exists('samProDrawPlace')) samProDrawPlace(5, null, array('before' => '<div class="ad">', 'after' => '</div>')); } else { if(in_category('intl', get_the_ID())) { if(function_exists('samProDrawPlace')) samProDrawPlace(5, null, array('before' => '<div class="ad">', 'after' => '</div>')); } else { if(function_exists('samProDrawPlace')) samProDrawPlace(1, null, array('before' => '<div class="ad">', 'after' => '</div>')); } } $html = array(); echo implode("\n",$html); } ?>Forum: Plugins
In reply to: [SAM Pro (Free Edition)] How to delete ad?Why you don’t want to delete ad from Ads page?
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] JS in the head?The plugin makes one request to retrieve the codes of all ads. If there were two or three ads per page, then perhaps your option would be faster. However, can be more ads per page and so using a single query will be preferred for faster loading ads. This is my opinion.
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] How to delete ad?Scavenge->Permanently delete an expired ads = immediately
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] No hit/click tracking, even with the setting enabledCreate Places for each physical places and link necessary ad to each of Place. You will receive statistics.