-1
votes
0answers
51 views

WordPress Theme - Migration from Zurb Foundation 3 to 4 [closed]

I have inherited a WordPress theme done with Version 3 of Zurb Foundation. I'd like to upgrade it to Foundation 4. I do understand that Foundation 4 has a lot of changes that need to be implemented ...
-2
votes
1answer
60 views

Extra Space on Right Side CSS [closed]

I seem to be getting an extra space on the right side of my page. I'm using Zurb's Foundation/Wordpress for this. You can check the website here: http://tinyurl.com/dypgvgp Any ideas?
0
votes
0answers
30 views

Foundation 4: Utilizing Section on a inline-list generated by WordPress

I have the following code currently: <div class="section-container auto" data-section> <?php wp_nav_menu(array( 'theme_location' => 'utility', 'container' => false, ...
5
votes
3answers
144 views

Page Load on Refresh in IE8

I'm developing a website and I'm getting a lot of inconsistencies with loading when refreshing a page. Clicking on links functions as expected; no issues there. The problem only occurs when REFRESHING ...
0
votes
0answers
37 views

Call different template in Foundation Wordpress theme within plugin page

I'm trying to marry the required+ theme based upon the Foundation Framework (found here: http://themes.required.ch/) with The Events Calendar plugin (found here: ...
0
votes
0answers
122 views

Foundation and UberMenu, No Flyout/Dropdown Menu [closed]

I've a problem with UberMenu and Foundation+ Wordpress Theme. I have set sub items for the menu called boardrooms under desks and nothing displays... I'm not sure what the problem is, any help is ...
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 ...
3
votes
2answers
481 views

Problems getting Foundation 4 JS to work in WP

I'm merging Foundation 4 with Bones to create a WP Starter theme. I had everything working fine with the JS from Foundation 3, but now that I'm trying to implement the Foundation 4 JS I'm running into ...
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 ...
0
votes
0answers
168 views

Problems with the elastic grid zurb foundation wordpress theme

I've built a blog on the Wordpress platform using the wp-foundation theme, which is based on the Zurb Foundation framework. I'm having some issues with the elastic grid. If you open the blog and try ...
1
vote
3answers
406 views

Zurb Foundation Top Bar 'min-height" wrong

I am in the process of using Foundation to create a website, and I have come across a problem that I can't seem to find the solution too. I have noticed that when expanded, some of my drop-downs get ...
0
votes
0answers
111 views

Foundation Navigation Dropdown z-index

I'm having trouble getting the dropdowns of my navigation displaying above the slider (royal slider plugin). I'm using the a Foundation Based Wordpress Theme called base station and theming in a child ...
0
votes
1answer
72 views

Reverie body_class causing unwanted padding on Chrome/Windows

I've been building my site using the Reverie theme for Wordpress with Foundation 3.2 installed over the included version of Foundation and it's been working great on Safari / Chrome on my Macbook (and ...
0
votes
0answers
45 views

Foundation JS doesn't work on single post from WordPress

I'm trying to use the Foundation framework (http://foundation.zurb.com/) library (js and css). It worked with parent pages, when you paste the code directly on the file. But when I try to use the same ...
0
votes
2answers
88 views

Nth iteration for wordpress while loop

I know it is little easy but unable to solve the issue with wordpress while loop. I am using zurb framework and for product list using below html structure. <div class="row"> <div ...
-1
votes
3answers
2k views

Zurb Foundation top-bar menu not working on mobile display

I am using the Zurb Foundation framework on a Wordpress site. The problem that I am having is with the responsive top-bar. When it goes into its mobile mode the menu doesnt work. It will not drop down ...
0
votes
2answers
487 views

Wordpress Foundations submenu not displaying in iPad

i'm still new to the mobile / fluid / responsive game and am having issues with the submenu on this site: http://www.medowsconstruction.com/ the click on mobile should replace the :hover function ...
0
votes
0answers
318 views

Zurb Orbit Slider in Wordpress Define Image size with caption

I am pulling my hair since many days to solve this :P What I want to do is displaying slider with post thumbnail with excerpt. After few days search I found solution ...
1
vote
1answer
760 views

Adding a class to the links in wp_nav_menu

I'm working on a new wordpress site and I'm building it with the Foundation framework. I'd like to add the class "main" to the links in the navigation that is built with wp_nav_menu. Eventually, I'll ...
0
votes
1answer
200 views

curb foundation jquery dependancies

I was wondering if anyone out there knew which js files from zurbs foundation requires Jquery. I am building my functions.php file in wordpress and I want to set the dependicies for the scripts if ...