Hi,
Try the following css: – http://screencast.com/t/MwkGwHEww
.td_block_12 .td_module_11 {
padding-bottom: 0px;
}
.td-footer-wrapper {
padding-top: 0px;
}
.td-main-content-wrap, .td-page-content {
padding-bottom: 0px;
}
.td-footer-wrapper .td_block_3 .td_module_1 {
padding-bottom: 0px;
}
.td-footer-wrapper .td_block_wrap {
margin-bottom: 0px;
}
Thank you!
-
This reply was modified 10 years by
Emil G.
Hi,
You have to use the do_shortcode() function, ex: – http://screencast.com/t/hiReGi3XIIiI
<?php echo do_shortcode('[fbcomments]'); ?>
From your image i see you also have a widget with news From The Web, i suspect it comes from a plugin and it’s automatically placed at the end of the content. If you want a custom position you have to check the plugin documentation.
The Facebook plugin documentation can be found here – http://peadig.com/wordpress-plugins/facebook-comments/ – you can see that it explains how to add it on a template – http://screencast.com/t/mcVunQvadc – you have to look for similar info about the plugin which displays the From The Web widget.
Thank you!
Hi,
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so we can take a look.
Thank you!
Hi,
On the current system if you disable the thumbs from Theme Panel the replacement doesn’t know what height and width to use. I’ve added this on our list, we will modify it. Until then try this fix – http://screencast.com/t/79Yff3Xn – http://pastebin.com/wivz8znW
Thank you!
Hi,
Search engines like Google may choose to display data in different ways depending on the content and other unknown parameters. We use Google webmaster tools and their Structure data testing tool to make sure everything is fine. We also check the SEO on successful sites which usually have one or more SEO specialists hired.
Unfortunately we don’t know anyone who can help you analyze the behavior you found on your side, a solution may be to look for a professional on places like http://studio.envato.com/
Also check the robots.txt, sometimes their configuration may cause issues because the search engine takes their configuration into account when it crawls your site.
Thank you!
Hi,
This widget wasn’t tested on multisite, we use the get_authors function – http://screencast.com/t/Trw7mE2ID
I think you have to add a blog_id parameter – http://screencast.com/t/AtN9EY7GEemE
Official documentation – https://codex.wordpress.org/Function_Reference/get_users
Thank you!
Hi,
Do you use Easy SMTP Mail plugin (there another called Easy WP SMTP)? See if it’s not a plugin configuration error. Also try to check if the email is sent when you register from wordpress backend. And check the error.log, see if there’s something related to this issue.
Thank you!
-
This reply was modified 10 years by
Emil G.
Hi,
I’ve replied on the other post, please check it. Unfortunately for the moment we cannot offer custom work, sorry. A solution for this would be to hire a professional developer, you can find one on places like http://studio.envato.com/
Thank you!
Hi,
Unfortunately i cannot provide a solution for your code, i can only provide details on how the background ad is managed by the theme, you can find the code here – http://screencast.com/t/YoO81iwh – http://screencast.com/t/1tv00BezQrrU – Hope this helps.
Thank you!
Hi,
I suspect it may come from a plugin conflict, please try to disable all plugins except for Visual Composer and see if the issue is still there.
Thank you!
Hi,
You could use try one of it’s parameters, use print_r($td_category); to find the contents of this object – http://screencast.com/t/uWn7dnK3kPzM – http://screencast.com/t/9UkpQsG0pp
print_r($td_category);
echo "<br /><br />";
Once you’re done remove or comment the print_r and the echo.
Thank you!
-
This reply was modified 10 years by
Emil G.
Hi,
@K.H.R – it’s a false positive, the td_site.min.js is the theme js file (minified version), just ignore the warning.
Thank you!
Hi,
The theme comes with a basic SEO structure, the rest is handled by the Wordpres Seo by Yoast plugin and it shouldn’t be any conflict.
Only the og:image is added by the theme, the rest come from the plugin, the author meta is in the same area – http://screencast.com/t/KEBjf2uzm
From your first post i see that you removed the itemprop on body, if you want to remove or play with the rest of the richsnippets search for them in the theme – http://screencast.com/t/lypCgw4gO1t – we use PhpStorm.
We follow the best practices but ultimately google decides how your posts are displayed. Unfortunately we don’t plan to integrate a SEO plugin, some clients may not like SEO by Yoast and they use another SEO plugin.
Thank you!
Hi,
I think that the wppb_pre_login_url_filter is from another plugin (https://wordpress.org/plugins/profile-builder/)
Unfortunately i don’t have a solution for this, you have to find another hook, look inside this list – http://docs.woothemes.com/wc-apidocs/hook-docs.html – If you don’t find anything you may have to override the template – http://docs.woothemes.com/document/template-structure/
Thank you!
Hi,
Try to reset the permalinks from Settings -> Permalinks (just save the settings without making any change) and see if the issue is still there. Next check if you have any rules in .htaccess which may affect the permalinks. A plugin may also interfere with the permalinks, try to disable all plugins, reset the permalinks and see if the issue is still there.
Also try to change the theme, switch to a default one (ex Twenty Twelve) and see if this issue is theme related or wordpress/server related.
Thank you!
Hi,
Unfortunately we didn’t try this so i cannot provide a solution, sorry, just try to follow their guide and see if it works. Another solution would be to look for a professional developer to help you with this or maybe there’s someone here how tested this and can come with some feedback.
Thank you!
Hi,
This is still on our list, unfortunately we have a lot of features and modifications to add and we have to take them one by one. I cannot provide a precise date for this implementation but will certainly be implemented in a future update. Until then try the solution provided by Ken on the first post.
Thank you!
Hi,
A hacker won’t care much about the robots settings and this also applies to the malicious web robots, they can simply chose not to respect the robots restrictions.
You should only be concerned on how to configure the restrictions for best results on google, read about it here – http://screencast.com/t/8EQY8nv7Y7G – https://yoast.com/wordpress-robots-txt-example/
Thank you!
Hi,
@colors issue – Do you use a cache plugin? try to clear the cache and see if the changes are active. Also check if the settings in Theme Panel are actually saving or they return to default when you get back in the Theme Panel area.
@excerpt (summaries) – i see you use the Homepage – with article list template , you have to edit the main page and change the module used, you use module 15 which displays the entire post, just chose one which comes with an excerpt – http://screencast.com/t/oL1fDyyg0G
@author box – you could create a similar author box and add it into the sidebar on the main page. Use html and custom css. It’s a blog and it would be strange to display an author box after each post on the homepage if the author is the same on all posts. if you refer to something else please provide more details.
Thank you!
Hi,
@TechTris – You have to use WordPress SEO by Yoast, it adds og data on page. Check the page source for duplicate og data coming from another plugin, if you see for example two og:image parameters on the source check which plugin adds the second parameter.
Facebook uses a cache, after each modification you have to reset it from their debugger – https://developers.facebook.com/tools/debug/ – just press the “Fetch new scrape information” button to reset the cache – http://screencast.com/t/uB7rcVia
If this doesn’t help please provide the url so we can take a look.
Thank you!
Hi,
The Newspaper&v=6.4 is defined here – http://screencast.com/t/3Ol8ZIqSvy9m – the version constant here – http://screencast.com/t/bfvn3NnkI
If you change the folder name wordpress will consider it as another theme and it will create a new table in the database for it. This means that all settings will be lost.
Thank you!
Hi,
You could use a 301 redirect to fix the old http urls, look for a plugin or guides like this on the web – http://designmodo.com/wordpress-https/
Thank you!
Hi,
@Kortris
We didn’t do any tests with this plugin so i cannot say if it works fine with the theme.
And you cannot fully hide the theme, the css classes will still be there and to change them you have to modify the entire theme (style.css and the classes on all elements).
As for wordpress, i guess it’s even harder and you also have to hide the plugins.
Thank you!
Hi,
@Carel – The theme uses wordpress default registration and user management feature and wordpress requires a mail server. If the password recovery works it means that the server is active so i guess you get some kind or error or maybe you have a firewall restriction. Try to check the error.log file to see if there’s anything on this. If you use a plugin check on web for clues, i see there are some issues wordpress latest updates – https://wordpress.org/support/topic/wp-mail-smtp-does-not-work-on-wordpress-43
Thank you!
Hi,
Unfortunately we didn’t do any tests with this plugin so i cannot say why it behaves like this. Try to compare the Newspaper post template files (code) with the one from the other theme(on which the plugin works) – http://screencast.com/t/S3FAyI4vYnDn – we use a custom function to bring the content, the other theme(s) may use the the_content() function – https://codex.wordpress.org/Function_Reference/the_content
We use a custom function because we added inline ads – http://screencast.com/t/Nc8mEFEFbmg
Thank you!