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

Thanks! Glad to know you are satisfied with our product!
Please let me know if you have any other theme related issues!

Lucian
tagDiv Staff

Hi,

1. Use this custom css for block title links: http://screencast.com/t/brUkUktp
2. The custom css from above will also change the sidebar’s widgets title.
3. Not sure what issues you have with this footer title, if it’s the same issue note that the css from above also changes this title: http://screencast.com/t/u6T1kCl134h
Just add this css to theme panel > custom css:

.entry-title > a:hover {
color: #00BCB0 !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can use this custom css: http://screencast.com/t/ZpbWm5hhXjz
Change the color as you like:

.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: rgba(239, 77, 122, 0.7) !important;
}

Make sure you use a rgba color and keep 0.7 value if you want to have the background slightly transparent.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
@nata77741@yandex.ru
First please make sure you use it right https://forum.tagdiv.com/how-to-manage-the-social-counter/
If still doesn’t start working please send an email at contact@tagdiv.com specifying this in your subject and we will send you the fixed version of this plugin as we had some issue with it and we managed to fix them but the new version of this plugin won’t be available until next theme update.

Thanks

Lucian
tagDiv Staff

Thanks Christopher!

@ntoulios88

Unfortunately from theme version 4.3 the fixed/responsive settings has been removed together with the 980px layout. We plan to rebuild the frontend in the future (next 2-3 months) and unfortunately we had to make this move.
Sorry about this and for the inconvenience.
Regarding the custom typography please make sure as Christopher mentioned to empty your browser cache also please make sure you have updated the theme right, following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
Next make sure you deactivate all plugins and empty cache and check for this again.
Also consider, if using any CDN plugin to purge files as the old file version can be delivered and generate this issues.

Thanks for understanding!

Lucian
tagDiv Staff

Hi,

1. This is the menu: http://screencast.com/t/WhP5E5Ny an you can set a background color for it from theme panel > theme colors, like this: http://screencast.com/t/ATvlTvxVB
2. That happens because of the height of the logo which needs to be at 80px maximum height. You can fix this via css and use the css from below in theme panel > custom css filed: http://screencast.com/t/JNxk7GFpql

Use this css to fix the third problem:

@media (min-width: 1200px) { .td-header-style-8.td-affix .td-style-8-logo-wrapper .td-logo {
max-height: 80px !important;
}
.td-header-style-8 .td-style-8-logo-wrapper .td-logo {
max-height: 80px !important;
}
.td-header-style-8 {
height: 76px !important;
}
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
.td-header-style-8.td-affix .td-style-8-logo-wrapper .td-logo {
max-height: 50px !important;
}
.td-header-style-8 .td-style-8-logo-wrapper .td-logo {
max-height: 80px !important;
}
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-style-8 .td-style-8-logo-wrapper a img {
max-width: 140px !important;
}
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}
}

/* responsive phone */
@media (max-width: 767px) {
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}

.td-header-style-8 .td-menu-wrap {
height: 48px !important;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

You can change it from here, like this: http://screencast.com/t/tFsmwOBR result: http://screencast.com/t/1RkhVB1V
Or you can also use the translation from theme panel: http://screencast.com/t/o2FRa7dXlX result: http://screencast.com/t/wXMuhmOEzG

Thanks

Lucian
tagDiv Staff
Tabs - reply

Hi,

I have tested this using the latest theme version and didn’t found any issue with the VC tabs. Also makes sure you do not have any errors in your console and if do have make sure you deactivate all plugins, empty cache then check again.
If this still dose not solve your issue please make sure you use the 4.3.4 plugin version with latest theme version 4.5.
Please let me know, and also provide your site’s URL so I can check this.

Thanks

Lucian
tagDiv Staff

Hi,

You have to customize it to look good for you. Make sure you go trough all it’s settings and adjust it to look good. You can also add and use a custom css class if you need it to style it some more, like I did here: http://screencast.com/t/auY537xS8
Unfortunately in the last version of Visual Composer we also lost some of the classes as they have changed and some Visual Composer elements lost their css, we have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.

Thanks for understanding!

Lucian
tagDiv Staff

Hi,

You will have to set a logo from here: http://screencast.com/t/vUxxBd9C
Or if you ask about how to add a background image for the header you can do it like this: https://forum.tagdiv.com/topic/header-image-3/#post-24274
Here are more info about how to create your header: https://forum.tagdiv.com/header/

Thanks

Lucian
tagDiv Staff

Hi,

Please disable all plugins leaving just the Visual Composer active then empty cache and/or purge files if you use any cache plugins or CDN services and check again. If this still isn’t working please check your console for errors and also make sure your theme settings are saved. If not you have to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
You could also updated the theme if the settings aren’t saved as we have made some changes in the latest versions so this won’t be needed anymore.
Hope this helps! Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Edit the footer.php file and add different classes for each footer section, like this: http://screencast.com/t/QrgrRFyQq
Use those classes to target and customize your footer’s section, like this: http://screencast.com/t/Z6xYyTUgId

.footer_1 {
background-color: red;
}

.footer_2 {
background-color: blue;
}

.footer_3 {
background-color: green;
}

Thanks

Lucian
tagDiv Staff
o - reply

Hi,

Make sure you edit your homepage, you will find after the Visual Composer drop-down panel, search for “Homepage latest articles” and “Homepage loop filter” fields. If you don’t find them make sure you have them checked from Screen Option, like here: http://screencast.com/t/R5vS8l6D0q6
Hope this helps, please let me know! You should also go through our documentation, you can find many useful info about how to best use our theme and it’s features.
Newspaper documentation

Thanks

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

Hi,

You can use custom css to target only the homepage and change the excerpt only for block 1 and 2, like this: http://screencast.com/t/59Z8fzwIGrC

.home .td_block2 .td-post-text-excerpt, .home .td_block1 .td-post-text-excerpt {
color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately there is no block/module which you can use to have only the post title and excerpt on your page. You could edit the td_module_2.php file though and remove the image function, like this: http://screencast.com/t/bn19XO49Gt then use block 7 on your page. You will get this result: http://screencast.com/t/LYtOfKfBEL2g
If you only want to have the title of the post you can use block 10.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can find and modify as you like the archive breadcrumbs generator function from here: http://screencast.com/t/hoRqycwTV
You could also use a plugin like WordPress SEO by Yoast to set custom breadcrumbs.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure I understand what you mean when you say it was “skipping a line”, this should work well I have tested this and found no issue with it. You should try this without any plugins installed as a plugin may also cause issues of this type.
Regarding the title I have noticed that you have managed to remove it.
Please let me know if you still have any others issues.

Thanks

Lucian
tagDiv Staff

Hi,

Have you managed to fix this? I have just checked your site and didn’t found anything wrong with the mega menu:

* http://screencast.com/t/alcRxt8iR
* http://screencast.com/t/QLPOiNhhic

Only latency I have seen happens when hovering over the menu’s subcategories, it take some time until the posts are loaded. This seems to happen due to server configuration as it waits 3 second after the ajax file: http://screencast.com/t/FPHTCf6god

Thanks

Lucian
tagDiv Staff

Hi,

You can use this class: .td-footer-wrap to target just the footer.

Thanks

Lucian
tagDiv Staff

Glad you’ve managed to get this done!
Thanks for sharing!

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

Hi,

Yes, you can use the unique page id set on the body tag of the page to set a background image only for that specific page, like i did here: http://screencast.com/t/wFIBawec
Use a css similar tot this:

.page-id-800 {
background-image: url("http://fortunesportsmedia.com/wp-content/uploads/2013/09/Depositphotos_4119940_original.jpg");
}

Thanks

Lucian
tagDiv Staff

Hi,

You can use a condition to use the template only if it’s a specific category and add your category template like this: http://codex.wordpress.org/Category_Templates
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@frasercarly89

You can read more about this here: https://support.google.com/analytics/answer/1008083?hl=en

Thanks

Lucian
tagDiv Staff

Hi,

You need to add posts into your featured category as the slider from the “homepage – bg – loop” template which you are also using displays the posts from the featured category.
You can also edit the page-homepage-slider.php file and change this sorting option from there. You can read more about this here: https://forum.tagdiv.com/topic/big-slider-2/
Also noticed that you have some issue with the banner on your homepage, use this css to fix that: http://screencast.com/t/4KjlFgZXs

.header-content-rec .td-g-rec-id-header {
margin-bottom: 45px;
}

Thanks

Viewing 25 posts - 3,726 through 3,750 (of 6,600 total)