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

Pleas check our documentation regarding Social Counter setup: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ clear the cache memory and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry fr that, i missed a selector.
Replace the previous css with this one, now should work fine: http://screencast.com/t/OLXmMTCe

.sf-menu > .current-menu-item > a:hover, .sf-menu > .sfHover > a:hover, .sf-menu > .td-menu-item > a:hover {
border-bottom: 4px solid red!important;
}


@DaneOLeary
unfortunately at the moment this is the fastest solution that i can provide. In order to work as you explained above are required many customizations in header’s css code. This implementation was designed for Newspaper theme and its accommodation at Newsmag require a different approach for the menu css code.
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 as we cannot offer custom modifications at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

Even if you don’t a header ad the space for the ad it’s already reserved in header: http://screencast.com/t/rjGNMvEOyL7 To remove that space you can delete this code from: header-style-4.php http://screencast.com/t/Jwgaie4S3e As long as you’re not using a header ad the content won’t be affected. When you decide to use the header ad then the code must be added again.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris!

@DaneOLeary
please check our documentation regarding the banner ads integration in our theme: https://forum.tagdiv.com/newsmag-using-other-ads/

Basically your code should look like this:

<div class="td-visible-desktop">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-tablet-landscape">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="img-url"/></a>
</div> 

Thanks!

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

Hi

You can use a similar implementation wit the one from this topic: https://forum.tagdiv.com/topic/can-i-edit-block3/ or also you can try a plugin for share. Unfortunately I can’t make any recommendation in this regard as we didn’t tested any of those plugins with a similar functionality but you can try a few of them and use the on which suits you best. Here I found some informations which can help you in this regard: https://premium.wpmudev.org/blog/responsive-social-sharing-plugins/http://www.bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/

Thanks!

Andrei L.
tagDiv Member

Hi

The theme include only the categories from WordPress in block filters. To add your custom categories from your custom post type you will need some customizations in theme’s files.
This is a very complex task which involve many customizations in theme files and I can’t provide a solution now. If you can’t do it yourself my advice is to find someone to help you or hire a freelancer to do this for you as we can’t offer any customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use the video post format to create smart lists without any restrictions. For more details about smart list setup please check our documentation: https://forum.tagdiv.com/newsmag-smart-lists/

Thanks!

Andrei L.
tagDiv Member

Hi

We are sorry for the delay. We do not work weekends and there is the time zone to consider:
Support Hours (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM

Use this css in theme panel > custom code > custom css: http://screencast.com/t/bOQGoTmycxu

.wpb_text_column h1:first-child, .wpb_text_column :last-child {
display: inline;
}
.wpb_text_column h1:first-child{
margin-left: 30%;
}
@media(max-width: 768px){
.wpb_text_column h1:first-child{
margin-left: 15%;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

You can change the background color for bock title from Visual Composer page-builder: http://screencast.com/t/nTJuW2RJp6Tx For blocks displayed in sidebar that can be done under Appearance > Widgets: http://screencast.com/t/DRHhqaogO
For more details about block settings please check this tutorial: https://forum.tagdiv.com/newsmag-block-settings-tutorial/

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The code should look like in this screen: http://screencast.com/t/NJtcqnrJ Just replace all code from header-menu.php file with this one: http://pastebin.com/19NaFmcg and replace the page id and image url as i indicated in the screen.
To increase the logo size on mobile devices use this css in theme panle > custom code > custom css: http://screencast.com/t/OMrlgBHyp1yv and modify the width value as you want:

@media (max-width: 767px){
.td-main-menu-logo img {
width: 70%;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

You can check all blocks layout on our demo here: http://screencast.com/t/IoeqlyNan If you need a different block the the ones already built in in the theme you can use theme api to create a new block: https://forum.tagdiv.com/td_api_blockadd/
Please consider that this is a complex task which require many customizations also good knowledge skills are required. If you can’t do this by yourself my advice is to find someone which can help you as we can’t offer custom services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

I can’t access your site to to check how the content from contact page it’s added on homepage: http://screencast.com/t/5kx9TuKUe3 Most likely the content from contact page appear on homepage because it’s added from in Visual Composer Page builder. Try to edit the homepage and remove the part which add the content from contact page on it. For more details about homepage set up please check this tutorial: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/
If you can’t manage to solve this please provide the shortcode from Visual Composer: http://screencast.com/t/VNHSEtsUWj via http://pastebin.com/ for both pages, homepage and contact page, so I can duplicate the situation on may side and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

Please check this topic, I’ve posted a solution here: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/

Thanks!

Andrei L.
tagDiv Member

Hi

Wp Rocket it’s a complex plugin whit many features included and to make it compatible whit the theme will take some time and we will need to do some serious investigations. From other reports some of the plugin’s features, like page caching works fine, but some of them like css/js minification are known to create issues with our theme. I can’t say at this moment if we will implement support for this plugin as it’s a very complex task which require a lot of time and researches.
I’ve added this on our todo list and theme’s developers will investigate it in the feature. If we find any solution we will make an announcement.

Thanks!

Andrei L.
tagDiv Member

Hi

By default WordPress can’t embed images from facebook and to achieve that most likely you will need some custom code or use a plugin with a similar functionality. Unfortunately I can’t make any recommendation in this regard as we didn’t test any plugin with a similar functionality, but you can try the method indicated in this tutorial, it may work: http://www.shoutmeloud.com/embed-facebook-photo-album-wordpress.html

Thanks!

Andrei L.
tagDiv Member

Hi

Glad I could help!
Thanks for letting me know your message!

Andrei L.
tagDiv Member

Hi

Use this css and increase the font size value as you want:

.td-tagline-text{
font-size: 20px
}

Thanks!

Andrei L.
tagDiv Member

Hi @Lewis

For the moment we don’t plan to develop any mobile application. If you really need this my advice is to look for a developer which can help you to complete this project.
Also you can develop the application by yourself using some plugins, here you can read more about this: http://www.wpbeginner.com/plugins/how-to-build-a-mobile-app-for-your-wordpress-based-business/ -http://www.sitepoint.com/3-ways-to-create-a-mobile-app-with-wordpress/

Thanks!

Andrei L.
tagDiv Member

Hi

You can use the translation part from theme panel > translations to translate the “Trending Now” expression as you want: http://screencast.com/t/Rx13RkpC7FShttp://screencast.com/t/c7jWHzIEINms

Thanks!

Andrei L.
tagDiv Member

Hi

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

.category .td-module-thumb a:last-child:before {
background: none!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

For default template the file that must be edited is loop-single.php like here: http://screencast.com/t/HPc31RRZ

Thanks!

Andrei L.
tagDiv Member

Hi

I am not aware aware of the customizations that you made in your mu-plugins and I can’t say why your code breaks the menus. Please check the above solution and try to apply it to your code such that you custom query to avoid the main menu.
Unfortunately we cannot offer any custom 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 the message!

Andrei L.
tagDiv Member

Hi

The theme does not manage the login system, that is managed by WordPress. Also it may be a problem reated with your host so you should contact him and let him know about this.
Also you can check this link, it may help: http://wordpress.stackexchange.com/questions/143417/error-cookies-are-blocked-or-not-supported-by-your-browser

Thanks!

Andrei L.
tagDiv Member

Hi

I am still not sure what you mean so please provide some exact details about your issue. Meanwhile try to deactivate all plugins except Visual Composer, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member
Viewing 25 posts - 4,001 through 4,025 (of 6,511 total)