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 @orlando

First of all check in System Status if Speed Booster plugin is active: http://screencast.com/t/6lILerCjFuAr You can read more about how plugin works in this topic: https://forum.tagdiv.com/topic/mobile-view-problem-3/
Also not that google it’s more restrictive when it comes about page-speed on mobile devices. For example if on desktop you have 90/100 page-speed, on mobile the number will be smaller. This can be checked on our demo. If you look on desktop page-speed you’ll see that there is no render-blocking resource: http://screencast.com/t/pNE7wUbobndD but for the same demo on mobile devices google find a few resources which slow down the page load: http://screencast.com/t/GpmmJ1LHZVPt
To have the same page-sped on mobile as on desktop are required additional customizations and lots of tests. You can follow google’s indications to improve you mobile page-speed but keep in mint that this is a complex task which require some coding skills.
We can’t offer speed 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.

Thanks for your understanding and for your message.

Andrei L.
tagDiv Member

Hi

You can try this code in td_wp_booster_functions.php file http://screencast.com/t/eJIvSDtqku

add_filter('redirect_canonical', 'td_fix_wp_441_pagination', 10, 2);
function td_fix_wp_441_pagination($redirect_url, $requested_url) {
	global $wp_query;

	if (is_page() && !is_feed() && isset($wp_query->queried_object) && get_query_var('page') && get_page_template_slug($wp_query->queried_object->ID) == 'page-pagebuilder-latest.php') {
		return false;
	}

	return $redirect_url;
}

However I am not sure that this will work with V 1.5 of the theme, and in that case the only way to fix the pagination issue it’s by updating the theme.

Thanks!

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

Hi

We recommend adding the css in theme panel > custom css field because it’s a easier way to do it then in style.css file and also the code will remain there when the theme it’s updated.

Use this css to correct the scroll down a bit the post’s content: http://screencast.com/t/n3A8EBt0g

.td-container{
top: 95px;
}

Thanks!

Andrei L.
tagDiv Member

Hi
]
Theme’s ad system was intended to work with ad-sense code or banner ads, you can read more about this here: https://forum.tagdiv.com/newsmag-header-ads/ We didn’t tested DFP ads with the theme and I can’t grantee that these ads will work fine on different devices.
Also note that google won’t consider the fact that you’re re-sizing the browser, google deliver ads demanding by the actual devices used, not the browser’s width.

Thanks!

Andrei L.
tagDiv Member

Hi

First of all we specifies in our documentation that when a cache plugin it’s used the ajax post view counter must be enabled: https://forum.tagdiv.com/newsmag-ajax-view-count/ Also as a cache plugin we recommend wp super cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/

The unique article option check the page only at first load and make sure that there aren’t displayed duplicate posts. However the unique article does not control the ajax pagination so if you click on next/prev buttons there is a chance to appear duplicate posts. If among the popular posts are some posts which are already displayed when page it’s firs time loaded then these posts won’t be displayed. If you use next/prev buttons the posts will be displayed because as I said above unique article feature won’t check the post loaded with ajax.

Thanks!

Andrei L.
tagDiv Member

Hi

Replace all css with this one, now the border should be displayed fine:

@media(max-width: 768px){
.td-menu-mob-open-menu .td-mobile-nav-wrap{
width: 100%
}
.td-menu-mob-open-menu .td-content-wrap {
left: 100%;
}
.td-header-style-9 {
border-bottom: 3px solid #D60D0D;}
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

The mega menu was designed to work only with default WordPress’s categories. To make the custom taxonomies available in mega menu are required some customization in its structure.
http://screencast.com/t/3JbdSwlKhttp://screencast.com/t/tKQtMdeG7
This is a complex task and unfortunately I cat provide a solution now. However I’ve added this on our list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one.
Meanwhile if you need this and 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!

Andrei L.
tagDiv Member

Hi

You can move theme’s css and google fonts in footer by adding this code in td-speed-booster.php file: http://screencast.com/t/3wlizASZysUv

$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google-fonts-style');

We didn’t moved theme’s css at page bottom automatically because in this case there appear a delay with the style on page load. If you move the main css in footer the page’s style will be applied only after the html it’s loaded.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom css: http://screencast.com/t/4IfnZqMAhZcw

.comments{
position: relative;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The code which generate the live search is located in td_data_source.php here: http://screencast.com/t/f8QmhDHo For the normal search page the theme use the default WordPress function: http://screencast.com/t/0WbG9C1ynaR
I am not sure how do you want to customize the search function but I assume that if the user navigate to Custom Search page template and perform a search, the posts displayed to be from events post type. This could be achieved by doing a custom search function which display posts only from event post type, then call this function in the file which generate the post type template.
Here found some informations whioch may be useful in this case: http://wordpress.stackexchange.com/questions/89886/how-to-create-a-custom-search-for-custom-post-type You can try the solution indicated in that topic and adjust it on Newsmag theme.

Please consider that this is a complex task which require many customizations and also good coding skills in order to be achieved. If 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 can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

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

@media(max-width: 768px){.td-mobile-nav-wrap{
width: 100%
}
.td-menu-mob-open-menu .td-content-wrap {
left: 100%;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

The theme display posts following some specific rules and according with the filter set for any block in each page. For example if you publish a post which belongs to News category that post will automatically be displayed on News category page in first place. This is a WordPress default functionality, each post which belong to a specific category will be displayed on that category’s page.
On pages the theme display posts according with the filter set in each block’s settings: http://screencast.com/t/kNFrQMah5Ra You can read more about block settings in this tutorial: https://forum.tagdiv.com/newsmag-block-settings-tutorial/ also you can find some useful informations about page setup here: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/
Note that the theme posts displayed on pages will also be displayed on categories pages. This is how WordPress works.
The theme also have a unique article option, but this works for any individual page, bot for entire site. By enabling this option: http://screencast.com/t/TeZwRX5c13W the theme will display only unique article on pages’s first load. However the posts displayed on that page will also be displayed on category page or on other pages with similar filters. To avoid having duplicate posts on many pages you have to set the filters such that the theme to display different posts on each page. Here is an example:
– in page named Recent News let’s say you add a block and set it to display posts from News category.
– in page named Older Stories let’s say you add a block and set it to display posts from Old Articles category.

Following this example on your pages won’t appear duplicate posts, each page will display posts from the selected category.

I hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

You can change the font size for post tile displayed on modules from theme panel > theme fonts: http://screencast.com/t/gXFh1UQU
Let me know how it goes and if you still can’t manage to slove thi please provide your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use Seo By Yoast plug to add these meta on the site. The plugin is tested and works fine with the theme. More details about in this regard you can find here: http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables

Thanks!

Andrei L.
tagDiv Member

Hi

There is no bug with theme’s ad’s system at the moment. Note that the options which enable/disable ads for a specific device works only for ad-sense code. In your case the code used for header ad is not an ad-sense code: http://screencast.com/t/nFZ0hmU8ja5u and the disable option does not work for it. For other ads the theme load the same code for all devices and use media queries to control their’s styles.
Please check carefully my previous reply, I’ve pointed there how theme works when google ad-sense code it’s used. The does not call the ad-spot if the ad it’s disabled for a specific device, but again this works only with ad-sense code. To have this working with other type of ads are required some customizations in theme’s ad system, so the theme to detect the new ad code and apply the same behavior for it as for ad-sense code.

Thanks!

Andrei L.
tagDiv Member

Hi

Visual Composer dos not have a similar option for galleries as jetpack, so if you want to create titled galleries I assume that using the plugin would be a good way to achieve that.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for misunderstanding!
You can set a full width image from post’s editor in image details sections like here: http://screencast.com/t/vrg1bHQv

Thanks!

Andrei L.
tagDiv Member

Hi

The theme can display animated gif only in post content, not on modules. If you add a gif image in post content it will be displayed fine, but if you set it as featured image then will not be rendered as gif, but as a normal image.
You can try use a plugin like Animate Gif Resize to get the gif image work on modules and blocks https://wordpress.org/plugins/animated-gif-resize/ Note that we didn’t tested this plugin and I can’t grantee that will work 100% with our theme.

Thanks!

Andrei L.
tagDiv Member

Hi

Check this link, I’ve posted a similar solution there: https://forum.tagdiv.com/topic/background-ad-has-no-hover-icon-to-indicate-link/

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

To exclude a specific category from big grid you need to add the category id in this filed like here: http://screencast.com/t/ASxufKqtx0i To get the category id follow this link: http://screencast.com/t/UylArpEhk

Thanks!

Andrei L.
tagDiv Member

Hi

The 7 days most popular posts works like this:
– first you need to have post view counter enabled from theme panel > post settings as I mentioned in my previous reply
– the sort start counting from the moment all conditions are meet, for example if you enabled the post view counter yesterday the theme will display posts with most views staring from yesterday. The theme will not consider the previous post’s views, will consider only the views from the moment when popular sort it’s enabled and post view counter is also active on the page.

Thanks!

Andrei L.
tagDiv Member

Hi

We removed the quotes and dropcaps from shortcode area and add them at formats section since V 2.0 of the theme: http://screencast.com/t/UNHYNH7UDWM At that time we offered a script which made the transition easier.
At that time the theme pass trough a major update and these changes where required. We’re sorry for these inconveniences and in the future we will try to make the updates more easy to use.

Thanks!

Andrei L.
tagDiv Member

Hi

As I said in my previous reply we didn’t tested the code with the theme and I can’t provide a solution at the moment. Note that accommodation a custom piece of code with the theme is not an easy task and some coding knowledge are required in order to achieve the desired result.

Thanks!

Andrei L.
tagDiv Member

Hi

The latest theme version available on themeforest, V 2.3.5 it’s tested and works fine with the current version of WordPress. Try to update the theme following our guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ then test the site again.

Thanks!

Andrei L.
tagDiv Member

Hi

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

.td-header-style-5 .td-header-row{
width: 1021px;
margin-left: auto;
margin-right: auto;
}

Thanks!

Viewing 25 posts - 3,426 through 3,450 (of 6,511 total)