The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Integrate to custom...
 
Share:
Notifications
Clear all

[Solved] Integrate to custom theme

6 Posts
2 Users
1 Likes
917 Views
Posts: 4
Topic starter
(@viktor)
Active Member
Joined: 4 years ago

Hi guys!

I have an issue with integration to a full custom theme.

What I have done:

What I have on my page is:

image

By checking the source no .css or .js files are included in the footer from wpdiscuz.

What am I missing?

Thank you for your help!

5 Replies
Posts: 4
Topic starter
(@viktor)
Active Member
Joined: 4 years ago

Missed and can be important, I'm using v7 latest Beta

4 Replies
Tom
 Tom
Support
(@tomson)
Joined: 8 years ago

Honorable Member
Posts: 494

@viktor,

Please check each point of this instruction one by one: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/

 

(@viktor)
Joined: 4 years ago

Active Member
Posts: 4

@tomson already done, but still not working.

 

Tom
 Tom
Support
(@tomson)
Joined: 8 years ago

Honorable Member
Posts: 494

@viktor,

Please provide screenshots regarding those points (those, which can be done). Also, please change the code:

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

to this:

<?php comments_template(); ?>

 

(@viktor)
Joined: 4 years ago

Active Member
Posts: 4

@tomson I've rebuilt my theme based on twentytwenty and now we are ok.

I think I have missed wp_head() in header.php that caused the problem.

Thank you anyway!

 

Share: