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

This feature is related with the browser that you’re using, not with the theme so you can check the options available for this. Using google chrome the login information are saved if the specific option is enabled: https://support.google.com/chrome/answer/2633237?hl=enhttp://screencast.com/t/7DB3dIsVq9u8

Thanks!

Andrei L.
tagDiv Member

Hi

The theme works fine with the latest version of WordPress so you can use it with no problems.

Thanks!

Andrei L.
tagDiv Member

Hi

Please send us an email at contact@tagdiv.com with your login credentials as we need to take a closer look at this issue, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve tested a post from your site and the more article box does not show up after it’s closed once:
http://screencast.com/t/WwdobzTYMy I am not sure why the box appear again on your side but you can try to clear the cache memory, also deactivate all plugins except Visual Composer and test again.
Also you can try to make a new local install on your computer, with the latest version of WordPress, the current version of the theme available on themeforest, V 2.3.5, Visual Composer plugin and test again.
The theme don’t have any sort order filters for posts displayed in more article box. If you chose to display posts from same category, the display order will be random. To change the display order you have to edit the td_more_article_box.php file and add this parameters like here: http://screencast.com/t/5vwNrQuRZnM

Thanks!

Andrei L.
tagDiv Member

Hi

Regarding the images embedded from facebook I replied you here https://forum.tagdiv.com/topic/image-gallery-visual-composser-not-work/
We didn’t tested the galey from Visual Composer with picasa images and I can’t say now why they don’t work as this task require some serious investigationss. Visual Composer plugin is tested to work with the WordPress and theme so there is a chance to appear some conflicts when you try to use different tools.
Try to duplicate this situations using a default wp-theme and check how it goes, also deactivate all plugins except Visual Composer and clear the cache memory before testing.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris for your explain, I forgot to edit my topic and publish it again 🙂

@DaneOLeary
just replace the img-url from the code I provided, which now it’s displayed fine, with your image url and your banner ads should work fine.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use this css to overwrite the height applied for categories tags displayed in mega menu: http://screencast.com/t/vcaPk87FAvGk

.td_mega_menu_sub_cats .block-mega-child-cats a{
height: inherit;
}

Thanks!

Andrei L.
tagDiv Member

Hi

In order to be responsive on mobile the css should like this:

@media(max-width: 768px){.wpb_text_column h1:first-child, .wpb_text_column h2:last-child {
display: table!important;
margin-left: auto!important;
margin-right: auto;
}
.wpb_text_column h1, .wpb_text_column h2{
line-height: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
.vc_custom_1454688976804{
padding-bottom: 20px !important;
padding-left: 0px !important
}
}

Would be a good practice o add a specific class for the row used to add this text and use it instead of .vc_custom_1454688976804 That is a unique class generated by Visual Composer for each row and every time the row it’s modified it changes, so the css won’t be applied after that. The custom css class can be added here: http://screencast.com/t/iHyUHmAM

Thanks!

Andrei L.
tagDiv Member

Hi

These files are not editable in child theme so the changes can be applied only in main theme. For more details about child theme support with our theme please check our documentation: https://forum.tagdiv.com/newsmag-child-theme-support/

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure why that blank space appear there. I suspect that there is an additional css which add that space. Please provide your site url so i can inspect this closer and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

We’re sorry for all inconveniences.
We do our best to offer the high quality support for our customers but in some situations, like this one, inspecting the site is not enough to detect a problem. There are many reasons why a content may appear or not on a specif page. The content could be generated directly in visual composer, also could be added directly in code or as I explained in my reply from email, can be added by WordPress depending by users settings.

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

Please check this topic, I’ve posted a solution here: https://forum.tagdiv.com/topic/error-in-template-categories-after-updating/

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The custom css from theme panel applies only on front end. If you want to make changes in text editor style the file that must be edited is editor-style.css: http://screencast.com/t/iVLbvK9c
The css that you tried is ok but needs a little adjustment in order to be applied:

.mce-content-body blockquote p {
font-size: 13px!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The style.css file is not included on the list with allowed files which can be modified in child theme because it’s included by default in child theme. Any child theme contains in its basic structure a style.css and functions.php file.
Regarding the code from child theme there is an important aspects that must be considered:
– if in previous theme’s version a specific code added in child theme worked fine that doesn’t mean that will work with a new theme version. When theme update many of its files are changed and it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
In your case if the css code does not apply from child theme means that even the selector has been changed or there is a more powerful code in main theme style which override the css from child theme.
The css code it’s very tricky and always the most precis or most powerful selector apply the style for a specific element.

Thanks!

Andrei L.
tagDiv Member

Hi

The shortcode that you provided is not correct: http://screencast.com/t/3SXqaSmVXG Please make sure that you added the code like here, clear all caches and test again

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

Thanks!

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

Hi

Are you referring at this widget: http://screencast.com/t/xzHr2v3vhttp://screencast.com/t/XogiSKD9b If this is the case you can customize its layout using some custom css code in theme panel > custom code > custom css and the result will be like here: http://screencast.com/t/E5D18xWenTPa

.widget_categories.widget ul li{
display: inline-block;
margin-left: 10px;
}
.widget_categories.widget ul li:first-child{
margin-left: 0px;
}

Please note that this is just an example for the Categories widget. In this case the widget html structure allow this customization but in others cases the required customization could be more complexes, depending by widget’s layout.
If this is not what you mean please provide more details and also your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newspaper theme, you can check our documentation for more details: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again. To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url so I can take a closer look at this issue.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that the page structure it’s different then the one from the theme. If you made any customization in theme’s file try to revert them, deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

The shortcode provided display the page fine on my side. By this I mean that the content from contact page does not appear on the hompage: http://screencast.com/t/qeYjny9Ejhttp://screencast.com/t/qoJeyeQtJYtbhttp://screencast.com/t/JqTTJHTmhttp://screencast.com/t/GHuz1vlO
To add the contact page in menu please check our documentation here: https://forum.tagdiv.com/newsmag-main-menu/
Let me know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

The disable time option for More Article box applies only after the user chose to close that window: http://screencast.com/t/v854rx8m
I am not sure at what filter are you referring as the theme does not have a filter to order the post in ascending order so please provide more details about this so I can inspect it closer.

Thanks!
Andrei L tagDiv!

Andrei L.
tagDiv Member

Hi

A basic css would be this one:

.td-a-rec{
display: block;
width: 100%;
height: 100px;
}

However you will need other customizations in order to make it responsive. For every device you will need different values for the width and height, also for all type of layouts where you will want to use the ad, one, two or three rows. The js error from browser console still appears and I couldn’t figured out why so far. This is a task which require deeper investigations and unfortunately I cannot provide a complete solution now.
When the time will allow us we will take a closer look at this issue but I can’t say now when we will have a fix for it.

Thanks!

Andrei L.
tagDiv Member

Hi

For Newsmag the code it’s a bit different. The js modifications are not required but the php code should look like this: http://pastebin.com/1wnywh0u

Thanks!

Andrei L.
tagDiv Member

Hi

1,3: Edit the td_templates_settings.php file and delete the indicated code: http://screencast.com/t/sQZBUT2rIA
2: Edit the td_wp_booster_functions.php file and delete this code: http://screencast.com/t/9TDDL7u3ea

Thanks!

Andrei L.
tagDiv Member

Hi @nikoslefkas

I’ve test the post templates with the featured image deactivated for posts and they works fine. I am not sure this problem occur on your side so if you still can’t manage to solve it please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Viewing 25 posts - 3,976 through 4,000 (of 6,511 total)