Jon Kopp

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
Oct 31, 2017 at 9:08 pm
#65078
Member
Jon Kopp
OP
This reply has been marked as private.
Oct 31, 2017 at 2:02 am
#65045
Member
Jon Kopp
OP

if i remove the below code from my theme’s single.php .. the duplicated content disappears .. however “statements” page is missing other content i put in there.

<?php

/* Start the Loop */
while ( have_posts() ) : the_post();

get_template_part( ‘template-parts/blog/style’, ‘default’ );

// Load Related Posts, Post Pagination, Author Bio, Shares, Tags etc.
codeless_single_blog_footer();

// If comments are open or we have at least one comment, load up the comment template.
if ( ( comments_open() || (int) get_comments_number() ) ) :
comments_template();
endif;

endwhile; // End of the loop.
?>

Oct 30, 2017 at 9:09 pm
#65043
Member
Jon Kopp
OP

i had some css hidden which hidding some panels of user dashboard.

.w3eden .panel-default {
border-color: #D2D6D8;
display: none;
}

Oct 30, 2017 at 9:07 pm
#65042
Member
Jon Kopp
OP

i am still experiencing this issue. i can’t figure it out.

Oct 30, 2017 at 9:06 pm
#65041
Member
Jon Kopp
OP

i found this in /custom-access-level/wpdm-my-downloads

Oct 30, 2017 at 7:25 pm
#65036
Member
Jon Kopp
OP

please ignore.

Oct 30, 2017 at 6:43 pm
#65031
Member
Jon Kopp
OP
This reply has been marked as private.
Oct 30, 2017 at 6:35 pm
#65028
Member
Jon Kopp
OP

please remove this support request. the issue was my code.

Oct 30, 2017 at 4:14 pm
#65010
Member
Jon Kopp
OP

here is broken code

Viewing 9 posts - 1 through 9 (of 9 total)