Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

1.Please provide more details and some screenshots to understand what do you mean.

2. Please use this custom css for titles: http://screencast.com/t/PpDqMdYas

.td_mod_wrap .entry-title a:hover{
text-decoration: none !important;
color:red;
}

Also replied here but for all links: https://forum.tagdiv.com/topic/header-styling/

3. An alternate solution to display “Latest Articles” would be a block to display them:

http://screencast.com/t/geiG1TUvEFux
http://screencast.com/t/Wl8nOauLcQf
http://screencast.com/t/j4zSXxMAAbsZ

Or you can use Infinite Load and show Load More button after x pages: http://screencast.com/t/asRKs5uZ

4. If you are referring to the Latest Articles you can translate it from Theme Panel > Translations: http://screencast.com/t/P4S1HbtrBaju
Please provide a link and a screenshot if this is not what you mean.

5. You will need custom modifications for this, we would have gladly made it for you but we work very hard on the updates and features for all the users.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit td_module_slide_big.php an increase this value: http://screencast.com/t/xMd30c5m

Big slide before: http://screencast.com/t/68dBaLkUA
Result after: http://screencast.com/t/3BshebPha

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry it was a misunderstanding: http://themeforest.net/author_dashboard?utf8=%E2%9C%93&filter=all&term=sayeedahsan#comment_9128950

1. I have checked your site and seems to look fine: http://screencast.com/t/zkr9OkdBhttp://screencast.com/t/PaMWYhlD
Please provide more details. Did you solve the issue?

2. Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/WBpq1kiHXcI

a:hover{
text-decoration:none !important;
}

Note that this will apply on all links when hover it!

3. You can set category tag to show from Theme Panel > Categories > each category: http://screencast.com/t/NuOuTjpQN

4. Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pM4MTaJRLFT

.td_block3 .td_mod6 .entry-thumb{
box-shadow: 4px 4px 6px rgba(10,10,10,0.3);
}

5. You can disable transparent header from here: http://screencast.com/t/R7AYL3m0QeM
If this is not your issue please provide more details!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@idansx
This is not as simple like it looks. It cannot be done if you are using Style 1 only with css.
Please provide your site URL after you are done with that custom modifications and I’ll inspect this and try to provide you a css code for space that you are talking about.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to change font for subfooter menu from Theme Panel.
Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/LtDCHjoOh0A

.menu-footer-container{
font-family: 'Open Sans Condensed' !important;
font-size: 12px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can see here how you can add more ad unit to theme panel: https://forum.tagdiv.com/topic/adding-more-ad-box-in-theme-panel/
Unfortunately I can’t recommend a plugin as we haven’t made any tests using a plugin.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/LgDxLYU0fHZD

.td-a-rec-id-sidebar{
text-align: left !important;
}

Also you can use “Text with title” > “Text Block”(without title) > “Ad Box”

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you also test this without any plugins active and leave just Visual Composer plugin active and also empty cache then check again.
We suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use, also if you don’t use latest version of Speed Booster plugin please install it from the /plugins folder that was provided together with the theme files. If you have the latest version of the theme (4.6.1) you should have Speed Booster version 3.1.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi

Please try this custom css for homepage on tablet view: http://screencast.com/t/bcR9zJYFZ

@media (min-width: 767px) and (max-width: 1018px) {
.home .td-page-wrap .td_rec, .td-social-wrap {
padding-bottom: 0px !important;
}
.home .wpb_widgetised_column .block-title{
margin-bottom: 5px !important;
}
.home .wpb_widgetised_column .widget_text {
margin-bottom: 15px !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean. You can change filter posts for block 1 from settings: http://screencast.com/t/2lplEQQa
Also please provide your site URL and some screenshots about title issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can change display view for category’s page from here: http://screencast.com/t/v0tZKoep5

2. For tag’s page please deactivate all plugins, leave only Visual Composer active, also empty cache then try again. And let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I checked your site and seems that you deactivated header ad: http://screencast.com/t/ZR8CW67c

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We will provide you an update of Visual Composer when Newspaper theme will be updated. Till then please ignore the update message for plugin.

https://forum.tagdiv.com/topic/how-to-update-visual-composer-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

That is happens because the code is included in @media for mobile. If you want to change category title for all views just put the } above:

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img {
width: 30px;
}
}
.category .td-page-title span {
font-size: 20px !important;
font-family: Vollkorn !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try something like this: http://screencast.com/t/iypfdBseavb but you have to find a solution for tablets and mobile view, because you will have to make another custom modification.

.td-header-sp-ads{
width:470px;
margin-right:0px;
}
.td-header-sp-logo{
width:550px;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and found that you are using a plugin for pinterest. Unfortunately we haven’t tested the theme with this plugin so I can’t offer you an accurate answer regarding this. I suggest you to also address this question to plugins support.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and found that not only megamenu doesn’t work, also pagination and search( based on ajax). You also have error in console.
Please try this without any plugins active, leave only Visual Composer active and also make sure you empty cache/purge files then check again.
Please also note that I have also checked this using the latest theme version (4.6.1) and found no issue so it should work in your case also, make sure that you also use the latest theme version and if not update your theme(use ftp method): https://forum.tagdiv.com/how-to-update-the-theme/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css: http://screencast.com/t/kUEpEPgf

@media(max-width: 767px){
.td-menu-header {
height: 54px !important ;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this and it seems that it could be a render issue. We are still investigating this though and we will fix it as soon as we find a solution.
Until then you could use this custom css and adjust the line height of the block title like this: http://screencast.com/t/jdMqdqQuK

.block-title {
line-height: 30px !important;
}

Sorry for the inconvenience!
Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Replied via dashboard!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

That sidebar is for Latest Articles and you can’t move it, but you can create a custom sidebar: http://screencast.com/t/52yLvSn8I add widgets to it: http://screencast.com/t/tUjeCu0Z4
And use Widgetised Sidebar block to display it: http://screencast.com/t/pmxFUUAfLE
Result: http://screencast.com/t/sdJSfFcf
Also you can use a widget/block to fill that space if you don’t want to create a custom sidebar: http://screencast.com/t/m7I0lxnxY32
Result: http://screencast.com/t/0GqvNImIBPr

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please copy the code exactly how I gave it to you:

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img {
width: 30px;
}
.category .td-page-title span {
font-size: 20px !important;
font-family: Vollkorn !important;
}
}

You forgot to close an } that’s why it bellow codes are apply on mobile.
Paste the codes in Theme Panel > Custom Css: http://screencast.com/t/ZLX09QoP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I think that was a problem with my ad, please take a look at this screenshot with default banner: http://screencast.com/t/xeycljZxJNw9

You can make a backup of that files and try it if like that.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/qfv9Bdanp8RT

@media (max-width: 767px){
.header-style-3 .td-logo img {
max-width: 50px;
}
}

Result: http://screencast.com/t/unO3MoxKg

Hope this helps!

Viewing 25 posts - 7,326 through 7,350 (of 7,871 total)