Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Marius
tagDiv Staff

Hello,
We will fix it in the next update. Thanks for reporting this!

Marius
tagDiv Staff

Hi,
Add this CSS in Theme panel -> Custom CSS

.td_text_with_title,
.widget_eme_list {
    font-family: ------- font name;
}
Marius
tagDiv Staff

Hi,
Ok, thanks
Emil will take a look.

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Some elements from VC are not styled.
All can be fixed via CSS

Use this CSS, add it in Theme panel -> Custom CSS

.vc_call_to_action {
    padding: 10px;
}
.vc_call_to_action h2 {
    margin-top: 0px;
}

Thanks!

Marius
tagDiv Staff

Hi,

@Shezaad
give us access, we will take a look. Send via email at contact@tagdiv.com

Thanks!

Marius
tagDiv Staff

Hi,
You need to make those icons to black: http://screencast.com/t/3ss1aNyh8c

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

@bispo give us your site URL to see the issue.
Thanks!

Marius
tagDiv Staff

Hi,
Send via email at contact@tagdiv.com

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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;
}
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
You need to add your URL directly into your flash/shockwave.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Replied via email!

Marius
tagDiv Staff

Hi,
Reply via email!

Marius
tagDiv Staff

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.
Marius
tagDiv Staff

Hi,
http://screencast.com/t/IagVowggAhoB

And add this CSSin Theme panel -> Custom CSS

.td-post-text-content {
    clear: both;
}
Marius
tagDiv Staff

Hi,
Put the code in loop-single.php

Marius
tagDiv Staff

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!

Viewing 25 posts - 826 through 850 (of 3,236 total)