- 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
Hello,
I just updated the theme for the version 2.3.1 and something went wrong.
Now when I enter the site it shows lots of error lines like this:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_2 is not set.
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_3 is not set.
What I do wrong? Could please you help me?
Best regards,
Manuel Roque
And ablock has blocking the buttons :/
I am running Adsense on my inline ads and seem to have a problem between paragraph 3 and 4.
Serving Code:
<!– AdSpeed.com Serving Code 7.9.7 for [Zone] AR3 [Any Dimension] –>
<script type=”text/javascript” src=”http://g.adspeed.net/ad.php?do=js&zid=&oid=&wd=-1&ht=-1&target=_blank”></script>
<!– AdSpeed.com End –>
What is rendered:
<p>The imaging system was used with a patient who had chronic total occlusion, a complete blockage of the artery, which doctors said is difficult to clear using standard catheter-based percutaneous coronary intervention, or PCI.</p>
<p><div class="td-a-rec td-a-rec-id-content_inlineleft "><!-- AdSpeed.com Serving Code 7.9.7 for [Zone] AR3 [Any Dimension] -->
<script type="text/javascript" src="http://g.adspeed.net/ad.php?do=js&zid=&oid=&wd=-1&ht=-1&target=_blank"></script>
<!-- AdSpeed.com End --></div>
The system provides three-dimensional reconstructions of the artery and includes a hands-free voice recognition system allowing for zoom and changes of the images. The head-mounted display system allows doctors to capture images and video while also interacting with the environment around them.</p>
<p>In patients with chronic total occlusion, the standard procedure is not always successful, at least partially because of difficulty visualizing the blockage with conventional coronary tomography angiography, or CTA, imaging.</p>
Notice it is missing a closing and opening para-tag right after the placed ad.
Scenario:
Sidebar category -> Adbox + Block 21 + Adbox
I hide block 21 on mobile with custom css:
@media (max-width: 767px) {
.td_block_id_12345 {
display: none !important;
}
}
Layout = perfect
Now I want an additional block
Sidebar category -> Adbox + Block 15 + Block 21 + Adbox
Layout = broken
What I got is an huge white space on mobile after block 15. It looks like the layout keeps the space which would be filled by block 21 free as white space.
My question:
How can I get rich of this white space?
Regards,
loano
The left alignment of my site is incorrect. I seems to occur with the top block, the video block and all the borders. I do not know why.
This is affecting the mobile site as well as the first letters of the article titles are truncated.
Please take a look and let me know if you have a solution.
Regards,
Laxpipe.com
La solucion en la P.S. de Bogdan B. anduvo perfecta en mi sitio http://www.caminantedigital.com.ar
El archivo .htacces quedo asi:
#SOlUCION PROBLEMA ICONOS EN CHINO
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Hello,
1) and 2) You can change the size of the thumbnail for different blocks/modules from here: http://screencast.com/t/Iei8sdmyw
You can see where the thumb size is used in the theme panel: http://screencast.com/t/Ko9yHuFtqoWQ
After you change a thumb size, please make sure you regenerate your thumbnails otherwise the modification will not apply.
3) You can make your modification “update proof” by using a child theme https://forum.tagdiv.com/the-child-theme-support-tutorial/, but this is not entirely update proof because if the file you use in your child theme gets changed in a future version of the theme, you will have to adjust it to the new file. There is no modification that will be entirely update proof.
4) Unfortunately we cannot offer custom work, not even paid one at the moment. You can hire a freelancer to make the customization you need from sites like studio.envato.com.
Thank you!
Hi SamuelWright,
You can change the background-color and text color within Wp panel-Appearance->Widgets, like this:
http://screencast.com/t/WJUJ9npm9H (this is an example for td_demo_category section with [tagDiv] Block 18).
The result you should see here: http://screencast.com/t/PrQmmdaN9U6
Hope this helps and let us know how it goes!
Also thank you @Arafat!
Hello,
It can be done only it will require custom modifications. Visual composer elements were not designed to work with category pages. You can add VC elements to the category page if you edit the core files either the template file or the top post file: http://screencast.com/t/aSHu4ciI and add a do_shortcode function
Every VC element creates a shortcode which you can see in text mode when editing a page. This shortcode can be used as the example above to force the page to display a block.
<?php echo do_shortcode('enter visual composer shortcode here');?>
It will require additional css to adjust the layout but this is the general idea of how it can be achieved.
Thank you!
Hello,
I have tested your website and saw the adblock issue. It does not originate from the them, there is a conflict on your end that adds a 0 opacity to your images. This issue usually originates from a plugin conflict and the lazy load animation. You can try to disable lazy load and check your images again or if the problem is still there, disable all your plugins except visual composer and check again.
Let us know how it goes!
Thank you!
hello, I already wrote to you (on themeforest) about changing the block title colors. You said it is possible to change the color if we use the specific line of code that you provided. We used that code to change the title colors on all blocks but it does not work for a specific block. Is there a way to change the title color on a single type of block but that all other blocks remain unchanged. I want to change the font color in news ticker to something brighter.
Thank you very much!
Hello,
Unfortunately there is no chart made specifically for it, but you can see which module is used on which block here: http://screencast.com/t/lWvC6U0iJO
The module is the basic element in our theme. Blocks are made from one or more modules. For example a block 1 is made out of 1x module_4 and 4x module_6.
I hope this helps.
Thank you.
Hello,
The category tags on modules/blocks cannot be colored from the theme panel. This was a design choice to avoid too many colors on the front page. It can be done with css as Alin suggested above:
http://screencast.com/t/VOkPxAWbnJe
.td_module_wrap .td-post-category {
background-color: #BB391B;
}
Alternatively you can select block color to differentiate a specific category by color as our home page is set up: http://demo.tagdiv.com/newspaper/ same block type, different category, different color. You can do this from block settings in visual composer. You can also use the ajax filter to select sub-categories to display
I hope this helps
Thank you.
Hi zdepth,
Please make sure that you are inserted correctly these custom ads in your content. To display this ads, it is necessary to use shortcode, like this: http://screencast.com/t/XhlhtLi5h3
[td_block_ad_box spot_id="custom_ad_X"] ->> where X is the number of your custom Ad.
After this steps, if the problem is still there, please let us know and please provide your URL website so i can inspect it closer.
I hope this helps and let us know how it goes!
Thanks!
Hi beckib,
If you want to display your Block 4 on 3 columns instead of 2, you have to modify this thing within Visual Composer, like this: http://screencast.com/t/KgN9V2VC0Q . To achieve as you wish, it is necessary to use 2/3+1/3 (widgetised sidebar) and the result should see here: http://screencast.com/t/M8TwPjzxB5t and of course without this side bar, like this: http://screencast.com/t/zxMywdZnKlyq
If is not what you mean, please provide more details about this.
Hope this helps and let us know how it goes!
Thank you!
Hello tagdiv team,
I would first say big thanks for your hard work making beatiful adaptive hybrid themes. I bought both your themes and planing buy more. Good work, keep going, do not stop improving and updating!
I have couple questions for your team:
1. It is possible to make (future updates proof) custom visual composer element similar to “Block 21”, but with other sizes of featured images? For example I need to make 62×62 featured images ( with corresponding image margins and paddings) for special windows software news category with windows software icons.
2. It is possible to make this modifications to other visual composer elementas like “Block 7” ?
3. How to make my modifications updates proof ?
4. Do you accept paid modification services for Newspaper theme ?
For example we want to integrate post ratings (like: https://wordpress.org/plugins/rating-widget/) to specific news category.
Thanks for your answers!
Hi marketingthechange,
Footer template style 1 has 3 columns, by default (Editor Picks/Popular Posts/Popular Category). If you want to add something else in your widgets area (Footer 1, 2, 3), their content will appear below these columns.
You can only hide/delete the name of these columns if you try the code below: http://screencast.com/t/FbwDKIhN
.td-footer-wrapper .block-title {
display: none;
}
If you want to have a custom footer, to customize it as you like, i will recommend you to use another footer template such as footer template style 5. http://screencast.com/t/ANXhKejS – http://screencast.com/t/NQPWAB7t
For more information about footer settings, please consult our documentation here: https://forum.tagdiv.com/footer-templates/
For your second request, please be more specific about what do you want to achieve and also, please provide more details about this, so I can be able to provide a more accurate answer.
Hope this helps!
Thank you!
Hello,
You will have to check the screen options to see if the homepage latest articles is ticked: http://screencast.com/t/AUo1q1edbG If it is. just deselect and select it again to refresh the option.
As for the pagebuilder under latest articles i cannot provide a quick solution for it. You could use the do_shortcode function to add content below the latest articles section:
For example use this code:
And add it here: http://screencast.com/t/dzWVQcfiD
This will force a VC block you set to it to display below latest articles.
I hope this helps
Thank you.
Hello,
1) Unfortunately the theme does not have an option for that and plugins usualy do not work with our blocks/modules as they are custom made. You will need custom modification of the core files to achieve your goal. Unfortunately i cannot provide a quick solution for it as the functionality of the big grid will have to be changed. You can hire a freelancer to do it for you if you really need this modification from sites like studio.envato.com
2)The big grid element was not meant to show excerpts. It can be done with custom modification.
3)You can update the theme with the envato toolkit: https://forum.tagdiv.com/how-to-update-the-theme-2/
If a major update will take place, some settings could not work anymore. But colors posts,pages and other panel settings are stored in the database and will not be affected by an update.
4)The text box from the theme panel (copyright) does not support html code by default. It gets removed by the theme so a link inserted here will not work without customization.
Modify the code in footer.php – http://screencast.com/t/bUR2WvmmY
echo stripslashes($tds_footer_copyright);
And also remove this code – http://screencast.com/t/dkdikkHCAJD1 so the html will not be removed from the panel.
Then you can add your link in the text box as before and it should work.
5)Please make sure you only use normal text characters in the widget title. Other characters such as – or _ or other symbols or language specific characters will make your widgets disappear.
Thank you!
Hello to all
I hav a big problem. I’m using newspaper theme on http://www.modellismorc.net
For every post I set one featured image and include other images. If anybody has installed on his browers the AD Block plugin, the site looks with no images at all in the post. This is a big problem for me. Please help me
Hi,
I am having problems with the slide function on the Visual Composer slide function.The font size is not responsive and does not scale down to the correct size I have entered in the back end within
Theme fonts > Modules MX and Other Blocks > Slider on 1 column / 2 column / column.
What I want to do is very simple but for some reason the font size always refers to the 3 column settings and does not scale down.
Could you please advise on how to correct this?
Thanks,
Hi,
I understand the blocks as I have incorporated them with ease using the Visual Composer. However, when going to edit fonts for the blocks, I see blocks and modules are related. The issue is, I do not understand how to determine which modules are being used for which block. Is there a chart or a resource you could point me to?
Thank you,
Brian Coles
Hello,
I’m using footer to display posts.
But I’ve given config as 100 in Limit posts, Offset posts 6 and infinite load. But I’m able to see only 5 posts displayed.
Hi All
I am not a coding expert so I don’t know what I am gonna say makes sense or not but it is possible to build category pages like home homepage using the built-in theme blocks. I know this is currently not a theme feature but can it be made?
I want to show club wise info (20 clubs) on Premier League category page but under existing options I can’t. I can build a page the way I like but can’t build a category page.
Is there any solution that can help me achieve this (no looking for theme customization).
Thanks
Azhar Nadeem
Hello Bogdan,
Did that — still no luck.
Looking at the source code, I found this:
<script>
jQuery(window).ready(function() {
tdAjaxLoop.loopState.sidebarPosition = '';
tdAjaxLoop.loopState.moduleId = '1';
tdAjaxLoop.loopState.currentPage = 1;
tdAjaxLoop.loopState.max_num_pages = 2;
tdAjaxLoop.loopState.atts = {
'category_id':11,
'offset':3 };
tdAjaxLoop.loopState.ajax_pagination_infinite_stop = 3;
tdAjaxLoop.init();
});
</script>
<div class="td-ajax-loop-infinite"></div>
<div class="td-load-more-wrap td-load-more-infinite-wrap">
もっと見る <i class="td-icon-font td-icon-menu-down"></i>
</div>
so the code as such is there. The “.td-load-more-infinite-wrap” is kept as “display:none” – I can force a display:block and then the “load more” (here in Japanese) shows up, but clicking on it makes it disappear.
What confuses me as well is the
‘category_id’:11,
‘offset’:3
– I’m showing 3 items in the top grid and then 10 more items in the grid below. If offset is “3”, wouldn’t that display the same articles again except for the post 3?
Anyway — the problem persists – even with all plugins deactived (I re-activated them again as the site is live).
Thanks