- 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 ajblock7
This is a task which require many changes in theme’s grid. Theme developers will investigate this in order to find the best solution. Unfortunately I can’t say when the new grid will be ready but we do our best to prepare it in shortest time possible.
Thanks!
Hi
Thanks @Chris for your tips!
@ajblock7 first you need to add a css class for the word, like here: http://screencast.com/t/sd1G4nxW then add this css in theme panel > custom code > custom css:
.colored-text{
color: #439899;
display: inline-block;
margin-bottom: 0;
}
The result should be like here: http://screencast.com/t/igDXT67C
Thanks!
Hello,
I have newspaper theme v6.5 installed on my website.
URL – https://www.naukrinama.com
I have created 10 pages on my website. And how i want to club this pages together and want to show them on the home page using a Theme Block. How can this be achieved ?
Hi
I’ve checked our site and seams that the slide block works fine now: http://screencast.com/t/qQJRLF0TPe5 If you still have this issue please provide more details about it so I can duplicate it on my side and get back to you with a more accurate answer.
Thanks!
Hello abccom,
1)You are talking about the second filter, namely Ajax Filter. If you want to does not display the bar categories, please make sure that you have disabled this kind of feature from Ajax Filer from Blocks Settings, like this -> http://screencast.com/t/IxxoGSDGpl For more information about Ajax Filter, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ If you are set only the main filter to certain category, all the content of your block will display posts from this certain category.
2)Unfortunately, our theme does not have such option to change the link to the category/subcategory from category page to another page. Those links are taken automatically by the theme and you cannot change them. We suggest using some redirect plugins wich redirects the links from category page to another page.
For more information about mega menu structure and functionality, please consult our documentation, here -> https://forum.tagdiv.com/mega-menu/
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
I’ve checked your site and found this error in browser console: http://screencast.com/t/c9Df44GzJX This happens usually when loading fonts from another source so the solution would be to load the fonts from the same source. This method worked for most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
i am not able to add new blocks for site, no blocks are appeared in dashboard please what will i do help immediately.
Thank you Bogdan. I’ve been able to insert the code and have the post views appear in the blocks.
Any chance you (or anyone else) would help me in the same way to fix/configure the CSS? Right now the views are appearing on the far left of the thumbnail and I’d love to them to be in the same spot as the comments used to be.
Thanks!
It’s an issue with the visual composer block — issue with most sites using a multi-block element. Not much you can do about it except avoid certain types of blocks if it bugs you. Luckily “most” people have their browser set at 100% then adjust their overall monitor view if vision impaired.
Not best answer perhaps, but that’s the facts on that one 🙂
a great way to locate the right CSS class to “over ride” in WP themes, like this one, is to start using the ‘console’ view in Chrome browser (“F12”) … you can highlight an element on page and see the CSS class — most times anyway — to figure out which class you need to over-ride such as a custom color.
TagDiv will reply once they get caught up with all the posts… but while waiting good habit to at least try to sort it, as this helps me a lot in trying to find which class to edit.
Then put the revised CSS in the custom css box in theme panel.
Of course knowing basic CSS helps (e.g., a = anchor link, p = paragraph etc)
Hi,
you can hide the counters with css, just paste this in the theme panel custom css code section:
.td_social_info {
display: none;
}
.td_block_wrap.td_block_social_counter.td_block_widget {
display: inline-block;
}
The 1st part hides the numbers and the second hides the empty space left. css does not disable or remove things, just hides them, but no one would bother to disable css in their browsers to look around.
If you really want to disable them, you have to customize the theme, the same thing for adding pinterest. It should not be hard if you are familiar with editing php files.
Hope this helps, cheers!
Hi Tagdiv,
Anytime I set a filter on the slide block it stops loading on the page. I’d like to filter this one to show categories “artists” and “culture”:
http://www.didgeproject.com/wp/music/
or
http://www.didgeproject.com/music/
Thank you!
AJ
can I ask a step by step guide to update block post 3? thanks
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/pzLYmWBvRu
.td_block_16 .td-excerpt{
text-align: justify;
}
Thanks!
It definitely seems to be a problem with Block 15 on mobile. I switched it out to Block 16 and it works fine on both desktop and mobile.
Hello jandiederik,
I have checked you website again and saw that you use header style 3. If you want to have the ad, just under the menu for all the site, I suggest using do_shortcode method’s and add the code in your header style 3 template, like this -> http://screencast.com/t/mGCuepZT
The code is ->
Also, for a better look, you should try the code below to increase a bit the margin-bottom of the menu.
.td-header-menu-wrap-full {
margin-bottom: 10px;
}
The result you should see here -> http://screencast.com/t/Oan9HtdqXV5
Hope this helps and let us know how it goes!
Thank you for the message!
Hello tluck2081,
Unfortunately, I do not understand very well as you want to say. For more information about category, please check our documentation here -> https://forum.tagdiv.com/category-tag-on-modulesblocks/ -> https://forum.tagdiv.com/how-category-settings-work/ -> https://forum.tagdiv.com/category-templates/ -> https://forum.tagdiv.com/category-grid-styles/ -> https://forum.tagdiv.com/category-top-post-styles-2/
Also, please consult our Yout Tube section here -> https://www.youtube.com/results?search_query=newspaper+tagdiv+ because we have a lot of useful tutorials and you can find what interests you.
If you need more assistance in this regard after you read our documentation, please provide more details about your desired changes, give some screenshot that could be more useful for a well understanding.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
I have two questions about Block settings and Mega Menu.
1. I set a filter to one of the blocks (http://new.willkommeninpolen.de/1.jpg) to point to Medical Spa category only. Why then on the bar other categories are visable?
2. I added a Mega menu to a “Medizin” page (http://new.willkommeninpolen.de/2.jpg) Now links from that menu direct to eg. http://new.willkommeninpolen.de/category/medizin/medical-spa/ which I cannot modify. I`d like to direct to eg. http://new.willkommeninpolen.de/medical-spa/ How can I do that?
I tried to modify a Mega menu by putting ID`s of that specific pages but then a Mega Menu is not displayed.
How can I fix it?
Hello. My page, a photography site, uses now two Block 16 in the front page (www.photocommand.com). I want to edit/justify the text excerpt (I would like to have them all justified and occupying all the available space – both horizontally and vertically). Is it possible? Thank you.
Hello joyceloh,
Please check Big Grid settings and there you can set what kind of posts to display your side.
Here -> http://screencast.com/t/L1triZwW8 you can find some options for setting your filter posts.
For more information about Big Grid feature, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Thank you for the message!
Hi,
in some block I would like use pagination with next/prev buttons but it is not working correctly. The next button works ok but prev button shows me a blank space, why? I tried with some configurations but the problem persists.
Hello
I have passed PageSpeed Insight and I have two main problems to solve.
The first one is that I have to remove Javascript which is blocking the display and CSS content from upper half page. The other one is that I must reduce server time.
I have already compressed to gzip and solve the problem of specifying brower cache editing .htacess file. I have noticed that score has raised to 64 and 84, on mobile and desktop respectively, but this score is not enough good. I would like to know how I could solve this problem
On the other hand, I would like to know how I could minify Javascript, HTML, and CSS and if you would recommend to me. I have seen on test that there are some theme files which are involved.
Thanks
Hello Donmartini,
Our theme uses a lot of predefined thumbnails in blocks and modules. If you check the Theme panel->Block settings area you can see the list with all dimension of the thumbs wich is used in the theme and which elements -> blocks/modules uses -> http://screencast.com/t/tQuimSer9 If you want to exclude the cropping system wich you have to use the right dimension for your images.
Our theme uses the system of cropping from center to top. The theme uses thumbs to reduce the page size and speed up page loading time. From each image uploaded are generated thumbs for each thumb size used by the theme. Basically, when a post it’s displayed on the page in a block, the featured image displayed is not the one which you uploaded in the media file, it’s a thumb cropped from the original image at the precise dimension. To change the picture orientation most likely you will need a different cropping system. We use a WordPress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Our theme crop (cut) thumbnails in some cases to avoid creating a lot of thumbnails in order to reduce to load more spaces on the server.
Hope this helps!
Thank you for the message!
Hello sporkhc,
You can do a child theme because the Block template files that can be modified using the child theme.
The child theme helps you to keep the changes made by you for the future update but if your modified files are not changed by the theme in this update. Please notice that the style.css file is changed in every update and it is necessary to update your child theme that comes bundled with our theme on every update to works well. If your files changed are different to files changed by the theme you have to replace only those files in the child theme.
For more information about the child theme support, please check our tutorial here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this helps!
Thank you for the message!
Hi
You can check where each module it’s used in theme panel > block settings: http://screencast.com/t/ghgqhqwsSR – http://screencast.com/t/jYn7ZtueV Also module’s layout can be seen on our demo here: http://screencast.com/t/WyzgFuLrxet and in our documentation: https://forum.tagdiv.com/modules/
Hope this help.
Thanks!