If the vivacity plugin doesnt connect to built in wordpress comment count, it wont work. Best to disable the function is td templates and ask the plugin dev how to add the comment count to the templates youre using in the theme.
Switch to newsmag 3 … Or to keep 1.71 you must use the shim plugin workaround that radu came up with … You need to request it.
We just switched all 4 of our sites on 171 to 3.1 and wow, really worth it.
You simply activate them on the wordpress plugins menu, no other activation is needed.
(( deal with server death was RAID5 turned out to be RAID0 … ruh roh! For both the server AND the back up system. One started to go bad, but wasn’t giving up error notices; the other one just started to go bad on Sunday, died completely Thurs. night … aka “the week of hell” … NOW we have RAID10 and full external RAID10 backup on top of that!!!! Damn you storage media demons!! OOps… I am using damn a lot lately … the damn police gonna get me …. shutting up now … seeeeeya! ))
Well, the post TEMPLATE is where you put the AdRotate code not “inside of posts” …. 😉
Manual is easy to look at – they have dedicated FAQs website which kinda reminds me of the ACF docs but actually easier to read!
O M G !
Will have to try this out.
What sucks is that on couple of sites, the SQL dbase was corrupted back to December and had to use stupid wordpress xml export file, which doesn’t seem to load back in all the image references to the media folder; so I have 70,000 images on one site, but only about 2,000 in the actual media “panel.” I tried a plugin to “scan a folder and add to media list” .. .but that just crashed and burned even with 1GB allocated to php (!).
So, one hurdle crossed. Good job, and thanks for sharing!
As Ren and Stimpy would say “happy HAPPY joy JOY!” 🙂
Yes, hence the “roll your own” to come up with a solution that works for your particular site. No one click solution, so take my posts here as just fodder for trying things for your particular purpose. I don’t have a solution based on your use. We have a workaround working here, but then we started on the beta almost a year ago, and were “ready” for Feb. roll out. So, we had time to mess with it.
Luckily you can try it without breaking anything…. it doesn’t add stuff to your posts or anything. And when turned off, it doesn’t do any evil like some plugins.
In our case, we just put the element into our post templates as we only use three of them. 🙂
So, no need to use TD sidebar widget, and we just put the code for the ‘ad group’ into the templates (we don’t pollute the stories by injecting ads into the story content).
Yeah, server meltdown super irritating as I’m the “make a backup” guy, and so I’ve been in “facepalm” mode all month. Stupid Softlayer/IBM! (Damn you to hell!). 🙂
And needless to say if you’re on a $5/month plan, or most GoDaddy offerings, you likely can’t run much of anything 😉
Well, we have dedicated server with dual Xeon E5-2640v3 processors and 32GB of RAM. So, I have enough horsepower to throw at anything pretty much (except that one version/batch/trunk of Visual Composer that killed the box last year! which led to Radu’s “shim” plugin workaround). So, not best person to ask beyond saying “we have never had a problem with it” — but then, I never had issue with wp-postviews either, sooo…. unless you’re trying to do something funky with a CDN, bad ad network with timeout issues, etc. I don’t see a problem.
Oh, I know what one of the ‘hax’ we did was, as I don’t think it originally did/supported ‘async’ mode for stuff; which was one thing we did.
Anyway — works for me, “your mileage may vary.”
(and for you geeky folk; specs on just ONE of the processors on our new server went live Aug 5, sadly as our old server had total RAID failure during migration; http://ark.intel.com/products/83359/Intel-Xeon-Processor-E5-2640-v3-20M-Cache-2_60-GHz ).
-
This reply was modified 9 years by
simchris.
And remember kids!
Never ever ever use ‘hacked’ (STOLEN) web applications or software.
Or, the boogey man will get you.
Sorry.
We ‘hacked’ the plugin a couple of years back (4 years?) when it was very simple and there was no pro version, as at the time it didn’t work well with https or couple of other things, so we “modified” the code. Since it still works with latest WP, and PHP, we’ve just left it as is. Might have to revisit when we start mucking with PHP7, but have not gotten to that YET.
Initially very simple plugin to create ad groups, a “weight” for each ad, and then rotate those ads, randomly in a widget. That was it. Still, we’ve been recommending it on these forums for 3 years now (has it been THAT long since TagDiv launched? Yikes!).
I think I used “hacked” in the wrong sense here. Should have said “modified.”
We license everything up the wazoo over here as a legal business/company in California, USA.
No “warez” here !
((I don’t work here; we just run “most” of our sites on TagDiv themes.))
-
This reply was modified 9 years by
simchris.
You can embed shortcodes into a custom snippet of any code, like ads, etc., using the filter hooks in the AMP plugin docs to add a block of code at footer in the AMP template.
For videos, yes, we use the template with “no featured image” for the post, then put the video at top of the post box. We also do this for some book reviews where the book cover is tall and skinny and doesn’t work well for any of the featured sizes.
Or, you could create custom field for your video, then add an amp-iframe video box by inserting the shortcode at footer of the amp template.
By example to play with, which must be added to main functions.php
//Chris EXAMPLE AMP FOOTER
add_action( 'amp_post_template_footer', 'xyz_amp_add_pixel' );
function xyz_amp_add_pixel( $amp_template ) {
$post_id = $amp_template->get( 'post_id' );
?>
<div class="s2pamp02">
<p><em>My super special copyright notice goes here.</em></p>
<!--Related posts / or any compatible shortcode for plugin-->
<?php if ( function_exists( 'echo_ald_crp' ) ) echo_ald_crp(); ?>
</div>
<hr/>
<div class="s2pamp01">
<hr/>
<h2><strong>Wow it's Chris' headline!</strong></h2>
<p>You can put text here, isn't it amazing!</p>
<hr/>
</div>
<?php
}
//END
-
This reply was modified 9 years by
simchris.
The browser will cache it pretty agressively.
Make sure you delete old favicon files in your root folder, then go to your site and refresh browser. Delete browser cache, obviously (history, in chrome).
Upload new favicon.ico and Apple precomposed files to your web root.
Make sure none is specified in the theme panel when you do switcheroo, obviously. Make sure one is NOT in the media folder.
Usually works. Went through this recently myself, actually. Had to reinstall site after server crash, from backups, and the default Plesk icon was stuck there for a bit.
AddType application/x-font-woff .woff
ExpiresByType application/x-font-woff "access plus 2500000 seconds"
To anyone considering this plugin; it works very well and we’ve been using it for years, although in a slightly hacked version. 50,000 installs and counting on the repo.
The trick is to use to rotate ads randomly on view which is default behavior and NOT try to set funky schedules to have ads rotate every xx minutes, which is wrong and will overload system and violate most ad networks.
if you READ THE FRIENDLY MANUAL for the plugin; it’s designed to ROTATE ads; meaning each time a page is loaded, a different ad is served. This violates no ad terms; so you can serve an AdSense ad one time, then house ad the next time, in same ad spot, very simply.
Put another way, knowing the terms of use for any ad service like AdSense is important if using that, whereas loading your own ads off your own site you can do whatever you want.
AdRotate does NOT work like an animated GIF ad server.
Traditionally it has been used to “randomly” load ads from a set ad group which you can define, and you can put any ad group into any widget or ad spot you wish.
Only you can be responsible for knowing the “rules” for any ad network to which you participate and act accordingly. An ad server plugin is only a tool, it’s not making choice for you.
And reading the instructions properly, helps too.
Share and enjoy 🙂
You don’t need to activate license. They are bundled versions which don’t need a separate paid license when used with this theme. Just ignore the ‘nag’ screens from those plugins; TagDiv tries to block them, but they are sneaky! You’re all good 🙂
Mobile devices need smaller footprint page loads for better user experience and SEO, etc.
Complex page => desktop
Simpler page, less bandwidth, smaller footprint => mobile
This is why Google and others have come with alternate solutions like AMP, etc.
Mobile speed *is* now a ranking factor for mobile with majority of web traffic NOW on mobile devices.
So, the idea is NOT ridiculous, but clever way of serving two version of site when “responsive” alone is not enough for some people. And surprise, you can turn it off if you RTFM.
Welcome to webdev, always a learning experience.
Note that Facebook sets a redirect for all links from FB to a website as well as tracking cookie; if your site does not properly allow redirects or has “too many redirects” then some devices will fail, especially mobile.
If somebody can access your website from any other link except Facebook, then it’s fairly clear the issue is how the site is setup to accept inbound traffic from Facebook.
If your site has popups, popunders, conflicting Facebook data on page, etc. these can also impact FB links on landing.
I don’t work here, just some feedback.
Also note if your site is https and SSL3, TLS1 and 1.1 are deprecated (which are insecure), some older web browsers cannot connect at all over https and will not load page. For example with http/2 and https, old web browsers cannot connect to an https page properly in many cases.
You need to use the filter hooks from the AMP support page to “add” the video to footer of your AMP pages, as the AMP “pages” from your post only pulls the materials in the “post box” — not any plugins or custom coding from your theme. So the AMP version will only get videos which are “inline” to the post and not “featured” videos or images.
So, you generally need to “roll your own” social buttons, or use a plugin that is AMP friendly that will “insert” things at bottom of the AMP footer (e.g., we use a related posts plugin that does this).
Often with a video, you can simply use a normal post, then put the video at top inline using oembed vs making a “featured video” unless you want to come up with your own workaround.
This is how we have been doing on our sites since the beta started last November.
That may not be any help; just food for thought in that with most AMP customizations, hooking into AMP from a theme developer perspective is a like having to manage an entirely new theme.
TagDiv would almost need to make a separate plugin to sell just to cover costs of the support on doing that.
Examples of adding woff and webp are in my optimization thread in this forum from the docs menu > tutorials > best of forum
Did you also update the tagdiv plugins via ftp at same time?
Try checking the system status for the php timeout settings and also make sure you have 64M or more (96M or even 128M) assigne to WP in your wp-config.php file. Default 40M for WP not enough for Visual Composer on complex stuff.