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,

You have to Edit your gallery and set it to link to Media in order to get the images in when you click on them in the post.
You can use the Theme Panel to disable the light box for the featured image http://screencast.com/t/cEgYQV3t
It’s not simple to disable the light box, unfortunately there is no option for this and to disable it you’ll have to change the code.

Sorry for this
Thanks

Lucian
tagDiv Staff

Hi,

@Nitish Saxena
Can you please send me a link to your site so I can inspect your page?


@arnieswap

We will talk about this, thank for your suggestion, you can use css to change the font until then.

Thanks

Lucian
tagDiv Staff

Hi,

To change the big slider and normal slider color font use this css:

.iosSlider .td-sbig-title-wrap a, .iosSlider .td-sbig-title-wrap span {
color: red !important;
}

To change the mete info/category color use this css:

.iosSlider .slide-meta a, .iosSlider .slide-meta span {
color: red !important;
}

If you don’t want to change the date color also, remove the .iosSlider .slide-meta span

For the tag widget use this:

.widget_tag_cloud .block-title span {
color: red !important;
}

The size of the tag widget is determined by the amount of tag displayed there, so you can’t re-size it only if you reduce the size of the tag container. Use this css to do that:

.widget_tag_cloud .tagcloud a {
padding: 0px 5px 0px;
font-size: 11px !important;
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

1. You can add a Big slider on a page using the page builder like this: http://screencast.com/t/EDKurv0oosEI
Or in your case you can chose a template like Homepage – with articles or without the articles list, this way the big slider will be added to your page http://screencast.com/t/TmQxHqjEV

2. To have the full width layout for the background you will have to disable your site background, the only way you will get a boxed layout is when you use a background, go to Theme Panel > Theme Colors > Background Color or Theme Panel > Background > Background settings and set then to default.

Also I have noticed you are using the 3.9.1 themes version, I suggest you move to latest version 4.1, we have added new features using images https://forum.tagdiv.com/topic/newspaper-v-4-0-topic/#post-15809

Hope this helps
Thanks

Lucian
tagDiv Staff

Hi,

Have you tried disabling all plugins? I believe you use a plugin for this so please do that and see if this issue is still there.

Thanks

Lucian
tagDiv Staff

Hi,

You can hide them via CSS. Can you please send me an URL to your page so I can see which block you want to display without images?

Thanks

Lucian
tagDiv Staff

Hi,

You can use this css to move the text under the images:

.td-post-text-content h2, .td-post-text-content h3, .td-post-text-content p {
  clear: both;
}

You can’t use the css style sheet from an older theme version but you can revert
to an older theme version, if you hadn’t made any backup to your theme before update you can send an e-mail at contact@tagdiv.com specify this issue and we will send you an older version of the theme as you can’t get from themeforest only the latest theme version.

Thanks

Lucian
tagDiv Staff

Hi,

You can use a block to display the posts without image from that category and then use css to remove the space of the image, like i did here:

before: http://screencast.com/t/R1bVDUV9tP
after: http://screencast.com/t/9xSOuQMd

Using this css:

.page .td_mod9 {
margin-bottom: 15px;
min-height: 100%;
}

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

I used block 6. I have removed the space for the image. You can do the same for your page.

You can use the same css in your case or you can customize your own block.
Add the css in Theme Panel > Custom CSS.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Use this CSS to disable link:

.td_block7 .block-title {
pointer-events: none;
cursor: default;
}

Replace the .td_block7 with the class for the block you are using.

Hope this helps
Thanks

Lucian
tagDiv Staff

Hi,

We will keep this in mind thanks again for your suggestion.

Have a nice day!

Lucian
tagDiv Staff

Hi,

Should work, I have tested your user on my facebook counter widget and shows the same as yours.
Have you managed to solve this?
Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure I understand. Could you please provide me more details.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked myself and work just fine. Please make sure you have set it like this: http://screencast.com/t/CeDuONAj
Also keep in mind that these AdSense size boxes work only for AdSense ads.
If you leave the AdSense size boxes empty, the theme will automatically resize the google ads.
You can follow this guide for more info: https://forum.tagdiv.com/ads/

Hope this helps
Thanks

Lucian
tagDiv Staff

Hi,

Replied via e-mail!

Sorry for this
Thanks for the message

Lucian
tagDiv Staff

Hi,

I have added this to our issue list and will fix it in next update.

Thanks

Lucian
tagDiv Staff

Hi,

Use this method I gave you a while ago:
https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013
You can do the same for each template you want the ad to appear on.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for the suggestion. We will think about this.

Have a nice day!
Thanks for the message

Lucian
tagDiv Staff

Hi,

First you have to go to functions.php file and add your own image sizes http://screencast.com/t/nsQtWpPBtt5

Then add your new custom sized images to your custom module. Here you have an example for module search http://screencast.com/t/WzCBDyV0LHG

Hope this helps
Thanks

Lucian
tagDiv Staff

Hi,

You can use the .single-format-gallery class to set that margin how you like when using the gallery post format template.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately you can’t you have to modify the module for that and that is not an easy task.

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

Please use this custom css, add it Theme Panel > Custom CSS:

.td-post-sidebar .td_mod3 .thumb-wrap img {
left: 0px !important;
}

.td-post-sidebar .td_mod3 .item-details {
top: -27px !important;
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

I have tested the “Post Content Font” and seems to work fine using the latest theme version (4.0.2).
Please try this without any plugins activated except those required by the theme and see if it works. Also update the theme to the latest version.
If not you can give us wp-access so we can check this issue, please provide the wp-admin user and pass to contact@tagdiv.com

Regarding the this happens just once until the cache is created, there is an delay until the font loads.


@Steven

Yes you are right, until version 4.0.2 the post content fonts and the page content fonts where the same, if you want to use it like that you can use an older theme version.

If you want you can use this css to change your TOS page font size:

.page .wpb_content_element p {
font-size: 10px;
}

use this for the titles from that page:

.page .wpb_content_element span {
font-size: 10px;
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Search for this code in the site.js file :

if (td_detect.is_chrome === true || td_detect.is_ie10 || td_detect.is_ie11) {
        td_smooth_scroll();
    }

Remove it or comment it out like here : http://screencast.com/t/pBTbcKztcKrA

Thanks

Lucian
tagDiv Staff

Hi,

I have replied here for this.

Thanks

Lucian
tagDiv Staff

Hi,

1. You can use the modal window for which image you want, just edit image and enable the modal feature.
You can follow this guides on hoe to use the modal window and the gallery: https://forum.tagdiv.com/display-image-using-modal-window/
https://forum.tagdiv.com/create-an-image-slide-gallery/

2. I have tested this and seems that live search should works fine using the themes last version, in your case this issue may appear due to a plugin conflict, try deactivating some plugins and see if this changes.
Please let me know.

3. These Visual Composer features where remove because they don’t work well all the time and haven’t been tested, if you want you can enable them form here: http://screencast.com/t/P1vbDoI4Ag

Hope this helps!
Thanks

Viewing 25 posts - 6,001 through 6,025 (of 6,600 total)