1415 comments found.
Hi! We want to know if we upload the videos in our youtube channel and directly embebed it in the web with this theme. Thanks a lot!
Hi
Yes, you can either use videos from YouTube or upload your own videos.
Best regards
CactusThemes
When I activate the “Scroll To Next Posts” option, images within these next posts that use the “Carrossel” plugin from Jetpack don’t load. You can check on this URL: https://nerdbloid.net/nerdnews/comunicado-sobre-lancamento-de-pokemon-go-no-brasil/
Since my license has already expired and I can’t create a new ticket, I’m using this comment just to warn you guys as I know you have no obligation on helping me. Thanks!
Hi
Thanks for notifying us. Indeed, all javascript-based content (ie, Carousel) from third-party plugins will not work for the posts loaded by “Scroll To Next Posts” feature, unless we know what it is.
We will check this specific cases and support the Jetpack’s carousel soon.
Best regards
CactusThemes
Hello I have some questions before buying:
1- Can you disable the “submit video” button 2- Can change the background image in the boxed version 3- the theme has a full width version 4- can disable the “Login” function of the top menu 5- The theme is compatible with other plugins, visual composer etc …
Thank you for your reply I would like to buy the theme but the 4 questions are very important for my use thank you for your reply
Hi
Thanks for contacting us
1. Yes, you can disable the “Submit Video” feature.
2. Yes, there is an option to change page background
3. Yes, the theme has full-width layout: http://newstube.cactusthemes.com/demo-fullwidth-layout/
4. Yes, there is an option to disable “Login” feature.
5. Yes, the theme supports and uses Visual Composer
Looking forward for you to become our customer 
Best regards
CactusThemes
Hi, I have purchased the theme few days back, I tried hundred of time, but unable to load dummy data, I have even updated the wordpress version to 4.6.1 and your theme is built for the same.
everytime it says 404 page error on loading dummy data.
Please help
Hi
Do you try to update the permalinks setting? It’s in Setting > Permalink > Post Name
Best regards
CactusThemes
Hello, I have added a post slider in a post. Originally, if I click on the slider, it would open the link in the original tab. How to set it to open the link in a new tab?
Hi
There isn’t an option to do that. You can edit /newstube-shortcodes/shortcodes/posts-slider.php, line 72<h3 class="h1"><a href="<?php esc_url(the_permalink()); ?>" title="<?php esc_attr(the_title_attribute()); ?>"><?php the_title(); ?></a> <?php echo tm_post_rating(get_the_ID());?></h3>Change into
<h3 class="h1"><a target="_blank" href="<?php esc_url(the_permalink()); ?>" title="<?php esc_attr(the_title_attribute()); ?>"><?php the_title(); ?></a> <?php echo tm_post_rating(get_the_ID());?></h3>
Best regards
CactusThemes
Hello, how to show more rows of related posts below a post?
Originally, there are three related post shows below a post. I know that the arrow icon can be used for slider.
I want to show more rows of related post, instead of three posts plus slider function. For example, two rows of six related posts, or three rows of nine related posts.
How to do that?
Thanks for your help.
Hi
The slider always trigger for related posts. The only way to turn it off is to remove the JS code which trigger the slider. However, that code is used for many other places to generate the slider, so I’m afraid it’s not easy to fix.
Best regards
CactusThemes
I need to know a few things before I place an order, please answer these:
1. Does your theme support videos hosted on the local host server & on our open media server? Say this is the video I want to run: rtmp://45.76.181.37/vod/big_buck_bunny_720p_10mb.flv Will it work? Or would we need an additional player for that?
2. Do we have an option to auto generate thumbnails for videos or would we have to manually add thumbnails to every video we upload?
Hi
Thanks for your interest.
1. Yes, you can host your media file anywhere. NewsTube supports various video players (JWPlayer, FV FlowPlayer, VideoJS…), also native HTML 5 player will work (so you don’t need any player)
2. No, you cannot generate thumbnail from video file. (it requires additional server addon). The simple way is to upload your own image.
Best regards
CactusThemes
Hello, I have a question about the images in posts.
Normally, if I add caption to an image, it’ll in “wide mode”. Without caption, it’ll in “normal mode”. So, can I set up that all the images in posts, with and without caption, are in “wide mode”?
Thanks. Thanks.
Hi
I’m not sure about the question. Could you please provide URL and screenshot of the issue?
Best regards
CactusThemes
I have created a new post to explain what is “wide mode” image and what is “normal mode” image.
Basically, if I don’t add caption to an image, it will be in “normal mode”, which is a little bit narrower than the image with caption added.
Can I set up that all the images in posts, with and without caption, are in “wide mode”?
Hi
As in the normal mode, the image does not have a specific wrapper (like the “caption” in the wide mode), so there isn’t a way to control image width only except to change the whole content layout.
This CSS will make your content wider, (ie. all texts and images)
.body-content p{margin:0 -40px}
.body-content p img{width: 100%}
Or, you can choose the use caption, but hide them
.body-content .wp-caption .wp-caption-text{display: none}
Add one of above CSS codes into Theme Options > General > Custom CSS
Best regards
CactusThemes
Hello, I just added a poll as the attachment image. I have a few questions.
Hello, I just added a poll to my post. I have a few questions about the poll.
Here is the link: https://www.digtips.com/buyers-guide/best-iphone-accessories-to-inspire-creation/
Please scroll all the way down to see the poll.
1. I don’t want to add any content to the poll. However, there is a blank space inside the poll area due to the blank content. How can I remove that blank space?
2. How can I change a poll’s words’ font and size? It’s relatively small compared to main content.
Thanks for your help.
Hi
You can use this custom css to hide the content
.cactus-poll-block .poll-question{display:none}
.cactus-poll-block{font-size:16px}
Best regards
CactusThemes
Thank you. Can I change the font as well? For example, Helvetica.
And, how to change the font size of the poll question? In this case, it’s “Which iPhone Accessory Do You Like (Multiple Choices)”. Thanks a lot.
Hi
For font family, use this css
.cactus-poll-block{font-size:16px; font-family: 'Tahoma'}
To change font size of poll question, use this css
.cactus-poll-block .question-cdt{font-size:18px}
Best regards
CactusThemes
Thanks.
Hi,
I have a small problem, the srcset tag return empty value.
http://imgur.com/RznZV5FAny suggestions.
Thanks.
Hi
Please provide site URL + admin account to http://ticket.cactusthemes.com so we can check
Thanks and best regards
CactusThemes
How can I replace the 320×250 “Buy Theme” ad with Adsense Ad? Although I put the Adsense-ID for resonsive banners in every ad-category there is still one Newstube-Ad-Placeholder over the sidebar.
Hi
It’s custom banner using Widget Text. There isn’t a pre-defined ads location there. You can go to Appearance > Widgets > drag a text widget into Main Sidebar and configure the banner. You can use [adsense] shortcode http://newstube.cactusthemes.com/doc/docs/shortcodes/adsense/
Best regards
CactusThemes
All sliders only show another picture, if you click on the linked text. How does it slide automatically within a defined time?
Hi
I’m not sure I understand you question. Could you please take a screenshot and provide site URL?
Best regards
CactusThemes
I want the sliders to switch images automatically like that: http://fondenvoxhall.dk
Not static like that: http://newstube.cactusthemes.com/slider-classic-slider-layout-2/
Hi
I got your idea. That slider style only works like that. There are other styles which autoplay next slides, such as
http://newstube.cactusthemes.com/slider-post-slider/ http://newstube.cactusthemes.com/slider-post-carousel/Best regards
CactusThemes
I don’t see an autoplay. Both “sliders” are static.
Hi
That’s because we do not see autoplay. Please check the document: http://newstube.cactusthemes.com/doc/docs/shortcodes/posts-slider/
There is an option “autoplay” for this shortcode
Best regards
CactusThemes
Hi. For some reason the offcanvas menu now overlays like 75% of the screen. It seems to be broken and it doesn’t look great. SOS. What could be wrong? Take a look at this: http://imgur.com/a/ZRHGB
Please provide site URL so we can check.
Best regards
CactusThemes
Hello I would like to know how to change the dark grey background of the headers / navigation etc. to match our branding. Can you tell me how to do this, I cannot see an option in the theme options only to change the main highlight colour. Many thanks
Hi
You can add this custom css in Theme Options > General > Custom CSS
.cactus-nav.style-2{background-color:#FF0000}
Change the color hexa as you wish Best regards
CactusThemes
How can I put the logo in the menu bar?
Hi
Maybe you are asking about this option in Theme Options > Theme Layout > Navigation Style?
Best regards
CactusThemes
Hi, how to add icon before each menu item, as demo website?
Hi
You just need to enter icon HTML code in the Menu Title, like this<i class="fa fa-home" /> HomeNewsTube supports Fonts Awesome Icons, so you can check the icon list here: http://fontawesome.io/icons/
Best regards
CactusThemes
Hi, How to set up image gallery as demos?
For example, once I click on one of the images of a post, the image will be enlarged and I can use click on the left and right arrow to browse pictures.
Hi
You change post format of that post to “Gallery”, then upload new images when edit the post. All uploaded images will be recognized as attachments and will be used as gallery images in the slider.
Best regards
CactusThemes
Hi, How to set up page separation like this demo link?
http://preview.themeforest.net/item/newstube-magazine-blog-video/full_screen_preview/12132780Hi
Please check: http://newstube.cactusthemes.com/doc/docs/theme-options/blog/#top-search-form (Theme Options > Archives > Pagination)
Best regards
CactusThemes
I don’t know how to set the border between rows. I have tried to set up the table properties, cell properties, row properties. However, it still doesn’t work.
Can you help me out?
Hi
The post in the link is in preview mode so I cannot check. Please submit ticket to http://ticket.cactusthemes.com and provide admin account so we can help.
Best regards
CactusThemes
Here is the link: https://www.digtips.com/uncategorized/215/
Hi
Do you mean vertical border between columns? Currently rows already have bottom border. Please submit ticket so we can help you with custom css
Best regards
CactusThemes
Yes. And I have submit a ticket.
Hi, how to adjust the row space in a single post?
Hi
Which Row are you using? If you use Visual Composer to edit the content, you can edit the row element to change the space. Otherwise, please screenshot the issue
Best regards
CatusThemes
I mean the row space in a single post, not in a page. So it’s not about Visual Composer. It’s about the spacing distance between two sentence above and below.
.body-content p{line-height:2em}
If it is paragraph spacing, you could try
.body-content p{padding-bottom:10px}
Best regards
CactusThemes
Thanks.