Hi there,
I made an update of the Theme from 6.7.2 to 7.0 and then after all what I have done modifying the Theme are totally gone now.
Please advise what would the best solution for this?
1. Sign/Login appears on top of every Pages view and Top Bar Sign/Login is came back to its default setting now when I modify it.
2. Facebook comment is gone now.
3. Author Box came back to its default after the update.
Do I have to do the changes again after any update of the Theme?
Regards
Hello ilnegozio,
Unfortunately, as a general rule, we recommend always doing backup for each update to be more safety in this regard.
1,3)If you have a custom CSS in your CSS box, please try to re-save it again as the code to be regenerated in the new version of Newspaper (v. 7.0).
2)Please ensure that you have correctly updated your theme via FTP and also, please check if you have the latest version of Social Counter installed on your side (version 4.0).
Hope this helps and let us know how it goes!
Thank you for the message!
Hi Catalin,
I manage now to update my site to 7.0 without having a problem and I am proud to share it to the community.
Please help me to implement back the following:
1. Please advise if this is correct for Facebook comments and USERPRO Author Box – I manage to set this properly on the previous version 6.7.2 I am using loop-single-12.php style
<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
- - - This is what I inserted a shortcode to show a USERPRO Author Box Card - - -
<?php echo do_shortcode('[userpro template=card user=author]');?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
- - - This is what I inserted a code to show Facebook Comment - - -
<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>
<?php echo $td_mod_single->related_posts();?>
For Facebook comment – I place a code in header.php
<body <?php body_class() ?> itemscope="itemscope" itemtype="<?php echo td_global::$http_or_https?>://schema.org/WebPage">
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=XXXXXX”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<?php /* scroll to top */?>
2. http://prnt.sc/b2jo8d – I want to know the exact gradient color of that in the screenshot.
Regards
Hello ilnegozio,
First of all, thank you for your mini tutorial. Also, please notice that these types of plugins are not tested with our latest version and also, it was not tested nor with Newspaper 6.x.x, sorry! Please try to implement these plugins using the same implementation for Newspaper 6 and see how it works for you. Please try to do it yourself because these require additional customizations and we cannot provide custom work at the moment, sorry! For more references in this regard, you can consult this topic here -> https://forum.tagdiv.com/topic/anybody-implemented-fb-comments/
If you want to adjust more plugins which are not tested with our theme to works fine with the theme and you are not aware the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you in this regard!
For your second request, please provide a URL with that example or please explain where I can find it so I can inspect it closer and so I can give you a more accurate code for that type of gradient colour.
Thank you fo your understanding!