Tagged: x
-
AuthorPosts
-
December 27, 2016 at 11:18 am #1305951
melhopkopParticipantHi there! My comments seem to have stopped displaying on my site, they were previously working fine.
I have tried disabling all plug-ins but this makes no difference. I had my site configured to use Disqus but neither Disqus nor Wikipedia’s native comments are showing up. I have comments enabled in the settings and on the individual posts.
My URL is http://www.abetterwaytohealth.com
Any help is appreciated.
Best wishes,
MelDecember 27, 2016 at 11:19 am #1305953
melhopkopParticipantHi again,
I don’t know if this is related or coincidental, but AddThis has also stopped displaying on my site, where it was displaying perfectly fine before.
Thanks for you help!
Best wishes,
MelDecember 27, 2016 at 11:34 am #1305972
ThaiModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link login to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
December 27, 2016 at 11:39 am #1305979
melhopkopParticipantThis reply has been marked as private.December 27, 2016 at 12:03 pm #1306011
RupokMemberHi Mel,
Did you change any theme files? You can try installing a fresh copy of X. I can’t find any issue with your settings.
Thanks!
December 27, 2016 at 12:48 pm #1306102
melhopkopParticipantHi Rupok,
I didn’t change any Theme files. I updated X theme recently and I updated WordPress.
Is the latest X-theme compatible with the latest WordPress?
Thanks!
December 27, 2016 at 12:55 pm #1306109
RupokMemberHi there,
Latest WordPress is compatible with X. Kindly try installing a fresh copy of X. You can download the installable theme from themeforest or here – https://community.theme.co/dashboard/
You can delete and place the extracted theme folder under wp-content/themes/ folder using FTP.
Let us know how it goes.
December 27, 2016 at 1:20 pm #1306144
melhopkopParticipantHi Rupok,
I have just installed a fresh copy of X and the problem persists. Additionally, when I switch to the 2015 theme, comments are showing, which demonstrates a problem with X theme.
What are the next steps?
Best wishes,
MelDecember 27, 2016 at 8:46 pm #1306596
Rue NelModeratorHello There,
Would you mind providing us the ftp login credentials so we can take a closer look and fix this issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your credentials, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– FTP Hostname
– FTP Username
– FTP PasswordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
December 28, 2016 at 1:21 am #1306816
melhopkopParticipantThis reply has been marked as private.December 28, 2016 at 1:57 am #1306853
ChristopherModeratorHi there,
By default blank templates don’t display comment area.
#1 Since your page was built in VC, please install and activate visual composer.
#2 Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Copy template-blank-4.php from framework/views/icon and put it in the same path inside child theme, replace existing code with following :
<?php // ============================================================================= // VIEWS/ICON/TEMPLATE-BLANK-4.PHP (No Container | Header, Footer) // ----------------------------------------------------------------------------- // A blank page for creating unique layouts. // ============================================================================= ?> <?php get_header(); ?> <div class="x-main full" role="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-wrap"> <?php x_get_view( 'global', '_content', 'the-content' ); ?> <?php x_get_view( 'global', '_comments-template' ); ?> </div> </article> <?php endwhile; ?> </div> <?php x_get_view( 'icon', '_template-blank-sidebar' ); ?> <?php get_footer(); ?>Hope it helps.
December 28, 2016 at 3:24 am #1306881
melhopkopParticipantHi there,
I have followed your instructions (set up child theme, copied code into the file) and cleared my cache. Comments and Add-This are still not showing up on the front-end.
I look forward to hearing the next steps to resolving this.
Best wishes,
MelDecember 28, 2016 at 3:49 am #1306907
ChristopherModeratorHi there,
Please provide us with FTP credentials as well.
Thanks.
December 28, 2016 at 3:52 am #1306909
melhopkopParticipantHi Christopher,
The FTP credentials have already been provided above.
Best wishes,
MelDecember 28, 2016 at 4:10 am #1306918
melhopkopParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1305951 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
