Hi,
Can you please send us your wp-admin username and password and also FTP access to take a look, send via e-mail at contact@tagdiv.com, please include a link to this topic.
Thanks
Hi,
Please set to show the feature image from Theme Panel > Post Settings and remove this code: http://screencast.com/t/B5IVQodgu
Hope this helps
Thanks
Hi,
Please make sure you have writing permissions on /wp-content/uploads, follow this steps https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also please send an URL so we can see this issue.
Thanks
Hi,
You can create a condition using this code http://pastebin.com/22cW0WGw in page-category-slider.php file like this: http://screencast.com/t/H4MO4rPf9qAh
Then add this Custom CSS in Theme Panel > Custom CSS:
.new_header {
margin-bottom: 21px;
}
You will get this result: http://screencast.com/t/dcvVhnKman
Hope this works.
Thanks
Hi,
You can add this code in Theme Panel > Custom CSS:
.span4 .iosSlider-col-1 .slider .td-sbig-title-wrap .td-sbig-title {
font-size: 15px !important;
line-height: 3px !important;
}
I’m not sure it will work for you, I need an URL to see the exact issue.
Thanks
Hi,
Please remove or comment this code inside site.js file like this http://screencast.com/t/Opp3iwiRpkT
Also please remove this CSS:
.wpb_video_wrapper iframe {
width: auto !important;
}
…from Theme Panel you don’t need it anymore.
Sorry about this, should work fine now.
Thanks
Hi,
@digitial2 The Facebook sharing doesn’t work locally, you have to be online to work. The issue is on post too not only on homepage, i have checked myself, locally it doesn’t work but online it works fine.
Thanks
Hi,
You can add an on click redirect like this: http://screencast.com/t/CfIAgMpc3p
Also you have to remove from Javascript the login link event: http://screencast.com/t/kjCabXcGU
Thanks
@ meremetia Thanks!
Hi,
Unfortunately the <!--more--> (teasers) only work when using Module 1 like in this ex:
http://screencast.com/t/XwGOMRh8dFM
http://screencast.com/t/lepYjdlJnsF
You can customize your excerpt from Theme Panel > Excerpt like this http://screencast.com/t/i8Dzp4S13 or you can add your excerpt for the post manually from post like this: http://screencast.com/t/dSWhR6qMI4 this will be displayed firstly if it’s added.
Block 8 is build using module 5 and you have to modify the excerpt length for module 5.
Thanks
Hi,
Add this custom CSS in Theme Panel > Custom CSS:
/* responsive monitor */
@media (min-width: 1200px) {
.td-visible-desktop:after {
content: "Advertise here"; background-color: yellow;
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */
position: absolute;
top: 37px;
right: -53px;
width: 90px;
text-align: center;
line-height: 15px;
font-size: 12px;
}
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1199px) {
.td-visible-tablet-l:after {
content: "Advertise here"; background-color: yellow;
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */
position: absolute;
top: 18px;
right: 50px;
width: 60px;
text-align: center;
line-height: 12px;
font-size: 12px;
}
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.td-visible-tablet-tp:after {
content: "Advertise here"; background-color: yellow;
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */
position: absolute;
top: 18px;
right: -42px;
width: 60px;
text-align: center;
line-height: 12px;
font-size: 12px;
}
}
/* responsive phone */
@media (max-width: 767px) {
.td-visible-phone:after {
display: none;
}
}
Result: http://screencast.com/t/wnMRU8iXk8S
You can change the background-color, content, position… as you like.
Thanks
Hi,
Have you tried deactivating the plugins?
Please let me know,
Thanks!
Hi,
The theme includes a license for this plugin so you don’t have to buy it. You don’t have to worry about the plugin update warnings it will be updated in the next theme update.
Thanks
Hi,
Please disable all plugins except those required by the theme and check to see if the button it’s still there, if so please send us an URL to your site so we can check.
Thanks
Hi,
Can you please send an URL of your site so I can check.
Thanks
Hi,
You can change it via CSS, just add this custom CSS:
.td_block_slide .item {
background-color: white !important;
}
..in Theme Panel > Custom CSS.
If this doesn’t work please send an URL of your site with an example.
Thnaks
Hi,
Please use this custom CSS in Theme Panel > Custom CSS:
.td_mod2 .meta-info, .td_mod5 .meta-info {
display: none;
}
Thanks
Hi,
Please add this CSS in Theme Panel > Custom CSS:
.header-logo-wrap img {
max-width: 200px;
}
.header-logo-wrap {
margin-top: 10px;
}
.td-a-rec-id-header {
top: 0px;
}
Thanks
Glad you have fixed it.
Thanks for your message!
Hi,
Please move this code inside loop-single.php file like this: http://screencast.com/t/F6PhKudLSffw
You will get this result: http://screencast.com/t/z4fRdliby7
I have moved the reviews above the content, if you want them elsewhere you can move them the same way.
Thanks
Hi,
1. Use this CSS for the video issue:
.wpb_video_wrapper iframe {
width: auto !important;
}
Add it in Theme Panel > Custom CSS.
About the thumbnail, can you please give me an example?
2. Unfortunately I don’t know any plugin that helps you to get rid of the ad, those ads are set to be displayed by video owner.
hi,
We haven’t made any tests with BBPress forum using UserPro plugin, sorry for the inconvenience.
Probably UserPro plugin depends of the default code structure, our theme uses a custom template using a different code structure.
Thanks for understanding!
Hi,
Unfortunately this is not possible, if you align those buttons then it will be a blank space between title and button when the title is on one line.
Sorry for this!
Thanks for your message
Hi,
Use this CSS in Theme Panel > Custom CSS:
.td-tags li{
display: inline;
float: none !important;
}
.td-tags {
text-align: center;
}
.post-source-via {
text-align: center;
}
Result: http://screencast.com/t/6rlasrObv
Thanks
Hi,
You only have to use the bbPress forum template without short code it should work just fine, see here: https://forum.tagdiv.com/how-to-install-bbpress-forum/
Thanks