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

Make sure you update the theme according with our documentation because by default there shouldn’t be the Calendly icon. To make a clean install we recommend to update the theme via ftp method: https://forum.tagdiv.com/newsmag-install-via-ftp/

Thanks!

Andrei L.
tagDiv Member

Hi

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

Andrei L.
tagDiv Member

Hi

I am not very sure what you’re trying to do so please provide more specific details in this regard so I can inspect it closer and get bacl to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for reporting this. I’ve made a few tests on my side and got the same behavior. I’ve added this on our list and will try to find a solution in shortest time possible.

Sorry for inconveniences and tanks fort your understanding.

Andrei L.
tagDiv Member

Hi
Thanks @Chrissss for sharing your solution here.
Have a nice day!

Andrei L.
tagDiv Member

Hi

The theme create Featured category when it is installed for first time. The code which generate that category is located in td_first_install.php file: http://screencast.com/t/iSvZkyr8t There are defined the name and slug for that category which are used in code for different features.
You can use below code in function.php file to define a new category

wp_insert_term('Flash', 'category', array(
'description' => 'Flash posts',
'slug' => 'flash',
'parent' => 0
));

I am not sure how you want to use this new category but to achieve the same exact functionality as for Featured category are required lots of customization. Basically you will have to search in theme’s code for each usage of Featured category name and add in code a case for your new category.
This is a complex task which involve good coding skills in order to be achieved. Unfortunately we cannot 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.

To reduce the number of days considered by 7 days sorting you have to edit td_data_source.php: http://screencast.com/t/nkiFBNen6B and td+page_views.php: http://screencast.com/t/DhtmnFzEbh and update the indicated value.

Thanks!

Andrei L.
tagDiv Member

Hi

Glad you have managed to solve this. Thanks for letting me know and for sharing the solution here so other users can benefit from it.

Have a nice day!

Andrei L.
tagDiv Member

Hi

Glad you have managed to solve this.
Thanks for letting me know and for your message.

Andrei L.
tagDiv Member

Hi

Try to add this condition in td_block_as_box.php file: http://screencast.com/t/Nm3coZX7GS

if (is_single(post_id)){
return;
}

Replace post_id with the numerical id of the post where you want to exclude ads. To get the id follow this link: http://screencast.com/t/3drmDGl2

Thanks!

Andrei L.
tagDiv Member

Hi

For the moment we don’t plan to add support for more browsers for our themes. I’ve made a few tests on that browser and seems that it can handle the animation used for mobile menu. Our themes are compatible with browsers which support html5 and css3 animations.

Thanks!

Andrei L.
tagDiv Member

Hi

The settings from theme panel do not apply on back-end. To make changes there you have to edit editor-style.css file and change the css for drop-caps: http://screencast.com/t/BhoTqz16Am

Thanks!

Andrei L.
tagDiv Member

Hi

I assume that you’re referring at Social Counter icons. If so make sure that the plugin is updated at V 4.1 which is included in theme’s path, clear all caches then test the site again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugin except Visual Composer, clear all caches then test the site again.
I assume that you want to create a mega menu. For more detail in this regard please check our documentation: https://forum.tagdiv.com/newsmag-mega-menu/

Let me know if you need further assistance on this.
Thanks!

Andrei L.
tagDiv Member

Hi

Bogdan replied you via dashboard.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked the tag/slug filter on my side with V 3.0 of Newsmag and works fine. Also 7 days filter works fine. If you still have issues with this sorting try to deactivate all plugins except Visual Composer, clear all caches then test again, also make sure that you have ajax post view counter enabled if you’re using a cache plugin: http://screencast.com/t/tBvLbQSAPv

Our theme works a bit different with Visual Composer and if you change them page’s layout may be affected. However if you add some custom values in these fields they will be applied but we do not recommend to make any changes there.
Thanks!

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

Hi

Sorry for misunderstanding.
This menu is not controlled by the theme, it is generated by WordPress. By default shouldn’t be displayed on the site and I assume that there is a plugin which overwrite this. Try to deactivate all plugins accept Visual Composer, clear all caches then test again.
Let me know how it goes and if you still can’t manage to solve this provide your site url so I can have a closer look.

Thanks!
Andrei L tagDiv!

Andrei L.
tagDiv Member

Hi

On our demo we use header style 1 and top bar style 1. You can chose the header style from theme panel > header: http://screencast.com/t/fWbsLakG You can also check our documentation for more detail about theme’s header styles in order to choose on which will fit best for your site: https://forum.tagdiv.com/newsmag-header-styles/ Fort a full width menu you can choose from header styles 8, 9 and 10.

I am not very sure where you want to add the banner add so please provide your site url and more details in this regard so I can inspect this closer and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme is tested and works fine even with its child theme active. Make sure that you installed the child theme included in theme’s path: http://screencast.com/t/q5K1vrmBA clear all caches then test again.

Thanks!

Andrei L.
tagDiv Member

Hi

First you have to edit header.php file and paste the js from facebook as I’ve indicated here: Then edit loop-single-5.php and loop-single-9.php and paste this code where you want to display fb-comments. Here are some examples: http://screencast.com/t/KMfJ8O0jL2http://screencast.com/t/kWdtLeWQU8Khttp://screencast.com/t/O5H1oEES6

<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and found a js error in browser’s console: http://screencast.com/t/pRikF3j6 Try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

1. Please make sure that you have thew proper permissions set on that wp-install: https://codex.wordpress.org/Changing_File_Permissions Also try to deactivate all plugins, clear all caches then try to install the plugin again.

2. Please make sure that the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ Also provide more specific details about how can I duplicate this issue in my side so I can inspect it closer and get back to you with a more accurate answer.

3. You don’t have to activate Visual Composer plugin as it is bundled with the theme. Theme’s license allows you to use Visual Composer but you don’t need a license key for it.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css to reduce logo’s margins: http://screencast.com/t/Q0k8HFZcikU

.td-header-style-10 .td-logo-wrap{
margin: 10px 10px!important;
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this code for border:

.fullwidthbanner-container .fullwidthabanner {
border-bottom: 2px solid red;
}

Also to hide the sidebar on mobile use this code:

@media(max-width: 768px){
.td-main-sidebar{
display: none!important;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

You will have to add this code: http://prntscr.com/bk109t in each files corresponding with post template used for your posts. Also make sure that you added the correct js in header.php file.

Thanks!

Viewing 25 posts - 1,976 through 2,000 (of 6,511 total)