No search results were found in Documentation!
Hello, I’ve wrote on themeforest comment section and receive a good answer from Lucian C. and tried to implement the changes on my site, but without success. Here is our discussion there:
Hi, i’ve using now a background image on my site and it fits well, but I’d like to make it with opacity in order to be as your demo here – http://demo.tagdiv.com/newsmag_travel/ and the background wallpaper is visible tru the whole web site content. I’ve tried to find such an option in theme panel, but without success.
Hi,
Unfortunately, the theme dose not have any settings on this. This is travel demo specific implementation and we have achieved this by giving a bg with a 0.75 opacity to the main containers divs of the theme. You may use the web inspector on our travel demo to see that effect: http://screencast.com/t/wEBtdBLrt9j
You can use the same implementation for your site and just add the custom css code to your theme’s panel > custom code section.
If you need any additional assistance on this and/or for any future matters please address to our forum support and refer to this conversation and one of our forum support staff member will assist you in the shortest time: https://forum.tagdiv.com/
Hope you’ll find this useful!
Thank you! Lucian C. tagdiv
How can I implement this on my NewsMag theme with custom css? Thanks in advance.
Regards, Nick
Hello,
This is the default behavior of header style 1. If you access our live demo you will see that it displays the same. http://demo.tagdiv.com/newspaper/ – http://screencast.com/t/fuV9YVFy
If you want to reduce this space, you can do it with css:
.td-header-style-1 .td-header-sp-recs{
margin: 18px 0 9px 0!important;
}
Thank you!
Hello,
Unfortunately this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hi
You can use each theme license just on one product (website/domain) these terms are set by Envato here – http://themeforest.net/licenses/standard – http://themeforest.net/licenses/faq They specify that you can use one license for one product (website/domain). You can use it on multiple test sites and on multiple subdomains as a part of the same site-product, for ex. if you use it to create different category styles or different languages with the same content the same environment we have set for our demo: http://demo.tagdiv.com/newsmag/
Thanks!
how to add vertical bar in between menu items in both main menu and top header menu, i am using Newspaper default demo, style 1.
Hello rcallejonvillalobos,
For an accurate CSS code, I need your website so I can inspect it closer your product page. Below, I gave you an example for our demo product…If you want to change the size of the product, you should increase the width for each product.
The code is ->
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
width: 35%;
}
The result -> http://screencast.com/t/xMKyvzeZkrT -> http://screencast.com/t/urquBSmxa
You have to try to implement in the same way as I have presented you above.
Hope this helps!
Thank you for the message!
how to change header area color, i am using newspaper default demo.
how to change theme background color, i am using Newspaper default demo.
how to add sidebar border to Newspaper default demo without affecting full width header and footer area.
I need to add border of 1 or 5 pixel on both sides of content area.
1) Category Tags on Homepage
Somehow I am unable to see Category tags on my homepage or category pages. Currently, it’s like this: http://www.screencast.com/t/JY4NAeuGSg
I want category tags to show up on bottom-left corners of featured images as shown in the Newsmag demo. http://www.screencast.com/t/87dE35GB3N
Theme Panel >> Post Settings >> Show Categories Tags – is enabled
Can someone please help me with this?
2) Infinite Loading on Homepage
I would like to have infinite loading pagination on the homepage.
I managed to set infinite pagination for categories pages through Categories >> Category Global Settings >>Pagination Style – Set as “Infinite Loading + Load More”
But don’t know how to set that for homepage. Can someone please help me with this as well?
Are you saying that there is no way to make the category tags display in the homepage as the themeforest demo shows? With a color for each category?
Hello Bogan, I have tried to use the youtube video playlist in the visual composer component on newspaper 6
When I add the videos as directed by the instructions, no videos show.
I emailed support for visual composer and this was their response. Can you help me as far as is this a newspaper component?
Thanks in advance,
Sam
The “Youtube video playlist” is not our standard element. It is most likely added by your theme author to enhance the theme functionality or is coming from a third party add-on. You can check our standard elements/features by creating an online demo here: http://vcpreview.com/
I would suggest you to get in touch with the respective author so he can guide you with the same. Kindly check.
Thank you,
I am getting the below error message when I am trying to install the demos –
“Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
textStatus: error
td_ajax_request_name: full_demo_media_2
errorThrown:
responseText:”
I have tried to install the demos multiple times. Even the fresh installation of the wordpress did not help. I was able to upload media files from Media library so it does not look like permission issues.
Quick one: I am about to install a new demo. How do I backup my current settings?
Hi, I installed Fashion demo but I don’t find where is set background image for static News page. I understood that is strictly related to visual composer template, surely for this block: [td_block_homepage_full_1 sort=”featured” td_filter_default_txt=”All”], but where can I edit the images?
B/R
Hello Saba Pasha,
If you want to create a logo like fashion demo, please consider hiring a web designer to do this for you because this thing is not theme related. If you have any problems or questions about theme settings, please provide more details about what you want to change for your website so I will be able to provide a more accurate response.
Thank you for the message!
Hello,
Unfortunately this update from such an old version will be like switching to a whole different theme. Lots of things have changed in the meantime.
1)
a. You can turn off the slider animation from the lazyload setting: http://screencast.com/t/1e7GmiXoK3r
b. You can use this custom css to remove it only from the big mkodule:
.td_module_mx9 .td-post-author-name{
display:none!important;
}
c. The images are to blame here, not the grid itself. You need to regenerate your thumbnails using the “force regenerate’ plugin
2) Unfortunately the gallery format was removed so if you have double images n your posts, you will either have to remove the doubles by hand or use post style 5 which does not display the featured image.
3) This is the position of the pagination in the current theme. Please check how it should display on our live demo here: http://demo.tagdiv.com/newspaper/
4) Unfortunately the article titles in modules and blocks can only be changed with css as the theme has no option to change their color. (you can change the active hover color from visual composer block settings as seen on our demo homepage.)
You can use this code to change the titles:
.td_module_wrap .entry-title a{
color:blue!important
}
I hope this helps.
Thank you!
Hello Chris,
The position of the sidebar depends on the post template you selected in post settings. DIfferent post templates have different layouts. You can check post templates here to see how they display:
http://demo.tagdiv.com/newspaper/td-post-patricia-urquiola-coats-transparent-furniture-for-glas-italia-with-an-iridescent-sheen/
Switch from the menu: http://screencast.com/t/japKfPRBj
Thank you!
Hi,
The travel demo uses the background image a bit different. It has it set on the row in visual composer. You need to edit your homepage and access row settings: http://screencast.com/t/Z2VHdgzUTuV3
Thank you!
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!
Hello,
I want to create logo like fashion demo, when screen gets short background colour change from white to black and logo colour change form Black to white. Please tell me how my logo will change like this because its not happing when i upload my logo the colours remains same.
Hello,
I see you managed to install the demo and the images display as expected at the moment. The logo does not display because it cannot be found in the specified path.
Technically you can use the theme even without those parameters but you will have limitations though. You will not be able to use larger images and maybe you will have difficulties when using lots of complex elements.
Please let us know if you still require assistance.
Thank you!
Sorry, I forget to mention it. It’s the travel demo.
Hello,
Are you maybe using the travel demo or the cars enthusiast demo? Please provide more details to what image you want removed because there are different types of homepages in our themes.
Thank you!
Hello,
You can remove the ads from the demo in the ads section of the theme panel: http://screencast.com/t/q60PcmDjHvn
Thank you!