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

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!

Marius
tagDiv Staff

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

Marius
tagDiv Staff

Hi,
You need to have the slug forums on the forums page. https://forum.tagdiv.com/how-to-install-bbpress-forum/

Marius
tagDiv Staff

Hi,
Is not styled.
Add this CSS in Theme panel -> Custom CSS

.wpb_separator {
    background-color: #B6B6B6;
    height: 2px;
}
Marius
tagDiv Staff

Hi,
What problem? The favicon works, I’ve tested on Chrome, Firefox

Marius
tagDiv Staff

Hi,
I don’t understand why need that code to be in header, because the theme work with the official facebook comment plugin.

Marius
tagDiv Staff

Hi,
Can you show me a link to see the issue, I can’t replicate the bug.

Thanks!

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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.

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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.

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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.

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
You have some javascript conflicts, please disable all plugins or one by one and see if works.

Thanks!

Marius
tagDiv Staff

Hi,
Please can you try this: http://screencast.com/t/lqGGHOUANq

Thanks!

Marius
tagDiv Staff

Hi,
Use this:

.comment-list > .comment:last-child {
    border-bottom: 1px solid #F5F5F5;
}
Marius
tagDiv Staff

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;
}
Marius
tagDiv Staff

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

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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!

Viewing 25 posts - 1,251 through 1,275 (of 3,236 total)