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
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
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.
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
Hello,
Probably have some incompatibility with that plugin. If you want a slider the theme come with revolution slider.
I will send you the patch from 1.3 to 1.4 via email, please give us an email at contact@tagdiv.com
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
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?
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.
Hello,
We will fix it in the next update.
For gravatar name log in to Gravatar.com and change Display name http://screencast.com/t/Kn367jdTYWN
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?
Hello,
We will add in documentation about modules and blocks.
Hello,
You have an option in Theme customizer to hide the comments count http://screencast.com/t/arW5uwNdt
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.
Hello,
Thanks for suggestion, we will consider it for future updates.
Hello,
In Theme customizer on Post settings http://screencast.com/t/sVNAZjeaIGY
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
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
Hello,
We will fix it in next update this week.
Thanks for the message!
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.
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
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
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.
