• Hello, I’m completely new to this so it may be a dumb question. In the Swiftbiz lite theme, I’d like to replicate the featured box from the home page on my contact page. So I copied the entire code from the front-featured-boxes-section.php onto the Contact us Page in the dashboard. What happens is the icons appear but not the text underneath. Why!? Am I missing code?

    Also why is there such a big space between the horizontal line and the icons on the Contact Us Page?

    Thanks for the help.

    the website: pegasusrgv.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi Rreyna,
    Don’t be afraid to ask stupid questions. I love them!

    Actually there is php code running in that file which can’t be executed from the wp editor content (security purpose). You only need to have HTML

    <div id="featured-box">
    	<!-- container -->
    	<div class="container">
    				<!-- row-fluid -->
    		<ul class="mid-box-wrap row-fluid">
                <!-- Featured Box  -->
    			<li class="swiftbiz-container mid-box span4">
    				<div class="swiftbiz-iconbox iconbox-top">
    					<div class="iconbox-icon ">
    						<i class="fa fa-home"></i>
    						<h4><a href="#"><span class="first-word rootword">Quality</span> Homes</a></h4>
    					</div>
    					<ul class="horizontal-style"><li></li><li></li><li></li><li></li></ul>
    					<div class="iconbox-content">With over 10 years of real estate experience in South Texas, we guarantee we can find the perfect home for you and your family.</div>
    					<div class="clearfix"></div>
    				</div>
    			</li>
    
                <!-- Featured Box  -->
    			<li class="swiftbiz-container mid-box span4">
    				<div class="swiftbiz-iconbox iconbox-top">
    					<div class="iconbox-icon ">
    						<i class="fa fa-building"></i>
    						<h4><a href="#"><span class="first-word rootword">Commercial</span> Property</a></h4>
    					</div>
    					<ul class="horizontal-style"><li></li><li></li><li></li><li></li></ul>
    					<div class="iconbox-content">Hassle free commercial property for sale or lease. We focus on putting you in the right place you so can focus on your business.					<div class="clearfix"></div>
    				</div>
    			</div></li>
    
                <!-- Featured Box  -->
    			<li class="swiftbiz-container mid-box span4">
    				<div class="swiftbiz-iconbox iconbox-top">
    					<div class="iconbox-icon ">
    						<i class="fa fa-usd"></i>
    						<h4><a href="#"><span class="first-word rootword">Builder</span> Financed Construction</a></h4>
    					</div>
    					<ul class="horizontal-style"><li></li><li></li><li></li><li></li></ul>
    					<div class="iconbox-content">Can't find the perfect house? We've partnered with Reyna Homes to build you your custom home.					<div class="clearfix"></div>
    				</div>
    			</div></li>
    
    			<div class="clearfix"></div>
    		</ul>
    			</div>
    	<!-- container -->
    </div>

    use the above HTML and enjoy using swiftbiz-lite.

    Regards,
    Tanay Khandelwal

    I’m building a site for residential real estate, and want to use a series of featured boxes on a location page (detailing all the addresses in a given geography). When I put the code above in under text, it formats all 3 across the way it should. If i go to the visual tab, then return to the text tab it aligns all the code to the left, and the actual page arranges the featured boxes vertically. What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘featured box, swiftbiz lite’ is closed to new replies.