Hi,
Do you have any custom css or code modifications on the theme? if you do please remove them and try again.
If you use cache/cdn reset/purge all files and check again.
If nothing works please send an email at contact@tagdiv.com , specify the issue and provide wp-admin and ftp access so i can take a look.
Thank you, Emil G.
Hi,
You can doit using a plugin like Advanced Custom Fields, take a look here for an example – https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/
Basically you need to create a checkbox that will appear on each post editing area, and a condition on the author box to appear only when the box is unchecked, you can find the author box function here – http://screencast.com/t/EVD3CDvhYHkM
Thank you, Emil G.
Hi,
The theme ad system was designed to work only with adsense and custom banner ads. To make it work with other ad systems you have to modify the code or look for a plugin that can handle this type of ad.
Thank you, Emil G.
Hi,
Did you made modifications on the print css? Check the print css inside the style.css file – http://screencast.com/t/lY1oRHCc See what items are disabled on the page, if possible paste the code here or provide an image with it.
Thank you, Emil G.
Hi,
The image you set for mobiles seems to be missing – http://screencast.com/t/nQIni74ST0
Replace it and check if the issue is still there.
Thank you, Emil G.
Hi,
You have to change the page SEO title – http://screencast.com/t/1AF3fCif
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You can do this by using a block/widget (or more) and the infinite load option – http://screencast.com/t/hEcrymGLcL
Thank you, Emil G.
Hi,
Replied via email.
Thank you, Emil G.
Hi,
@ Christopher – Thank you!
As Christopher said Facebook updates data from time to time, the posts on our demo server didn’t changed in a long time so that’s a good reason on why the share data is correct. You can also update data manually using their debugger – https://developers.facebook.com/tools/debug/ and press Fetch New Scrape Information. After you do this check the share, it should work fine – http://screencast.com/t/JUaWm31f
Thank you, Emil G.
Hi,
You have to regenerate the thumbnails, each theme uses different thumb sizes, check this guide on how to do this – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Not sure what you mean with the widget issue, please provide more details. Normally the widgets can be added on the Appearance -> Widgets section – http://screencast.com/t/7TCJnbde
Thank you, Emil G.
Hi,
It seems to be a css issue, do you have any custom css?
Try to disable all plugins and check if the issue is still there. Also try to re-upload the theme, overwrite all files.
Thank you, Emil G.
Hi,
The error seems to come from Visual Composer. Make sure you have the latest version, disable the rest of the plugins and see if the error is still there.
Thank you, Emil G.
Hi,
Try to change the id and see if anything happens.
If it still doesn’t work please send an email at contact@tagdiv.com , specify the issue and provide wp-admin access so we can take a look.
Thank you, Emil G.
Hi,
Try to disable all plugins, enable only Visual Composer and check if the issue is still there.
If you use cdn or external cache clear/purge it.
Thank you, Emil G.
Hi,
On page you use the default template on which the block can’t tell if it’s on 3 or 2 columns and it uses 3/3 columns setting on a 2/3 columns space. If you switch to Homepage blank and use a widgetised sidebar block the page will look the same as the category – http://screencast.com/t/WAzK2BhmN
You can try to add the following code inside loop.php – http://screencast.com/t/kcGh0RY4Dfw
if (is_category()) {
$td_template_layout->td_column_number = 3;
}
Some modules may not display properly.
Thank you, Emil G.
Hi,
Some widgets have this option in their settings panel – http://screencast.com/t/H2lOkUoUF
For the rest you have to create use custom css, ex: – http://screencast.com/t/WXtkptxF0Ttp
.Weather-Widget-3 .block-title{
border-bottom: 2px solid #8289C1;
}
.Weather-Widget-3 .block-title span {
background-color: #8289C1;
}
Use browser inspector to find out what classes are used on each element – http://screencast.com/t/dsi005iFai
Thank you, Emil G.
Hi,
You have to add target=”_blank” for each line – http://screencast.com/t/ziMCPpqGQR
Thank you, Emil G.
Hi,
Try the following css:
.td_block4 .span6 {
float: none;
width: 100%;
margin-left: 0px;
}
Thank you, Emil G.
Hi,
You have to set the Video category as a subcategory of Media – http://screencast.com/t/xRbQlDgO29oU – http://screencast.com/t/wrmIWNJO
Thank you, Emil G.
Hi,
It’s a line-height issue, try the following css:
.iosSlider .slide-meta .slide-meta-author {
line-height: 29px;
}
We have this issue on the list we’ll fix it in one of the next updates.
Thank you, Emil G.
Hi,
Check the guide on how you can update the theme – https://forum.tagdiv.com/how-to-update-the-theme/
Thank you, Emil G.
Hi,
Yes it’s possible, you can check the guide here – https://forum.tagdiv.com/ads/
Thank you, Emil G.
Hi,
You can modify it from here – http://screencast.com/t/LZHKoU8x , change only the name that comes after the arrow ( => ).
I’ve added the issue on the list, we will fix it in one of the next updates.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
1. Not sure what you mean with double spacing, do you refer to the space between elements? it’s a margin and can be removed using custom css:
.td_mod10.td_mod_wrap{
margin-bottom: 0px;
}
2. The elements are not included in an html list so you can’t add bullets via css. You can try to add something directly into the module, before title – http://screencast.com/t/5wRnf8dmKLU
3. You can doit with css but there’s no id on blocks so it may affect all blocks on that specific page.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
The theme works with adsense and banner ads and those setting should work.
If you use other ads those settings won’t work, in this case the theme code requires custom modifications.
The solution provided via email works, but it requires some basic programming knowledge.
If you don’t know how too modify the ode my advise is to hire a professional developer to build this for you.
Thank you, Emil G.