Jon Kopp

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
in reply to: page template duplicated data #65078

Jon Kopp
Member
This reply has been marked as private.
in reply to: page template duplicated data #65045

Jon Kopp
Member

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.
?>

in reply to: profile fields disappeared – profile "code" css #65043

Jon Kopp
Member

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

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

in reply to: page template duplicated data #65042

Jon Kopp
Member

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

in reply to: wpdm_my_downloads php file to edit? #65041

Jon Kopp
Member

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

in reply to: list [mydownloads] in columns #65036

Jon Kopp
Member

please ignore.

in reply to: page template duplicated data #65031

Jon Kopp
Member
This reply has been marked as private.
in reply to: [page_link] messes up link template #65028

Jon Kopp
Member

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

in reply to: [page_link] messes up link template #65010

Jon Kopp
Member

here is broken code

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