Hello,
Each post have a unique ID http://screencast.com/t/qaIFAFkXak48, use it to make the CSS only for that post.
You can chose to make it full width(no sidebar) from post edit. Hide the author box from CSS using the unique ID like:
.postid-2745 .author-box-wrap {
display: none;
}
Thanks for the message!
Hello,
For image in RSS add this code in functions.php
function insertThumbnailRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = '' . get_the_post_thumbnail( $post->ID, 'thumbnail', array( 'alt' => get_the_title(), 'title' => get_the_title(), 'style' => 'float:right;' ) ) . '' . $content;
}
return $content;
}
add_filter('the_excerpt_rss', 'insertThumbnailRSS');
add_filter('the_content_feed', 'insertThumbnailRSS');
2. Screenshot doesn’t work to see the issue.
Thanks for the message!
Hello,
Try to use in the widget tile like
[:en]IN ENGLISH[:de]IN GERMAN
Thanks for the message!
Hello,
Yes, you can add it in style.css and replace the font where you want.
http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Thanks for the message!
Hello,
Add this in style.css
.entry-date {
padding-right: 10px;
}
Change like here: http://screencast.com/t/tfmVQGlWV4j
Thanks
Hello,
The feature image works on pages like on posts.
On our blocks you can get pages instead of post if you use on Post type: PAGE http://screencast.com/t/EaQaioRO6G and the block will get pages instead of post, but you can filter all pages, because pages doesn’t have categories, tags, etc.
Thanks for the message!
Hello,
Here is the style for your title like it is now on you site. This should replace the default widgets style like yours. Add it in style.css
.widget .block-title {
border-bottom: 2px solid #3E423E !important;
}
.widget .block-title span {
background-color: transparent !important;
color: #BF1313 !important;
font-family: 'Oswald' !important;
font-size: 21px !important;
padding-bottom: 3px !important;
padding-left: 0 !important;
padding-top: 0 !important;
}
Hope this help. Thanks
Hello @jambr,
We want to see the issue. Can you provide us your site URL to inspect it?
Thanks again Simmons for support
Great!
Hello,
Thanks @willevo for help.
Hello,
Delete the last home button from menu, just edit you menu from Appearance -> Menus
Thanks
Hello,
Just edit td_module_x.php and de-comment this line http://screencast.com/t/1U3XLv4id
To change the color of the date just add this in style.css and change to color you want
.entry-date {
color: #777777;
}
Thanks for the message!
Hello,
You can offset posts from article list, edit the template you use ex. for Homepage – with article list edit page-homepage-loop.php file and add this query_posts('offset=5'); like here: http://screencast.com/t/4JhbpnY2 and from the article list the post will omit first 5 posts
Thanks
Hello,
I see you have added on post, to align with other social inline add this in style.css
.td-social-sharing ul li {
display: inline-block !important;
}
.td-social-vkontakte #vk_like {
width: 120px !important;
}
Thanks
Hello,
Please give us you site url to see the issue or access to you WordPress to take a look.
Send via email at contact@tagdiv.com
Thanks for the message!
Hello,
The image size should be at 1170px to full cover
Thanks
Hello,
That is not the correct shortcode
the corect shortcode is: [vc_tabs][vc_tab title="Top News" tab_id="1384786254-1-99"][td_block4 category_id="17" sort="popular7" hide_title="hide_title" limit="5"][/vc_tab][vc_tab title="Random News" tab_id="1384786254-2-29"][td_block4 category_id="17" sort="random_posts" hide_title="hide_title" limit="5"][/vc_tab][/vc_tabs]
Try it
Hello,
To hide the featured image on some particular posts put that post as Gallery post format http://screencast.com/t/5CwL9zre6p
I am not saying to change link on logo, talking about direct image link option,
Means we can paste direct image link for logo/background.
Sorry but i don’t understand your question. Please can you be more specific.
Thanks
Hello,
Is in one row, see here: http://screencast.com/t/0HEt0aF8UA
Show me your site to see the issue.
Thanks
Hello,
I don’t need you facebook access, i need you facebook link to see you page because this not work for me https://www.facebook.com/pittig.be to test it myself.
Please check for the social counter to have the latest version from v 1.7.2
Thanks and sorry for misunderstanding.
Hello,
We have in Theme customizer the non responsive version setup, but is general for all devices not only for mobile http://screencast.com/t/kejR5UL4O4pF
Thanks for the message
Hello,
send us access to your wordpress and you facebook page, that doesn’t work for me.
Thanks
Hello,
No need.
Please install the demo content from Theme – Options for a demo data. http://screencast.com/t/7bpekxe1
Thanks for the message!