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

You need to edit every file corresponding with the post template used. For example for post template 8 the file that must be edited is: loop-single-8.php http://screencast.com/t/nwDARukdyGXj

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css: http://screencast.com/t/6bZ2oh9B5w This css code will affect only the big grid 7:

.td_block_big_grid_7 .td-module-thumb{
margin: 1px;
}
.td_block_big_grid_7 .td-small-thumb .entry-title{
font-size: 25px!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I assume that by: Flag this post as an highlighted post you mean Featured post.
On the category page the drop-down filter from right side will display posts only from that particular category and its subcategories. For example on our demo if I filter posts from Fashion category by featured: http://demo.tagdiv.com/newsmag/category/tagdiv-fashion-week/?filter_by=featured will be displayed only three items, the posts which are set featured from Fashion category.
My point is that you must have some posts which match the selected filter in order to get the desired result. You can see that if you filter the posts from Chronicle category by featured filter, on your site, you have only one item displayed: http://screencast.com/t/eYyD6Yiiyx7j which means that only one post from that category is a featured post.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

The 500 error is usually a server side error meaning that there is something wrong but the server couldn’t provide more information about the problem. It is an general error usually caused by configuration issues with the websites programming, PHP or system permissions.
I found here some useful information about possible reasons of this errors and a few tips in order to fix it: http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm
If you still can’t manage to solve this issue please provide the error log via http://pastebin.com/ so I can tack a closer look at this issue.

Thanks!

Andrei L.
tagDiv Member

Hi

Try do deactivate all plugins except Visual Composer, clear the caches again then check if the error is still there. Also try to create a new sidebar, add different blocks and see how it works.

Thanks!

Andrei L.
tagDiv Member

Hi

The sidebar for search page can be set from theme panel > template settings: http://screencast.com/t/NZD2fE75

Thanks!

Andrei L.
tagDiv Member

Hi

The subcategories number displayed in menu is limited at 5, so you need to increase that value, such that all items to be displayed: http://screencast.com/t/yOEz5TC7x

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure what you mean so please provide more details about what you’re trying to do and maybe I can help you.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins, clear all caches including browser cache and test again. Also check in browser console if there are some errors when you’re in editor post section.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site on Safari and works fine. If you still have this issues try to deactivate all plugins, clear all caches and test again.
If the problems persist please provide more details about your it and also some specific links where they appear so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

A solution would be to change in database the value of this meta key: td_post_theme_settings for each post where you used post template 11 with Newspaper theme. The value should be changed with something like single_template_1 or any other post template available in Newsmag theme.
Before you alter the database make sure you make a full backup at the whole current theme installation as well as the database and wp install: https://codex.wordpress.org/WordPress_Backups just in case somethings goes wrong.

Thanks!

Andrei L.
tagDiv Member

Hi

You can hide more article box for mobile devices using this custom css in theme panel > custom css: http://screencast.com/t/cO9GiCcQ4nT0

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

For pages you need to use is_page() function: https://codex.wordpress.org/Function_Reference/is_page Note that for the front page the function is: is_front_page() https://codex.wordpress.org/Function_Reference/is_front_page

Thanks!

Andrei L.
tagDiv Member

Hi

You can achieve that functionality only editing the code so please replace the code from td_footer_template_5.php file: http://screencast.com/t/3bNKpTt3rnm8 with this one: http://pastebin.com/nDKmKChX The result should be like here: http://screencast.com/t/0mB2k7bgs

Thanks!

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

Hi

You can use use a text block from Visual Composer to create the descriptions then edit the category.php file and use the do_shortcode() function to display the block’s shortcode on the category page: http://screencast.com/t/cc9DuvAxH To get the shortcode please follow this links: http://screencast.com/t/ojfV9QRchttp://screencast.com/t/07CsJiFJT
The result should be like here: http://screencast.com/t/jVCmCPPwrHri

Let me know how it goes and provide more details if you still need assistance on this.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that the links from homepage pagination have a 301 Moved Permanently status: http://screencast.com/t/nsAGcSu8TON4 That means that either you have set a redirect for these links and if is the case try to remove it, or a plugin make this redirect automatically. If you didn’t set the redirection try to deactivate all plugins except Visual Composer, clear all caches including browser’s cache and test the site again.

Thanks!

Andrei L.
tagDiv Member

Hi

The footer color can be managed from theme panel > theme colors > footer: http://screencast.com/t/YrjrL5oatGre Also make sure you clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

1. Make sure you have enabled post views: http://screencast.com/t/9okDbuympmU then go to post editor, edit a post and refresh the browser a few times. After that check in custom filed section if the values are updated: http://screencast.com/t/ZdE16XKxBg – if they do make sure you empty all caches and check again.
Please also note that if you use cache the seven days sorting may not work well, if you want an accurate result using it, you should disable cache.

2. Please make sure you have posts with comments according with the filter set from that block. This options http://screencast.com/t/OYpgEUeDB refers at the order in which posts will be displayed in block, meaning that the post with the most comments will be displayed first.

3, I am not sure at what filter are you referring so please provide a specific url where this issue appear so I can inspect it closer. Meanwhile try to clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

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

.td-grid-style-4.td-hover-1 .td-module-thumb:before{
background: grey;
opacity: 0.6;
}

To add a space between thumbs you can add a padding using this css: http://screencast.com/t/87cynyfrKC6

.td_block_big_grid_7 .td-module-thumb {
padding: 2px;
}

This css will be applied only for big grid 7.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t control if a page is protected or not, it only controls the layout and the elements displayed on it. To make a page private you would need a plugin but I can’t make any recommendation as we didn’t test this feature with the theme and I don’t know how plugins with similar functionality will work with Newsmag theme.
I found here some useful information in this regard, maybe will help: http://www.wpbeginner.com/beginners-guide/how-to-make-your-wordpress-blog-completely-private/

Thanks for the message!

Andrei L.
tagDiv Member

Hi

You can’t use a category page as a homepage. The homepage can be set from Settings > Readings: http://screencast.com/t/nSBO2rJkln Also you can check our documentation for more details regarding the page customizations: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

To display a different header ad depending by category you need to edit the ads.php file and add a set of conditions like here: http://screencast.com/t/bFwpJ40a2D

if (is_category('New Look 2015')){
        echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
    }elseif (is_category('Street Fashion')){
        echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');
    }elseif (is_category('Style Hunter')){
        echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
    }

You need to replace the current categories names with your names. This code will display different header ad on the category page. If you want the same implementation for posts you need to use this function: in_category(): https://codex.wordpress.org/Function_Reference/in_category

Thanks!

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

Hi

The theme wasn’t designed to display ads in Latest article area, you will need to custom modifications to achieve that. You need to edit the loop.php file and depending by the module used for latest article section you need to add a condition. The condition depends by the sidebar position, the number of items displayed on the row and also by the module used to display the articles.
This is a complex task which requires lots of customizations and unfortunately we can’t offer custom modifications at the moment. If you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate Lazy load animation from theme panel > template settings: http://screencast.com/t/TmSFtcyXGf clear all caches and test again. If the problem persist please provide a link so I can it this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

1. We plan to add new post templates for Newsmag theme in future and some of them will have a similar layout with post template 11 from Newspaper. Unfortunately I can’t provide a quick solution now as this task require lots of customizations in theme’s core files. Also the new template must be tested on different browsers and devices. This customizations requires lot of time and unfortunately we can’t provide customization services at the moment. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support.

2. I am not sure what you mean as the mobile menu have the same layout on both themes:
Newsmag: http://screencast.com/t/8zR3nuwnBVq
Newspaper: http://screencast.com/t/wyYo9FM0JN
If this is not what you mean please provide more details.

Thanks!

Viewing 25 posts - 5,251 through 5,275 (of 6,511 total)