Hello,
We will fix it in the next update. Thanks for reporting this!
Hi,
Add this CSS in Theme panel -> Custom CSS
.td_text_with_title,
.widget_eme_list {
font-family: ------- font name;
}
Hi,
Ok, thanks
Emil will take a look.
Hi,
I’ve checked you site and works. http://screencast.com/t/GBwZyejXd
Also do you have an JS error in console. Could be from a plugin conflict. http://screencast.com/t/SbzCMCYOzfO
If you want you can disable some plugins and see if the error is solved.
Thanks!
Hi,
@Novaque use this CSS
.vc_btn_blue {
background-color: #4FB4F7;
color: #FFFFFF;
display: inline-block;
height: 32px;
line-height: 30px;
text-align: center;
width: 100%;
}
.post .wpb_btn-danger {
background-color: #EC4D4D !important;
clear: both;
display: inline-block;
}
.wpb_googleplus {
margin-top: 10px;
}
.twitter-share-button {
margin-bottom: 5px;
}
@Arved007 DO you have latest version 3.8? http://screencast.com/t/hit4V7K8U
Hi,
That issue was solved from v 3.7. DO you have the latest version. 3.8? The issue is still there?
Show us a screenshot with the issue, on my installation the editor works fine.
Thanks!
Hi,
@cooldude when the WordPress doesn’t crop the images, that is from a plugin conflict(you can disable all plugins and make a test and see if images are copped) or missed GD library installed on your server.
You have large images, I’ve checked your site, all your images are not cropped.
Please make sure you have latest version WP + Theme 3.8 and make sure you install the Visual composer, all steps here: https://forum.tagdiv.com/newspaper-v-3-7/
Please check if you have GD library installed http://www.zoopable.com/check-php-gd-library-installed-or-not/
Thanks!
Hi,
@Shezaad give us access, we will take a look. Send via email at contact@tagdiv.com
Thanks!
Hi,
You need to make those icons to black: http://screencast.com/t/3ss1aNyh8c
Thanks!
Hi,
Can you give us access to your WP to take a look? Send the username and pass via email at contact@tagdiv.com
Thanks!
Hi,
Send via email at contact@tagdiv.com
Hi,
Replace this line http://screencast.com/t/A4hd7Y2h7K with this code:
<?php
if (
$td_mod_single->post->post_author != 1 and
$td_mod_single->post->post_author != 2 and
$td_mod_single->post->post_author != 4 and
$td_mod_single->post->post_author != 7
) {
echo $td_mod_single->get_author_box();
}
?>
That code will hide the author with ID 1, 2, 4 and 7
Hi,
Is like that because the AD overlapping the top menu. Please remove that moving header: -24px and add this CSS in Theme panel -> Custom CSS
.td-a-rec-id-header {
top: 6px;
}
.header-logo-wrap > a {
display: block;
height: 100px;
}
.header-logo-wrap {
margin-top: 0px;
}
Hi,
Is like that because you use a logo at 90px in height, you need a logo at 100px at last.
To fix that you can use this CSS, add it in Theme panel -> Custom CSS
.header-logo-wrap img {
padding-top: 10px;
}
.header-logo-wrap a {
display: block;
height: 100px;
}
Thanks!
Hi,
The background is fine, you need to use a larger logo to make the header more bigger, we used there a logo at 600 x 200 px. Here is the logo that we used: http://demo.tagdiv.com/newspaper/bg_images/fashion-header.png
I don’t understand you question. The theme functionality is the same, no matter what style you use, fashion or cafe or anything else. If you mean to make a post as Featured, you need to add it in the Featured category.
Thanks!
Hi,
You need to add your URL directly into your flash/shockwave.
Thanks!
Hello,
Unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features for all the users. You can always get a freelancer from sites like: http://www.envatostudio.com/
Thanks for understanding!
Hi,
Replied via email!
Hi,
Reply via email!
Hi,
If you want you can give us access to your WP and we will take a look. Send the access via email at contact@tagdiv.com
Thanks!
-
This reply was modified 12 years by
Marius.
Hi,
http://screencast.com/t/IagVowggAhoB
And add this CSSin Theme panel -> Custom CSS
.td-post-text-content {
clear: both;
}
Hi,
Put the code in loop-single.php
Hi,
Make sure you don’t use a background image or color from here:
http://screencast.com/t/ZVx7zsf1vz
and here: http://screencast.com/t/trgkDqgz
Thanks!