Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

For the posts to be displayed random, change the 'sort' value.
For autoscroll add this 'autoplay' => '2' like this: http://screencast.com/t/xH6yRoHMt

Thanks

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

Hi,

I believe you are referring to the Recent Comments widget, unfortunately there is no option to display a preview of the comment, as this is an WordPress widget you can do a search for a way of customizing Recent Comments Widget or you can use a plugin that allows you to customize your comments as you wish.

Thanks

Lucian
tagDiv Staff

Glad you solved it.

Have a nice day!

Lucian
tagDiv Staff

Hi,

Please try to add this !important to all custom CSS.

Like this:

.header-search-wrap {
display:none !important;
}

Afterwards try to see if it’s working, if not please send your wp-admin username and password at contat@tagdiv.com so we can check, please also send the link to this topic.

Thanks

Lucian
tagDiv Staff

Hi,

You can’t do it by adding conditions inside Ad box, if you want you can add the code inside the header, for the header style you use, should look something like this: http://screencast.com/t/qGY4zbT2ws2

Thanks

Lucian
tagDiv Staff

Hi,

No changes have been made to this feature, the “Unique articles” feature is’s displaying an article just one time on the page, if the post is shown first in the slider then it will not be displayed elsewhere on that page.
The new posts may not appear on the page due to cache also so you can try without using any cache plugins.

Thanks for the message

Lucian
tagDiv Staff

Hi,

Maybe the best way to do this is to try and find a plugin that dose just that.

Other solution would be to duplicate the function that creates the social sharing buttons http://screencast.com/t/7Z32UhNHD5tj and modify it to do just what you want.

So you can go to the td_module_blog.php file, duplicate the function and change it’s name, change the buttons functionality like you wanted from here: http://screencast.com/t/VfNug3sq

Then, in order to show the buttons on each post template add them to the post page by calling your new function after the featured image like this: http://screencast.com/t/k45JQ1tJBX

This is an example I made for the post style 2: http://screencast.com/t/8d2CeidHx3

Thanks

Lucian
tagDiv Staff

Hi,

I have tested this and works fine for me using the theme’s latest version, it may be a plugin conflict so try to deactivate all plugins except those theme requires and the bbPress plugin and check to see if this issue is still present. If it’s still there please make sure you have the theme’s latest version installed (4.0.2).

Hope this helps

Thanks

Lucian
tagDiv Staff

Hi,

Seems like you have an Visual Composer issue, try deactivating all plugins enabling only Visual Composer and see if it’s working if it doesn’t work please follow this guide https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ and update Visual Composer.
Also i have tested the VC button element and works fine for me http://screencast.com/t/lcErvhyA0h
Try updating your theme to the latest version (4.0.2) if nothing doesn’t help.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately this is not possible at this moment. I have added this to our issue tracker but because we have over 140 feature requests we have to pick very carefully what we implement. If more people request this feature we will do it.

Thank you for your understanding

Lucian
tagDiv Staff

Hi,

You can do it via css, add this in Theme Panel > Custom CSS:

.widget_text .block-title span {
background-color: #2b2b2b;
}
.widget_text .block-title {
border-bottom: 2px solid #2b2b2b;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please try the solution @mixvice provided.
Let me know how it goes.

Thanks

Lucian
tagDiv Staff

Hi,

Can you please send me an URL to your page so can check this issue? I need to inspect it in order to provide you a fix for it.
Also please try to update the theme to the latest version (4.0.2) and try to see if the issue is still present.

Thanks

Lucian
tagDiv Staff

Hi,

You can try using this custom css in Theme Panel > Custom CSS:

.menu-item-3184 {
background-color: red !important;
}

Replace the .menu-item-3184 class with your own, you can find it like this: http://screencast.com/t/o6mrdh84

If you can manage please send me a link to your site and i’ll give you the right css code.

Thanks

Lucian
tagDiv Staff

Hi,

Please provide more details about what do you want to achieve. The Similar Articles segment is located in the loop-single.php file: http://screencast.com/t/rXsfLsUa1c

Thnaks

Lucian
tagDiv Staff

Hi,

You can try this css to style post pagination:

.single .page-nav-post {
text-align: center;
}
.single .page-nav span {
min-width: 50px;
}

This will center the post pagination and make it wider, you can change the values as you want. Removing the numbers in between the first and last page it’s not an easy task and need custom work, you can try it yourself if you want.

About the pagination above the image, I gave you the solution to add the ad box, and place it after the content in the loop-single.php file like this: http://screencast.com/t/uEBPCkfawmC

Make sure you have remove the article bottom ad from theme panel also.
Should get this result: http://screencast.com/t/BOVvHX5K

Thanks

Lucian
tagDiv Staff

Hi,

The “Similar articles” feature shows related posts that are in the same category, have the same tag or author, so if you are on a post from last year it will show post from the same category randomly.

I have tested it myself and works fine. Make sure you have set to sort similar article by category from Theme Panel > Post Settings http://screencast.com/t/90BC0wYjB

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure what are referring too, can you please provide me more details? I have checked your site and seems fine on my side.
Also please check to see if you have “Unique article” http://screencast.com/t/wdGGWhjjbz6 feature activated on your homepage that might be the reason the recent articles are not showing up.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Yes, this will be fixed in the next theme update which will be available at the beginning of next week.
Sorry for the delay.

Thanks for understanding

Lucian
tagDiv Staff

Hi,


@dhvanesh

Please remove the css I gave you before and try this:

@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}

@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}


@seitenprofi

I’m not sure that I understand where you want the logo to appear. Can you please provide more details on what are trying to achieve or maybe a screenshot of something similar?

Thanks

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

Hi,

Try this custom CSS in Theme Panel Custom CSS:

.single .td-a-rec-id-content_bottom {
text-align: inherit !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Ok then, please let me know how it goes.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure about what are you referring to, please provide more details.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have such a feature, I have added this in our todo list, if more people will request these, we will implement this.

Thanks for your message

Lucian
tagDiv Staff

Hi,

Try this:

.justified-image-grid {
margin-top: -30px;
margin-bottom: -30px;
}

Thanks

Viewing 25 posts - 6,051 through 6,075 (of 6,600 total)