Hi,
Unfortunately the theme doesn’t have an feature like that and you’d need custom modifications for that. We can’t offer custom work at the moment so I suggest you get some to help you with this if you need it and don’t know how to do it.
You can get a freelancer from sites like: http://studio.envato.com/
Thanks for the message!
Hi,
You need to format your code and adjust it for theme’s code. I suggest you get someone to help you with this if you don’t have coding knowledge. You can also find a freelancer on sites like: http://studio.envato.com/
If you don’t like theme’s social system or you want to add another then I suggest you try and use a plugin as we don’t recommend altering theme’s code without knowledge.
Thanks
Hi,
I’m not sure how you could do that as the thumbs are created when you upload a new image and to detect the use of the image as featured image and only then create the thumbs needs another approach and I suggest you try to find a plugin for that, if there is one that dose something like that. Sorry!
Thanks
Hi,
Use the following css to fix it: http://screencast.com/t/jN84piGSA
@media (max-width: 767px) {
.header-style-3 .td-logo img {
top: 1px !important;
max-height: 48px !important;
max-width: 130px !important;
}
.header-style-3 .td-logo img {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
}
Thanks
Hi,
Please try to update your permalink structure and also test this without using any plugins, disable all of them leaving just Visual Composer active.
Let us know how it goes and if you can’t manage to fix it give wp-access so we can have a look and send you login details at contact@tagdiv.com
Thanks
Hi,
I can’t provide an exact date but I believe it should be finished by the end of April.
Thanks
Hi,
Both next/prev pagination or load more pagination work using ajax and make requests to the admin-ajax.php file. Try the rule provide in the tread you found to allow access to the admin ajax file. This doesn’t need to be different for newspaper theme.
# Allow access to wp-admin/admin-ajax.php
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>
Thanks
Hi,
Besides the thumbs WordPress creates when you upload an image as you’ve found out the theme create other which are used on module/blocks/slides..
If you decide that you don’t use a specific block/module and you don’t need that thumb then you can comment the image size function which creates the specific thumb.
You can find all thumbs here: http://screencast.com/t/pDhVaHSsakn8
Thanks
Hi,
Using the importer doesn’t add views (update the views/pop 7 days post custom filed ). The views custom fields are added by the theme so the count starts when viewing the post for the first time.
You don’t need to assign any initial value for the 7 days post count. The count starts after the first view of the post and updates after each view, then based on those field values the 7 days post sorting feature will sort your posts.
Thanks
Hi,
You can add it in the social sharing function here: http://screencast.com/t/FQUIKZJ0PTO
In the screenshot I’ve highlighted the top social sharing function. Below it you can find the bottom function.
Thanks
Hi,
As Chris stated the theme search gets the live result using ajax. As the request is made to the server a slow response from your server could also cause this. You can test our demo and see how the theme’s live ajax search results are pulled there: http://demo.tagdiv.com/newsmag/
I’ve tested your site using google’s page speed insights testing tool and as you can also notice it returns a server response time improvement recommendation: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fnaturguide.dk%2F&tab=desktop
I suggest you first try this without any other plugins active, leave just VC plugin active the check again.
You could also follow their documentation for the server response time and their recommendations: https://developers.google.com/speed/docs/insights/Server
Also consider using a cache plugin and 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.
Thanks
Hi,
Unfortunately you need custom modifications to add vk social network to theme’s social system.
We plan to improve theme’s social sharing system add extra social sharing networks in future theme updates however we haven’t decided yet which networks will be added but we have this on our request list and we will consider it.
If you need this we suggest you hire a developer or a freelancer to implement it for you.
Sorry for the inconvenience!
Thanks for the message!
Hi,
Please make sure you also have the post views active and also test this without using caches as the last days 7 post count works based on post views so if you use cache this might not work properly.
Also test this by editing one of your posts and check if you have the 7 days custom filed active, like this: http://screencast.com/t/HUBUJQI6uLI ..then refresh the post a few times and check if it increments.
If it’s working then test the 7 days post sorting again as it should work fine and keep in mind that the 7 days post sorting feature pulls the most viewed posts from last 7 days (all time, not only those created in the last 7 days).
Thanks
Hi,
The normal behavior for menu parent categories which also have a drop-down menu then is as on click the menu drop-down will be displayed and the menu item should not link to nowhere.
So as you have this right now, your menu parent categories items are linking to the category page. To set this right you need to add an # tag for the categories you have a drop-down menu so that they’ll not link to anything, like this: http://screencast.com/t/EeCwYs9JgKjD
Thanks
Hi,
Please also try this with all plugins disabled, also empty all caches/purge files (if you use CDN) then enable all of the one by one to see which one is causing issues.
We haven’t made any tests with the theme using this plugin so I can’t give you an accurate answer on this.
If the wp-rocket plugins turns out to cause this try going trough it’s settings as @Carel also stated above some settings cause issues.
Please also note that we recommend using W3 Total Cache use only Page Cache. (no database cache, no object cache, no javascript minify) and also please be sure that WordPress installation have enough resources to make the caches.
Let us know how it goes!
Thanks
Hi,
I understand, we’ve noted your request and consider it for future updates as Alin stated above however we have to be very carefully what we chose to implement as we have over 200 request on our lists so if more people will ask for this will try do it.
Thanks for understanding and for your message!
Hi,
We haven’t made test with any of them so I can recommend you one, but you could try them and use the one that suits your needs.
Thanks for the message!
Hi,
It seems that you’ve managed to solve this as I’ve tested this using google’s structured data testing tool and your reviews aren’t returning any error: http://screencast.com/t/izbRmZkT
We’ll do further testing regarding this and add it in the next update if all it’s ok.
Thanks for reporting it!
Hi,
Please make sure that your empty all caches and also purge files if you use cdn host then test this again.
Let us know how it goes!
Thanks
Hi,
Use block settings and sort order option/ filters to call the posts you want there: http://screencast.com/t/llR2h3yzf
The social sharing buttons can be disable form theme panel: http://screencast.com/t/Li9DLCmfeE
Please provide more details if this is not what you’ve meant!
Thanks
Hi,
Unfortunately the category page template can’t be built via VC page builder therefore you can’t use blocks there as blocks can be added via page builder only or as widgets on sidebars.
You could do this by alter the category template and adding a condition as “when category X is called” your custom layout and blocks load instead of the loop posts or besides them. You can use the do_shortcode() functions to add the block on the category page and customize them via VC page builder.
Other way would be to use the page builder and create the page using VC then add a menu item and set the custom page to it.
Either way this would not be easy and you’d need custom modifications to theme’s code so I suggest you get a freelancer or hire a developer to do this for you if you don’t know how to do it by yourself.
Thanks
Hi,
Please try this custom css, add it in theme panel > custom css section: http://screencast.com/t/JXxkusTd0V
.td_block_big_grid .td-image-gradient:before {
display: none;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Unfortunately those files aren’t editable via child theme, you can find more details about child theme here: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Please note though that the overwrite system for modules has been changed within latest theme update. As Emil also stated we will write a documentation on how to do this soon.
Thanks
We will consider this!
Thanks for your suggestion!
Hi,
There’s no ideal size, if you want to display something to the left and right of the content area like for example – http://screencast.com/t/pyAJsNMxh you have to take in account the content area width – http://screencast.com/t/sOqVYa6E and create a background image based on that – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg
For best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.
The only option that the theme has for the background ads is to set an url on it, to rotate it you’d need a plugin.
Thanks