Table of Contents
You can add different types of content to pages even without the page builder, using shortcodes of our custom post types powered by our custom plugins:
Portfolio
Portfolio shortcode parameters
[portfolio ids="" category="" columns="" order="" orderby="" showposts=""]
- ids → portfolio posts ids
- category → portfolio post category
- columns → how many columns?
- order → ASC/DESC
- orderby → order by?(id/author/title/name/date/radn etc…)
- showposts → posts to show
Team
Team shortcode parameters
[team ids="" category="" columns="" order="" orderby="" showposts=""]
- ids → team posts ids
- category → team post category
- columns → how many columns?
- order → ASC/DESC
- orderby → order by?(id/author/title/name/date/radn etc…)
- showposts → posts to show
Testimonials
Testimonials shortcode parameters
[testimonials ids="" category="" columns="" order="" orderby="" showposts=""]
- ids → testimonials posts ids
- category → testimonials post category
- columns → how many columns?
- order → ASC/DESC
- orderby → order by?(id/author/title/name/date/radn etc…)
- showposts → posts to show
Pricing package
Pricing package shortcode parameters
[emmet_next_pricing title="" subtitle="" highlighted="" currency="" price="" period="" button-text="" button-link=""]content[/emmet_next_pricing]
- title → pricing element title
- subtitle → pricing element sub-title
- highlighted → highlight item?(true/false)
- currency → currency sign
- price →
- period →
- button-text → text for pricing element button
- button-link → link for pricing element button
Image Hotspot
Hotspot shortcode parameters
[mpce_image_hotspot img="1716" common_hotspot_color="custom" common_hotspot_custom_color="#cf000f" common_plus_color="#ffffff" common_hotspot_size="small" common_tip_theme="custom" common_custom_bg_theme="#f1f6fd" common_custom_font_theme="#4183d7" common_tip_position="top" common_tip_show="hover"] [mpce_hotspot pos_x="43" pos_y="31" hotspot_color="inherit" hotspot_custom_color="#e25441" plus_color="#ffffff" hotspot_size="small" tip_theme="inherit" custom_bg_theme="#eb002c" custom_font_theme="#ffffff" tip_position="inherit" tip_show="inherit"] content [/mpce_hotspot] [/mpce_image_hotspot]
mpce_image_hotspot:
- img → img id from media library
- common_hotspot_custom_color → hotspot color(common)
- common_plus_color → color for plus inside hotspot(common)
- common_hotspot_size → hotspot size – small/normal/big(common)
- common_custom_bg_theme → tooltip background color(common)
- common_custom_font_theme → tooltip font color(common)
- common_tip_position → tooltip position – top/right/left/bottom(common)
- common_tip_show → show tooltip on – hover/click/always(common)
mpce_hotspot:
- pos_x → tooltip percentage X position
- pos_y → tooltip percentage Y position
- hotspot_custom_color → hotspot color
- custom_bg_theme → tooltip background color
- custom_font_theme → tooltip font color
- content → tooltip content