- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi,
Please also check if the admin-ajax.php file can be accessed. Some hosts block access to the admin-ajax.php file when saving your settings and with that file blocked the theme can’t save your settings.
If this is your case contact your host provider and let him know about this issue.
You could easily identify if this is happens in your case by checking you browser’s console while saving your settings.
Please also let us know if you have tried this in your message and also provide a link to this tread if you haven’t send your message already.
Thanks
Hi,
Not sure about this, I’m not aware how the adblock code is working and detecting ads.
It might be that the ads have been reported and added to their filters: chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/pages/adreport.html?url=http%3A//demo.tagdiv.com/newsmag/&tabId=502
You should try to find an explanation for this online.
Thanks
Hi,
I’ve checked your and just the easy social sharing css is now detected as above the content: https://developers.google.com/speed/pagespeed/insights/?url=wefundex.com&tab=desktop
If you have added it to the speed booster plugin to be moved to the footer please make sure that you have added the stylesheet id right, as instructed in the guide/”Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)” section: https://forum.tagdiv.com/how-to-make-the-site-faster/
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
Hope this helps!
Please make new topics about your issues in the future.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can set Header Style 9 for full width and disable Top menu from Theme Panel > Header: http://screencast.com/t/lmKXGPkk29yM
Also use this custom css in Theme Panel > Custom Css: http://screencast.com/t/imZEVdfJL1
.td-header-border:after {
content: "";
background-color: #4db2ec;
display: block;
height: 4px;
}
.td-header-border:before {
display: none;
}
Result: http://screencast.com/t/rAheQyge
Hope this helps!
Hi,
The Slider block was not designed to display excerpt, but you can do custom modification if you need it. After you have added the excerpt function in the file, call excerpt like this: http://screencast.com/t/KdQdzdfUrQb so you will have a class to customize with css code: http://screencast.com/t/Ah8xVbyCR
Thanks!
Hi,
Unfortunately theme doesn’t have an option to use these types of pagination on categories pages, those types of pagination are available only for block. You will need custom modification for that, unfortunately we cannot provide any type of custom work for the moment as we work hard on development, updates, fixes and support.
We have this on our list and we will try to make some changes in future updates.
Thanks!
Hi,
Sorry fore the delay on which we are answering this, we’ve somehow missed your post yesterday, I believe this happened because we’ve answered to the most oldest topics and because you’ve added an new reply to your initial post yesterday, we’ve missed it.
We also celebrated our Easter holiday in our country so we had a different support.
We’re sorry for this!
Regarding your question, you can replace the code form the footer.php file: http://screencast.com/t/Qc2qDtnPlWv2 – with this one: http://pastebin.com/jveYSas2 I’ve added there the login widget code.
Depending on the content you have placed in the sub-footer you might need additional css customization as the sub footer section hasn’t been designed to support a login widget but basically you should get a result similar to this: http://screencast.com/t/xwio2DufQsH
Add this custom css to your custom css section in theme panel:
.footer-login{
display: inline-block !important;
}
Let me know how it goes and also noticed that you’ve rated the theme 2 stars and the reason is related to the bad customer support so considering that we have by mistake missed your posts we would appreciate if you could change your rating and let us know if you have matters on which we can help you.
Sorry for the inconvenience!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Unfortunately theme doesn’t have an option to change font for specific block. You can use Theme Panel > Custom Typography to change font for:
* blocks titles: http://screencast.com/t/GFRjxYhO0O – http://screencast.com/t/AYVYW0cZHy
* post title on block: http://screencast.com/t/rHpQsiJTQmt
* post excerpt: http://screencast.com/t/ewqUDB1l
If you refer to the content titles of Archives, this can be changed only with custom css: http://screencast.com/t/q4mql1ZFGW0x
.widget_archive ul li a {
font-family: Georgia;
}
Hope this helps!
Hi,
@Marc Please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/
Also you can add block with Visual Composer like this: http://screencast.com/t/fxJgqgNNwW
Thanks!
Hello,
the greek language is not visibled ok in your theme. In footer area and also in text area exept the block titles. It auto change the font.
take a look please http://fashionview.gr/
Here is a post where the text is ok http://fashionview.gr/newsarah/
I changed 2 times the fonts but the problem dont fix now I have Helvetica NEue-helvetica-arial-sans witch have greek character.
also visual composer settings enable latin-greek-greekext
thank you
Hi,
Please follow this topic maybe will help: https://forum.tagdiv.com/topic/can-i-edit-block3/
Unfortunately you will need custom work for this and you can hire a freelancer to do this for you as we cannot provide any custom work for the moment, sorry!
Thanks@
Hi,
I’m not sure if you want this, but you can try to add border for Big Slide and change the color for existing border(between Big slider posts) using custom css in Theme Panel > Custom Css: http://screencast.com/t/PSWqypkz7
.td-big-grid-post-1, .td-big-grid-post-2 {
border-bottom: 3px solid red;
}
.iosSlider.td_block_big_grid.td_block_wrap {
border: 1px solid red;
}
.td_block_big_grid .td-big-grid-post-0 {
border-right: 3px solid red;
}
Thanks!
Hi,
Please make sure that you use Big Slide properly on one row, I have checked your site and seems that you use it in two columns: http://screencast.com/t/MSuAZn0H5ab Also if does not appear please filter another category, just to see if it works.
1. Please try this custom css in Theme Panel > Custom CSS: http://screencast.com/t/q22b4NdUk4
.ajde_evcal_calendar .calendar_header {
border-bottom: 2px solid black;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
background-color: black;
color: white !important;
font-size: 22px !important;
padding: 0 5px 1px;
}
2. Please use Chrome inspector tool to inspect and change the font via custom css: http://screencast.com/t/burWdY67 Also for post title font(tagdiv blocks) use option from Theme Panel > Custom Typography – http://screencast.com/t/fIch5iU7uLyj and for other widgets you will need to change that via custom css – http://screencast.com/t/C8o68GcjNLsl
For load more button font you will have to use css: http://screencast.com/t/BsYdtEL55
.block-child-cats a{
font-family: Roboto;
}
.widget_categories ul li a{
font-family: Ubuntu;
}
.td-load-more-wrap {
font-family: Roboto ;
}
3. Please edit a module that use excerpt, take a look how is made and copy excerpt to the module that you want to add it – http://screencast.com/t/d0fagpyMjF also maybe you will need some css customization.
4. Please try this without any plugins active, leave only Visual Composer plugin enabled, also clear cache an check if you still have this issue.
5. Please use this custom css for this: http://screencast.com/t/jhsNTU3p
.home .widget_categories ul li a .td-cat-no{
display: none;
}
Thanks!
I have the Newspaper template, and I am editing the homepage with Visual Composer (backend editor, can’t seem to get the frontend editor to work, but that’s another story…)
I have created different blocks, but for some reason only some of them (block 7) will get the right font that I set up in the template’s custom typography. Block 6 and 10 won’t change from the default font, although I changed ALL of the fonts options in custom typography to “Georgia” to make sure I didn’t miss one.
I was thinking this could be fixed in the HTML editor, but that doesn’t seem to exist in wordpress anymore?
Please help!
http://inaonline.it-box.org/ this is a link but I put the code of youtube in the raw html block and inside rows but size doesnt change.
Hi,
Edit your homepage and use this template: http://screencast.com/t/Zr5Sjz3Xprc the with visual composer add a block and set it with infinite load or with load more button http://screencast.com/t/c322Au4t1tDb
Thanks!
Hi,
Here is a quick implementation, if you want to try.
1. Edit footer.php file and add you ad code like here: http://screencast.com/t/J4W4GpzOyo
http://pastebin.com/8DPv2wAw
2. Add this CSS in Theme panel -> Custom CSS section:
.my-sticky-ad {
display: none;
}
@media (max-width: 767px) {
.my-sticky-ad {
display: block;
z-index: 9999;
position: fixed;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
Thanks!
-
This reply was modified 11 years by
Marius.
Hi,
Try the following css:
/* hide on desktop */
@media (min-width: 1200px){
.home .td-page-wrap .td-grid-wrap .span8 .td_block6 .item-details .td_read_more {
display: none;
}}
/* hide on mobiles */
@media (max-width: 767px){
.home .td-page-wrap .td-grid-wrap .span8 .td_block6 .item-details .td_read_more {
display: none;
}}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
I had similar question few days ago, and got this answer:
Alin [tagDiv]
#44002
Apr 7, 2015 at 8:48 amHi,
Please note within the latest theme version we have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment module and parts files can’t be overwritten via child theme. Until then please make you change in the main theme file.
Sorry for the inconvenience!Thanks!
Hi, module redefinition is not working in child theme as 1.7 version.
1. Fresh install newsmag 1.7 and demo data
http://www.screencast.com/t/giPj5wWn8rq
2. Fresh install&activate child-theme newsmag 1.7: Main menu breaks (???)
http://www.screencast.com/t/pubDxQRAa
3. Redefinition of td_module_1, copy from parent to child-theme and modify
http://www.screencast.com/t/mfrF1ynjfc
http://www.screencast.com/t/uqsG9qVMI
4. Modify homepage to use block3 (module1). The parent theme module1 is used. No child redefinition
http://www.screencast.com/t/NuXMh44s
http://www.screencast.com/t/A2jWipKK8diX
Best regards
Can someone please find out why Header ad is not showing when Adblock Plus is turned on in browser, while sidebar ad is ok?
many users have this plugin installed on their browsers, and our ad is simple image with link (not google ads), can we solve this?
Hi.
Could you please fix “Block Title” problem in all VC modules.
If you have chosen no block title and saves. The next time you enter that block to fix other settings it automatic sets “Block Title” to “Block Title” again.
Please keep it blank!. An easy fix is not to put anything there at all times.
Hi…
I tried block 6 and 9 for homepage but on responsive layout images are too small to see, is there anyway to show full images with 16:9 resolution in responsive layout?
Or else is it possible to show title on side of the thumbnail as on block 6 or 9 instead of showing it underneath the thumbnail.
Regards!
Does anyone know of any way to add facebook / twitter share buttons to the ‘Main – bigger’ posts of these two blocks? Ive tried everything but can only get them to show in single post view.
Thanks!


