macohen85
Forum Replies Created
-
I need the divs to be displayed one below another vertically. @electricfeet, the code you provided has the divs side by side in a column format horizontally.
Okay, gotcha. Please bare with me… This is all very new for me. I understand using the div class=”span4″…But which page do I need to apply this code to? And If I wanted 3 unique divs, what would the syntax look like?
Forum: Themes and Templates
In reply to: [Customizr] Change order of Homepage items?I tried this and it didnt work…? Here is what my custom-page.php code looks like:
<?php /* Template Name: Custom Page Example */ get_header(); do_action( '__breadcrumb' ); ?> <div class="container" role="main"> <div class="row"> <?php do_action( '__sidebar' , 'left' ); do_action( '__loop' ); do_action( '__sidebar' , 'right' ); ?> </div><!--#row --> </div><!-- #container --> <?php do_action( '__fp_block' ); get_footer(); ?>Okay… I downloaded Bootstrap and extracted the zip file to my desktop…just not sure what needs to take place afterwards.
Forum: Themes and Templates
In reply to: [Customizr] Move featured page below home page text on FrontpageHere is what my custom-page.php looks like:
<?php
/*
Template Name: Custom Page Example
*/get_header();
do_action( ‘__breadcrumb’ );
?>
<div class=”container” role=”main”>
<div class=”row”>
<?php
do_action( ‘__sidebar’ , ‘left’ );
do_action( ‘__loop’ );
do_action( ‘__sidebar’ , ‘right’ );
?>
</div><!–#row –>
</div><!– #container –>
<?php
do_action( ‘__fp_block’ );
get_footer();
?>Forum: Themes and Templates
In reply to: [Customizr] Move featured page below home page text on FrontpageI tried this but didnt have any success. I’m unsure what php code needs to be rearranged..help please?
Forum: Plugins
In reply to: [Collapse-O-Matic] Use Image with multiple locationsHavent heard back from you…does that mean my task cannot be accomplished with your plugin??
Forum: Plugins
In reply to: [Collapse-O-Matic] Use Image with multiple locationsThank you for your quick reply!
I want the user to not see the expanded branch info unless they click on a particular city on the image map.
The image map is the only trigger.
Forum: Plugins
In reply to: [Collapse-O-Matic] Use Image with multiple locationsHaHa I am one of the few survivors! 🙂
It is one big map with image mapped links where the branches are.
Based on which branch the user clicks, I would like the branch info to expand below the map. I’d like only one branch’s info to be shown at a time.