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,

Try this:

.post .thumb-wrap .entry-thumb {
margin-top: -25px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Try this:

.td_mod9 .td_read_more {
display:none;
}

.td_mod9 {
min-height: 130px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Add this code rel="nofollow" to the td_module_blog.php file like this: http://screencast.com/t/zONZPww3Jt

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately not all the Visual Composer elements have this feature.

If you want you can add a class on rows or on columns if you want to target then a block or a title with text from that row/column.

To add a class on a column/row: http://screencast.com/t/h2J8DRl3E http://screencast.com/t/XM0uJCi1MQ

Hope this helps
Thanks

Lucian
tagDiv Staff

Hi,

Please ask here any questions you have, also please leave us your site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,

You can follow this steps: https://forum.tagdiv.com/how-to-use-the-megamenu/

Thanks

Lucian
tagDiv Staff

Hi,

You need to modify(edit) that thumbnail manually then re-upload(overwrite) it via FTP, if you need precise selection.
Unfortunately, the theme generates automatic thumbnails and this can’t be overwrite at this moment.

Thanks

Lucian
tagDiv Staff

@murattopak01 Thanks for your help

Lucian
tagDiv Staff

Hi,

The update is there but Radu O. forgot to change the version number.
We will fix this in the next update.

Sorry about that

Lucian
tagDiv Staff

Hi,

There isn’t any f.txt file in our theme files, maybe it came from one of the plugins.

Thanks

Lucian
tagDiv Staff

Hi,

The background color of the menu can be changed from Theme Panel -> Theme Colors like this: http://screencast.com/t/7yGByZLEX

For the website content background you need to add this CSS in Theme Panel -> Cutom CSS:

div.td-page-wrap {
background-color: red !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for great thoughts and intentions.

Thanks for your message

Lucian
tagDiv Staff

Hi,

Here you have an example on how to add the ad banner on the category page and index page: https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013

Just follow these steps and do the same for the template you want the ad to display

It looks something like this on Homepage-blank Template http://screencast.com/t/yXKDHWFsd

Thanks

Lucian
tagDiv Staff

Hi,

You can try, I have tested it and id doesn’t do any changes to your other custom fields, you can only create and add new ones if you like.

Thanks

Lucian
tagDiv Staff

Hi,

I can’t see this image you have posted here, please send as screenshot again.

Thanks

Lucian
tagDiv Staff

Salut,

Trimite te rog un e-mail la contact@tagdiv.com cu user-ul si parola de la wp-admin ca sa pot verifica, include te rog in mesaj si un link catre acest topic sau descrie detaliat problema.

Mersi

Lucian
tagDiv Staff

Hi,

If you want a standard button you can get the code from here: http://www.stumbleupon.com/dt/badges/create

Or if you want a custom one the code should look like this:

<a class="td-social-sharing-buttons td-social-pinterest" href="http://www.stumbleupon.com/submit?url=' . urlencode(get_permalink()) . '&title= ' . $this->title . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false; "><div class="td-sp td-sp-share-pinterest"></div><div class="td-social-but-text">StumbleUpon</div></a>

add it in the td_module_blog.php file like here: http://screencast.com/t/eaRORJez then you need to Change the icon and color via CSS

Hope this help!
Thanks

Lucian
tagDiv Staff

Hi,

Try this:

.td_mod9 .thumb-wrap img {
max-width: 120px !important;
}

.td_mod9 .item-details {
margin-left: 135px !important;
}

.td_mod9 {
margin-bottom: 0px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Do you want to add an ad above the content on post/page/category pages?
For post you can use the Top Article Ad from Theme Panel -> Ads
For Pages and Category Pages you need to add the ad directly in the template file using this:

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

In page.php file and category.php file
Hope this helps

Thanks

Lucian
tagDiv Staff

Hi,

If you want to limit the Latest Article from your Homepage just edit your Homepage: http://screencast.com/t/KAHQB3dt6

Thanks

Lucian
tagDiv Staff

Hi,

The Visual Composer Frontend Editor button was removed from the theme as it’s not compatible with theme blocks.
I think you can leave it if you want, should work with the default elements.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay.
We will fix this in the next update, until that add this CSS in Theme Panel -> Custom CSS:

/* CSS Animations */
.wpb_animate_when_almost_visible {
  opacity: 0;
}

.wpb_start_animation.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
  -moz-animation:    wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
  -o-animation:      wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
  animation:         wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
  -moz-animation:    wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
  -o-animation:      wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
  animation:         wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
  -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
  -moz-animation:    wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
  -o-animation:      wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
  animation:         wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
  -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
  -moz-animation:    wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
  -o-animation:      wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
  animation:         wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_appear {
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
  -moz-animation:    wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
  -o-animation:      wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
  animation:         wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  opacity: 1;
}

/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
  0%   { -webkit-transform:translate(0,-10%); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_ttb {
  0%   { -moz-transform:translate(0,-10%); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_ttb {
  0%   { -o-transform:translate(0,-10%); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_ttb {
  0%   { transform:translate(0,-10%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
  0%   { -webkit-transform:translate(0,10%); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_btt {
  0%   { -moz-transform:translate(0,10%); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_btt {
  0%   { -o-transform:translate(0,10%); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_btt {
  0%   { transform:translate(0,10%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
  0%   { -webkit-transform:translate(-10%,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_ltr {
  0%   { -moz-transform:translate(-10%,0); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_ltr {
  0%   { -o-transform:translate(-10%,0); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_ltr {
  0%   { transform:translate(-10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
  0%   { -webkit-transform:translate(10%,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_rtl {
  0%   { -moz-transform:translate(10%,0); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_rtl {
  0%   { -o-transform:translate(10%,0); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_rtl {
  0%   { transform:translate(10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
  0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }
  100% { -webkit-transform:scale(1); opacity: 1; }
}
@-moz-keyframes wpb_appear {
  0%   { -moz-transform:scale(0.5); opacity: 0.1;  }
  100% { -moz-transform:scale(1);opacity: 1;  }
}
@-o-keyframes wpb_appear {
  0%   { -o-transform:scale(0.5); opacity: 0.1;  }
  100% { -o-transform:scale(1);  opacity: 1; }
}
@keyframes wpb_appear {
  0%   { transform:scale(0.5); opacity: 0.1;  }
  100% { transform:scale(1); opacity: 1;  }
}

Sorry about this
Thanks

Lucian
tagDiv Staff

Hi,


@bobbyd67
Thanks for your help.
@snowwatchGB I have tested the solution that @bobbyd67 mentioned and seems to work fine.

To do that add this code &showinfo=0&autohide=1 like here: http://screencast.com/t/zUXkxAqs

To remove the gap add this CSS

.post .wpb_video_wrapper iframe {
margin-top: -25px;
}

..in Theme Panel -> Cutom CSS

Thanks

Lucian
tagDiv Staff

Hi,

Yes, like this: https://forum.tagdiv.com/sidebars/

Thanks

Lucian
tagDiv Staff

Hi,

Try this:

.td_mod9 .thumb-wrap img {
width: 208px !important; 
}

.td_mod9 .item-details {
margin-left: 236px;
}

Thanks

Viewing 25 posts - 6,401 through 6,425 (of 6,600 total)