Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

@ meremetia Thanks!

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

Hi,

Have you tried deactivating the plugins?
Please let me know,
Thanks!

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

Hi,

Can you please send an URL of your site so I can check.

Thanks

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

Hi,

Please use this custom CSS in Theme Panel > Custom CSS:

.td_mod2 .meta-info, .td_mod5 .meta-info {
display: none;
}

Thanks

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

Glad you have fixed it.

Thanks for your message!

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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.

Lucian
tagDiv Staff

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!

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Viewing 25 posts - 6,251 through 6,275 (of 6,600 total)