Peter
asked 10 years ago

There is no sidebar on my Question overview and also not on my ask a question.
http://www.gscgambia.com/gsc_ask_questions/

Peter Kegels
replied 10 years ago

Done.
Thx

Peter Kegels
replied 10 years ago

Yep. I have seen it. I will be in Europe in around 14 days, than i can buy it. Here from the Gambia it is a big problem.

Peter Kegels
replied 10 years ago

As you see, i’m still in The Gambia and that will be fore the coming three mounts. So, i still have no possibility to buy your other templates. The cost hre for an European payment is over €45. To much for a payment around €45.

At his moment i am helping me out whit another simple theme.
But also here i cannot find the sidebar.

http://answers.gscgambia.com/

What to do?
Many regards,
Peter

3 Answers
DominicStaff
answered 10 years ago

Hello Peter !
To display the sidebar in the Question page, Please send me the code that you added to the 2 file:  content-start-wrapper.php / content-end-wrapper.php.

Peter Kegels
replied 10 years ago

content-end-wrapper.php

echo ‘

‘;
echo ‘‘;

echo ‘‘; // blog content wrapper
echo ““; // end of gdl-page-item

get_sidebar(‘left’);

echo ‘

‘;
echo ““; // row
echo ““; // gdl-page-left

get_sidebar(‘right’);
echo ‘

‘;
echo ““; // row
?>





Peter Kegels
replied 10 years ago

content-start-wrapper.php

// Check and get Sidebar Class
$sidebar = get_post_meta($post->ID,’post-option-sidebar-template’,true);
if( empty($sidebar) ){
global $default_post_sidebar;
$sidebar = $default_post_sidebar;
}
$sidebar_array = gdl_get_sidebar_size( $sidebar );

// Translator words
if( $gdl_admin_translator == ‘enable’ ){
$translator_about_author = get_option(THEME_SHORT_NAME.’_translator_about_author’, ‘About the Author’);
$translator_social_share = get_option(THEME_SHORT_NAME.’_translator_social_shares’, ‘Social Share’);
}else{
$translator_about_author = __(‘About the Author’,’gdl_front_end’);
$translator_social_share = __(‘Social Share’,’gdl_front_end’);
}
?>

“>
global $left_sidebar, $right_sidebar, $default_post_left_sidebar, $default_post_right_sidebar;
$left_sidebar = get_post_meta( $post->ID , “post-option-choose-left-sidebar”, true);
$right_sidebar = get_post_meta( $post->ID , “post-option-choose-right-sidebar”, true);
if( empty( $left_sidebar )){ $left_sidebar = $default_post_left_sidebar; }
if( empty( $right_sidebar )){ $right_sidebar = $default_post_right_sidebar; }

global $blog_single_size, $sidebar_type;
$item_size = $blog_single_size[$sidebar_type];

// starting the content
echo ‘

‘;
echo ‘

‘;

echo ‘

‘;
echo ‘

‘;

echo ‘

‘;

// blog title
echo ‘

‘ . get_the_title() . ‘

‘;

// blog information
echo ‘

‘;
echo ‘

‘;
echo ‘

‘;

echo ‘

‘;
echo the_author_posts_link();
echo ‘

‘;

$tags_opening = ‘

‘;
$tags_ending = ‘

‘;
the_tags( $tags_opening, ‘, ‘, $tags_ending );

echo ‘

‘;
echo ‘

‘; // blog information

// blog content
echo ‘

‘;
?>
Guru
answered 10 years ago

You can always use DW Focus which is a brilliant theme. And it works great with DWQA too!
http://designwall.com/wordpress/themes/dw-focus/

Peter Kegels
replied 10 years ago

Yep. I will go for Focus and Argo. Than i have a newsletter and Gambia magazine.
This will be for into 14 days, when i am back in Europe for a couple of days. Paying from The Gambia to Europe is very costly.+€ 50.
Then i can renew a new European bank account to settle those kind of bills.

DominicStaff
answered 10 years ago

Hi Peter,
We could access to FTP account, however not with your site.
We have tried to deactivate the QA plugin and the issue was still there. There must be an issue from other plugin. Please check your site again and let us know when it is running back.

Peter Kegels
replied 10 years ago

I let you know. At this moment we are working on the Multisite system for wordpress. Then i will see if i can handle the issue. Let you know when more information is there. Many thanks. Peter

Powered by DW Question & Answer Pro