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

I’ve checked your homepage and found some errors in console http://screencast.com/t/LjcZHUAm you can try to clear the cache, deactivate all plugins except Visual Composer and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the widgets seams to work fine, please provide more details or a specific link with the issue.

Thanks!

Andrei L.
tagDiv Member

Hi

You can find all theme settings in theme panel > import/export as you can see here: http://screencast.com/t/2R2zaXuK92g or here: http://screencast.com/t/hmF86cnVjk5

Thanks!

Andrei L.
tagDiv Member

Hi

This block titles are made with Newspaper theme and are not available on Newsmag, but can be done with custom css:

.block-title{
display: block;
font-size: 14px;
border-bottom: 2px solid #222222;
margin-right: 20px!important;

}
.block-title > span{
top:0;
padding: 7px 12px 4px 12px;
border-radius: 0;
}

The result should be like here: http://screencast.com/t/sTmFBI2k6NUd

Thanks!

Andrei L.
tagDiv Member

Hi

1. Follow this link to display only the firs level of subcategories in mega menu: http://screencast.com/t/MWJaXChQMr

2. I am not sure what you mean but to insert a new area in mega menu you must change the code and it’s not an easy task. Please provide a link or specific details on this if possible and i will take a look.

3. Edit the style.css file like it’s indicated here: http://screencast.com/t/QdaaZjoXF29

Thanks!

Andrei L.
tagDiv Member

Hi

The style file it’s located in the head section of the site, and load firs all the time, then comes the custom css (your custom modification). You have the Speed Booster plugin activated and all custom css it’s moved to the bottom of the page and load after the main css from the theme so you can try to include your custom css in style.css file or not use Speed Booster.

Thanks!

Andrei L.
tagDiv Member

Hi

To display related article and more from author in the same time require code modification and it’s not an easy task, unfortunately that tutorial it’s the most convenient way

Thanks!

Andrei L.
tagDiv Member

Hi

If you turn off related article from here http://screencast.com/t/jnzTQFg0PNB it should not be displayed. Make sure you clear all caches, and also disable the plugins except Visual Composer and test again.
Let us know if yous still can’t disable it and also provide your site’s url.

Thanks

Andrei L.
tagDiv Member

Hi

We recently moved the quotes and dropcaps in Formats section: http://screencast.com/t/Y24xuturW and we will update the documentation as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

You can customize the actual author box editing td_block_authors.php file and adding this code: http://pastebin.com/4DbvKd14 like here: http://screencast.com/t/Y8CM9lS0GVf6
This should display author socials and description in author box block.
Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t display ads when you use smart list, but you can use the shortcode to insert ads inside smart list content. To get the shortcode add an ad box into a page, switch in backend editor, copy this code: http://screencast.com/t/5Daycu08 and insert it in smart list content.

The result should be like here: http://screencast.com/t/XpoSqjZSMHl

Thanks!

Andrei L.
tagDiv Member

Hi

Not sure what you mean, but if you want to change the background of header area: http://screencast.com/t/CGAGSMQD you have an option in theme panel: http://screencast.com/t/7cCXJcGuQQ
Please let us know if this is not what you mean and provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve notice that you changed your theme http://screencast.com/t/QXdyiXWxQ6x so if you still have this issue please let me know.

Thanks!

Andrei L.
tagDiv Member

Hi

We tested the theme on IE and should work fine, so it’s possible to have a plugin that overwrite the theme css in that browser. Try to deactivate all plugins except Visual Composer, clear the cache ant test again. If the problem persist try this custom css in theme panel > custom css:

.ie8 .td-header-main-menu, .ie9 .td-header-main-menu, .ie10 .td-header-main-menu, .ie11 .td-header-main-menu{
background-color: red;
}

This css works on IE 8, 9, 10, 11 and you can set any background color.

Thanks!

Andrei L.
tagDiv Member

Hi

Images used in thumbs are cropped to fit the thumb size and depending by image aspect ratio the result can be different. The theme use center-top cropping system but if you want you can modify it to center-center if you consider that will work better. The file that need to be edited it’s td_config.php and you can chose the thumbs which you want to edit: http://screencast.com/t/rQCzeuHV

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the mega menu from Newspaper theme can not be implemented easily on Newsmag, because it wasn’t designed to work on Newsmag.

Sorry for inconvenience!

Andrei L.
tagDiv Member

Hi

Replace the above css with this one to affect the menu position: http://screencast.com/t/uloavPtOst

.menu-item-608{
margin-left: 120px!important;
}

You can modify the margin value as you like.

Thanks!

Andrei L.
tagDiv Member

Hi

The author box block from Visual Composer can be used on post like a widget in sidebar or footer area. Also you can use the shortcode to insert it in post content like here: http://screencast.com/t/yJZKlrt1f5
To get the shortcode create a blank page, add the author box and set it as you want, then switch in backend editor, copy this code: http://screencast.com/t/OPqNgAyGm and insert it in post.

Hope this will help!

Andrei L.
tagDiv Member

Hi

We added a list with plugins with which we tested the Speed Booster plugin, it automatically disables itself if a new plugin is installed. This measure was added to prevent plugin conflict/failure for the average user.
This plugin was intended for 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.

If you want to always keep the speed booster activated just delete from td-speed-booster.php the indicated lines of code: http://screencast.com/t/qnHDcRUCHXv

Thanks!

Andrei L.
tagDiv Member

Hi

You can hide sidebar in every page from Visual Composer, but not post like this url for example: http://www.phonelane.com/phone-tips/lenovo-k3-note-dead-wont-start-showing-black-screen-and-unable-to-boot/
So if you want to hide the sidebar and footer from post you can use this css in theme panel > custom css:

@media (max-width: 767px){
.single-post .span4.td-post-sidebar{
display:none!important;
}
}
@media (max-width: 767px){
.single-post .td-footer-wrap{
display:none!important;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please check your permission on the folder/wp-content/uploads . Also you can check from media library and try to upload an image, if it works that means that the permission are correct.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to create a block for each category, you will have to add it manually in Visual Composer and select the category you want to be displayed in that block from category filter: http://screencast.com/t/5rEX7OVPK

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks Chris!

I’ve tested your site on iPad and the audio file seems to load fine, please provide more details if possible.

Thanks!

Andrei L.
tagDiv Member

Hi

To remove the sidebar section from post editor you need to edit editor-style.less file like here: http://screencast.com/t/ZRFSGlpUFnz

Thanks!

Andrei L.
tagDiv Member

Hi

Comment the indicated line http://screencast.com/t/lgwjIEv6 and the “more from author” section will be removed.

Thanks!

Viewing 25 posts - 6,201 through 6,225 (of 6,511 total)