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,
No, Go to Posts -> Categories and hover a category http://screencast.com/t/djjlB532

Thanks

Marius
tagDiv Staff

Hello,
Please can you try with this plugin: http://wordpress.org/plugins/bbpress-wp-tweaks/

Marius
tagDiv Staff

Hello,

Please use that plugin, you have to rebuild the thumbnail because your thumbnails are not on the right dimension.

Marius
tagDiv Staff

Hello,
If you set a custom sidebar for a particular post, and re-edit the post the sidebar move to default? I’ve tested and for me works fine.

Can you show us the issue, i can replicate it.

Thanks for your message

Marius
tagDiv Staff

Hello,
1. Go to Theme customizer -> Header and try with -10 like here http://screencast.com/t/7VIpUoacMse

2. Add this in style.css

.mobile-logo-wrap img {
    top: 1px !important;
    width: 132px !important;
}

3. The big slider work like on desktop you have 1 slide(4 post) on mobile will be 1 slide to(but only with 1 post) What you can do is to increase the post number on the big slide 4post – 1 slide, 8 post – 2 slides, 12 posts – 3 slides.

Thanks for your message

Marius
tagDiv Staff

Hello,
The code is not correct formatted.
Try this:

<?php
    if(is_single() || is_page()) {
    $twitter_url = get_permalink();
    $twitter_title = get_the_title();
    $twitter_desc = get_the_excerpt();
    $twitter_thumbs = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), full );
    $twitter_thumb = $twitter_thumbs[0];
    $twitter_name = str_replace('@','', get_the_author_meta('twitter'));
    ?>
    <meta name="twitter:card" value="photo" />
    <meta name="twitter:url" value="<?php echo $twitter_url; ?>" />
    <meta name="twitter:creator" content="@username"/>
    <meta name="twitter:title" value="<?php echo $twitter_title; ?>" />
    <meta name="twitter:description" value="<?php echo $twitter_desc; ?>" />
    <meta name="twitter:image" value="<?php echo $twitter_thumb; ?>" />
    <meta name="twitter:site" value="@username" />
    <?php
    if($twitter_name) {
        ?>
        <meta name="twitter:creator" value="@<?php echo $twitter_name; ?>" />
    <?php
    }
    }
    ?>

Use like here: http://screencast.com/t/fJzoOOi7

Marius
tagDiv Staff

Hello,
Set like here in Theme customizer: http://screencast.com/t/wFK7S1mw7i2p

Thanks

Marius
tagDiv Staff

Hello,
1. Replace with this http://www.tagdiv.com/theme/users/elements.zip
2. A simple option is to write the menu with UPPERCASE tagdiv.com/theme/users/elements.zip or if you want automatic add this in style.css

.sf-menu li a {
    text-transform: uppercase;
}

3. Is not possible, sorry about that, only what you can do is to make a backup of the database.

Thanks for your message

Marius
tagDiv Staff

Hello,
If you want only for some particular post you can edit the value from post edit http://screencast.com/t/NtmENZvr

or you can reset all to 0 running this SQL on the database

update wp_postmeta
set meta_value=0
where meta_key = post_views_count

Thanks for your message

Marius
tagDiv Staff

Hello,
1. There is the title of the big slider, edit the big slider and choose hide title.
2. You have set on the homepage loop filter like here: http://screencast.com/t/iWEVFLFj

Thanks for your message

Marius
tagDiv Staff

Hello,
After “a” http://screencast.com/t/YQmyejMmkO

For author page the same after a in this file: http://screencast.com/t/5c17MSi6Ip

Marius
tagDiv Staff

Hello, paste this code here:

$buffy .= '<div class="slide-meta">';
$buffy .= '<span class="slide-meta-author">';
$buffy .= $this->get_date();
$buffy .= '</span>';
$buffy .= '</div>';

http://screencast.com/t/NXga9aF8NwKm

Marius
tagDiv Staff

Hello,
Try with this css, add it in style.css

.td-page-wrap .span4.column_container {
    background-color: #CCCCCC;
}

but i don’t recommend this because is ugly, my opinion.

Thanks for your message

Marius
tagDiv Staff

Hello,
You have created Adsense ad spot and from the AD BOX that you added you can select from the list the google adsense spot created from admin?

Can you show us you site URL. Do you have the latest version?

Marius
tagDiv Staff

Hello,
You can hide that categories using the category filter on blocks and homepage loop to, just add in the filter the category ID with -(minus)

Ex. If you want to exclude a category Apple that have catID 3, write in category filter -3 and that category will be excluded.

Exclude from article list: http://screencast.com/t/mQUsgOrj
Exclude from a block or slide: http://screencast.com/t/VeL3SGOP

Hope this help.
Thanks for the message!

Marius
tagDiv Staff

Hello, Yes the search function is fixed.

Thanks

Marius
tagDiv Staff

Hello,
That icon is here in a sprite file, please change here, also you have to change in retina version to, this version is for mobile with retina display http://screencast.com/t/8xAG9LS6WW6

Thanks for your message

Marius
tagDiv Staff

Hello,
I replicate the bug. For the first time work, but if i try again, the text behind become blank. I will mark this as a bug for an investigation.

Thanks

Marius
tagDiv Staff

Hello,
Here we have a diagram with image sizes used by the theme: http://import.tagdiv.com/newspaper/doc/

All this sizes are defined in function.php http://screencast.com/t/iCTBwKdQys

If you don’t use some blocks/module on your site you can disable some cropping by commenting each line // for the image size that are not used by you.

Also like @Christopher say you can use some image sizes instead of the default WP S/M/L like here: http://screencast.com/t/auw9kLA8Y

Hope this help.
Thanks for your message

Marius
tagDiv Staff

Hello,
In the top slide why you can show featured articles?(important posts) and from blocks above you can remove them to avoid duplicates using -ID of the category Features as a filter for blocks.

The WordPress have an offset post function but work only in loop. We know about this, we have in mind a homepage with unique content(no duplicate posts) for future updates.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Try with this, add in style.css

body .dd_buttons .dd_button iframe {
max-width:500px !important;
}
Marius
tagDiv Staff

Hello,
The slider have a transparent color, search for td-sbig-title in style.css and replace the color in this format http://screencast.com/t/ZmHkxqHI

For other issue you can use inspector from Firefox or Chrome to see how the CSS look.

Thanks for your message

Marius
tagDiv Staff

Hello,
I tested the WPML plugin and for me works fine, i don’t have duplicated content.

Marius
tagDiv Staff

Hello,
Try from translate panel in Appearance -> Theme – Options -> Translate http://screencast.com/t/W6lKlkFh

Thanks for your message

Marius
tagDiv Staff

Hello,
The link is only on author page. If you want to have the website on posts to add this code
$buffy .= '<div class="td-author-url"><a href="' . get_the_author_url() . '">' . get_the_author_url() . '</a></div>'; like here: http://screencast.com/t/amc1XcUIpZY

Thanks for your message

Viewing 25 posts - 2,551 through 2,575 (of 3,236 total)