- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hi
You can use block’s specific css classes to add a custom style for it. Please check this tutorial for more details about how can be found the necessary classes for a specific elemnt: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks!
Hi
I assume that you’re referring at scroll to top button. You can make that button viable on mobile by adding this css in theme panel > custom code > custom css: http://screencast.com/t/aMOGjXdA
@media (max-width: 767px){
.td-scroll-up-visible {
display: block!important;
}
}
Thanks!
Hi,
Sorry for not spotting this earlier, i was not looking on the mobile version, as i knew the ads dropped below the blocks. It seems something is preventing the css to apply properly. You can use this custom css to fix it and I will add this issue on our buglist for further testing:
@media (max-width:767px){
.td-pb-span4 .td_block_15{
float:none!important;
}
Thank you!
Hi,
Please provide an example of how you are implementing the block 16 and where. You can also provide an example link to the page that does not display properly.
Thank you!
Hello pasqualino77,
Unfortunately, I do not understand very good what you want to sort, sorry! Please notice that our theme has the alphabetical sorting only for posts from blocks. For other options with this type of sorting, please try to use some plugins with this functionality. If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks.
Hello TagDiv,
I was wondering if there was a way to target a specific block or row via CSS?
For example, in a column if I had three Block 1’s, I would like to make one of the Blocks a different colour and have this say Sponsored?
Is there a way I can do this?
Examples:
http://www.gizmodo.co.uk/
Hi
https://drive.google.com/file/d/0B1vAJdtrla0Tb2U0N0Q3TlpDTEU/view?usp=sharing
You see, that your screenshot looks different. On mine is browser seted up to size in pixels, on which Post / ,,Ako ničíme prírodu,,..etc/ displays on full width. On yours there is all elements also with AD and block ,,RECEPTY,, on fullwidth of browser. The error shows only on some specific browser size . I tried it on multiple devices. Please, try to just manually resize browser to smaller size and it will show up.
thanks
Hello, I am trying to use the block 16 of the content blocks, However, when I add it on the backend, soThe block shows up vertical going down as oppose to horizontal going across.What am I doing w so that I can fix this?
Thanks in advance.
Sam Thomas
Hello Navito,
Please notice that this is the category page (td_category_template_1 td_category_top_posts_style_4). This type of page uses the big grid 4 and module 5 (block 6) as you can see here -> http://screencast.com/t/wJ9Ir8rPeB87
For more information about block settings and category templates, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ -> https://forum.tagdiv.com/category-templates/ -> https://forum.tagdiv.com/category-grid-styles/
Thank you for your understanding!
Hi,
I’m not sure how the ‘recepty’ block should be ‘alone’. I have checked your site with an ipad mini and the ad displays properly not as a small icon. Please provide more details if there is an that happens in specific situations.
Thank you!
Ok,
I understand, but we cannot do anything from here until your site is live. Sorry. (you could try to re-create your page as you may have a few settings in visual composer like design options or row inside other rows. Try to add just the 2 blocks on another dummy page and see if they position the same or the error is just on that particular page)
Thanks.
All fixed, thanks! I will be waiting for that bug fix as I prefer the other block style, but no worries.
Hello alierhan,
If you need to filter your block by a certain category you have to use category ID and set this from Block Settings, like this -> http://screencast.com/t/LJksC1klJ or if you have more than one category, you have to use the category ID and add them in Multiple Categories Field from block settings, like this -> http://screencast.com/t/UB8Mte2Zp If you need to get the category ID, please check the steps here -> http://screencast.com/t/qrSBN5Ls4x For more information about these settings, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks.
Hi,
Big grids and elements that cannot have titles get the category tags by default and the color is black by default. The hover color will be the theme accent color you set in the theme panel. For this type of blocks you need css to edit the category tag color or hover color if you wish to change it.
The tag has a block background as it will not get the background color of the titles, only the hover. It’s a styling of visual composer to change the “accent color” for a block. But the default background color is black no matter the title text or background you set for the block.
If you want to change the color of the category tag, you can use css. This depends if you want to change the color of all bocks or just specific ones on your page. If specific ones are the ones you are after, you need to assign a custom css class to the row in visual composer so these blocks can be targeted individually: http://screencast.com/t/zA63YaPPlVnC
Then you would use that class like so:
for a big grid for example:
.mycustomclass .td-big-grid-wrapper .td-post-category{
color:red;
background-color:green;
}
The hover color is more specific so I would need to inspect the particular block you want changed so I can provide the proper code.
Hope this helps.
Thanks.
Hi,
You can change the category template and top post settings from the theme panel: http://screencast.com/t/KwjSE2Lc
If you want to add a block to the category templates, you can do so with a do_shortcode function inside the category templates or the category top posts: http://screencast.com/t/vaLSho5EXrXm.
Create the block you want in a dummy page and click on classic mode and switch to text mode so you can copy the shortcode for your block and then use the do_shortcode function to add it inside the file.
This however will require further css positioning as it will not display properly .
As an alternative, you could create static pages for your categories and use a 301 redirect from the category page to your static page.
Hope this helps.
Thank you!
Hi
This could be due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue.
You can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data.
It could also happen due to your wp install or a plugin conflict so try to deactivate all plugins except Visual Composer then test again. Also make sure that your permission for the upload folder are set correct.
You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider. For more details about changing permissions in wordpress check this link: https://codex.wordpress.org/Changing_File_Permissions
Also make sure that your serer meet the requirements for Newsmag: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
If you still cannot install the demo, please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
What blcoks are used to create this page? I mean the section with the 2×2 images. I have tried with blocks 1-6, but none seem to work
Hi, a add a screenshot from my tablet on google disk/ same link/.
The error shows on smaller screen , when ,,Recepty,, block is alone. Not with ad in sidebar, as it is on your screen.
Thanks
Hello,
the problem is that I set up a slider, with slides, which is possibile to see in preview in the revslider backend, but it doesn’t show up in a normal Newspaper page.
It’s something I can’t understand and I think depends on something in your theme (in the plugin admin I can see the preview): I just put the shortcut in a text block (I tried with visual composer revslider 5 module too) and nothing appears on the front end.
Any directions?
Thanks,
Alberto
-
This reply was modified 10 years by
alberto.donzelli.
-
This reply was modified 10 years by
alberto.donzelli.
Thank you for the quick reply and your candid feedback. We were finally able to get VC 4.11.2.1 to update manually and needed to reload both Newspaper and the child theme we created, so we have a temporary fix.
I understand that running the update will be both helpful and painful, needing to rebuild certain pages and elements, so I think we’re moving ahead with that over the next few weeks. Wondering if there is anywhere that outlines the benefits/improvements in Version 6 over Version 4, so I am better able to explain the value of making the extra effort? I see extra flexibility in block and module layouts, better stability and design, etc. Would appreciate a link or direction to a couple of forum posts (?) which might give a more complete outline. Saw the link to update process so pretty sure we can figure it out.
Hope all is well with you guys!
Sure, @garridod, glad to help.
The way that’s supposed to work is that it figures out what’s normal in learning mode so the firewall doesn’t block your theme and plugins from working. So keep it in learning mode for a week or so, be sure to update themes settings a few times (don’t think it matters if you change anything, as long as you save settings and trigger that action a few times), then when learning mode is off again, it should work fine.
If that doesn’t fix it, then you need to contact Wordfence developer about learning mode not seeing the theme.
Hello, i’ve tryed several ways. Using the visual composer and pasting the video codes separated by comas, for example, for watching this video: https://www.youtube.com/watch?v=zJIwi4pgtTA&list=PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=1 I copied and pasted zJIwi4pgtTA
you can see it in this screenshot http://canal7cv.com/wp-content/uploads/2016/04/Captura-de-pantalla-2016-04-26-a-las-17.00.07.png and appears this fatal error: “Fatal error: Call to undefined function mb_convert_encoding() in /home/canal7cv/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_video_playlist_render.php on line 161″ you can see it in this screenshot: http://canal7cv.com/wp-content/uploads/2016/04/Captura-de-pantalla-2016-04-26-a-las-17.00.15.png
When I try the same way but using the entire code: v=zJIwi4pgtTA&list=PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=1 there isn’t any error and the list appears but any video loads. like in this screen shot: http://canal7cv.com/wp-content/uploads/2016/04/Captura-de-pantalla-2016-04-26-a-las-17.20.15.png
and also I’ve tryed do it using a text widget with this code [td_block_video_youtube playlist_title=”7 AL DIA CONTENIDOS” playlist_yt=”list=ZyLrSg45qGY, l1luzPlefy4″ playlist_auto_play=”0″] and the same, I can see the frame of the playlist but any video loads.
the page where I am trying to implement the playlist is http://canal7cv.com/7aldia
Thank you
Hello;
I have a problem with block in a page.
I have categories and I want a block for certain categories, But I couldn’t manage that.
Please help me about block category filter and also ajax filters also.
best Regards
Erhan
Also… why is the tag background black in this example? There is no black in the block color settings as you can see (just red and blue):
How about the Big Grid blocks? Where do they get the colors?