Hi,
Do you refer to the facebook comments plugin or to the Jetpack comments? Please provide more details about this.
Also you can try to use a plugin like WP User Avatar for this.
Thanks!
Hi,
This error is from a plugin that you use plugins/wpclef/ and is not related to the page that you want to create. Please disable that plugin and see if you still have this error.
You can set your sidebar for your post and categories from Theme Panel > Template Settings: http://screencast.com/t/Z4BvywCSse1 and add widgets to it from Widgets section: http://screencast.com/t/rDrG16SmpZk
There will be added smart sidebar feature on Newspaper ver.5
Thanks!
Hi,
Unfortunately theme doesn’t have a Tabs block doesn’t have this option. You can try to find a plugin to achieve that.
Thanks!
Hi,
Do you have any custom modifications to the page template(page.php) or did you created a new one(file template)? This class is not right there – http://screencast.com/t/Nv7cWrzY1f as you can see here it must be like this – http://screencast.com/t/iFmalqhqc
So if you have made any custom modifications please remove theme, also if you have created a new page template you can try to solve those issues.
Also please make sure that you use the latest version of Visual Composer plugin (4.4.3).
Thanks!
Hi,
1. Now I see your issue with header ad. If you don’t want to use header ad please remove also the code from that section and that space will be removed.
If you want to use header ad on mobile devices I can help you with custom css to hide that space for different sizes of screen using media queries.
2. For example I see that you use post style 8 for your articles. So if you comment or delete title from the code for this template – http://screencast.com/t/iddm2vcxxVW you can use another post styles where the title will be visible(those are not affected by your change in template 8): http://screencast.com/t/Am58acxL9jQ1
3. Replied via email.
Hope this helps!
Hi,
Please try this custom css: http://screencast.com/t/0JjTLjc6
.single .td-g-rec-id-custom_ad_1 {
margin-bottom: 0px;
}
.single footer .td-social-like-tweet {
margin-bottom: 10px;
}
If you refer to the like button, this is changing according to the user language on facebook – http://screencast.com/t/rxTcru9b
Thanks!
Hi,
Please provide more details about your issue and a link so we can take a look.
Thanks!
Buna,
Pluginul Social Counter pe care l-ai instatlat nu se afla in folderul temei(“Newspaper/includes/plugins”), trebuie sa faci aceasta modificare in wp-content > plugins: http://screencast.com/t/ROBC7P2ihlve – http://screencast.com/t/ts2jLooP3P
Mersi!
Hi,
This must be a wordpress issue, please check version the version that you use. When you try to edit an image do you see it? Also it could be a permission to folder or some custom modification to restrict users to view only media library items that they uploaded – http://wordpress.stackexchange.com/questions/1482/restricting-users-to-view-only-media-library-items-they-have-uploaded
I’m not sure what cause this issue as it is not related to the theme, maybe other forum’s users may have experienced this issue…
Thanks!
Hi,
How you can see the bottom ad is a part of the post content – http://screencast.com/t/jng4o2dJd so it no do easy to move it bellow reviews.
But you can paste your adsense code in a custom ad – http://screencast.com/t/P4RlrVp9CaU0 and use do_shortcode function to display it bellow reviews like this: http://screencast.com/t/swOSa31Pfd4
Result: http://screencast.com/t/OPL62EOz
Thanks!
Hi,
Our comment count is located here – http://screencast.com/t/7U3SRv0igYg0
Unfortunately I cannot help you with this, you can try to add there plugin’s shortcode to count facebook comments, also you can ask at the plugin support for this – https://wordpress.org/plugins/facebook-comments-plugin/
Thanks!
Hi,
You can find in our documentation how to use post with pagination like already Christopher suggested: https://forum.tagdiv.com/post-with-pagination/
Also you can try to find a plugin if this doesn’t help you.
Thanks!
Hi,
I have checked you test page and I found that this issue is caused by this padding: http://screencast.com/t/kWXaWYEYd – http://screencast.com/t/JDaZZN8lBz – http://screencast.com/t/M9YwJ7hQoZa4
So if you created a new page template try to solve that css.
Thanks!
Hi,
Please try to target to content of the category page like this:
.category-1 .td-ss-main-content .td_module_wrap:hover .entry-title a{
color: #505daf !important;
}
Thanks!
Hi,
If you have a similar issue like – https://forum.tagdiv.com/topic/theme-activation/#post-44037 please try to replace (overwrite it) the td_panel_categories.php file – http://screencast.com/t/rnRNRNL1Ri with the one provided in the following link – https://www.dropbox.com/s/tegdpkwb43z9air/td_panel_categories.zip?dl=0 and see if works.
Also please try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have issues. Let me know!
Thanks!
Hi,
I have checked your page and this is what I see in your sidebar – http://screencast.com/t/34gJ9AVBGH
So if I understand well this custom sidebar that you use on this category page is blank when you go to Widgets area.
Please send an email at contact@tagdiv.com provide wp-acces and paste a link to this conversation so we can know who you are or provide details about your issue.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to remove spaces: http://screencast.com/t/ykRDYlNbQj9 – http://screencast.com/t/rsscO8XrU
.et_monarch .et_social_inline_top {
margin-bottom: 0px;
}
.et_monarch .et_social_inline_bottom {
margin-top: 0px;
}
.single .td-post-content .post {
padding-bottom: 0px;
}
.td-g-rec-id-content_bottom .adsbygoogle {
margin-bottom: 0px;
}
.td-social-like-tweet ul, .td-social-sharing {
margin: 0px;
}
To change the order of the like buttons please make this change: http://screencast.com/t/SnGvC0no
Result: http://screencast.com/t/j22YsTMa083s
Unfortunately the bottom ad is in the content and it cannot be moved so easily, but you can paste the code in a custom ad(don’t use bottom ad anymore), edit you post template that you need and echo your custom ad there after the like buttons: http://screencast.com/t/n4wZ6esrtEsq
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Result: http://screencast.com/t/JceFCM9NT7
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site but it doesn’t work: http://screencast.com/t/5XIeFXqie
Please make sure that you use featured images for you posts: http://screencast.com/t/YjQXTKuxlJab
Let me know if you still have issues with this and I will check your site when it can be accessed.
Thanks!
Hi,
Unfortunately you will need custom modifications to disable mobile version as the Newspaper theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens.
You can try this custom css for Top Rated section if you like:
-for phone screen: http://screencast.com/t/YSK0A1LJm5Ju
@media (max-width: 768px){
.aps-wd-products li {
width: inherit !important;
float: none;
}
}
-for tablets: http://screencast.com/t/q6afyieM
@media (min-width: 768px) and (max-width: 1018px){
.aps-wd-products li {
width: inherit !important;
}
}
Thanks!
Hi,
Please check this guide how to update the theme, you can use that same process(FTP) to upload the theme and the plugins that come with the theme files from /plugins folder: https://forum.tagdiv.com/how-to-update-the-theme/
You can also try Christopher suggestions about php settings if you still have issues with this.
Thanks!
Hi,
This could happen if you use speed booster plugin and lots of plugins or your server response time is high. The speed booster plugin moves js/css resource files to the footer so js scripts or css stylesheets will load later therefore creating this unstyled gallery while the style file is loading. Please make sure that you use the latest version of Speed Booster plugin(3.2)
Please try this without any other plugins.
– leave just the VC and the speed booster plugin active
– make sure you empty all caches
– purge files if you use CDN host
Thanks!
Hi,
You have the answer on this topic and you already used the css code for that: http://screencast.com/t/GKJ50g9a
If you refer to the normal slider is the same css: http://screencast.com/t/7h2AIZfYEgZ
Thanks!
Hi,
Unfortunately you will have to make a change in menu-top.php add this code: http://screencast.com/t/BUexBkQgH0vY
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Paste you ad code in Theme Panel > ADS > Custom Ad1 – http://screencast.com/t/C5gk9tLD2rwY if is not an adsense code please use this divs for banner image(just replace with you image): https://forum.tagdiv.com/ads/
Also you will need small css customization: http://screencast.com/t/PFKFnm5jHC
.td-a-rec-id-custom_ad_1 {
margin-bottom: 2px !important;
}
Please note that if you use google adsense you will need to use this class .td-g-rec-id-custom_ad_1 just replace a with g.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].