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

You can set a default sidebar for all posts from: theme panel > template settings: http://screencast.com/t/9zcMGmKLoM The sidebar can be customized from Appearance > Widgets section: http://screencast.com/t/pCnyP6Lb

Thanks!

Andrei L.
tagDiv Member

Hi

A css which will display the button only on mobiles could look like this:

@media(min-width: 767px){
.button-css-class{
display: none;
}
}

You’ll have to add button’s css class in this code and it will be displayed only on mobiles.

Thanks!

Andrei L.
tagDiv Member

Hi

The big grid structure is generated in td_block_big_grid.php file: http://screencast.com/t/YHh4RG3SgYz You’ll have to change the limit post number displayed in grid to remove a thumb.
Each thumb is generated in td_config.php file: http://screencast.com/t/4Ndw85i5 so you’ll need to add new thumb size or change the ones which are already used in big grid.
Best way to customize the grid is this one:
– add a new module or more modules, with a specific layout and create a new thumb for it then use that module in grid’s layout. Here you can check theme’s documentation for more details about adding a new module: https://forum.tagdiv.com/td_api_moduleadd/

I hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Related article tabs have a similar functionality as tabs built in from Visual Composer but unfortunately this part is not available in Visual Composer at the moment. We don’t have a shortcode for this element so it can’t be used on page like others blocks.

Thanks!

Andrei L.
tagDiv Member

Hi

Please check our documentation for more details about general modal image: https://forum.tagdiv.com/newsmag-modal-window/

Thanks!

Andrei L.
tagDiv Member

Hi

That option must remain active otherwise the 7 days sorting will stop counting.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/u9WxwSCEgWi

.td-pb-row .td_block_text_with_title .td_mod_wrap{
margin-bottom: 0px;
}
.td-pb-row iframe{
height: 681px!important;
}

Note that I’ve used .td-pb-row class to target the elements to avoid the style being applied on unwanted elements so this css will work only if you keep the smart-sidebar enabled.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url so I can have a closer look.
Thanks!

Andrei L.
tagDiv Member

Hi

I assume that you’re reefing at this widget: http://screencast.com/t/YamimuPeCxA This is a wedged build in from WordPress and the theme can’t control it’s aspect. To achieve that you’ll need to edit Word Press’s file which generate that wedged and change its style. This is a complex task which require many customizations and tests in order to be achieved.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi @Holsinda

This is a known issue and we don’t recommend to use the Photon module of Jetepack. From our reports it creates problems on smart-lists and also modal image is affected by it.


@maxpeerawat
Try to deactivate all plugin except Visual Composer, clear all caches then test again. Note that we didn’t tested any plugins for galleries and I can’t say how they will work with our theme.

Thanks!

Andrei L.
tagDiv Member

Hi

To achieve you’re goal is required a new implementation in the function which generate category tags on modules. Also are required many customizations and tests to make sure that it will work correctly.
Unfortunately we can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks for your understanding and for your message!

Andrei L.
tagDiv Member

Hi

1. You can change you site’s title under Settings > General: http://screencast.com/t/ZAC8gQyEAMNQ
2. I assume that you’re referring at the links from Social Counter widget. For more detail about plugin’s setup please check our documentation: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

You can check our youtube videos for a better understanding of how theme’s features works: https://www.youtube.com/watch?v=o7JSltCqpCI&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY and also here you can find our documentation: https://forum.tagdiv.com/wordpress-information/

If you still need assistance with theme’s setup fell free to open a new topic and we will get back to you in shortest time possible.

Thanks!

Andrei L.
tagDiv Member

Hi

Our theme don’t have any control over your site traffic and will not generate spam in order to inflate the Analytics numbers. For more details about possible reasons of inflated statistics in Google Analytics please check this link: https://theloopmarketing.com/why-are-my-google-analytics-numbers-inflated-and-what-can-i-do-about-it/

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

First you need to register a new menu in theme’s code. This can be achieved by editing td_menu.php file like here: http://screencast.com/t/tgr3kM9WCL5 Then you’ll need a new template for your custom menu where will be generated its html structure. The file can be included in /parts/header for example: http://screencast.com/t/NChrbwmx2 Last step would be to call this file where you want to display the new menu. It can be called in header.php like here: http://screencast.com/t/mOD9rmKghttp://screencast.com/t/DpakexXBZ

This was just a basic example about how can be added a new menu but it can be customized in many different ways to achieve the desired result. Note that this is a very complex task which require many customizations in theme’s files and also good coding skills are involved in order to complete it. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Andrei L.
tagDiv Member

Hi

You can enable gzip compression to reduce the resource size loaded by the theme. For more detail in this regard you can check our page-speed documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/ Also minifing these resources by using cdn it may help: https://forum.tagdiv.com/cloudflare-cdn/

We decided to keep all css/js code in single files to limit the requests made by the theme to server. For example if we divide the css in five files could appear some of these situations:
– on a simple page it may be required only one file which will be loaded very fast and its size it’s also very low. This is a good thing.
– on a complex page with many elements on it most likely will be required all five css files. That means five requests to the server instead of one. This may not be a big issue on sites with low traffic but if a site hit let’s say 10000 visitors per day this will be a big issue.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css: http://screencast.com/t/pgp6C8U5ll

.td-affix .td-header-sp-logo, .td-header-style-7{
height: 106px!important;
}
.td-affix .td-header-sp-logo img{
max-height: 106px!important;
}

The code provided by Bogdan works fine as can be seen in this screen: http://screencast.com/t/ImhgoWQx1bSO Try to clear all caches then test the code again.

Thanks!

Andrei L.
tagDiv Member

Hi

The h1 tag it’s added firs time in the page before the script tag so post’s title will be visible for search engines. The html structure for homepage post can be seen here: http://screencast.com/t/S1bRD9tzA3IK

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site with google mobile friendly tool and noticed that is not fetched properly. Here you can see how google’s result when fetch your site: http://screencast.com/t/U4HBJK6dcP5https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fwww.tycoonzfitness.com%2F
I’ve also checked you robots.txt file and noticed that you’ve blocked some of site’s resources from being visited by online robots. This could affect the result from google so try to remove the restrictions then check your site again. You can find more detail about setting up robots.txt file here: http://www.robotstxt.org/robotstxt.html

I hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches then test again. If you still can’t manage to solve this issue please provide your site url so we can have a closer look.

Thanks!

Andrei L.
tagDiv Member

Hi

Do you still have this issue with translate part? If so please provide your site url and more details about it so we can have a closer look.

Thanks!

Andrei L.
tagDiv Member

Hi

These changes involve a new page structure and are required some customizations in theme’s core files to achieve the desired result. Basically you need to edit the file corresponding with post template used and change the elements order: http://screencast.com/t/lVnKKMMVmf7f
Note that this task require basic codding skills in order to be achieved and if you’re not aware of the steps you need to take in this regard my advice is to look for someone who can help you with implementation as we can’t offer customizations services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

We didn’t tested the theme with WPML plugin and we’re not aware of its functionality in order to provide an answer. There might be a chance to appear some issues when you’re using the plugin with our theme because they weren’t tested to work together.
Unfortunately time does not allow us to provide plugin implementation support so if you really want to use this plugin we suggest you hire a freelancer to help you with implementation. You can hire one from studio.envato.com

Thank you for your understanding.

Andrei L.
tagDiv Member

Hi


@akobryan
I’ve replied you via email.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve replied you to your previous topic here: https://forum.tagdiv.com/topic/how-to-edit-footer-code-2/
The footer.php file can also be edited from wp-admin: http://screencast.com/t/4xHo6hja

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the late reply but we answer from oldest topics to newest and because you updated your topic it appear to as among the first topics.

For a beater understanding of how theme features works please check our documentation: https://forum.tagdiv.com/newsmag-documentation/
Basically you can edit a page using Visual Composer page-builder: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/
If you’re referring at categories pages they can be customized from theme panel > categories section. The changes form that section will be applied only for category pages: http://screencast.com/t/hQa2OjRlpKKhttp://screencast.com/t/kGHjRhqxWI3F

I am not very sure at what you’re referring in your second topic so please provide more specific details so I can get back to you with a more accurate answer.

Thanks!

Viewing 25 posts - 2,701 through 2,725 (of 6,511 total)