79 comments found.
Hello there…
Great plugin so far! Everything seems to work (light version)... I would definitely go for a buy, if you could help me with the following question… Is there a way to just exclude certain areas on the page (holding a radio stream player)... Somehow the music continues playing during page loads, but the player buttons don’t work anymore?! It works, if I disable [Reinit All Scripts], but then other parts don’t work correctly… Thanks
Hello
Sorry – that would require custom work additional to buying
Cheers!
Radu
hello, Kindly confirm if I buy this theme ( in the list you provided) https://themeforest.net/item/newspress-responsive-news-magazine-wordpress-theme/15600621 everything will ajax load? Thanks
Hello
Yes
Cheers!
Radu
Hi,
Can the plugin help me with this? I’ve created a demo page for you to see what I mean.
demo page: https://buyfwplus.com/wordpress_testing/order-bump-testing-0516/see this for more explaination: https://buyfwplus.com/wordpress_testing/developer_reference/order_bump_refresh.jpg
Is there a way this can be achieved?
Thanks
Hello, can you please add this theme( LMS | Learning Management System, Education LMS WordPress Theme ) to your theme define list as it has more than 4000 sales and setup your plugin with this theme. Thanks
Hello! This plugin replace default comment system and adds new or empowers current wordpress comment system? And what about WooCommerce reviews? Thanks.
Dear Support, i’ve got a pre-sale question. i want to use the wave player with continues playback in combination with the populair ‘shopkeeper theme’ Could you please help me with pre-sets? Thanks in advance, Best regards
Hello
Thanks for the interest but we do not offer support for converting non ajax themes to ajax themes
Cheers!
Radu
I just purchased the plugin but It does not work for Divi when using slider revolution as the site builder: http://rcmtx.com
When the plugin is activated and the pages are loaded, the previous page just loads under the previous one so they all looked stacked.
Can you please login and fix for me. Also the home it doesn’t even load on.
It has been 7 days and no one has responded to me concerning this issue.
NO ONE PURCHASE THIS PLUGIN, SUPPORT HAS STOPPED
hi could you make this work with Divi?
if you need to I can send you a copy
?
Send me a link, I will have a look what does not work
hey please check your mail, I’ve already sent you one few days ago
I have set it up for you
Is there a way to slow down the fade transition between pages. I would like it to be much slower than it is.
Thank you for your help
if(margs.do_not_scroll!='on'){
$('html, body').animate({
scrollTop: 0
}, 100);
}
you can modify 100 ( ms ) to any duration
Is tere some callback function that can be used before of after the page was loaded?
Hello
Yes sure
Ajaxer > settings
Script Call on Page Ready
Cheers!
Radu
Hello! I’m really looking forward to purchasing this plugin, however, in the lite version I get this error when browsing and the plugin doesn’t seem to be working.
Uncaught ReferenceError: i4 is not defined at B (ajaxer.js?ver=4.9.6:6) at HTMLScriptElement.e.onload (ajaxer.js?ver=4.9.6:6)
Not sure if that something that is fixed in the pro version.
Hello
Not likely,
The PRO version just includes some visual customizations
Cheers!
Radu
I’m testing your add-on. but there are plugins that are not displayed. you can help me?
??
supports woocommerce 3.xx?
Hello Friend. What a great job you do.
I asked him a question on his zoomsounds page. also.
I will use your plugins and theme a lot.
Congratulations.
Your support is good.
Thank you!
Hi. I’ve tested its function in two templates. but I can not configure it well. Twenty Sixteen Twenty-five
when giving play on my player. the music stops.
The configuration that you recommend me.
Thank you
Tried with Visual Composer theme. Works somewhat well, however the main reason I will purchase is for background music. When I enable “Remove Document Ready From Reinited Scripts” after navigation, the buttons on player stop working. Any idea how I can prevent that. Without enabling the above, the navigated pages do not render correctly.
The player script is:
jQuery(document).ready(function() {
$ = jQuery.noConflict();
//do not init again
if(jQuery('body').find('.fap-wrapper').size() > 0) { return false; }
jQuery('#fullwidthAudioPlayer').fullwidthAudioPlayer({
opened: 1,
volume: 1,
playlist: 1,
autoPlay: 0,
autoLoad:1,
playNextWhenFinished: 1,
keyboard: 1,
socials: 1,
wrapperColor: '#f0f0f0',
mainColor: '#3c3c3c',
fillColor: '#e3e3e3',
metaColor: '#666666',
strokeColor: '#e0e0e0',
wrapperPosition: window.fapPopupWin ? 'popup' : 'bottom',
mainPosition: 'center',
height: 80,
playlistHeight: 200,
twitterText: 'Share on Twitter',
facebookText: 'Share on Facebook',
downloadText: 'Download',
popupUrl: 'http://testajax.prototypes.studio/wp-content/plugins/fullwidth-audio-player/popup.html',
autoPopup: 0,
randomize: 0,
shuffle:1,
base64: 0,
sortable: 0,
hideOnMobile: 0,
loopPlaylist : 1,
storePlaylist: 0,
layout: 'fullwidth',
keepClosedOnceClosed: 0,
animatePageOnPlayerTop: 0,
openPlayerOnTrackPlay: 0,
popup: 1,
openLabel: '+',
closeLabel: '×',
htmlURL: 'http://testajax.prototypes.studio/wp-content/plugins/fullwidth-audio-player/fwap.php',
loadingText: ‘Loading Playlist’,
popupTitle : ‘Fullwidth Audio Player’,
popupBlockerText: ‘Pop-Up Music Player can not be opened. Your browser is blocking Pop-Ups. Please allow Pop-Ups for this site to use the Music Player.’,
howlOptions: {html5: 1},
debug: false,
soundCloudClientID: ’’,
});
jQuery('.fap-popup-player').click(function() {
jQuery.fullwidthAudioPlayer.popUp();
});
jQuery('.fwap-clear-button').on('click', function() {
jQuery.fullwidthAudioPlayer.clear();
});
var playText = ' Play',
pauseText = ' Pause',
playIcon = ' ',
pauseIcon = ' ',
currentTrackUrl = null,
selectedPlayButton = null;
jQuery('#fullwidthAudioPlayer').on('onFapReady', function(evt) {
jQuery.fullwidthAudioPlayer.volume(1);
});
jQuery('#fullwidthAudioPlayer').on('onFapTrackSelect', function(evt, trackData, playState) {
})
.on('onFapPlay', function() {
if(selectedPlayButton != null) {
selectedPlayButton.html(selectedPlayButton.parents('.fap-icons').size() > 0 ? pauseIcon : pauseText);
}
})
.on('onFapPause', function() {
if(selectedPlayButton != null) {
selectedPlayButton.html(selectedPlayButton.parents('.fap-icons').size() > 0 ? playIcon : playText);
}
});
if(trackData.duration == null) {
//mp3,official.fm
currentTrackUrl = trackData.stream_url;
}
else {
//soundcloud
currentTrackUrl = trackData.permalink_url;
if(currentTrackUrl.search('official.fm') != -1) {
currentTrackUrl = trackData.permalink_url;
}
}
//pre-selected track button to play
if(selectedPlayButton != null) {
selectedPlayButton.html(selectedPlayButton.parents('.fap-icons').size() > 0 ? playIcon : playText);
}
//search for a play button with the same title
if( 0 ) {
currentTrackUrl = Base64.encode(currentTrackUrl);
}
else {
currentTrackUrl = currentTrackUrl.replace(/.?:\/\//g, "").replace(/^www./, "");
}
selectedPlayButton = jQuery('.fap-play-button[href="'currentTrackUrl'"], .fap-play-button[data-href*="'currentTrackUrl'"]');
if(playState) {
selectedPlayButton.html(selectedPlayButton.parents('.fap-icons').size() > 0 ? pauseIcon : pauseText);
}
else {
selectedPlayButton.html(selectedPlayButton.parents('.fap-icons').size() > 0 ? playIcon : playText);
}
var trackWrapperMargin = null;
jQuery(window).resize(function() {
jQuery('.fap-center').each(function(i, item) {
var $item = $(item),
$trackWrapper = $item.children('div:first'),
trackWrapperWidth = $trackWrapper.outerWidth(true),
numOfTracksPerRow = Math.floor($item.parent().width() / trackWrapperWidth);
if($trackWrapper.length 0) {
return;
}
if(trackWrapperMargin = null) {
trackWrapperMargin = parseInt($trackWrapper.css('marginRight'));
}
$item.children('div').css('marginRight', trackWrapperMargin)
.filter(':nth-child('String(numOfTracksPerRow)'n)').css('marginRight', 0);
if(numOfTracksPerRow == 1) {
$item.width(trackWrapperWidth);
}
else {
$item.width((trackWrapperWidth * numOfTracksPerRow) - trackWrapperMargin);
}
});
}).resize();
});
Hey
Please read the description. We cannot guarentee full compatibility that is why we released free plugin
Cheers!
Radu
Thanks. Not really helping on the sells front, I was going to purchase and refer if this actually worked.
Not worth the sale if there’s bigger effort to implement then the sale value
we will release an ajax enabled theme this summer maybe you will be interested
Cheers!
Radu
Does Ajaxer work with Divi. I tried using numerous selectors and it somewhat worked. but seem could not reinit JS to render the loaded page correctly.
Hello, I bought the plugin and you say: “if the theme you are using has over 1000 sales we’ll set it up for you for free and add it the predefined list”
I use this theme with 2,092 Sales: Explicit – High Performance Review/Magazine Theme https://themeforest.net/item/explicit-high-performance-reviewmagazine-theme/6782745
It has some ajax itself for the directory and widgets Would you please add it to the predefined list?!
Thank you
Send me a message via – https://codecanyon.net/user/ZoomIt
Cheers!
Radu
Hey, One pre-sale question, when will you release the next update for this plugin?
and is it compatible with Flatsome theme?
Please read complete description
No updates are being planned
Hello, does it work with the HUEMAN theme?
We cannot guarantee compatibility with any theme
Im looking to purchase. Downloaded the light version and getting a bunch of
ajaxer.js:6 Uncaught ReferenceError: i4 is not defined at B (ajaxer.js:6) at HTMLScriptElement.e.onload (ajaxer.js:6)
Im using a popular theme javo directory https://themeforest.net/item/javo-directory-wordpress-theme/8390513 would you support this theme?
Hello
I don’t think the premium version has this error
You can buy it and if there are any problems I can refund
Cheers
Radu
Just purchased still have the same issue. It seems as if its conflicting with my core jquery . Are you still offering support? . I would really love to use this plugin.
Yes sure
Send me admin here – http://zoomthe.me/sendadmin/login-details.php
Input “https://codecanyon.net/comments/17649390 ” in the Additional Details field
Thanks
Radu
Are you still providing setup for themes over 1000 purchases if we purchase the Pro version of this plugin?
Thanks
Hello
Yes, but we cannot guarentee support with 3rd party plugins
Understood. What about the plugins the theme requires to have on install? The theme I’m using requires many different plugins for each of it’s demos to be installed.
Please advise….
For example, a community theme requires Buddypress, Buddydrive, GeoDirectory, BP Lookup, bbpress, jetpak, akismet, AWS S3 for media, chat plugins, visual composer, and others….
We can try
I can give you refund after if there are incompatibilities
Hi ZoomIt,
I was ready to buy your plugin, but I just noticed that you have this plugin listed without support: https://www.screencast.com/t/wxj5bKyGF Did you just change this setting? What does this mean? Are you willing to still set the plugin up on the theme I mentioned earlier?
Thanks
Yes, it’s written in the Item Details as to why