VolumeWatchers
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Conflict With W3 Total cacheWait for Arnee’s answer. But, I have added this in W3TC under
Never cache the following pages:
sitemap\.xml
sitemap-.*\.xml
sitemap\.html
sitemap-.*\.htmlForum: Plugins
In reply to: [XML Sitemap Generator for Google] Invalid XML tagYeah. They suck.
Thanks again for the great work.
Forum: Reviews
In reply to: [W3 Total Cache] Good, but too heavyThanks
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Invalid XML tagYou are awesome. That took care of the issue. One more question, not related to the plugin, but related. I have google feedburner pingshot option. So, the pages get indexed in matter of seconds. Is there any option for bing, like that ? Also, bing takes a month or so for index my site where google does it in sec. Any advise would be helpful.
Forum: Reviews
In reply to: [W3 Total Cache] Good, but too heavyGreat analysis. Lot of good work and worth for? Let me know the other two plugins. Will try to switch.
Thanks! Google is busy indexing the pages, now. Thanks again for the great support.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Invalid XML tagThanks ! I will take a look @ it. I use this plugin because, I can query the media files by media tag, so that i can create dynamic posts with images. Is there anyway, I can bypass/exclude this plugin while creating the xml site map?
I found this quick note “https://wphighed.org/2013/06/quick-tip-caching-and-site-maps/” and applied it. Also added following the .htaccess file.
RewriteCond %{REQUEST_URI} !(robots\.txt|sitemap(_index)?\.xml(\.gz)?|[a-z0-9_\-]+-sitemap([0-9]+)?\.xml(\.gz)?|(.*)\.xml)
( added the |(.*)\.xml) now I am getting OK status code for the child map (https://volumewatchers.com/sitemap-pt-post-2014-05.xml). Tested through this link https://www.xml-sitemaps.com/validate-xml-sitemap.html. I have submitted the sitemap again. Let me wait for a day and will close this ticket.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] JavaScript code along with event info.Not sure what you guys did. The recent update took care of the problem by itself.
Forum: Plugins
In reply to: [W3 Total Cache] Does anyone get any support here?Great Info. Good luck to everyone.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] JavaScript code along with event info.Here is the code as suggested by the moderator.
<h3>Upcoming Events</h3> <div class="timely ai1ec-agenda-widget-view ai1ec-clearfix"> <div> <div class="ai1ec-date "> <a class="ai1ec-date-title ai1ec-load-view" href="http://downtownchesscafe.com/all-events/action~oneday/exact_date~11-5-2014/"> <div class="ai1ec-month">May</div> <div class="ai1ec-day">11</div> <div class="ai1ec-weekday">Sun</div> </a> <div class="ai1ec-date-events"> <div class="ai1ec-event ai1ec-event-id-679 ai1ec-event-instance-id-252 "> <a href="http://downtownchesscafe.com/ai1ec_event/non-uscf-rated-tournament-game-15?instance_id=252" class="ai1ec-popup-trigger"> <span class="ai1ec-event-time"> </span> <span class="ai1ec-event-title"> NON-USCF Rated Tournament Game / 15 <span class="ai1ec-event-location" >@ DOWNTOWN CHESS CAFE</span> </span>
Yeah… Sounds like similar to this issue.
https://www.ads-software.com/support/topic/javascript-code-along-with-event-info
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] JavaScript code along with event info.from view source.
<span class="ai1ec-popup-title"> <a href="https://downtownchesscafe.com/ai1ec_event/non-uscf-rated-tournament-game-15?instance_id=173" >NON-USCF Rated Tournament Game / 15 <span class="ai1ec-event-location" >@ DOWNTOWN CHESS CAFE</span> </span> <a href="https://downtownchesscafe.com/wp-admin/post.php?post=679&action=edit"> <i class="ai1ec-fa ai1ec-fa-pencil"></i> Edit </a> <div class="ai1ec-event-time"> May 11 @ 2:45 pm – 5:30 pm </div> <div class="ai1ec-popup-excerpt">Non-USCF Unrated Tournament Game/15 4 rounds jQuery(document).ready(function($) { $('#iphorm-536189d2bce3e').iPhorm({"id":4,"uniqueId":"536189d2bce3e","PHPSESSID":"39dc1f69152ed8dba5df9905797a86e1","useAjax":true,"successMessageTimeout":10,"clElementIds":[],"clDependentElementIds":[],"centerFancybox":true,"centerFancyboxSpeed":true}); if ($.isFunction($.fn.qtip)) { $('.iphorm-tooltip-hover', iPhorm.instance.$form).qtip({ style: { classes: 'qtip-plain qtip-shadow' }, position: { my: 'left center', at: 'right center' } }); $('.iphorm-tooltip-click', iPhorm.instance.$form).qtip({ style: { classes: 'qtip-plain qtip-shadow' }, position: { my: 'left center', at: 'right center' }, show: { event: 'focus' }, hide: { event:[...]</div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] JavaScript code along with event info.I think it’s picking up Q-forms code as well from the footer. Please take a look. I will take a look as well.
Also ingored the message and went ahead with auto minify. It made the performance nothing but worsen. The double time was spent on looking up the minifying files.