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,

Please add this lines:

get_the_title($prev_post->ID)

get_the_title($next_post->ID)

..like this in the td_module_blog.php file: http://screencast.com/t/vRMvyuFfg

Thanks

Lucian
tagDiv Staff

Hi,

Glad you have figured it out!
Please let me know if you have any other theme related issues!

Thanks for the message!

Lucian
tagDiv Staff

Glad it works!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can make a back-up of your current installation, update the theme and check if it’s working fine, you can revert if something goes wrong.
Note that we have tested it before release so it should work fine.
Follow this topic and the instructions if you encounter issues related to this: https://forum.tagdiv.com/topic/bugs-in-4-5/

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@indiainsights2013

The name of the author is white because use the color set for the theme accent color which is white in your case, you can change it from theme panel > theme colors: http://screencast.com/t/M6tkIzr1DL or you can use this custom css to change the color of author’s name: http://screencast.com/t/J0kSsySnFGTl

.author-box-wrap .td-author-name a {
color: #4db2ec !important;
}

This avatar: http://screencast.com/t/QpnV0WuH can be changed from here: http://screencast.com/t/rQq44DAOQU
You can find here more info about this: http://en.support.wordpress.com/avatars/

Thanks

Lucian
tagDiv Staff

Hi,

You can do this via css, please use this custom css in theme panel > custom css: http://screencast.com/t/cVb4s9kYX6hL
This will hide the sub footer on all pages except homepage.

.td-sub-footer-wrap {
display: none;
}

.home .td-sub-footer-wrap {
display: block;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css, add it in theme panel > custom css field: http://screencast.com/t/d4OCu4S0D3

.single .post {
padding-bottom: 10px;
}

.td-post-content h3 {
margin-top: 10px;
font-size: 32px;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can use this css to fix that: http://screencast.com/t/ASoUOvbXg

.blog-stack .td_block_wrap .block-title a, .blog-stack .block-title span, .blog-stack .block-title label {
padding-top: 6px;
padding-bottom: 6px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you add it like this: http://screencast.com/t/e6ylc5BQ
Result: http://screencast.com/t/zhjeYAGgn

Thanks

Lucian
tagDiv Staff

Hi,

This happens because of the logo which needs to be at least 100px in height. Please try to use this css in custom css filed in theme panel:

.header-logo-wrap {
margin-top: 20px !important;
} 

Please let me know if this works! Also please provide your site’s URL if this doesn’t fix your issue, I need to inspect it to provide a fix for it.

Thanks

Lucian
tagDiv Staff

Hi,

Please make this changes to the menu-top.php file: http://screencast.com/t/D2x4Rc5Y5UI
Then use this css: http://screencast.com/t/qiOn9uXsV
You can change the background and text color from theme panel:
* background color: http://screencast.com/t/ERvfBVKo
* text color: theme panel > custom typography: http://screencast.com/t/298D9BrSmn

Thanks

Lucian
tagDiv Staff

Hi,

After you created it go to appearance > widgets and customize it like this: http://screencast.com/t/SizKWqMpSI
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the doesn’t have a feature which could help you achieve that, you can try to find and use a plugin for it like Justified Image Gallery or similar.
Sorry for the inconvenience!

Thanks for the message!

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

Hi,

You need to set a smaller font, like this: http://screencast.com/t/xyLwZkPzm2V

@media (max-width: 767px) {
.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
font-size: 20px;
line-height: 12px;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks @sgaddo!
(ctrl+f5) that means clearing browser cache as it redownloads the page!
Glad you managed to work this out!
Thanks for the message!

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Hi,

You can correct this via custom css, like this: http://screencast.com/t/qaYQ0NUGK
Please use this in custom css field:

.td-post-text-content p {
margin-bottom: 15px;
}

.single_template_5 .post header .entry-title {
margin: 0px;
line-height: 40px;
font-size: 34px;
font-weight: normal;
}

Thanks

Lucian
tagDiv Staff

Hi,

Can you please send me your site URL so I can check this?

Thanks

Lucian
tagDiv Staff

Hi,

You can add a class to the column or row you want to hide on mobile then use it to set that column or row to display: none, like this:

* http://screencast.com/t/hoTJJXuvmm6X
* http://screencast.com/t/3zgrq9Cd5LLQ

Thanks

Lucian
tagDiv Staff

Hi,

In your case this doesn’t work because you use the header ad there and this ad box has custom css which creates this issues when used in other places besides header.
Please edit the ad box element, add and use one of the custom ad boxes from theme panel > ads: http://screencast.com/t/X9RZ9uUcCw

Thanks

Lucian
tagDiv Staff

Hi,

Please note that this version: http://screencast.com/t/oU8j9Zmqu This can’t be removed as it’s added by WordPress to avoid caching on updates.
For the speed booster plugin please make sure your do this right to not move the style css to the bottom edit the td-speed-booster.php file and make sure you just this changes: http://screencast.com/t/JKJmxFgV
I have double tested this and should do this right this time. If still this dose not work please make sure you remove and install again the speed booster plugin and then do this changes again.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css, add it in theme panel > custom css: http://screencast.com/t/kjuYdJkVo5

.td-head-style8-logo-desktop img {
height: 76px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Add the code for the ad using the do_shortcode() function and the shortcode for the ad you want to use, like this: http://screencast.com/t/FZVXFQqwl
Result: http://screencast.com/t/yomlgOR4B3t
Also make sure you add the ad code inside custom ad 1 in theme panel > ads.
This ex is for the default post templates, if you want to use another post template and you also want the add there you will have to do the same for all post templates: http://screencast.com/t/VdalgQFTh5re

Thanks

Lucian
tagDiv Staff

Hi,

Please send your site’s URL, I need to inspect this so I can provide a solution for this.
Also please try this custom css in theme panel >custom css: http://screencast.com/t/dWG3CiENZ

.author-box-wrap .td-author-name a {
color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

Use that to modify the thumbnails size, you need that if you are using the search module layout which uses that image size.

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 25 posts - 4,426 through 4,450 (of 6,600 total)