-
Author
-
October 27, 2013 at 12:35 #5220nusolutionsParticipant
I get a blank page when clicking the insert shortcode button so I’m trying to use the following text to set up a page. For the oddest reason I cannot get the groups to show side-by-side. Instead they show three (3) to one side, the right, and one (1) to the left.
In addition when I try to change the order nothing works. So I’m unable to change to the following order:
Groups
Mambers
NewsGotta be something simple. See code below. Any assistance appreciated:
[kleo_section centered=1 border=1][kleo_row]
[kleo_one]
[kleo_h2]Sumtin Sumtin Dark Side.[kleo_colored_text color=”#9B0A0A”] It’s That Simple![/kleo_colored_text][/kleo_h2][/kleo_one]
[kleo_one_half][kleo_h4][kleo_icon icon="user" size=normal] [kleo_colored_text color=”#9B0A0A”] Member Profiles
[/kleo_colored_text]First step: Complete your profile and allow others to get to know you. Be as honest as you want your mate to be. [/kleo_h4][/kleo_one_half] [kleo_one_half][kleo_h4][kleo_icon icon="group" size=normal][kleo_colored_text color=”#9B0A0A”] Join Group(s)
[/kleo_colored_text]Locate group(s) which appeal to you, join, and make new friends. Be social and start making new friends. [/kleo_h4][/kleo_one_half]
[kleo_one_half][kleo_h4][kleo_icon icon="share" size=normal][kleo_colored_text color=”#9B0A0A”] Share Experiences
[/kleo_colored_text]Make status updates, create posts, upload photos, and videos with the community and other friends & followers. [/kleo_h4][/kleo_one_half] [kleo_one_half][kleo_h4][kleo_icon icon="book" size=normal][kleo_colored_text color=”#9B0A0A”] Start a Blog
[/kleo_colored_text]Have subject matter which may appeal to others? Then start a blog & create articles which motivates others to share in the discussion(s). [/kleo_h4][/kleo_one_half][/kleo_row]
[kleo_row][kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] JOIN TODAY! [/kleo_button] [kleo_button url="membership-levels" style="alert" size="large" round="radius" icon="money,before" target="_self"] MEMBERSHIP [/kleo_button]
[/kleo_row][/kleo_section][kleo_section centered=1 border=1][kleo_row]
[kleo_one] [kleo_h2]Everything You Need & Want in a Dating Community[/kleo_h2]
[/kleo_one][/kleo_row][/kleo_section]
[kleo_section centered=1 border=1][kleo_row]
[kleo_three_fourth][kleo_h2][kleo_colored_text color=”#9B0A0A”]Community Members
[/kleo_colored_text][/kleo_h2][kleo_status_icon type=”total” subtitle=”Total Members”] [kleo_status_icon type=”members_online” subtitle=”Online: All”] [kleo_status_icon type=”women_online” subtitle=”Online: Women”] [kleo_status_icon type=”men_online” subtitle=”Online: Men”][kleo_section][kleo_h2] Community News[/kleo_h2]
[kleo_posts_carousel cat="all" limit="6" post_formats="all" post_types="post,testimonials"]
[kleo_h2] Community Groups[/kleo_h2]
[kleo_recent_groups]
[/kleo_three_fourth][kleo_one_fourth][kleo_h4] One fourth[/kleo_h4][/kleo_one_fourth]
[/kleo_row][/kleo_section]October 28, 2013 at 16:23 #5270SQadminKeymasterPlease see this solution here: https://archived.seventhqueen.com/forums/topic/blank-page-screen-when-loading-shortcodes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 29, 2013 at 00:52 #5298USParticipantAdding doesn’t help:
`
<?php// Access WordPress
$wp_load = “wp-load.php”;
$count = 0;
while(!file_exists($wp_load)) {
$count++;
if ($count > 12) {
break;
}
$wp_load = ‘../’ . $wp_load;
}if (file_exists($wp_load)) {
require_once(realpath($wp_load));
}?>
`
PLEASE NOTE: I tried with and without `?>’
October 29, 2013 at 13:14 #5323SQadminKeymasterHi,
This is the complete file: http://d.pr/n/h50G
If it doesn’t work in wp-config.php set WP_DEBUG to TRUE and see the error in the popupHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.