Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

Notice that the Speed Booster plugin disable itself when an incompatible plugin it’s uninstalled. We added this measure to avoid conflicts with the plugins that won’t allow to move their resources at page bottom. You can check the Speed Booster status here: http://screencast.com/t/kkxdhLZH To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

1. You can add a specific class for this section: http://screencast.com/t/aqoraLw4GjpUhttp://screencast.com/t/ApYGAAAuZr6 and set the background color using custom css like here:

.colored-post-area{
background-color: antiquewhite;
}

2. If you want to change the background color for a block from a specific post you can use custom css and target the post id class and the block’s class:

.postid-490 .td_block_7{
background-color: red;
}

To get the post id follow this link: http://screencast.com/t/OTJLzYed9 The result should be like here: http://screencast.com/t/3nUhtPU7

3. To change the mega menu background color try this custom css: http://screencast.com/t/d8IHOxhvYI

.sub-menu{
background-color: aqua!important;
}

4. I’ve tested the block title ant works fine: http://screencast.com/t/0Rt1YAbt8http://screencast.com/t/t7RWYd5VD try to clear the cache and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

The mobile version of your site is the same as the one for desktop, but styled differently, so you can use custom css in theme panel > custom css :

@media (max-width: 767px) {
.td-header-main-menu{
background-color: #AF2828!important;
}
}

@media (max-width: 767px) {
.td_block_related_posts{
display: none;
}
}
@media (max-width: 767px) {
.td-footer-container{
display: none;
}
}
@media (max-width: 767px) {
.td-sub-footer-container{
display: none;
}
}

Let me know how it goes and provide more details if this is not what you mean.

Thanks!

Andrei L.
tagDiv Member

Hi

Replace the previous css with this one:

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Let me know how it goes!

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

You can use Custom Menu widget to add a menu in sidebar: http://screencast.com/t/moDMbDMwPvM2http://screencast.com/t/bgGVVVZVogry

Thanks!

Andrei L.
tagDiv Member

Hi

To hide the author from block content you need to edit the module used like here: http://screencast.com/t/6otXuydyVz You can check which module it’s used for a specific block in theme panel > block settings: http://screencast.com/t/Ty6Sx8zX

To change the date color use this custom css in theme panel > custom css: http://screencast.com/t/k7KVNtr6

.td-post-date{
color: blueviolet!important;
}

To add the publish post time you need to create a custom date format in WordPress > Settings: http://screencast.com/t/zKcsdlAUc3ih and add this parameters: D d/M/Y H:i The result should be like here: http://screencast.com/t/LEyPJwgz4l Here you can find more details about date format if you want a different customization: https://codex.wordpress.org/Formatting_Date_and_Time

Thanks

Andrei L.
tagDiv Member

Hi

You can use an online tool like Jing to do the screenshots and just paste the link here: https://www.techsmith.com/jing.html

Thanks!

Andrei L.
tagDiv Member

Hi

For css files you need to insert the code here: http://screencast.com/t/wX7WdMXHcI and you don’t need to replace the initial code, just add the new lines below. For js files you need to add the code here: http://screencast.com/t/sepdlO1lPFz

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide the content page from Visual Composer http://screencast.com/t/oo2bbDeav14 so I can duplicate it on my side. Use http://pastebin.com/ to provide the code.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure you set your logo in theme panel > headers > logo for mobile and also empty all caches: http://screencast.com/t/wAcF2feCFrhttp://screencast.com/t/bDI2cuMKhv

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option do that, but you can do it using custom css in theme panel > custom css, like this: http://screencast.com/t/MayuCWthvEHd

.td-excerpt{
color: red !important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The same content you have on your site’s desktop version will be also be present on mobile version, but styled different. You can alter the design using media queries to display an element on different way on mobile devices, for example:

@media (max-width: 767px){
.the-elemnt-class {
css-property: for-mobile;
}
}

Here you can find some useful css information: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to assign different menus on posts/pages, you will need custom modification to achieve that and that involve custom work. Unfortunately we cannot offer any type of custom work as we work hard on the development, updates, fixes and support, but you can look for a freelancer from sites like: http://studio.envato.com/ to do it for you or try to implement the same method used here: https://forum.tagdiv.com/topic/conditional-logic-for-menu/#post-20087 but for your case.

Thanks!

Andrei L.
tagDiv Member

Hi

The infinite load pagination can be used only on blocks, so you can add a block in content area and chose the infinite load pagination like here: http://screencast.com/t/34AGa7Iz
Let me know how it goes and provide more details if this is not what you mean.

Thanks!

Andrei L.
tagDiv Member

Hi

To remove the main menu you need to edit the file corresponding with the header style that you’re using: http://screencast.com/t/hU7pbM6U Also make sure you have sticky menu disabled: http://screencast.com/t/N40YSzAwFA
Let me know if you need additional assistance on this regard.

Thanks!

Andrei L.
tagDiv Member

Hi

You can to add a new thumb size in td_config.php file http://screencast.com/t/hnU7Mwzqsilz and use a different cropping system if you like. Here are some useful information about that process: https://developer.wordpress.org/reference/functions/add_image_size/
http://havecamerawilltravel.com/photographer/wordpress-thumbnail-crop

Regarding that delay from slider it’s possible to be caused by some external js added by some plugin, so you can try deactivating all, Leave just Visual Composer active, clear the cache and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

1. The theme display the default share buttons on post, but you can change that by modifying the code like this:
-social sharing top: http://screencast.com/t/5cOfEKhOvq
-social sharing bottom: http://screencast.com/t/HaYAos2UW14E

2. You can use Wp Text widget http://screencast.com/t/Rj251NC5yOPU to add a new share button but notice that the php code will not be interpreted, you can use only html, js and css, also make sure you insert the code in text format: http://screencast.com/t/woDhLq9Li5 Notice that you may need additional css customization for your buttons. The result could be like here: http://screencast.com/t/Br8L5bpjk

3. The social networks from Theme Panel > Social Networks are adding the corresponding social network icon into theme’s top bar section in front end and will link to the social page you set here: http://screencast.com/t/Nr5yKbQ9Tthttp://screencast.com/t/dpkjL2Nff

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme hides the top bar, which includes the registration widget, on mobile devices but you can use custom css to display it, so there is no need to pay for a plugin. You can use this custom css in theme panel > custom css section:

@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu{
left: 15px!important;}
}
@media (max-width: 767px){
.td-header-sp-top-menu .td_data_time{
display: none;
}
}

You can modify the values as you like. The result should be like here: http://screencast.com/t/C3W4NdBXh

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option for a subscription form, but you could try to find a plugin to achieve that. There are lots of plugins for this purpose, but we didn’t tested any plugins of this type so I cannot recommant you one which will work flawlessly. You can try one like Mail Chimp: http://mailchimp.com/

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked the url and didn’t found the category you indicated: http://screencast.com/t/9CmnqK9AQ
Please let me know if you still need assistance on this.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide the screenshots that point the problem when the ads are live, also from theme panel > ads > sidebar ad, and more specific details about this issue and I will inspect it.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css:

.td-footer-wrapper{
padding-top: 14px!important;
}
.td-footer-bottom-full{
padding-top: 10px!important;
}

The result should be like here: http://screencast.com/t/OxiH9gVDUI
Let me know how it goes and provide your site url and more specific details if this is not what you mean.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins, clear all caches, purge cdn files and deactivate cloudflare’s rocket loader tool and test again.
If the problem persist please send an email at contact@tagdiv.com with your site’s login details and we will inspect this issue, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

HI

You have to modify the page builder like here: http://screencast.com/t/UflDoLcp

Thanks!

Andrei L.
tagDiv Member

Hi

Starting with Newspaper 6 the quotes were moved in post editor here: http://screencast.com/t/taXuBd5l the shortcodes have been removed.
The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided not to include them in the script. So if you need a fix for posts where you use shortcodes(version 4) try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVKhttp://pastebin.com/NZEJsWQZ

Thanks!

Viewing 25 posts - 5,951 through 5,975 (of 6,511 total)