- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Hello,
The edit button will appear for anyone that can edit that block, not just for admins. Please use this guide to learn about user roles and capabilities in WordPress: https://codex.wordpress.org/Roles_and_Capabilities
Thank you!
Sorry for my bad english, perhaps I don’t explain myself properly but I have lots of post in the top big grid 3 block, but the images doesn’t fill their boxes.. is it posible to have a fix?
How can i change eidt button for only admin view in Block
I just noticed that one of my original newspaper websites was not updated for ages. In fact it was running verion 4.6.x So I knew I had to start over completely. So I renamed the themefolder to .newspaper and re-uploaded the latest version.
Unfortunately there are a lot of inconsistencies on the homepage and menu’s.
https://i.imgur.com/wxvOfN0.png
Is this salvageable?
[vc_row][vc_column width="1/1"][td_slide_big limit=”8″ sort=”popular”][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block1 category_id=”6″ limit=”5″ header_color=”#81d742″][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-homepage"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][td_block2 limit=”1″ category_id=”5″ header_color=”#e74c3c”][td_block4 limit=”2″ ajax_pagination=”load_more” hide_title=”hide_title” category_id=”5″ offset=”1″][/vc_column][vc_column width="1/3"][td_block2 limit=”1″ category_id=”7″ header_color=”#00aef5″][td_block4 limit=”3″ ajax_pagination=”load_more” hide_title=”hide_title” category_id=”7″ offset=”1″][/vc_column][vc_column width="1/3"][td_block2 limit=”1″ category_id=”8″ header_color=”#f39c12″][td_block4 limit=”3″ ajax_pagination=”load_more” hide_title=”hide_title” category_id=”8″ offset=”1″][/vc_column][/vc_row][vc_row][vc_column width="1/1"][td_block6 limit=”5″ header_color=”#444444″ custom_title=”Latest posts” ajax_pagination=”infinite” ajax_pagination_infinite_stop=”1″][/vc_column][/vc_row]
Or do I need to completely recreate the homepage and broken menu items?
Visual Composer is now WPBakery Page. Your previous advise was outdated and useless. I have rechecked all permissions within WPBakery Page and still cannot get formatting and styles to be applied to my text blocks. I need an urgent practical effective response
Hi
i tried to change the css of the “dropcap” class as following directly from the theme custom code section:
.dropcap {
float: left;
display: block;
font-size: 14px;
line-height: 20px;
background-color: #fff;
color: #505050;
text-align: center;
padding: 2px 10px 4px;
font-family: Verdana, Geneva, sans-serif;
border: red;
border-width: thin;
border-style: solid;
}
It’s working fine on the desktop version, on mobile it almost seems as its using a different classes.
Do you know how to understand which are the classes of the mobile version? All the inspection tools seems are not able to properly simulate mobile 🙁
thanks in advance for the support!
If I add a news block on the page at the bottom and set it for infinite load, then it loads infintly until it runs out of articles.
Hi
i have added simple image block and given a image link url and it;s not working can you help me.
This is my website for testing added a banner above
https://thatisy.com/
Hi,
There are options to filter categories as well. If you want the grid or block to display posts from a particular category, select it in the drop-down
– https://www.screencast.com/t/nRmaHoCSsrH
If you want to display posts from all the categories leave it on default (All categories).
The multiple categories filter will allow more advanced filtering.
It works with category ID’s as well. Enter the desired IDs and the element will display posts from them only.
Of maybe you want to display posts from all the categories, except one or more. Enter the IDs with a “-” before the ID (multiple IDs have to be separated with a comma)
– https://www.screencast.com/t/umgRmItg8VGs
Please let us know if you have further questions, or you need further help.
Thanks
Hi,
Then try setting a different sorting for the posts, either in the grid or in the block. So it will not produce the same exact posts, but posts from the News category in a different order.
Try changing the sorting in either of the elements
– https://www.screencast.com/t/Eb3bHNtrpysy
For example set a popular or random sorting for the block, and the grid on latest. So there will not be the exact same posts at the same time.
Thanks
I tried everything on the instructions above.
Disconnected all plug-ins except for td
Problem still exists
In addition, you can not add new ones or make changes to existing blocks.
vinnytsia.site
Hello,
Yes, each block can have a custom class set and then css added to style it differently.
On each demo you will find different styles as each demo has it;s own custom class on the body tag.
Please provide an example of what and how you want it modified and I will try to help with the css code.
Thanks.
Wow! Can I give a man hug? Thanks a lot….
I did similar thing with block category filter and it wasn’t working out well so i gave up too quickly. Maybe you can give me a practical example of using block category filter too.
Thanks again
Hello,
The text on top of blocks is the block title. It can be changed when editing a block in the page builder. Please read this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
In order to filter posts in our theme you will have to use the page builder and use the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hey guys, I just went through your “Newspaper Recipes demo” and saw that you created 3 new classes for the top 3 blocks “recipes, deserts and chicken” which gave every block individual color schemes. But I cannot find the actual css in the demo css file to read through all the class behaviors because I’d like to create some extra blocks with more different colors.
Can you give me a hint on which css properties I have to add to my new custom classes to make the blocks look like the 3 example ones? I’m guessing it would be enough to add the css to the “custom css” section of the theme than? Maybe with an “!important” tag?
The demo I was talking about: https://demo.tagdiv.com/newspaper_recipes/
Greetz
Hi,
These are the only settings that can be used in these cases. Similar sorting or filtering in blocks will produce the same results. If you already display posts from the News category in the top grid, maybe remove this category from other block ajax filter.
The ajax filter displayed on the blocks can be customized to display particular categories. Enter the IDs you want, except the News category
– https://www.screencast.com/t/U44AzvuSJ
Thanks
Hello,
The big grid cannot have a block title unfortunately. A grid is different from a block as it will show a highlight and is usually added at the very top of your page to highlight the most important posts on your page. Also a big grid usually has bigger thumbs than a standard block.
Thank you!
Hello,
The big grid cannot have a block title unfortunately. A grid is different from a block as it will show a highlight and is usually added at the very top of your page to highlight the most important posts on your page. Also a big grid usually has bigger thumbs than a standard block.
Thank you!
I just made a custom template in VC and when I added a “Single Image” block and then I added my Image, the image is cropped by the column size, I want my Images have their original size in my posts… Please help me
Is this fixed? I am on the latest version, with a newly generated API Key, and am getting:
Weather API error: Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.
in the header top bar
Edit: nevermind, I see this: “Activation of an API key for Free and Startup accounts takes 10 minutes. For other accounts it takes from 10 to 60 minutes.”
So I will continue to wait.
-
This reply was modified 8 years by
FreshySites.
Thanks for your quick response. Your solution does in deed work for /includes/modules/td_module_2.php and td_module_6.php (which is an extension of module_2 I believe) so thank you for that!
What files would I edit for the Slide Block and Big Grid 1, and would I use the same syntax you provided?
I am trying to add line breaks (e.g, entering down) within the text block, to separate lines of text. However, when I save the element and publish the page, the line breaks don’t remain.
Example: https://gyazo.com/0dc9bd7d6006e54784bb6abd89c56963
After the page is updated, it then shows as: https://gyazo.com/f5b1e9be19f64c0d89a88b8fb2c69ffd
Clean install of the latest Newspaper version.
Multisite Install
Default Demo
Everything works except the weather widget at the top is just a rectangle that says Weather Widget: Api key is empty. Configure this block/widget and enter an api key 🙂
Any suggestions? Thanks!
I’ve read the manual and I don’t know the difference between block and big grids. I’ve used a mixture of both but I cannot add a heading to a big grid – how can I do this?
Thanks!