Hi,
We can’t promise anything we have a large list of request. We add all suggestion on our list and we will try to make items from the list in each update.
Thanks for the suggestion!
Hi,
1. The function will automatically apply.
2. Use a template with article list and select Module 9 http://screencast.com/t/x29IsZ5XQ
like here: http://screencast.com/t/lfC7DIRsmHYa
Hi,
You need to have the slug forums on the forums page. https://forum.tagdiv.com/how-to-install-bbpress-forum/
Hi,
Is not styled.
Add this CSS in Theme panel -> Custom CSS
.wpb_separator {
background-color: #B6B6B6;
height: 2px;
}
Hi,
What problem? The favicon works, I’ve tested on Chrome, Firefox
Hi,
I don’t understand why need that code to be in header, because the theme work with the official facebook comment plugin.
Hi,
Can you show me a link to see the issue, I can’t replicate the bug.
Thanks!
Hi,
Try with SEO by Yoast plugin insted of All in one SEO. Install it and see if you post will have correct title
You can test the links manually by posting in facebook, iI’ve tested some post link from you site and give me that 404 error to, but after 4-5 attempts worked
Hi,
You gave me 2 post as example, i see that now you have the date there: http://screencast.com/t/bqFZN8tOiB
Review Post: http://bit.ly/1pNYOtz
Non Review Post: http://bit.ly/1jXCMax
Hi,
Do you use a cache plugin?, because this will interfere with the views.
We have here a solution that work with cache: https://forum.tagdiv.com/wp-postviews-post-view-counter-alternative-for-w3-total-cache/
Thanks!
Hi,
All option are available in Visual composer to: http://screencast.com/t/mDL4hzaw
Radu show you a screenshot with Visual composer to: http://screencast.com/t/TQyKZpzDHiw8
Please check if you have the latest plugin version. Install it again from plugin folder http://screencast.com/t/cCFj8dbaKZJ
Thanks!
Hi,
Do you want to add some social icons in a post manually? You can use the social icons from page builder.
Add it in a blank page, configure it with links you want
http://screencast.com/t/98y6XIGRcBDX
Then switch to classic editor and copy the shortcode, this is the shortcode: http://screencast.com/t/vhdA0I7n
Paste it in a post.
Hi,
Add a RAW HTML above the big slider like here: http://screencast.com/t/wLuCn9oGL
<h4 class="block-title">
<span>YOUR TITLE HERE</span>
</h4>
Result: http://screencast.com/t/fWBhPraf
Hi,
We don’t have tested a plugin like that, sorry about that. But why not work? Give us more details. Do you use the TagDiv Speed Booster plugin? Try with him disabled
Hi,
Please make sure you have the latest plugin version installed, Install it again from plugin folder.
I see that Radu tested your ID and works.
Hi,
Comment this line: http://screencast.com/t/ne3HHtTIY
The make the above change but with this code:
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'content_top'));
Then you can use the Article top
Hi,
Probably that comment are moved to Pending http://screencast.com/t/DvchC6FDF for a reason. Do you use a spam plugin or something similar?
Disable this http://screencast.com/t/uVDTZilHFJ54 but be careful to not be spammed.
Hi,
I’m sure that can be fixed with a CSS but please show me a link to see the issue or a screenshot.
Thanks @Christopher Simmons for your help!
Hi,
You have some javascript conflicts, please disable all plugins or one by one and see if works.
Thanks!
Hi,
Please can you try this: http://screencast.com/t/lqGGHOUANq
Thanks!
Hi,
Use this:
.comment-list > .comment:last-child {
border-bottom: 1px solid #F5F5F5;
}
Hi,
1. http://screencast.com/t/dHVqgSdA
2. Add this CSS in theme panel -> Custom CSS
.td-header-menu-wrap .menu-top-container {
margin-right: 33px;
}
.td-header-menu-wrap .span9 {
text-align: right;
}
Hi,
You need to increase the memory limit, add this
/** Memory Limit */
define('WP_MEMORY_LIMIT', '128M');
in wp-config.php file.
http://wordpress.org/support/topic/error-increase-memory-limit-to-64-mb
Hi,
1. If from text formatting, as you can see here: http://screencast.com/t/x4EI2rlZvWD is applied a style, clear the text, check in classic editor, copy the text in a text editor and paste it back, you take that text from a word file?
3. In page editor, above the slider with visual composer use RAW HTML http://screencast.com/t/KyZGzMRQa6
Hi,
At this moment is only a template and don’t have parameters to filter the posts there.
The file where the timeline template are coded is loop-timeline.php you can add there some condition manualy like if you are on a particular page use this filter
if (is_page(2)) {
query_posts($query_string . '&cat=1,2,3');
}
like here: http://screencast.com/t/SCoFpLdxV
Make some conditions for each timeline page.
To add a thumbnails add this code: the_post_thumbnail('thumbnail'); like here: http://screencast.com/t/SblP5k4aP6K
then add this CSS in Theme panel -> Custom CSS
.timeline .wp-post-image {
padding-right: 10px;
width: 40px;
}
Thanks for the message!