Special Offer - Get $90 Discount and Host Your Dream Web Site @ Dreamhost for 1 Year Click Here. Promo Code SLJ345
Back To Top
Building Impressive Presentations with impress.js
Are you tired of creating boring Presentations?
Take a look at the the future of online presentations with impress.js
in my latest book

Guidelines For Using IBlocks

on 2011/10/29 4:11 PM stored in: IBlocks, Wordpress and tagged:
1

Dont use too many shortcodes inside single post or page. When you do this the post will be displayed with blank content. If you want to use lot of shortcodes include the following 2 lines of your wordpress index file right after the php delaration.

ini_set(‘pcre.backtrack_limit’, 1000000);
ini_set(‘pcre.recursion_limit’, 1000000);

2

If the content is not displayed after adding those 2 lines, try changing the values(1000000) to higher or lower value depend on your requirements. It’s important to note that assigning higher values will increase the loading time. So use this wisely.

3

Sometimes when you add shortcodes one after another, wordpress will automatically assign line breaks. Start the shortcode right after the previous shortcode code to remove unwanted breaks.

Problem

 

[header type='un_text_small' color='blue'] I Need to Resolve a Problem [/header]
[header type='un_text_medium' color='blue'] I Need to Resolve a Problem [/header]

Solution

 

[header type='un_text_small' color='blue'] I Need to Resolve a Problem [/header] [header type='un_text_medium' color='blue'] I Need to Resolve a Problem [/header]

4

After using the shortcodes if your layout is not aligned properly, try changing margins and widths until you get the correct layout.

You may have browsed many websites and spent hours to find the informaion provided in this tutorial. So take 1 minute to share this post to help others find it quickly. Thank You for visiting InnovativePHP.

 

Popular Posts
Recent Posts

 

Comments are closed.

Follow Us On Facebook

Page optimized by WP Minify WordPress Plugin