- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
It can be done, it will look like this – http://prntscr.com/mteujj
This is the code for it, it can be entered in the theme panel custom CSS section
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}
.td-weather-top-widget,
.td_data_time,
.td-header-sp-top-widget {
display: none!important;
}}
I can modify it again if needed, let me know.
Thanks
Hi,
This depend on what you want to have on those columns, if you want to have only blocks, you can chose to set flex blocks, for this type of blocks you can chose the layout for all view-ports, for example flex block 1 -> https://www.screencast.com/t/UQd5EdeMhqH
Thank you for your understanding!
Hi,
I have checked your website and it seems that for that post template 4, the Subtitle was hidden on mobile and that’s why you bring nothing. Please try using the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-post-template-4 .td-post-sub-title {
display:block;
}}
The result is here -> https://www.screencast.com/t/fdh7WhyO
Thanks for your understnading!
I added a new block on trendymami.com homepage and it doesn’t render on mobile. I tried to test different types of blocks but none of them show on the mobile version. Here’s the screenshot of the web version, see the “Mom Entrepreneur” panel: http://www.screencast.com/t/54lgGdRoeyUn and here’s a screenshot of the mobile version: http://www.screencast.com/t/WBHi2Pgv4m as you can see it skips directly to the most recent articles block. Please let me know how to solve this.
Hi,
For some reason both “Text with Title” or “Column text” blocks don’t load the text from the wp editor. In fact there’s no save option on the wp editor window, so I’m not sure it’s suppose to add automatically when I close the wp editor.
Repro steps.
1. Add “Text with Title”
2. Click “Edit content”; I see the wp editor.
3. Type the text and I close.
4. The text block is not updated.
Available blocks in demo has a filter tab which let you filter post and category tabs. however this is very limited. Is there a way to extend this.
e,g I want to show posts from category selected and all its children. at the moment, it only shows from current selected category
Dear sirs, I am trying to give my design a width similar to that of one of your showcase, https://dippli.com/. I would appreciate if possible information on how to do it and what blocks are used in a design like that.
Thank you.
Hi!,
I’m from Russia and buy Newspaper for my blog
When I make a new post with only English symbols there are no any problems,
But when I make a new post with only 1 Russian symbol I see this under the content:
Warning: Invalid argument supplied for foreach() in ***/wp-includes/blocks.php on line 208
Only English in head and content – no problems, Russian in head – no problems.
But when add only 1 russian symbol to content – WOW this error.
I found what is causing the white page…
I have insert a background ad. If i set URL for this with “background click AD”, adblock prevent page from loading… i don’t know why.
if I leave the background but without putting the URL when I click on the background, then everything works.
The problem is that I’m not working on wordpress.org but .com. Basically every link you give to me requires the installation of plugins like WP super cache or Super booster that I can not install in wordpress.com. I don’t have access to MySql for example.
In addition, I do not know how to add or change any kind of code.
I expected there was some more help … from the test done you can not recognize what are the problems?
The theme for mobile is too limited for me.
But in any case, it is absurd that without the mobile theme my score is 25 and 51 on the desktop … something is wrong.
One more problem. The white page appear if people have adblock activate. But why a white page? i have add an adsense 728×90 px in the header (rotating with another ad).
Adblock should simply prevent the ad from displaying but do not make the page completely white and unreachable … what should I do?
Hi,
Try to use the code below and place it in Theme panel -> Cusotm CSS area.
.td_block_template_8 .td_module_wrap:hover .entry-title a{
color:green;
}
The result is here -> https://www.screencast.com/t/APfi0rvFi
Thanks.
i see that i can add echo do_shortcode( ‘[td_block_ad_box spot_id="custom_ad_1"]‘ ); to single.php / td_category_template_1.php but looiking for less intrusive action 🙂 maybe a filter etc ?
So posts from multiple specific categories, not all of them. Enter the category IDs manually in the filter field
– http://prntscr.com/mt0uu2
Then the block will show posts only from those categories.
Hi,
For this you can use the mobile theme, this will make your speed more faster -> https://forum.tagdiv.com/the-mobile-theme/ or if you do not want to use the mobile theme you can use a custom css tho hide that block on mobile device;
for example this code will hide the block 1 and 3 ->
.td_block_1, .td_block_3 {
display: none;
}
please set it in newspaper>theme panel>custom code > advance css> mobile section -> https://www.screencast.com/t/50Coc8Qe
Thank you!
Can you help me to write a css code, only for change hover color of block header 8?
-
This reply was modified 7 years by
ySV.
Hi,
Unfortunately, the theme does not have any such an option that allows you to do something like this, sorry! The only option for post ID Filter can be found in each block from here -> https://www.screencast.com/t/NzVuaRBmuOX If is not what you mean, please notice that for achieving as you wish, is required to make some additional customizations through the code which also, involves doing such custom work and we cannot provide these kinds of services at the moment, sorry! Usually, we recommend the developers from studio.envato.com.
Thanks for oyur understanding!
Hi Catalin,
I need a script for block user that use adblock.
Hi Matt,
Unfortunately, the theme has not been tested in this case but please notice that you can use the shortcodes of your blocks (newly created blocks for example) and add them inside your widgets section. -> https://www.screencast.com/t/GsH43y3E2zx6
Thanks for your understnading!
I want to create this type of blocks, inside the post content to link my other posts. I tried out the Hero Element from TD Website Builder. What to do?
here’s the screenshot : http://prnt.sc/msyqmt
I HAVE THE PROBLEM WITH MULTIPLE ( ONE OR MORE CATEGORY ), I WANT TO SHOW POSTS OF MULTIPLE CATEGORY.
BUT I HAVE FACING PROBLEMS ON FILTERING ( CATEGORY ) POSTS.
HOW I SHOW MORE THAN ONE CATEGORY POSTS ON ONE BLOCK ?
Hi, Is it possible to exclude a specific element (for example Big Grid 3 of Block 1) for mobile devices.
So the element will show on a desktop, but not a smartphone.
Regards,
Steven.
Hi,
If you use a cloud header template that is possible with a setting
– http://prntscr.com/msx74s
If you don’t use a cloud header template, you could either comment the code as mentioned in this topic by Bogdan – https://forum.tagdiv.com/topic/order-of-navigation-items/
Or use a CSS code to hide it – http://prntscr.com/msx9si this code will apply to all the mega-menus with sub-categories (it can be made more precise if needed)
.block-mega-child-cats a:first-child{
display: none;
}
The code can be entered in the Theme panel custom CSS section.
Thanks
Hi,
Please notice that our demo has been created with TD Composer and for the right Sidebar, has been used the Flex Block 1, like this -> https://www.screencast.com/t/m2L8UkY4m So, if you want to include that element inside the Default Sidebar, you need to Go to the Widgets section and add there the shortcode for that element, Flex Block 1 (for example). -> https://www.screencast.com/t/Nu6sDUpDE8fJ You can try to add this code in that section and check how it goes -> https://pastebin.com/1midLncY For creating this code, you need to use the TD Composer, set up this Flex Block and then, edit it in Text mode and take the code inside your sidebar section. I suggest another alternative in this case, which is more simple and quick. You need to create your desired Single Template from your Cloud Template where you can use the TD Composer and add create and set up your sidebar from there, using this tool. Please check the Cloud Library from here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Hope this helps and let us know how it goes!
I look forward to helping you!
Thanks.
Hi,
What exactly is the problem when using the filter? You simply have to choose the category you want in the dropdown and the block will only show posts with that category.
I see there is a post displayed after selecting that category, maybe that is the only post that exists, or the block is limited to 1 post – http://prntscr.com/mswcq6
Thanks
Hi,
That is possible, in the CSS tab of the respective block – http://prntscr.com/msw8f7
You can choose the thickness, the color and the style of the border.
Thanks