Hello,
Unfortunately the plugin is not tested so I cannot say for sure if it will work or not with our theme. If your plugin does not work anymore, it will probably need implementation with our theme as they may have changed the code in their new version. Unfortunately plugin implementation falls beyond what the theme support can offer you so we cannot help in this matter. You can either replace the plugin ,or revert to a previous version that worked with our theme.
Thank you!
hello,
In order to accomplish this you can use the wp categories element is visual composer: http://screencast.com/t/xGFf1EkwG7xM – http://screencast.com/t/rCP4DS4r
Or you can create a custom menu: http://screencast.com/t/NbSQPnC3 – it will grab one of the menus form the menu area of wp.
Hope this helps.
Thank you!
Hi,
It will help us provide the answer if we can actually be able to inspect the site itself and check the widget css. Please provide a link to your site.
Thank you!
Hi,
Please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect the element. Include a link to this topic so we can identify you.
Thanks.
Hi,
@kunghui please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect the issue. Also include a link to this topic so we can identify you.
@mayankaircel – unrelated issue. If you have a different issue than the one posted here, please create a new topic. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
The mobile theme will only show content of pages created with the mobile editor.
Thank you!
Hi,
I have checked your mobile version of the site and ads seem to display fine: http://screencast.com/t/AhnbkQukq
Thank you!
Hi,
Unfortunately the ad boxes cannot accept php code so you cannot customize ads from there. Please follow this topic to see how it can be done: https://forum.tagdiv.com/topic/disable-ads-on-particular-posts/
Hope this helps.
Thank you!
Hi,
I have tested some of the youtube links that are not working on your site bu they seem to work properly upon embedding. This could be a plugin you recently installed that interferes with the embed process. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Let us know if the issue is still there.
Thank you!
The file should be there if you have newspaper 7: http://screencast.com/t/FYNSv0Tdi Please provide a link to your site so I can inspect it.
Thanks.
There are 2 links. one is a screenshot and the second is a pastebin link to the code.
Please check again.
Thank you!
Hi,
Unfortunately there is no setting or this from the theme side and we have no solution to provide on short notice. Maybe something similar to this could work: http://www.inmotionhosting.com/support/website/redirects/mobile-redirect
Thank you!
Hi,
Unfortunately we have not implemented the fix yet. Please use the above solution until we add it in the next theme update.
Thank you!
Hi,
That seems to do it. It will also show the article inline and article bottom ads, but if you do not use them, then it’s a viable solution.
Thank you!
Hi,
Unfortunately there is no option for this as the latest articles is not a block but uses a loop. THt means it uses modules directly, not being contained in a block. You can only select a different module for it, but if you have a sidebar set, there is no module that can display on 3 columns, sorry!
In order to have 3 columns, the latest articles needs the full with of the the content area.
Thanks.
Hi,
You can select a sidebar for each post from the post edit screen: http://screencast.com/t/PjljeuDG
Thank you!
Hello,
There is no easy way unfortunately if you have no coding skills. In this case it;s best to look for a free plugin like https://wordpress.org/plugins/facebook-video-embed/
We have not tested any plugins so I cannot say for sure if this one will work, but you should try a few of theme out and see how they work.
Thank you!
Hi,
If you want place an ad at the top of the smartlist, you can simply add it inside the post content when editing the smartlist without altering the theme files. Add it as a html code directly above the smartlist title: http://screencast.com/t/vvNfuOgfNY
Thank you!
Hello,
Unfortunately there is no setting to disable the featured image on mobile, but you can use this css code:
.td-post-featured-image{
display:none!important;
}
If you use the mobile theme, add it in the mobile theme settings here: http://screencast.com/t/oRPLrEKfmB or if you use the responsive version, add the code here: http://screencast.com/t/3Gl2RjltdZNS
Thank you!
Hello,
Unfortunately there is no quick solution at the moment as smartlists that change the url always open the page from the top. I will add this suggestion to our list for future updates.
Thank you!
Hello,
This depends on the mobile theme plugin. If you do not use the mobile theme plugin then the adsense you set up for desktop will show on mobile as well.
If you do use the mobile theme, you have to place the ad codes in the mobile ads section of the theme panel: here: http://screencast.com/t/vPDwfXu7
Thank you!
Hi,
Well you cannot use both. You either use css or the theme colors. Both at the same time will overwrite one another. Change the colors in the code if you use the code method.
Thank you!
Hello,
1. Please make sure you clear all caches and make clear cdn files also. If you have caching on your server, make sure you set it properly by contacting your hosting. Also very important, if you also use a cdn server, make sure you purge files.
2. The mobile theme uses the same footer set-up as the one on desktop. There is no extra settings for the footer on the mobile theme. It will get converted to the default footer style, but the content is the same as the desktop version. The about us section and the follow us are predefined for the mobile theme so if you want to remove them, you must use css to do so.
You can use this code:
.td-footer-description{
display:none!important;
}
Add the code in the mobile theme settings under custom css:
http://screencast.com/t/4LBcVoS4
Thank you!
Hi,
Please try this temporary solution and see if it works – http://screencast.com/t/Te9gPmWp0 – http://pastebin.com/GDCGkfvA
Don’t forget to make a backup of your current file so you can revert in case that something goes wrong.
Let us know how it goes.
Also I have added this on our list for further investigations as it happens only in specific conditions.
Thanks!
Hello,
On pages you can add javascript codes from visual composer by using the raw js element: http://screencast.com/t/EEd8OCAif
Thank you!
Hi,
Please make sure you use version 7.1.1 of our theme and disable all plugins except visual composer, clear cache and reset cdn files. Then check the related articles again.
Thank you!