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,

Use:

body {
background-color: red !important;
}

..in theme panel > custom css.

Thanks

Lucian
tagDiv Staff

Hi,

We already have this on our feature requests list, we will think about this for future updates as this is not easy to achieve we have to find the best way to implement this, we also need to be very carefully what we implement as we have over 160 feature requests on our lists but if more people will ask for this we will do it.

Thanks for the message and for understanding!

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

Hi,

Do you still have this issue?
I have checked your site on Mac using Firefox latest version and found no issues regarding your site’s layout: http://screencast.com/t/uSZShgOs0V
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

To make sure that you do this right please make sure you replace the content of the td_module_blog.php file with this: http://pastebin.com/bZsZvQAn
Also make sure you update the theme to the latest version(4.5) after that replace the td_module_blog.php file content, deactivate all plugins and check for this issue again.

Thanks

Lucian
tagDiv Staff

Glad that you have managed to fix it.
Thanks for letting us know.

Lucian
tagDiv Staff

Hi,

Please make sure you empty cache files and purge files if you use any cache or CDN plugins as this can deliver the old file versions.
If you can’t manage to solve this please send your site’s URL so I can inspect this.

Thanks

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

Hi,

You can do something like this using css: http://screencast.com/t/Qv2OPSPI8
Unfortunately you need custom work to achieve something similar with the block headings which have a different html structure.

Here is the css I have used in the screenshot:

.wpb_tabs .wpb_tabs_heading {
border-bottom: 2px solid #000000;
margin: 0px 0px 26px 0px;
font-family: Roboto;
font-size: 15px;
line-height: 15px;
font-weight: bold;
padding-bottom: 4px;
padding-left: 10px;
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Glad you’ve realized that!
Thanks for the message and please let me know if you have any other theme related issues!

Lucian
tagDiv Staff

Hi,

Please use the css like this: http://screencast.com/t/6tMtVC0xSi

@media (max-width: 500px) {
.post .td-post-text-content .alignleft {
float: left !important;
margin-right: 23px !important;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: 50px !important;
width: auto !important;
}
}

While checking your site also noticed that your background image isn’t showing: http://screencast.com/t/zbNiN33JH7Zz and noticed that this happens only on pages, on post pages looks fine. If you want you can use this css to add the background on other pages also: http://screencast.com/t/37IlLC7JR

.page {
background-color: #ffffff;
background-image: url('http://www.vitalstrengthblog.com.au/webdev/wp-content/uploads/2014/10/Ripped-Background-Hi-Res-C2.jpg');
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}

Thanks

Lucian
tagDiv Staff

Hi,

I have tested this and works fine, please make sure you are using the latest theme version (4.5) and also check this with all plugins deactivated.

Thanks

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Hi,

Thank you for your suggestion we also have this on our todo list and we will consider it although this is not an easy job.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site, looks like you have 26 now: http://screencast.com/t/eittOt4Ht
Make sure you empty your cache as Christopher wrote and check again.
If you wanna use cache also you can enable the ajax post view count from theme panel > post settings: http://screencast.com/t/ddGDn0NSsIk

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@greggyboone

Please make sure you do as Christopher suggested and let me know if you still having other theme related issues.

Thanks

Lucian
tagDiv Staff

Hi,

You can use the code for the module 8 file that I gave you and use css to hide the others categories, leaving just the first, like this:
ex: http://screencast.com/t/MZ6RVToy
result: http://screencast.com/t/q53qS8jpvB

Use this css:

.td_mod8 .meta-info .td-category li:nth-child(2) a, .td_mod8 .meta-info .td-category li:nth-child(3) a, .td_mod8 .meta-info .td-category li:nth-child(4) a, .td_mod8 .meta-info .td-category li:nth-child(5) a, .td_mod8 .meta-info .td-category li:nth-child(6) a, .td_mod8 .meta-info .td-category li:nth-child(7) a {
display: none;
}

Thanks

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

Hi,

We have managed to fix this and we will include the fixed plugin version in the next update.
If you need it before update you can send an email at contact@tagdiv.com specify this issue in your message and we will send you the latest version.

Thanks

Lucian
tagDiv Staff

Hi,

As you can see schema support it’s used within the theme: http://screencast.com/t/DuyUmNYZ
If you want to customize this you will have to edit the files and add schema support as you like, in the screen above I have pointed the files that use schema support.
I suggest you go trough this documentation to find out more about this: http://schema.org/docs/documents.html
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and seems like this is caused by your CDN: http://screencast.com/t/BHFksNaZy
If you access your CDN address you can notice that the arrows app era properly: http://screencast.com/t/1ZD5Hp8aV7d
Please try to deactivate the plugin also purge files and empty cache.

Thanks

Lucian
tagDiv Staff

Hi,

Go to Facebook Comments plugin settings and disable the automatic position like this: http://screencast.com/t/xhduGF2G
Add the FB Comments using shortcodes anywhere in the post template you use, like Emil suggested above: https://forum.tagdiv.com/topic/move-fb-comments-after-post/#post-17659
You can remove the native comments like this: http://screencast.com/t/C09Rdr28Z or you can move them like this: https://forum.tagdiv.com/topic/hiow-to-reduce-gap-between-box-10-headings/#post-23980

Thanks

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

Hi,

Please make sure you have also enabled this feature from theme panel > post settings, like this: http://screencast.com/t/pcdc3UiB0wB
Also make sure you empty cache and/or purge files if you use any cache or CDN plugins and check again.
If nothing works please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

At a closer look I can notice that two lightbox instances are opening when clicking an image.
You can use only the simple lightbox plugin or the light box feature of the theme. Regarding the theme lightbox note that you also need to set the modal view “On” for and image in order to get the lightbox on it and you can do that by editing the image and setting it like this: http://screencast.com/t/0vZXd0rqq
You can read more about displaying image using modal window here: https://forum.tagdiv.com/display-image-using-modal-window/
If you want to disable the modal view on your site and only use the plugin you can do it like this: https://forum.tagdiv.com/topic/dont-want-light-box-for-images/#post-17108
Hope this helps!

Thanks

Lucian
tagDiv Staff

Glad you managed to solve it!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Have you managed to solve this issue? I have checked your site and found nothing wrong on how the image is displayed: http://screencast.com/t/PsMQTOSOX
Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you do this right: http://screencast.com/t/FGwF88NotUv
Replace just the line highlighted in the screenshot with this:

htmlentities($featured_image_info['caption'], ENT_QUOTES)

I have tested this and should work fine: http://screencast.com/t/2iH4CRKI5KZL

Thanks

Viewing 25 posts - 4,201 through 4,225 (of 6,600 total)