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 :)
Catalin
tagDiv Staff

Hello carmene,

Above, I have explained you where in the code you can change the name of the Related Articles with your desired text…you have to add your text here -> http://screencast.com/t/p0jiTVWUr

Thank you!

Catalin
tagDiv Staff

Hello carmene,

If you want to align to left your text description you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.

.textwidget p {
text-align:left;
}

The result you should see here -> http://screencast.com/t/wsix81VwG

Hope this helps!

I have a request for you, Carmen. Please try to disable your plugin that does not allow me to inspect your page because it is very annoying for us and lose a lot of time until we find the problem with the item, or please send us an email at contact@tagdiv.com with your log-in information so we can inspect your page set up easily.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello comsolo,

You can set the structure of the main menu from WP panel->Appearance->Menus. If you do not want to have sub menu items, simple you do not create it from the panel -> http://screencast.com/t/mj2mobkvknr For more information about the main menu, please check our documentation here -> https://forum.tagdiv.com/main-menu/

If you want to use some fonts into your main menu, you can use Fonts Awsome plugin. More information about this, you should find in our documentation, here -> https://forum.tagdiv.com/how-to-add-icons-in-menu/

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello pietro89,

I have checked your website and saw that your subcategories are shown as expected. Please notice that the limit of category display is 30, as you can see here -> http://screencast.com/t/xXmMqgtd and the max limit shown in drop down is 100, like that -> http://screencast.com/t/eo8lB0bBpe

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello mayurt123,

Our Speed Booster plugin has been designed to work properly with some tested plugins, as you can see in this screenshot -> http://screencast.com/t/ojSRErqBEI8 Please note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow moving their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello Navneet,

Please make a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme and install it directly.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello nmichieletto,

Please make a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme and install it directly.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello toros9,

You can hide the author name from a post or from our modules and blocks, but the theme does not control the meta data for sharing. Facebook will grab all the information from your post.
You can try to remove this code – http://screencast.com/t/Ack17APQQZdO then use FB debugger(fetch new scrape) to check you post – https://developers.facebook.com/tools/debug/og/object/

Thanks!

Catalin
tagDiv Staff

Hello bhadrabalaram,

I have tested on my side and the colour wich I set it from the panel it is not applied on site until you do not save it. The theme has been designed to use this functionality and also, this button is placed there because has this function. Please try to disable all the active plugins, except Visual Composer, clear all cache and check it again…it is not likely from plugins but you could try it and see the results.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Navneet,

I suspect to be a problem caused by plugins in conflict. Please try to disable all the active plugins, except Visual Composer, clear cache and install only the plugins that come bundled with our theme and checked again if your problem is still there.

Hope this helps and let us know how it goes after this advice.

Thank you for the message!

Catalin
tagDiv Staff

Hello xlies,

If you want to reduce that space, you have to decrease the margin-bottom of the block title container in the footer section. Please try the code below and add it in Theme panel->Custom CSS area.

.td-footer-wrapper .block-title {
margin-bottom:20px;
}

The result you should see here -> http://screencast.com/t/dCyaXqH5wm

Thank you for the message!

Catalin
tagDiv Staff

Hello princekapur,

I have checked you website and saw that your cache plugin is working. Please try this on your side and follow this steps: -> open your website page source with CTRL+U and looking for rara, like this -> http://screencast.com/t/8KZnYUlYH

Why do you say it does not work, based on what?

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Sayeed,

Unfortunately, our theme does not have such option with Facebook Like box in More Article Box. If you want to achieve this, it is necessary to alter the code in the file core -> http://screencast.com/t/k6VpfVQuSyEX and make the properly customization and it requires custom work. If you are not aware the steps in this regard, please consider hiring a freelancer/developer from Envato to implement this functionality in our theme for you because we cannot provide custom services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Remco,

Normally the Envato policy allows using a theme only on one install. You can, however, use the theme on a sub-domain if you plan on creating a testing site, but if we are talking about totally different sites with different content, then only one theme per install is legally allowed: http://screencast.com/t/NqzloVgyUJB. In your case, it’s about two different domains and you have to buy our theme again. Unfortunately, there is no discount for your second buying.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Jan,

I have checked your website and I saw some differences between our product page and your product page. If you want to have a standard product page, as we have on our demo preview -> http://demo.tagdiv.com/newspaper_tech/product/woo-logo-3/ please try to use woo commerce plugin and set it properly. I notice you have some unknown classes which might come from another plugin…and your issue might be caused by this plugin behaviour -> http://screencast.com/t/rVUMLtC0vqH

For more information about this plugin, you should check their documentation, like this -> https://wordpress.org/plugins/woocommerce/ and also this tutorial should be more useful for you -> https://www.youtube.com/watch?v=V_mt-c_l36U

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello mayurt123,

The way Speed Booster improves site’s page speed it’s moving some CSS and js resources, which usually are loaded in the header, to the footer, such that the browser can loads the content faster. Please note that the plugin was intended for the advanced user, it requires modifications on the code to add new resources (js and CSS) which are moved to the bottom of the page and conflicts may appear because some plugins may cause issues when you try to move their resources at the page bottom. To avoid conflicts we decided to keep the Speed Booster active only for a limited number of plugins, which are tested and works fine even if their resources are moved at page bottom. Checking a plugin’s behavior when Speed Booster is active can be done by adding it on allowed plugins list: http://screencast.com/t/dCMffJFq

For more information about how to make the site faster, please consult our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ In this tutorial you can find some advice how to Remove render-blocking CSS/js – using the TagDiv SpeedBooster plugin but for advanced users.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello moor,

I have checked you website again and saw you have some personal customization which it could cause this issue. Please notice that we are not responsible for inadequate theme behaviour with your custom modification.
Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/cvn5H3YT

@media (max-width:767px){
.td_block_big_grid_7 .td-big-grid-post-0, .td_block_big_grid_7 .td-big-grid-post-1, .td_block_big_grid_7 .td-big-grid-post-2 {
float: none!important;
}
}

The result you should see here -> http://screencast.com/t/A7CJMpsgQI3q

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Fochesato,

1) This feature is Ajax Filter. You can choose to display a specific category if you add the category ID in Ajax Filter from Block like this -> http://screencast.com/t/gfs0scIhW9 -> http://screencast.com/t/jbizDpGQI and for more information about this feature, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/

2)If you want to target the certain post from the category that you choose, you should use post ID like this -> http://screencast.com/t/2ndGZESlss -> http://screencast.com/t/IpFqTob2QYc

3)If you want to replace the “Latest Articles” text with your desired text, you have to do the changes from page-pagebuilder-latest.php code file, like this -> http://screencast.com/t/pPv39hwhtcf

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello toros9,

Unfortunately, I do not understand what you mean, sorry! Please provide more details about what you want to change/achieve, also please add a screenshot with your issue because it might be more useful for a better understanding. I need to know these details so I can further inspect the issue and I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello emirbalin,

Unfortunately, I do not understand what you mean, sorry! Please provide more details about what you want to change/achieve, also please add a screenshot with your issue because it might be more useful for a better understanding. I need to know these details so I can further inspect the issue and I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello bpepermans,

Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/db6vdeEAvk

.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:after {
display: block;
}
.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: red;
}
.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #EC4D4D transparent;
}
.header-search-wrap .td-drop-down-search:after {
background-color: red;
}

The result you should see here -> http://screencast.com/t/nkbXfbDS3

I set the border color to red, but you can modify the code to any color you want it to display.

Thank you for the message!

Catalin
tagDiv Staff

Hello servedaily,

If you want to achieve this, suggest doing a new category page, as the example “Specific” and this category will display in your blocks on the page as you want by category ID filter -> http://screencast.com/t/er2bkafk1jzh and in this way the displaying will be automatically. If is not what you want, you should find a plugin with this functionality and test it on your side and see how it works.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello charsay,

If you want to prevent the Featured image for the Youtube Video, you have to edit manually from Post Editor for each post where you have Youtube video, like this -> http://screencast.com/t/T6MPKWMs and also if you want to disappear the video button -> http://screencast.com/t/ec0oAsbh8wWb, please try the code below and add it in Theme panel->Custom CSS area. Please notice you have to target the specific class where you want to disappear the button. Below I gave you only an example.

.td_module_mx5 .td-video-play-ico {
display:none;
}

Another possibility would be to find a plugin with this functionality and try how it works for you.

Thank you for the message!

Catalin
tagDiv Staff

Hello Remco,

Thank you for your for your interest in our theme.

Since it launched the theme until now, our updates have not affected the structure of the blocks and also was not eliminated any block but also new ones were added in the theme. You can stay assured that in future updates will not change this part with blocks. Practically the blocks/modules occupy an important part of the theme.

Thank you for the message!

Catalin
tagDiv Staff

Hello Stefan,

Please ensure you have some posts in your category. For more information about category, please consult our documentation here -> https://forum.tagdiv.com/newsmag-how-category-settings-work/ -> https://forum.tagdiv.com/newsmag-category-top-post-styles/

Hope this helps and if you need more assistance for this, please provide more details about your issue and provide your website URL so I can further inspect the issue.

Thank you for the message!

Viewing 25 posts - 22,276 through 22,300 (of 23,298 total)