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 try to disable all plugins except those required by the theme and the Hybrid Connect Plugin and try again.
If this issue it’s still there please send an e-mail at contact@tagdiv.com with your wp-admin username and password so we can check, also please send a link to this topic.

Thanks

Lucian
tagDiv Staff

Hi,

You can try to exclude the featured category like this: http://screencast.com/t/Pbnml6K170
Here is the code td_module_blog.php file : 'category__not_in' => add your featured category here

Hope this works!
Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you have enabled it from Post Settings in Theme Panel, like this http://screencast.com/t/NcbGgR1LNh
Also clear your cache and try to see if it works, without using cache.

Thanks

Lucian
tagDiv Staff

Hi,

Can you please give us wp-access so we can check? You can send your username and password via e-mail at contact@tagdiv.com, please send along a link to this topic or specify the issue’s details.

Regarding the Visual Composer issue, you can enable it from Visual Composer Settings in WordPress Dashboard like this: http://screencast.com/t/o3w3IAYnijk

Thanks

Lucian
tagDiv Staff

Hi,

You can use the header Style 4 - menu + (logo + ad) http://screencast.com/t/76Vzeb1b8b
Then use the page-homepage-loop.php template, this way you will get the articles list below the page builder, but you can change this and put the articles list in before page builder.

Just follow this steps:

First remove this code: http://screencast.com/t/thEdnfOcj3hE
Then add this code http://pastebin.com/QUsFLxsW like this:http://screencast.com/t/d4AbrSBUm8g

After doing this add a new page and use this template like this: http://screencast.com/t/u9CMlU8b8
You will get this result: http://screencast.com/t/U6uHO4L3FI

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

With the new post template and latest theme versions we have changed some classes but I have tested the css you’ve sent me on your site and should work fine, i don’t know why this custom css does not work when you add in custom css section, please make sure you remove it and then paste it again and savce it, go back and see if the changes have been made. If not you can give wp-acces to check this, send an e-mail at contat@tagdiv.com with your username and password and also include a link to this topic or specify the issue details.

Also i found this piece on your css that you can remove it, it dose not do anything:

.td-post-text-content {
line-height: 22px;

And i haven’t tested the .faktaboks class from the css, it’s must be coming from a plugin because we don’t have a class like that in the theme, but should work also if that class has not been changed.

Hope this helps!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Can you please give me an URL to see this issue?
Try using this CSS in Theme panel -> Custom CSS for the revolution slider issue:

.rev_slider_wrapper {
z-index: 0;
}

Also you can import predefined styles from Theme Panel like this:http://screencast.com/t/nHRFZqdT0f3

Hope it helps!
Thanks

Lucian
tagDiv Staff

Hi,

Depends on what you want to do. You can take a look on how are they used on blocks here: http://screencast.com/t/zRDQoQmgef or on pages via loop.php http://screencast.com/t/5B8tjDhU41

Hope this helps!
Thanks!

Lucian
tagDiv Staff

Hi,

Unfortunately I think that is a bug with the demo data, we will investigate this, thanks for reporting this.

Sorry about this!
Thanks for the message

Lucian
tagDiv Staff

Hi,

You can try to use a plugin like AdRotate to do it.

Thnaks

Lucian
tagDiv Staff

Hi,

I have checked and tagDIV Slide Gallery works fine with the latest theme version. Please make sure you follow this guide on how to use it: https://forum.tagdiv.com/create-an-image-slide-gallery/

Thanks

Lucian
tagDiv Staff

Hi,

You can try adding it using the do_shortcode function for custom ad box and add it like this in the loop-single.php file: http://screencast.com/t/QexjAdJiBuVZ

Here is the code you need:

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

Also add your ad code inside the Custom ad 3 like this: http://screencast.com/t/IdQeUAdg

This way you have to remove the article bottom ad and the custom ad will remain under the pagination and above the prev/next post.

Use this css to arange it:

.single .td-a-rec-id-custom_ad_3 {
margin-top: -20px !important;
margin-bottom: 20px !important;
}  

Use this class to style the post pagination:

.page-nav-post {
padding: 0px;
margin-bottom: 42px;
}

like this: http://screencast.com/t/OZmQAGbb

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

The text from this post was formatted like this http://screencast.com/t/iOqBp99jkN using “Formats” tool from post toolbar. You can do it yourself using it like this http://screencast.com/t/tXNjj5ti

Here you have the post’s content: http://pastebin.com/Mnx6B7Nv

Hope this help!
Thanks

Lucian
tagDiv Staff

Hi,

You can find them on post http://screencast.com/t/j54j8j15C25
You can also find the short code for all block or VC elements by adding it with page builder and switching to “classic mode” http://screencast.com/t/HhgqlH5va2Q0
Also in the documentation you have the ones for the ad boxes http://screencast.com/t/jd1N3b8tjsAi

Thanks for the message

Lucian
tagDiv Staff

Hi,

Please send an e-mail at contact@tagdiv.com with your username and password so we can check this issue, please include your site URL and a link to this topic.

Thanks

Lucian
tagDiv Staff

Hi,

Please re-upload the theme, you have a missing style CSS theme file.
The big slide issue appears if you have CDN/cache and you didn’t reset it.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you have the add the two sliders like this: http://screencast.com/t/eylddWnw

After you done that add this custom css in Theme Panel > Custom CSS to hide the big slider on mobile:

@media (max-width: 767px) {
.iosSlider.td_block_big_grid {
display: none;
}
}

Let me know if it works!
Thnaks

Lucian
tagDiv Staff

Hi,

With those new post templates you have to do the same like you did for the loop-single.php file for each post template http://screencast.com/t/zGTk4v7274oH

Thnaks

Lucian
tagDiv Staff

Hi,

You don’t need css to do this.
You can remove the sidebar for each template from Template Settings in Theme Panel http://screencast.com/t/ivWRwmTIO6c
Or from Page template settings: http://screencast.com/t/II7rDNfHV
Please send me more details about what do you want to do, like an URL to your site with this issue or a screenshot if this dose not help you.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Please use this css:

.fb-like iframe {
max-width: 500px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Use this css in Theme Panel > Custom CSS:

.page-nav {
text-align: center !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

1. You can do it via css.
2. You have to do the same inside single.php file or other post templates if you don’t use the default one http://screencast.com/t/FE97xqHLsW

Thanks

Lucian
tagDiv Staff

Hi,

We have tooth about this and we will add it in future updates, until then you can hide it via css on mobile, using this custom css:

@media (max-width: 767px) {
.td-page-wrap .span4.column_container {
display: none !important;
}  
}

Thanks

Lucian
tagDiv Staff

Hi,

I see you have the Theme Version 3.9.2. We have added this feature since version 4.0
https://forum.tagdiv.com/topic/newspaper-v-4-0-topic/#post-15809, so you have to update your theme to have the new tagdiv slide gallery.
After that follow this guide: https://forum.tagdiv.com/create-an-image-slide-gallery/

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Just go to td_module_blog.php file add the code 'orderby' => 'rand‘ like this: http://screencast.com/t/OnRRUh5S

Thanks

Viewing 25 posts - 6,076 through 6,100 (of 6,600 total)