kirkvan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCards] Blank ScreenUnderstood. Thank you, Steven.
Yes, very important. We’re looking for a rapid response from the developer.
Forum: Plugins
In reply to: [MP3-jPlayer] Player only showing play buttonWe’re having the same problem on one of our sites. It’s probably a plugin conflict, so we’re investigating in that direction.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Share, email, every mail dasn't workI’m confirming that the email sharing button is not working. Instead, it’s just forwarding to your contact us page:
Thanks for your message. Yes, there are once again 6 ads running. Next time there are 5 ads, we’ll post at your support site: https://www.ajdg.net/support/
HeartBeatOfKauai.com switched to 6 ads, but is now once again displaying 5. As I shared in my post of one week ago, you can now see the problem. Arnan de Gans, could you please take a look and reply?
OK, we are now displaying five ads via AdRotate in the right-hand sidebar here:
https://www.heartbeatofkauai.com/
Do you now understand the display problem we initially reported and have been trying to explain over the course of this entire support thread?
Please advise.
@arnan, thanks for your replies. The Ad Block has always been 2 columns by 3 rows for six ads total, incorrectly display 5 ads. That’s why myself and Tamil opened this thread and reported the problem. Please advise.
My programmer just added:
Configuration:
—-
Ad Units in block : 5 (each 125px square ad)
Rows : 3
Column : 2
Block Padding : 0
Ad Padding / Margin : both 5px
Border: 0File: adrotate-output.php
Line No: 296
—
// determine grid size based on amount of ads
$block_count = $block->columns * $block->rows;
if($array_count < $block_count) $block_count = $array_count;// resize block in height
if($block->rows > ($block_count / $block->rows)) $block->rows = $block_count / $block->columns;—
Line No: 318
—
$gridheight = ($block->rows * $block->adheight) + $heightmargin.’px’;
—Calculations results:
$array_count = 5
$block_count = 2 x 3 = 6
if(5 < 6) $block count = 5
if(3 > (5 / 3)) $block->rows = 5 / 2 = 2.5—
Line No: 312
—
$heightmargin = (($block->admargin * 2) * $block->rows) + (($block->adpadding * 2) * $block->rows) + (($adborder * 2) * $block->rows);
$heightmargin = ((5 * 2) * 2.5) + ((5 * 2) * 2.5) + 0 = 50
$gridheight = 2.5 * 125 + 50 = 362.5pxThe final output starts like this…
<div style=”float:none;margin:0;padding:0px;clear:none;width:290px;height:362.5px;border:none;”>
(so I assume the above calculation is correct)Forum: Fixing WordPress
In reply to: Execute shortcodes in excerpts in WordPress 3.2Greetings, redalert123. Did you ever discover a plugin that can turn on running shortcodes in excerpts?
Forum: Plugins
In reply to: [CW Image Optimizer] Installing littlutilsI can’t promise that the plugin author, Jacob Allread, can take on littleutils server install issues, but here’s a support thread on his blog wherein he was very helpful in supporting and improving his plugin code:
https://www.jacoballred.com/my-sites/image-optimizing-wordpress-plugin/
Forum: Plugins
In reply to: [CW Image Optimizer] Installing littlutilsI was missing pngcrush. Once installed, opt-png correctly installed. My issue resolved.
Forum: Plugins
In reply to: [CW Image Optimizer] Installing littlutils@zulugrid, thanks for the excellent instructions here…
https://www.ads-software.com/extend/plugins/cw-image-optimizer/installation/
…which I just completely followed; however, I’m running CentOS and am still receiving this error in WordPress:
“CW Image Optimizer requires littleutils. You are missing: opt-png.”
Forum: Networking WordPress
In reply to: .htaccess 301 redirection for multisiteI’d love to hear about the correct syntax for page-specific redirects per the #1 / “aboutus” item above. I have the same need.
Forum: Installing WordPress
In reply to: Nagging false/positive upgrade notice@mark / t31os – Thanks much. That one had been bugging me for weeks.