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

Glad I could help.
Regarding your homepage my opinion a good one about it, the homepage it’s have a nice design and it’s user friendly. However I don’t think I am the best person who can make an objective review, if you want a very qualify answer at this question you should address to a web designer.

Thanks for your message!

Andrei L.
tagDiv Member

Hi

If that post type is generated by a plugin you can deactivate and delete that plugin and the post type will be removed automatically. If that custom post type it’s generated by a custom code you have to locate that code and remove it. Usually the code it’s added in functions.php file http://screencast.com/t/I9avgZttP Also you can check this link for more details in this regard: https://codex.wordpress.org/Function_Reference/remove_post_type_support

Thanks!

Andrei L.
tagDiv Member

Hi

Replace the indicated line of code with this one: http://screencast.com/t/35EQKm4SguM

$buffy .= '<a href="' . get_the_author_meta('twitter', $this->post->post_author) . '">' . get_the_author_meta('display_name', $this->post->post_author) . '</a>' ;

You have to add your twitter link at user profile like this: http://screencast.com/t/rcGmxQxp The result should be like here: http://screencast.com/t/IVLCKWfpIu

Let me know how it goes.
Thanks!

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

Hi

The default widgets from WordPress don’t have options to change the background-color for theirs tiles, you have to apply some css code to achieve that. If you want the same color for all widgets use this css:

.widget .block-title > span{
background-color: #f4524d;
}

If you want different colors depending by the widget follow this example to get the widget’s class in order to target it’s title: http://screencast.com/t/Ac4FV8Vr

.widget_recent_entries .block-title > span{
background-color: #f4524d;
}

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately I cannot offer a precise answer as the plugin is not tested and we have no idea of it’s functionality. Please provide a link where I can inspect this issue and maybe I can help you to solve this issue.

Thanks!

Andrei L.
tagDiv Member

Hi

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

#dcl_comment_btn:hover {
background: #3071A9
}
#dcl_comment_btn{
height: 40px;
}

I suppose that the indicated box refers only at this button, but its options are limited by the html structure of the button.
Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you follow google official documentation regarding tag manager setup: https://developers.google.com/tag-manager/quickstarthttps://support.google.com/tagmanager/answer/6103696?hl=en clear all caches and test again.
If you still can’t manage to solve this issue please provide more details and we will try to find a solution.

Thanks!

Andrei L.
tagDiv Member

Hi

You can modify the header with using this css in theme panel > custom ceode > custom css: http://screencast.com/t/3x0zB56Fru9w

.td-header-wrap{
width: 1021px;
margin-right: auto;
margin-left: auto;
}

This css will make the header by an equal width with the footer.
To reduce the footer height try this css: http://screencast.com/t/FRaoUkSjC

.td-footer-container{
padding: 12px 0 5px 0;
}
.td-footer-info {
margin-bottom: 3px!important;
}
.footer-logo-wrap {
margin-bottom: 0px;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please check this link for more details about the backup process: https://codex.wordpress.org/WordPress_Backups
You can find all the details about the automatically update process in our documentation at point B: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/http://screencast.com/t/laMpsQ3Wi

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for this, was my mistake.
This is a known issue which already is on our issue tracker and theme’s developers works to fix it. We hope to find a solution in the shortest time possible.
Sorry for inconvenience.

Thanks!

Andrei L.
tagDiv Member

Hi

This is a complex task which require lots of customizations in theme’s files and I can’t provide a solution now. You can find more details about td_api_plugin usage in our documentation: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Please consider that this task require good coding skills and if you can’t do it yourself my advice is to find someone to help you or hire a freelancer from sites like http://studio.envato.com/ to do it for you.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the delay but we take take the topics from the oldest to the newest.
I’ve added this issue on our issue tracker and we will fix it in the next theme’s updates. Meanwhile you can try this css in theme panel > custom code > custom css: http://screencast.com/t/oMFOQsB0ZTNs

#bbpress-forums #bbp-user-wrapper ul.bbp-replies{
clear: both;
}

Thanks!

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

Hi

Seams that those errors are related with the youtube player. Try to test a post/page where you don’t have a youtube video or playlist and check if the errors are still there. I found some informations about this errors here: http://stackoverflow.com/questions/25814914/chrome-youtube-cast-sender-js-console-error
and seams that they don’t affect the site functionality so there is no reason to worry about.

Thanks!

Andrei L.
tagDiv Member

Hi @n_s_e

I’ve checked your site and seams that the indicated word comes from the article top ad sport: http://screencast.com/t/8QWQdKienh8 Check in theme panel > ads > article top ad if the spot contains something: http://screencast.com/t/aSK09bex7w and if is the case remove that content, clear all caches and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

You can change the background-color for blocks tiles from sidebar under Appearance > Widgets: http://screencast.com/t/PCHOUCbArXhttp://screencast.com/t/wrYQ0tkM3KWi
Regarding the feeds system, the theme uses the one built in from WordPress and don’t affect its functionality.
If this is not what you mean please provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

You can directly add your twiter link in that function like here: http://screencast.com/t/3e9BXQqfhttp://screencast.com/t/Qv5hxIaQ23 Also you can try using this function: get_the_author_meta( 'twitter')

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked a post from your site with facebook developer tool and found this error which is not related with our theme: http://screencast.com/t/ULteSTxk Please check this link, it may help you to solve this issue: https://www.adminlabs.com/blog/solved-facebook-doesnt-fetch-data-when-sharing-url

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure I understand your request so please provide more details about what you’re trying to do, also a screen pointing the desired result would be helpful.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url so I can inspect this issue closer.
Thanks!

Andrei L.
tagDiv Member

Hi

Please check our documentation for more details about theme’s functionality: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/https://forum.tagdiv.com/newsmag-block-settings-tutorial/https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/
If you still need further instructions regarding theme usage please provide more details about this and we will try to help you.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for that. I forgot to mention that Newsmag don’t have the demos fro Revolution Slider included included in the patch that you downloaded from themeforst. Please address us via email at contact@tagdiv.com and we will send you the demos, also include a link to this conversations.

Thanks!

Andrei L.
tagDiv Member
Help - reply

Hi

You can find the install info along with more useful informations in our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ Also you can find the child theme in Newsmag-tf/code http://screencast.com/t/oOwyJyKK9iiv
If this is not what you mean please provide more details so I can get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

The users roles and capabilities are managed by WordPress, you can find more details about this in official documentation: https://codex.wordpress.org/Roles_and_Capabilities
Regarding the ads management plugin I can’t make any recommendations because we didn’t test any of these plugins and I can’t say how they will work with our theme. However you can try a few of them and use the one which fits you best.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches and test again. Usually this issue appear when the photon module of Jetpack plugin it’s used. If you use this module make sure you deactivate it and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

You can try to use a page in mega menu: https://forum.tagdiv.com/newsmag-page-menu/ Basically this featured allow you to display the page content in mega menu. If this doesn’t help you can look for a plugin but I can’t make any recommendation as we didn’t test any of those plugins with the theme. However you can try a few of them and use the one which work best for you. I found here some information which may help you in this regard: http://www.sourcewp.com/wordpress-mega-menu-plugins/https://85ideas.com/plugins/best-wordpress-mega-menu-plugins/

Thanks!

Viewing 25 posts - 4,526 through 4,550 (of 6,511 total)