Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,

Well the related articles uses a common function with other elements. You will need coding skills to create conditions to only affect the related articles and i cannot offer any such solution You will have to hire a freelancer for it as we cannot offer any custom work at the moment.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,

This will be a bit tricky as some images are added using a table and some not. I see centering on some of them that does not apply, the code is all over the place.
Try this code though:
.td-ss-main-content img{
display: table;
margin-left: auto;
margin-right: auto;
}

I hope this helps.

Thank you!

Bogdan B.
tagDiv Staff

It does not answer your question because we have not tested the plugin and we cannot provide a solution on how to implement untested plugins. We can only show you the right file you need to edit.
Glad you figured it out.
Have a nice day!

Bogdan B.
tagDiv Staff

Hi,

Please uninstall and delete your current mobile theme plugin and install this one instead:
http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip
This should fix the issue.

Thank you!

Bogdan B.
tagDiv Staff

hello,

Unfortunately there is no setting for this and it is no easy thing to do. The dimensions for where the hamburger menu appears are hard-coded in and you have to change all the instances of the css to target a different viewport. Lots of things have to be changed and adjusted for this to be possible. Here is an example so you know what I mean. If I look for the screen size where the current hamburger menu kicks in (767 px) there will be 708 matches for this search: http://screencast.com/t/vp5WasGwEPPH
You could try a search and replace to replace all of the css at once but you still need to be careful what you change.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. The sorting option for these elements can be seen in the code like so: http://screencast.com/t/Uf8r4ahIF

2. You can disable the footer logo on mobile only using this css:
@media (max-width: 767px){
.footer-logo-wrap, .td-footer-wrapper .td-pb-span3{
display:none!important;;
}}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately I cannot help on this one as we have tried it before. It is not the first such request, but there is no simple method as the modal was written specifically for the top menu. It will not show up anywhere else. The code for it is pretty complex and it requires quite a bit of customization to be moved to another spot. We suggest hiring a freelancer on this one as it’s not a simple task.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,
Depending on how you implement it it can be either : http://screencast.com/t/sAjszIjkA or http://screencast.com/t/1mfH1HHYypX

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can view the page source to see the classes, also learn to use the ‘inspector’ in Chrome (F12) as that is super helpful in finding classes for specific elements.
The main content is different for a post or for a page depending on what you use the plugin for.
It also depends if the plugin considers the sidebars in the same main content or not.
For post it could be: .td-main-content-wrap or .td-ss-main-content
For pages it is: .td-main-page-wrap
The post title selector: .entry-title
Post Navigation Container: .td-post-next-prev
Comments Container: .comments

I think I get what you are trying to do, and if you can get the post slider/infinite scroll to work, please share your solution with the community so we can help other users that need this option. We did not find any plugin that works though until now. Maybe you will be more lucky :).

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will have to use a raw html element as a text box will strip the span element.
You will have to use it like so: http://screencast.com/t/6Z4gsZOueV
<div class="td-block-title-wrap"><h4 class="block-title"><span>my text here</span></h4></div>
Thanks.

Bogdan B.
tagDiv Staff

Hi,

Unfortunately our theme does not provide such options. It will have to be added custom. I;m not sure where exactly you want to place a header but it needs to be hard-coded as there is no setting for it. Sorry.
You can make any text into a theme specific title like so:
<div class="td-block-title-wrap"><h4 class="block-title"><span>my text here</span></h4></div>
You have to add this in a raw html element on a page for it to work. http://screencast.com/t/6Z4gsZOueV

Thank you!

Bogdan B.
tagDiv Staff
Home - reply

Hello,
And how did you implement the revolution slider on the body of your home? you must add it through visual composer, not through custom code. Please remove your slider or uninstall the plugin directly
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have such a slider. The only 2 sliders available are these ones:
http://demo.tagdiv.com/newspaper/big-grid-slide/
http://demo.tagdiv.com/newspaper/ios-slider/
As an alternative you can use the slider revolution plugin to create your own slider element such as the one here: http://demo.tagdiv.com/newspaper_blog_travel/ or here: http://demo.tagdiv.com/newspaper_blog_cars/

Thank you!

Bogdan B.
tagDiv Staff

Well I made it that way. If you want it to stick to the header add 0 to the padding in the code above like so:
.home .td-main-page-wrap{
padding-top:0!important;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please check your homepage as your sidebar on your home page is probably created in visual composer on a split row.
There are 2 ways of having a sidebar on a page at the moment. There is a sidebar you can add from the widgets area or a sidebar you create yourself on the page using a split row in visual composer. Here is an example and probably what you have on your site as well: http://screencast.com/t/RL2eJKMre

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you use the mobile theme, unfortunately there is no simple way of removing the footer. You can use this css though to do it:
@media(max-width:767px){
.td-mobile-footer-wrap{
display:none;
}}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you want to change the description and replace it with the usert role you have to edit thew theme files a bit. Please use this code:

 $user_info = get_userdata($author_id);
            $user_capability = $user_info->roles[0];

            $buffy .= '<div class="td-author-description">';
            $buffy .=  $user_capability;
            $buffy .= '</div>';

And place it like so replacing the standard theme code: http://screencast.com/t/kxvfQDFwwuL
Basicaly you have to add 2 lines of code and replace 1 line from the current theme code: http://screencast.com/t/Q4dq0GWXEJz

Thank you!

Bogdan B.
tagDiv Staff

Unfortunately it is very hard to debug anything from a distance. The best way is to go in and see for ourselves directly on your site what is going on as there are many factors that can affect images.
Let’s try this another way. Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate exactly how you are implementing the images and why this happens. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You clear the cahe from the cache plugin that you use and purge cd files from the cdn server settings if you use a cdn server. Plugin conflicts can be the cause for such errors or theme customization. We suggest only using the tested plugins: http://screencast.com/t/P7Z75r8deha and try ti restore the theme to it;s default code. Try to re-update even if you have the latest version. Replace the theme files to be sure you remove any modification. Use this method and choose ftp not the wordpress or automatic process: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

There is no setting to do this so it will have to be removed from the code. the problem is the filter is a common one, as it is used by multiple elements in our theme, not just the related articles section. If you want to remove a certain category you must alter this code: http://screencast.com/t/R2ucTI0zcB
Here is the wp function that is being used: https://developer.wordpress.org/reference/functions/wp_get_post_categories/
You will have to alter this code to exclude categories from it. If you do not know the steps you need to take in this regard we suggest getting some help on this as we cannot offer any customization services at the moment.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Well this can only be done through hard-coding it. If you do not have the skills required for this we suggest you get someone to help out on this as we cannot offer any custom work at the moment. Sorry
The code for the social share icons in our theme can be found here: http://screencast.com/t/i8Afgl9kB7UF
There are 2 instances of this code. One for the top sharing and one from the bottom sharing.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Smart lists were creted to use the modal image by default so there is no simple way of turning it off as it is hard-coded in. You can however use a css trick to remove the link action:
.td_smart_list_2 .td-slide-smart-list-figure{
pointer-events:none!important;
}

Add this code in the theme panel custom css box. This will work on smart list 2. If you use another smart list you need to change the number of the smartlist in the code.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide wp-admin so we can login and investigate.
Please also provide a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Well we have not tested our theme with php 7 yet so i cannot say for sure. Some users claim it works some claim it doesn’t
We do not recommend php 7 as we have not tested it.

Thank you!

Viewing 25 posts - 12,226 through 12,250 (of 22,378 total)