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

Hi,
Do you have a menu there or what?

If yes use this:

.td-sub-footer-menu li a {
    font-family: your font;
}

If not give me a link to see the issue.
Thanks!

Marius
tagDiv Staff

Hi,
Edit like here: http://screencast.com/t/pwgs8rKQPcVp
and add this CSS in Theme panel -> Custom CSS

.td-sbig-title-wrap .td-sbig-title {
    background-color: rgba(77, 178, 236, 1);
}

Thanks!

Marius
tagDiv Staff

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

.td_popular_categories li a {
    font-size: 18px;
}
.td_social .td_social_type {
    font-size: 18px;
}

Thanks!

Marius
tagDiv Staff

Hi,
I see that you have managed the issue. https://forum.tagdiv.com/newspaper-v-3-7/

Thanks!

Marius
tagDiv Staff

Hi,
We will fix this in the next update for those files.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Do you use plugins? Please disable all plugins or one by one and see if works!

Make this first and if nothing works, you can give us access to your WordPress and we will take a look. Send the details via email at contact@tagdiv.com

Thanks!

Marius
tagDiv Staff
demo - reply

If you want that, we can provide you an *.XML file with all demo content. Just send us an email at contact@tagdiv.com

Thanks!

Marius
tagDiv Staff

Thanks for reporting this, I’ve added this in installation doc.

Thanks!

Marius
tagDiv Staff

You use other plugins instead of recommended because could cause incompatibility!

Thanks!

Marius
tagDiv Staff

Hi,
Here is the function for the author box from posts: http://screencast.com/t/GsahqqBVBhFk if you want to change something.

Also here is the code for the box from author page: http://screencast.com/t/2TvSs2e3kKhS

Thanks!

Marius
tagDiv Staff

Hi,
We have the tab issue on our track issues list, will be fixed asap.

Thanks!

Marius
tagDiv Staff

Hi,

@cirtoska
all should work fine, please make sure you have the latest sprites file. (elements.png and elements@2x.png) http://screencast.com/t/gvZcLhE9O

Can you provide a link to see the issue?
Thanks!

Marius
tagDiv Staff

Will be fixed, we need more time!

Marius
tagDiv Staff

Hi,
Was not tested by us, what I’ve know is the Templatera – Template Manager for Visual Composer works with the theme.

Thanks!

Marius
tagDiv Staff

We hide some featured because is not used for news/publishing sites, is not a business theme to use a call action, or similar. If you want to show all stuff from VC make this: http://screencast.com/t/ZXP9vMry

The Call To Action probably have no style defined in CSS, because we never used that.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Leave the code in main theme if not work in Child, I’m not sure why not work in Child theme.

Thanks!

Marius
tagDiv Staff

Hi,
If you want to hide the comment on entire site make this: http://screencast.com/t/Lpya7761zHV

Thanks!

Marius
tagDiv Staff

Hi,
1. Add this code:

    function get_social() {
        $social_sharing = 1;

        $buffy .= '
            <div class="td-social-sharing">
                ' . $wrapper_post_tags;

        if($social_sharing == 1) {

            $image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->post->ID ), 'single-post-thumbnail' );
            $buffy .= '
                <div class="td-tags-and-social-wrapper-box td-tags-and-social-wrapper-box-bottom-line">
                    <a class="td-social-sharing-buttons td-social-twitter" href="https://twitter.com/intent/tweet?text=' . $this->title . '&url=' . urlencode(get_permalink()) . '&via=' . get_bloginfo('name') .'" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;" ><div class="td-sp td-sp-share-twitter"></div><div class="td-social-but-text">Twitter</div></a>
                    <a class="td-social-sharing-buttons td-social-facebook" href="http://www.facebook.com/sharer.php?u=' . urlencode(get_permalink()) . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-facebook"></div><div class="td-social-but-text">Facebook</div></a>
                    <a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . get_permalink() . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-google"></div><div class="td-social-but-text">Google +</div></a>
                    <a class="td-social-sharing-buttons td-social-pinterest" href="http://pinterest.com/pin/create/button/?url=' . get_permalink() . '&media=' . (!empty($image[0]) ? $image[0] : '') . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-pinterest"></div><div class="td-social-but-text">Pinterest</div></a>
                </div>';
        }

        return $buffy . '</div>';
    }

here: http://screencast.com/t/FRoZLoFTFFQ

2. Add this: <?php echo $td_mod_single->get_social();?> like here: http://screencast.com/t/oQ587egNmFo

Thanks!

Marius
tagDiv Staff

Hi,
We will take a look about the double popup issue!
Thanks!

Marius
tagDiv Staff

Hi,
The size have defined a best ad size for each section. If you want other sizes you can change it from here: http://screencast.com/t/3WtAYvSt68

Also no matter what size you choose from Adsense, the ad system will use only your ID data to manage the ads. (I mean if you get a code from Google to a 300×250 banner size the theme will display the recommended size banner for that area, for example Header section will show a 728×90 banner is is set to Auto)

Thanks!

Marius
tagDiv Staff

Also please rebuilt your thumbnails following the steps from here: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Marius
tagDiv Staff

Hi,

@Jim
Daugherty is everything fine there?
Can be fixed with a CSS.

Marius
tagDiv Staff

Hi,

@innovationfactor
can you provide a link to see the issue? Do you men you don’t have thumbnails images?

What you can test is to add a youtube URL here: http://screencast.com/t/UkyaHIutN

Thanks!

Marius
tagDiv Staff

Great! I’m glad that works now!

Marius
tagDiv Staff

Hi,
We will try to fix the TABS in the next update.
Thanks for reporting this!

Viewing 25 posts - 926 through 950 (of 3,236 total)