janinex
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Form not loading wpDiscuzIt is fixed. It was an Ajax Problem. Thank you ??
- This reply was modified 6 years, 5 months ago by janinex.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Form not loading wpDiscuzYes, it is enabled. How does it look like on your screen? Can you see the problem?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Form not loading wpDiscuzThis is the single.php
<?php
$id = get_the_ID();
$chosen_sidebar = get_post_meta(get_the_ID(), “qode_show-sidebar”, true);
$default_array = array(‘default’, ”);if(!in_array($chosen_sidebar, $default_array)){
$sidebar = get_post_meta(get_the_ID(), “qode_show-sidebar”, true);
}else{
$sidebar = $qode_options[‘blog_single_sidebar’];
}$blog_single_hide_comments = “”;
if (isset($qode_options[‘blog_single_hide_comments’]))
$blog_single_hide_comments = $qode_options[‘blog_single_hide_comments’];if(get_post_meta($id, “qode_page_background_color”, true) != “”){
$background_color = get_post_meta($id, “qode_page_background_color”, true);
}else{
$background_color = “”;
}$content_style = “”;
if(get_post_meta($id, “qode_content-top-padding”, true) != “”){
if(get_post_meta($id, “qode_content-top-padding-mobile”, true) == “yes”){
$content_style = “style=’padding-top:”.get_post_meta($id, “qode_content-top-padding”, true).”px !important'”;
}else{
$content_style = “style=’padding-top:”.get_post_meta($id, “qode_content-top-padding”, true).”px'”;
}
}
?>
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php if(get_post_meta($id, “qode_page_scroll_amount_for_sticky”, true)) { ?>
<script>
var page_scroll_amount_for_sticky = <?php echo get_post_meta($id, “qode_page_scroll_amount_for_sticky”, true); ?>;
</script>
<?php } ?>
<?php get_template_part( ‘title’ ); ?>
<?php
$revslider = get_post_meta($id, “qode_revolution-slider”, true);
if (!empty($revslider)){ ?>
<div class=”q_slider”><div class=”q_slider_inner”>
<?php echo do_shortcode($revslider); ?>
</div></div>
<?php
}
?>
<div class=”container”<?php if($background_color != “”) { echo ” style=’background-color:”. $background_color .”‘”;} ?>>
<div class=”container_inner default_template_holder” <?php if($content_style != “”) { echo wp_kses($content_style, array(‘style’)); } ?>><?php if(($sidebar == “default”)||($sidebar == “”)) : ?>
<div class=”blog_holder blog_single”>
<?php
get_template_part(‘templates/blog/blog_single’, ‘loop’);
?>
<?php
if($blog_single_hide_comments != “yes”){
comments_template(”, true);
}else{
echo “<br/><br/>”;
}
?><?php elseif($sidebar == “1” || $sidebar == “2”): ?>
<?php if($sidebar == “1”) : ?>
<div class=”two_columns_66_33 background_color_sidebar grid2 clearfix”>
<div class=”column1″>
<?php elseif($sidebar == “2”) : ?>
<div class=”two_columns_75_25 background_color_sidebar grid2 clearfix”>
<div class=”column1″>
<?php endif; ?><div class=”column_inner”>
<div class=”blog_holder blog_single”>
<?php
get_template_part(‘templates/blog/blog_single’, ‘loop’);
?>
</div><?php
if($blog_single_hide_comments != “yes”){
comments_template(”, true);
}else{
echo “<br/><br/>”;
}
?>
</div>
</div>
<div class=”column2″>
<?php get_sidebar(); ?>
</div>
</div>
<?php elseif($sidebar == “3” || $sidebar == “4”): ?>
<?php if($sidebar == “3”) : ?>
<div class=”two_columns_33_66 background_color_sidebar grid2 clearfix”>
<div class=”column1″>
<?php get_sidebar(); ?>
</div>
<div class=”column2″>
<?php elseif($sidebar == “4”) : ?>
<div class=”two_columns_25_75 background_color_sidebar grid2 clearfix”>
<div class=”column1″>
<?php get_sidebar(); ?>
</div>
<div class=”column2″>
<?php endif; ?><div class=”column_inner”>
<div class=”blog_holder blog_single”>
<?php
get_template_part(‘templates/blog/blog_single’, ‘loop’);
?>
</div>
<?php
if($blog_single_hide_comments != “yes”){
comments_template(”, true);
}else{
echo “<br/><br/>”;
}
?>
</div>
</div></div>
<?php endif; ?>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?><?php get_footer(); ?>
Forum: Plugins
In reply to: [Comments - wpDiscuz] Form not loading wpDiscuzDoes the Plugin works with this theme?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Form not loading wpDiscuzHi,
thanks for your reply.
Still the same problem. After refreshing the site it is working. Is it a cache problem?Forum: Plugins
In reply to: [Comments - wpDiscuz] CSS wpdiscuzit works, if i change the theme to a default theme. :/
so the plugin is not compertible with the Theme Stockholm?Forum: Plugins
In reply to: [Comments - wpDiscuz] CSS wpdiscuzsame problem… if i take the comment form from the theme i did not have this problems.
Forum: Plugins
In reply to: [Comments - wpDiscuz] CSS wpdiscuzTwo screenshots- before and after reloading the site.
https://wordpress.p275300.webspaceconfig.de/before/
https://wordpress.p275300.webspaceconfig.de/after/
The CSS is not loading right. What do you mean?