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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Integrate to custom theme

6 Posts
2 Users
1 Reactions
1,530 Views
Posts: 4
Topic starter
(@viktor)
Active Member
Joined: 5 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: 5 years ago

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

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

Honorable Member
Posts: 506

@viktor,

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

 

(@viktor)
Joined: 5 years ago

Active Member
Posts: 4

@tomson already done, but still not working.

 

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

Honorable Member
Posts: 506

@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: 5 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: