Questions tagged [ajaxify]

Simple drop-in script to ajaxify your entire website instantly using the HTML5 History API with History.js and jQuery ScrollTo.

Ajaxify your entire website instantly with this simple drop-in script using the HTML5 History API with History.js and jQuery ScrollTo.

Github

25 questions
0
votes
0 answers

Ajaxify a website so that .php pages are loaded without page refresh

I have been using the code from the top answer of the following post: Need help understanding how to ajaxify a web site It's working correctly when I try it with .html pages, as shown in the example. However, my pages are in php. Everything is…
Erulisse
  • 21
  • 2
0
votes
1 answer

Keep current page visible while loading another page with ajax and css transition

I am using ajax to load next page, it works fine. (wordpress with aws ajaxify plugin ) pastebin of ajax js All i want now is to keep current page visible till the next page loads and occupy the viewport. Here is the link for the demo site m…
echoashu
  • 912
  • 3
  • 14
  • 31
0
votes
1 answer

Activate a function/hyperlink, but stay on the same page

I would like to make "add to cart" button work in a way so that a person stays on the same page once they click on it, but that the items still gets added to their cart. How can I make that? Does it have to be ajaxified, and if yes then how? Here is…
iamx
  • 49
  • 1
  • 12
0
votes
1 answer

Ajaxify shopping cart in volusion

I am working on a template on Volusion, my question is, can the "add to cart" button there be ajaxified?
iamx
  • 49
  • 1
  • 12
0
votes
1 answer

DFP ads not showing on ajaxified website

I used the Browser State/ajaxify gist (https://github.com/browserstate) on a Wordpress-based website to dynamically load content. The problem I'm running into is that now my Google DFP ads aren't loading when the content is dynamically loaded. The…
Sean
  • 1
  • 1
0
votes
1 answer

Limit ajax functionality to individual menu

I am trying to ajaxify the submenus on a couple of pages for a client. I'm currently testing on a localhost site I have set up. These are the pages of the actual site that I'm working on. The food menus on commonwealthskybar.com/menus/ and the…
0
votes
2 answers

Converting current function for future elements

Trying to make this (works for first page): $(".text").not(".active a").hover(function(){ apply to ajaxify loaded elements. Tried: $(document).on("hover",".text:not(.active a)",function(){ Doesn't work. Am I missing something? EDIT Let me add…
Andy Foster
  • 160
  • 1
  • 10
0
votes
1 answer

Wordpress custom last posts PAGINATION

I want to add pagination to my front page last posts but i keep failing..! My code: query('showposts=4&cat=3'); …
Alt-Rock Ninja
  • 313
  • 3
  • 7
-1
votes
1 answer

AJAXify won't work on phpBB?

According to PHPBB's website AJAXify is enabled on the software however I can not get it to work at all. I have followed their insturctions documented on their website here: https://wiki.phpbb.com/Using_AJAX Here is my code:
Peter Stuart
  • 2,362
  • 7
  • 42
  • 73
-1
votes
1 answer

Editing Wordpress Ajaxify Theme

I have installed Ajaxify theme on my site (tekstyleankara.com). At the head of the it writes website's name on red background. I want to put the logo of the company there. How can I do that? Thanks. I think I need to edit this line in header.php…
jason
  • 6,962
  • 36
  • 117
  • 198
1
2