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

Back 🙂

Edit logo_ad.php file located in \parts\header folder and change like here to span 6: http://screencast.com/t/nTbLkHqcf0LK

Now you will lose some space for banner ads but you can put there a 468 x 60px banner instead of 728×90

Marius
tagDiv Staff

Hello,

For search to return scheduled post add this into fuctions.php file


function wpshock_search_filter( $query ) {
    if ( $query->is_search ) {
        $query->set( 'post_status', array('publish','future') );
    }
    return $query;
}
add_filter('pre_get_posts','wpshock_search_filter');

For logo I will give you a solution soon

Marius
tagDiv Staff

Hello,

Yes is from that plugin, that plugin use in custom fields a new variable views and our theme read posts views from another variable.

Marius
tagDiv Staff

Hello,

We have a patch from 1.3 to 1.4 if you have 1.3 installed, if now just replace all files via FTP for update to latest version 1.4.1

Marius
tagDiv Staff

Hello,

Probably have some incompatibility with that plugin. If you want a slider the theme come with revolution slider.

Marius
tagDiv Staff

I will send you the patch from 1.3 to 1.4 via email, please give us an email at contact@tagdiv.com

Marius
tagDiv Staff

Hello

Yes can be combined but if you want to have that background on big slider you must have to use the template with bg http://screencast.com/t/dAdqpWLo69h

Marius
tagDiv Staff

Hello,

I’ve tested on Iphone 4 and 5 and on Ipad and work fine.

Can you send us a screenshot with the issue? What devices do you use?

Marius
tagDiv Staff

Hello,

We tested in IE8 and the menu works fine over the slide http://screencast.com/t/DfRWUC8OZ8

Can you give us you site link or a screenshot to see the issue.

Marius
tagDiv Staff

Hello,

We will fix it in the next update.

Marius
tagDiv Staff

For gravatar name log in to Gravatar.com and change Display name http://screencast.com/t/Kn367jdTYWN

Marius
tagDiv Staff

Hello,

If you mean about this http://screencast.com/t/PsaSs3UqSZ this will hide the widget on that author page. This is from wordpress and Visibility option on widgets is to hide or show that widget in some conditions.

You want to hide an author to not be on Widget author?

Marius
tagDiv Staff

Hello,

We will add in documentation about modules and blocks.

Marius
tagDiv Staff

Hello,

You have an option in Theme customizer to hide the comments count http://screencast.com/t/arW5uwNdt

Marius
tagDiv Staff

Great! 🙂

Marius
tagDiv Staff

Hello,

The big slide from templates read featured posts. To mark a post as featured just include the post in Featured category. You can read here How to make a featured post http://import.tagdiv.com/newspaper/doc/#start

Now is hidden because you don’t have featured posts.

Marius
tagDiv Staff

Hello,

Thanks for suggestion, we will consider it for future updates.

Marius
tagDiv Staff

Hello,

In Theme customizer on Post settings http://screencast.com/t/sVNAZjeaIGY

Marius
tagDiv Staff

or if you want individual just edit module 1 to 9 and there you have to decommet this: http://screencast.com/t/JzbpYO0T

and forgot the code above

Marius
tagDiv Staff

Hello,
Edit td_module.php file and add this code:

$buffy .= '<span>';
$buffy .= __td('by', TD_THEME_NAME);
$buffy .= ' ';
$buffy .= '<a itemprop="author" href="' . get_author_posts_url($this->post->post_author) . '">' . get_the_author_meta('display_name', $this->post->post_author) . '</a>' ;
$buffy .= ' - ';
$buffy .= '</span>';

like here: http://screencast.com/t/MFSE1S5O

Marius
tagDiv Staff

Hello,

We will fix it in next update this week.

Thanks for the message!

Marius
tagDiv Staff

Hello,

Just use in Navigation label img tag <img src="link to your icon" /> like here: http://screencast.com/t/shAXCD9mURZp

  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hello,

1. Open function.php and replace this code to be like this:

//big slider – big image
add_image_size(‘art-slidebig-main’, 745, 606, true);
//big slider – small image
add_image_size(‘art-slidebig-small’, 326, 200, true);

http://screencast.com/t/VXIPbVKjIvff

2. Open td_module_slide_big.php located in \includes\app\modules and replace art-wide with art-slidebig-small in 3 places:

http://screencast.com/t/1JMfDchB

3. Add this to style.css


@media
(min-width: 1200px) {
.td_block_slide_big .iosSlider-col-3 .item {
height: 606px !important;
}

.td_block_slide_big .iosSlider-col-3 {
height: 606px !important;
}
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 606px;
}

.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-sec {
height: 200px;
}
}

@media
(min-width: 768px) and (max-width: 1018px) {
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 545px;
}
}

4. Rebuild the thumbnails using steps from here: http://import.tagdiv.com/newspaper/doc/#existing-content

Marius
tagDiv Staff

Hello,

1. You can use this plugin Author META. Also we will fix this in the next update.
2. You can use a big logo if you want, depend which size you want to be, please give me the size of your logo you want to have it and i will give you the solution.

Thanks for the message

Marius
tagDiv Staff

Hello,

Unfortunately, you cannot add the pages to blocks, only to menu. Or if you go in Appearance -> Widgets you have the Pages widget
and you can have all pages of the site in sidebar or where you want.

Viewing 25 posts - 3,201 through 3,225 (of 3,236 total)