Discussion on NewsTube - Magazine Blog & Video

Discussion on NewsTube - Magazine Blog & Video

Cart 3,039 sales
Well Documented

CactusThemes supports this item

Supported

This author's response time can be up to 1 business day.

1415 comments found.

Hi Cactus

How do i disable the screw up Icon.. I have the feature disable on the theme options but still show.

Thank you

Hi

What is the “screw up” icon?

It’s the Icon that show up when we go down on pages, we click on the Icon and we go to the top again fast

ah, that’s Scroll Up button. There isn’t an option to turn it off, but you can try this custom css

.go-to-top.active {
    display: none;
}
Best regards,

CactusThemes

Hi, I love the theme… but the voting like or dislike can be clicked over and over by 1 user? Is there anyway to have this more secure… maybe to allow 1 vote per video per ip address? Let me know. thanks

Hi

We use WTI Like Post plugin for that feature and yes, you can set to only allow 1 vote per video per IP in admin

Best regards

CactusThemes

Hi, is possible to set max width of picture gallery post (depend on basic width of picture)? If I have picture with width (for example 300 px), gallery format expand him twice – than the picture is so high and has low quality.

Thanks. Best regards. Martin Steidl

Hi MartinSte,

The gallery feature will display image in full width of layout, so please use the larger image ( more 1366×768px) to display correctly.

Best regards, CactusThemes

Hi, How can I make all posts created by Submit Video form to be added to a specific category automatically? I don’t want my users to see any categories on the form. I have already removed [category] tag in the form. But now all goes to Uncategorized. Thanks

Hi Veryparanormal,

You only can get that by displaying [category] tag in the form and only allowing a category to be displayed in category checkboxes list of form Submit video so that users can only choose a category.

In order to display a category in category checkboxes list of form Submit video, please go to Theme Options > Front-end Post Submission > Exclude Category from Categories List and enter the list of categories IDs you do not want to display in category checkboxes list (ex: “1,68,86”), you enter all categories except for a category you want it to be displayed in category checkboxes list of form Submit video.

Best regards, CactusThemes

How do I change the color of the text on the “Post Comment” button. It seems to be connected to the main color choice. But I want to keep my main color, but dont want these buttons that color. Just want the font to be white. www.WeRunTheUnderground.com

Hi WRTUJus,

Please try adding this CSS segment in Theme Options > General > Custom CSS
input[type=submit]:not(:hover):not(.load-more):not([data-dismiss="modal"]):not([name="apply_coupon"]):not([name="update_cart"]):not([name="login"]) {
    color: #fff;
}
Best regards,

CactusThemes

Hi, I’ve just started to test this theme and got a few questions. I’m also using the truemag theme from you and missing a lot of features I’ve got there in this theme. I there a way to get the video features from truemag into this theme? Eg. featured image, view count, load of title, description? thanks.

another one, how to display category description in category page?

Hi

Normally, when you change to use other themes, you need to regenerate all images.

You can use this plugin to get that. https://wordpress.org/plugins/regenerate-thumbnails/

In addition, NewsTube theme will keep all post meta tags such as view count, title, description in TrueMag to display, but just on the single post page.

If your point is not in the single post page, you need to re-configure with NewsTube shortcode to display correctly.

You can check NewsTube’s document about the shortcode to use http://newstube.cactusthemes.com/document/#shortcodes and please create a ticket at our support system at http://ticket.cactusthemes.com/ and leave an admin account so we can help you check if it does not work.

We look forward to your reply

Best regards,

CactusThemes

Hi There, I am still not able to contact you. Waiting for about a month now, for the activation for a support ticket. You said “Just contact us and give us your mail” – But how? I tried to Contact you via Facebook – no answer. Tried via Email: Ticket needed… :( There is a big bug, when I want die edit a page with Smart Content Boxes, Wordpress always inserts the Content of a post in the Page… Here is my data: http://sport-attack.net/impressum/ Please Contact me.

Hi

Please send us a message through contact form in our profile page, and provide site admin so we check

Also, please provide the email address that you used to registered in our ticket system, so we can activate it for you

Best regards

CactusThemes

Any plans to bring the “Video Series” feature thats available on TrueMag to NewsTube?

Hi

Unfortunately, we haven’t had the exact date yet but it’s on plan.

Best regards

CactusThemes

Thanks for your response, appreciate these things can take time to integrate. Will be buying NewsTube soon!

hello, RSS feeds isn’t showing the full content. is there any custom function for the rss in the theme ??

Hi Amir1975,

It’s quite complicated. You can refer to some pages for more details about RSS not showing the full content. https://wordpress.org/support/topic/cant-show-full-content-in-the-rss-feed https://wordpress.org/support/topic/rss-not-showing-full-text https://wordpress.org/support/topic/show-full-content-of-feed

Hopefully, it can help.

Best regards,

CactusThemes

I don’t see any way to change the default color of the background of the sticky menu from black to whatever color I need to match my design. Also, The ability to be able to change the text color, and rollover covers in the sticky menu. Did I overlook something?

Hi Chadlamothe,

Please try adding this CSS segment in Theme Options > General > Custom CSS

- For background sticky menu
.cactus-nav #main-menu .navbar-default.cactus-sticky-menu {
    background-color: #fff;
  }
- For color sticky menu
#main-menu .navbar-default.cactus-sticky-menu .navbar-nav>li>a {
      color: #000;
}
- For sticky menu hover
#main-menu .navbar-default.cactus-sticky-menu .navbar-nav>li>a:hover {
    color: #D81010;
    background-color: #ccc;
}
- For sticky menu open
#main-menu .navbar-default .navbar-nav>li.current-menu-item>a {
    background-color: #E00C0C;
}
- if you have more questions, please submit a ticket to our support system at http://ticket.cactusthemes.com/ so we can help you better

Best regards,

CactusThemes

Thank You

Hello! I was wandering if you could add a reddit button for social share? Or is there a way I could? Without a plugin of course

Hi Nateb2127,

Unluckily, our theme has not supported Reddit button for sharing yet. So, you need to modify code to get that. Thanks for your understanding

Best regards,

CactusThemes

Hi.

When I load an image, they are automatically created me many images with different sizes of the same. What I can do so many files of the same image are not generated?

Thank you.

Hi

It’s default feature of WordPress that they create different thumbnail sizes of image to server diffrent purposes. If you disable that feature, images will not look nice.

Anyway, you can disable it by going to functions.php file, line 174-182. comment or delete the line that define thumbnail size, like this
// 'thumb_800x360' => array(800, 360, true, array('thumb_390x215','thumb_800x360','thumb_800x360','thumb_800x360')), //list large (5,6, feature post)

Also, in newstube-shortcodes plugin, open newstube-shortcodes.php and fine line 69-99. Do the same here

Best regards

CactusThemes

Hey,

I can’t remove the default adv over the footer.(class=”ad ads_bottom cactus-mutil-ads”) I saw the code was in Appearance / Theme Options / Advertising / Top Ads – Custom Code. When I try to edit or remove it, nothing happens.

Please answer here and don’t ask me to create any support ticket : http://themeforest.net/item/newstube-magazine-blog-video/12132780/comments?page=42&filter=all#comment_13044522

Regards

Hey,

- I have absolutly nothing in Appearance/Theme Options/Avertising. I want to keep the 4 columns on the footer widget (doesn’t contain any adv code) but the banner still appear over it. I had to add the following in custom CSS : .footer-banner-wrapper {display:none;}

- Follow this link and click on “submit video” in the main menu: http://newstube.cactusthemes.com/homepage-v1/ It’s actually a contact form in modal right? How did you get it?

Forget the 2nd point, I did it with an external plugin.

The problem with the display:none is I have the error in my console (failed to load ressource)

Hi SIMOON59,

1. For Ads, please submit a ticket to our support system at http://ticket.cactusthemes.com/ and leave your website URL so we can help you better

2. For “Submit video”: Ok, in order to create submit video button, you need to install Contact Form plugin. You can refer to our document here to create submit video button: http://newstube.cactusthemes.com/document/#other_settings_submit

Best regards,

CactusThemes

Hi,, please when you will release the new update with fix the Ads pro ? thank you

GOD BLESS YOU CActus Team ,, thank you so much for the new update :),,, it is work Perfect with Ads Pro now :) :) ,,, thank you again

Cheers! Thanks for supporting us!

Hello, I have been trying to add the short codes to a page and it keeps just showing the actual shortcode and not the slider: [xgrid layout=”3” condition=”latest” count=”3” order=”asc” cats=”test-cat-2” featured=”yes”]

I have this in the ‘text’ not visual portion, what am i doing wrong?

Hi

Did you install NewsTube-Shortcodes plugin yet?

Ah sorry didn’t see the folder with all the plugins. Thank you!

I was wondering if it was possible to only use the sticky menu. So its always visible and it being the only menu. I want to use the sticky menu as the main menu.

Thank you.

Hi WRTUJus,

There are two options as follows

- Option 1: Please go to Theme Options > Theme Layout > Navigation Style, choose Layout 3 > Save, then click General tab and try adding this CSS segment in Custom CSS
#top-nav {
    display: none;
}

@media (max-width: 767px)
{
#top-nav {
    display: block;
}
}
- Option 2: You still use menu layout 3, then disable Sticky menu in Theme Options You need to use a Custom CSS segments to achieve it. Please try adding this CSS segment below in Theme Options > General > Custom CSS
#top-nav, #main-nav, #main-menu {
    position: fixed;
    z-index: 999;
    width: 100%;
}
#cactus-body-container {
    padding-top: 80px;
   }
   #main-menu .container {
    margin-left: 0px;
}
Best regards,

CactusThemes

Thank you for that. I used the first option.

Hi

Is it possible to use a Facebook video for a post? There are a lot of videos on Facebook and Facebook is also growing his video functions so I think in the future it will be more important to support this.

But I could not manage to display a Facebook video. Is this not possible at this moment?

Which video plattform do you currently support? Only YouTube and Vimeo?

Hi

We support Facebook Video. Just insert the embed code into Video Embed Code field and it will work. You will need to upload your own thumbnail image for facebook video

Best regards

CactusThemes

Hi

Thaks. I tried this and on playlist view the video works but on single post view the video does not appear (I have theater Layout set video layout)

Hi Findolfin,

For Facebook video, you need to use Video Embeded Code to work, but we have checked video Facebook- embed code with video Layout 3 and seen that it has some errors (video Layout 1 and 2 work normally)

We will fix and update these to our next version, please wait

Best regards,

CactusThemes

Hi! Is it possible to use Cactus-Ads in the main sidebar?

Hi

Do you install Cactus-Ads plugin?

Yes, Version 2.5.1 is installed

Please providate site URL + admin account to http://ticket.cactusthemes.com so we can check

Best regards

CactusThemes

Hi,

I have two questions.

1.How can I add meta tag keywords to every single post (always each other)? Is there some plugin or is that possible in theme setting?

2. I have defined character set UTF-8, but chrakter like ?,?,ž,á,ý,?,š etc. are displayed wrong. Look there view-source:http://stavimbydlim.cz/penove-a-vlaknite-izolanty-drevostaveb/ for example. It is only in meta tag desription of the site. On google search this charakter disappear. Do you know, where is the problem?

Thank you.

Best regards.

Martin Steidl

Hi MartinSte,

1. Currently, theme does not allow you to set meta tag keywords for every single post, you have to do it manually for each post.

2. That is WordPress’s default function and WordPress will ignore specific characters and it only shows normal font on Google search.

Best regards,

CactusThemes

Hi

It’s AccessPress Social Counter plugin: https://wordpress.org/plugins/accesspress-social-counter/

Best regards

CactusThemes

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey