Hi,
Try adding the code directly in file, where you want the ad to be displayed for example if you want on header edit here: http://screencast.com/t/lGs4ZXrR5
Hope this help!
Thanks!
Hi,
Try to comment them from function.php like this: http://screencast.com/t/AJFofBi3Ym
You can modify the function.php file within child theme: https://forum.tagdiv.com/child-theme-documentation/
Thanks
Hi,
Please add this custom CSS in Theme Panel -> Custom CSS
body iframe[id^="dsq-"] {
display: block !important;
}
Thanks
Hi,
Unfortunately the theme doesn’t have a feature like this, and it’s not an easy task and involves custom work.
If you want you can hire a freelancer to do this for you http://studio.envato.com/
Thanks for understanding
Hi,
You have to move the code for social sharing buttons inside loop-single.php file like this: http://screencast.com/t/Wtzfm7yJ
Then move the tweet, like and g+ buttons code inside the same loop-single.php file like this: http://screencast.com/t/TIX5pK3e
And this CSS in Theme Panel -> Custom CSS:
.post .td-social-like-tweet {
margin-bottom: 15px !important;
}
.td-social-like-tweet ul {
margin-top: 0px;
}
.post header {
margin-bottom: 5px;
}
Hope this works
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
What i’m curious is why do you have access there in the theme folder. I think you need to add a rule in .htaccess to block access to that folder.
If you go on our demo using the same link like yours to the theme folder – will redirect see here: demo.tagdiv.com/newspaper/wp-content/themes/Newspaper/
Or can you disable all plugins or one by one and see if works.
Thanks!
Hi,
Sorry for the delay. Please send an e-mail at contact@tagdiv.com with your wp-admin username and password so I can check this issue, also please provide an URL to your site and specify the problem or send a link to this topic.
Thanks
Hi,
I’m glad you have resolved it.
Thanks for your message
-
This reply was modified 12 years by
Lucian.
Hi,
the VC plugin current version is 4.2.3, if you get this message with these latest plugin version please update the plugin from the plugins directory of the theme, like this:
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Should work, add this !important at the end of the none value like this:
.post-source-via {
text-transform: none !important;
}
..and try again.
If this doesn’t work please send us a link to see the issue.
Thanks
Hi,
Please add this CSS in Theme Panel -> Custom CSS
.post .meta-info {
display: none;
}
.post .td-post-text-content {
margin-top: -25px;
}
Thanks
Hi,
Can you show me an example! Also not all videos from youtube have a large image thumbnail, but if you show me a case i will inspect it.
Thanks!
Hi,
Great! Please feel free to ask us anything!
Thanks for the message
Hi,
Please disable all plugins or one by one and see if works.
I’ve checked your website, you have a plugin that minify your code and it doesn’t end write, see here: http://screencast.com/t/cfppqF7q1
Thanks
Hi,
I’m glad you’ve managed the issue.
Thanks
Hi,
The theme dose not contain a file like that, if you want you can send us a screenshot with the file content.
Thanks
Hi,
Please make sure you have the latest theme version (3.9.2), also check to see if the Visual Composer (4.2.3) is at his latest version too, if it’s not please update it like this: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
If nothing works please send us an e-mail with your wp-admin username and password and also FTP access at contact@tagdiv.com so we can check this issue, make sure to specify your problem or send an URL to this topic.
Thanks
Hi,
It can be done via CSS and you add it in Theme Panel -> Custom CSS.
Here is an example:
First you have to change this classes like this: http://screencast.com/t/NKc2JXoDKB
Then add this custom CSS in Theme Panel -> Custom CSS:
Here I’ve used an icon found on internet but you can try to find a better one if you want or hire a freelancer to draw a custom one for you.
.td-sp-share-stumbleupon {
width: 31px;
height: 31px;
background-image: url('http://iconizer.net/files/InFocus_Social_Media_Icons/orig/stumbleupon.png') !important;
background-repeat: no-repeat;
top: -3px !important;
left: -2px;
}
.td-social-sharing-buttons {
margin-right: 10px !important;
}
.td-social-stumbleupon {
background-color: orange;
}
Hope this helps.
Thanks
Hi,
I can’t see the screenshot that you sent.
You can set your Homepage Latest Articles to use Module 7: http://screencast.com/t/tLVcCcP0E
Will look like this: http://screencast.com/t/R6AagXowte
Thanks
Hi,
That settings is only for posts. All other thumbnails from blocks will be fine.
Thanks
Hi,
I’m glad you have resolved it.
Thanks for your message
Hi,
Try this CSS, add it in Theme panel -> Custom CSS
#inner-wrap {
background-color: #cccccc !important;
}
Thanks
Hi,
You can add the “Authors” field in the td_translate.php file, add this code:
'Authors' => __('Authors', TD_THEME_NAME),
..like this: http://screencast.com/t/lRnNeuJS9
Then change the td_page_generator.php file like this: http://screencast.com/t/xO6msnahpI
You will now get the “Authors” field in Theme Panel -> Translation http://screencast.com/t/VdgaGebQA
Result: http://screencast.com/t/CgpjF66ubv
Hope this helps.
Thanks
Hi,
Please update your theme to the latest version, we have fixed this, then translate it via Theme Panel.
Thanks
Hi,
Add this custom CSS:
.post-source-via {
text-transform: none;
}
..in Theme Panel -> Cutom CSS
You will get this result: http://screencast.com/t/YvtwZVzWJvEd
Thanks