- 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
Hello Lucian,
I’ve tried this but it didn’t help.
Kind regards
Thanks lucian!
I think this is the issue though, i only want it to appear within one category, not site-wide.
D
Hi,
You can edit the module used (in your case it’s Block 8 – Module 5) and remove the line that displays the image – http://screencast.com/t/kVeu1EhhfaSu
This will remove the image on module 5 for all blocks, if you want to remove it only on specific pages or sections you have to create a condition or use css to hide the images:
.page-id-121 .td_block8 .td_mod5 .entry-thumb {
display: none;
}
The example from above will hide the image only on page with id 121, only on Block8 – Module5.
Thank you, Emil G.
Hi,
You don’t need to add the block widget into an text widget like you did here: http://screencast.com/t/Hn48Ivn1S9VI
You just add the block into the sidebar and customize it, like this: http://screencast.com/t/56Uk7BaDor
Make sure you add the block the right way.
Thanks
Hi,
Here you can see which blocks where used: http://screencast.com/t/DSscsaqmjqs
This was made via custom css.
Thanks
Hello Lucian,
I’m runnig short with the ad boxes. Please, could you provide me the code to have 20 different ad boxes? I will share theme between sidebar and blocks.
Thank you again.
Monica.
Hi,
I want a list of my posts with just the post title and excerpt so that I can use it as a way to list testimonials.
See example here: https://www.kidsonkeysnyc.com/k/testimonials/
I would rather the posts have no pictures. How can I achieve this with any of the blocks?
Hi, some blocks are showing the same time for all articles… like 1 month ago for all or like 16 hours ago for all… 🙁
Hi There,
I too am having the same problem with the CTA blocks and buttons.
See CTA block on this page: https://www.kidsonkeysnyc.com/k/about-us/
I have reinstalled Visual composer using the plugin file included in the download and that didn’t help.
Please advise.
Sorry if i wasnt clear. Go to the competitions section,
http://www.heyuguys.com/competitions/
See the new widget on the right hand side of the site which loads competitions in that section. That widget is not clickable.
http://www.heyuguys.com/widget.jpg
D
Hi,
I have checked your site, everything works fine, you can click the images/ titles/ “continue” button, all work fine.
Thanks for the message!
Hi,
I found a website seems using newspaper theme but I am not sure which block does it using?
How to set the homepage like this?
Thanks
Hi!
All images were working fine, until I installed the Media File Renamer plugin by Jordy Meow.
After going through the renaming process, all images were still working fine, except for the 100x65px images (the ones in block4).
When checking the URL, it is still linking to the old naming of the images.
Example in sidebar: http://www.nonstopdestination.com/lorem-ipsum/
Any ideas how to fix this?
Thanks!
I created a front page with my newspaper theme. It is the latest version (4.3) and WP 4.0.
I used an element in the visual composer called “Slide.” It creates a single image in the block, tied to a category of posts. The element appears on the front page. The image is there, along with the title of the post, category, date etc.
The title of the element links correctly to the article because I manually set it in the element settings. This works for now only because I have it limited to one article. But that manual link won’t work if there are two or three articles showing in the slideshow.
But the image itself and the title of the post are not hyperlinked correctly. They appear to be hyperlinked if you hover over them with your mouse. And the URL showing at the bottom of the browser when hovering is correct. But the link will not work.
Front page here – http://smartoncrimetexas.com/
Top left image is the one.
I can provide login credentials privately if needed.
Perfect, thanks so much and sorry for asking silly questions. You’ve been awesome.
So I’ve got the widget in, but for some reason nothing on it is clickable?!
http://www.heyuguys.com/competitions/
D
-
This reply was modified 11 years by
daveszt. Reason: Updated
Hello!
My site http://hm86.ru is listed in the list of MAlware sites by 2 URL scanner.
I have checked. http://www.kaspersky.com/ blocked many visitors.
The programm http://www.kaspersky.com/internet-security is realy block acces to my site.
The credibility of the site decreases. Please help!
Hi,
Use page builder: http://screencast.com/t/PfhCn9Y0hzX and customize it like you want, then switch to classic mode view, get the shortcode for it: http://screencast.com/t/NX0r1MLZnfaE and replace the one from here: http://screencast.com/t/aU7trBlMoEe
Thanks
Hi,
Unfortunately you can’t add an negative tag slug to filter the tags, you can try to find other way to achieve this, try to bulk edit the posts you want to add into the block 4 widget then filter by that tag the posts you want to add into the block.
Thanks
Aha! Could you give an example of some widget shortcode rather than code that will make something appear in the page itself?
So i need Block 2 to appear in the widget area inside category 226 only showing posts within that category.
Thx.
D
Hi,
You have to replace this shortcode: http://screencast.com/t/aU7trBlMoEe with your own desired block shortcode then your block will appear there.
Thanks
Hi,
You could use a block which doesn’t have excerpt or hide it via css or setting it to none from theme panel > excerpts: http://screencast.com/t/y2Rg6V7G (note that this option will change the excerpt on module site-wide)
Thanks
i need to exclude from a block4 widget some posts by tag.
how to put negative tag slug, so to esclude posts?
Hi,
Unfortunately that space comes from theme’s grid and can’t be modified easily, you can noticed that this made responsive and you will need too change all margins from blocks and modules to make them fit well inside the page: http://screencast.com/t/63RsmyZv
Sorry for the inconvenience.
Thanks
Hi,
You can use a filter to determine which and how many posts the block contains and add only the latest 18 posts. For example you can create a new category in which you can add the posts you want to add in that block and set them to be ordered by date (latest sort order) then set only that category to that post, this way you will control the posts added in that block and also the number. You can also use the “filter by tag” feature.
Also note that when using the next/prev pagination on block the posts will load only if the next button is clicked so they don’t show on you homepage, at loading you have only 6 posts displayed there as you set the posts limit option.
Thanks