1
vote
1answer
75 views

Background image won't display 100% if it is generated at random

I am making a website that has two background images, one of them is always the same i.e.: background-image: url("../images/centre-image.jpg"); and the other is generated via php to show a ...
1
vote
1answer
59 views

Including Zepto or jQuery at runtime in Symfony2

I am attempting to incorporate Foundation framework in Symfony2. I copied all the css/js assets in the app/Resources folder and am able to reference them. However there is one part which is not ...
0
votes
4answers
72 views

common elements php html navbar

I am trying to make a template for my website. Basically taking out all the common stuff out using php's include function. I have made a navigationbar.php and samplepage.php. navigationbar has all ...
0
votes
0answers
27 views

WordPress - Showing only certain recent posts

I currently have a slider which shows six recent posts with a row of thumbnails underneath and they show the same six recent posts as thumbnails. What I would like to do is have the slider show recent ...
0
votes
0answers
32 views

Thumbnail Captions in Foundation (Wordpress)

I'm quite new when it comes to getting stuck in to PHP so excuse me if what I say makes no sense. I'm using the 320 Press Foundation template. What I'm trying to do is have a block (caption) appear ...
0
votes
2answers
194 views

WP-Foundation (by 320press) Orbit Slider with background-image

The thing I want to do here, is adding the post-thumbnails of the blogposts as background-image into the built in Orbit slider within 320press WP-Foundation Wordpress-theme. First thing said, is that ...
1
vote
2answers
101 views

Combine multiple function in ajax

I am making a tab pills for mo filter using zurb foundation. Is it possible to combine this? I would like to use only 1 function because they are just almost the same just the variable is changing. ...
0
votes
1answer
426 views

How to echo a Page (view) to Ajax Function in Codeigniter

I am using Codeigniter with Zurb Foundation framewrk. i am tryin to load data in reveal box(fancy popup) using AJAX.. The trick is, i am not loading just the inner html content, but the HTML itself..I ...
1
vote
2answers
222 views

Accessing Hidden Unordered Lists in CodeIgniter Using CSS/JS/PHP

Disclaimer: I'm new to web development. Scenario: I'm making an event based calendar using CodeIgniter. It works great on a desktop/tablet sized window, and I've made a mobile version using ...