Discussion on Roneous - Creative Multi-Purpose WordPress Theme

Discussion on Roneous - Creative Multi-Purpose WordPress Theme

Cart 6,608 sales
Well Documented

THEMELOGI supports this item

Supported

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

747 comments found.

hi! i have a question

if i want to change menu font size and bold how can i do that?

Hi there,

Thanks for writing in!

To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS (you can change the font-size as you wish) :

nav .menu > li > a {
    font-size: 11px;
    font-weight: bold;
}

Hope this helps, Danny

Hello. I’ve just purchase this theme. When I install it in a wordpress panel a message appears that It can’t be installed because there isn’t the file Style.css? How can I fix this?

Thanks! I am having another issue. I’m using the Design Studio pre-made layout, but there is a big blank space on the header that I can’t take it off. How can I solve it? I’ve tried change the layout but the black space is still there and bellow it there is a message Sorry, but nothing matched your search. Please try again with some different keywords. It never gets out.

Hi,

To resolve this issue, please open up your page editor, scroll down to bottom and set the “Page Title Layout” as “No Title” to remove the default page title.

If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!

Best regards, Danny

Ok. Thank you

Hi, I am having problems getting a Twitter and Instagram feed to show. I have created and entered the relevant consumer key etc for Twitter but it is still not working.

Hi there,

Thanks for your info!

Please make sure you have activated the TLG Framework plugin in your Dashboard > Plugins.

If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!

Looking forward for your response!

Thanks a lot! : ) Danny

Thanks, that worked but now the footer is not working.

Hi there,

About this issue, please submit a ticket via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!

Best regards, Danny

Hello I am very impressed with this Theme but does it support RTL? If it does not support .. If you buy now will RTL be supported in the future?

Hi there,

Thanks for your interested in our Roneous theme!

Yes, we’ll add this feature in our list to be release in next updates of the theme.

Or you may want to have a look at our Wanium theme, which has already supported RTL here: https://goo.gl/6c3S9g

Thanks a lot! : ) Danny

hi! I bought Roneous them! i have a question.

if i don’t wanna use ‘add to cart’ function on woocommerce(hide add to cart button), how can i do? i just wanna registered product and show product list.

and

after i added ‘featured image’ on product.. that featured image quality is bad when i see the list even i added high quality image.

that’s weird.

plz tell me some solution.

Hi there,

Thanks for writing in!

1. To disable ‘add to cart’ function, please add the code below to bottom of the functions.php file in theme/roneous folder:

add_filter( 'woocommerce_is_purchasable', false );

Note: You amy want to use child-theme to modify the theme file so your changes won’t be lost on the theme updates.

2. To change the your product image sizes, please go to your Dashboard > Appearances > WooCommerce > Product Images.

Hope this helps, Danny

hi! i applied to your solution (delete add to cart)

but…

when i change “functions.php”

i’v got this message on the screen (add to cart button was deleted, but below warning text….)

Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /www/laicos.godohosting.com/wp/wp-includes/class-wp-hook.php on line 288

class=”post-3841 product type-product status-publish has-post-thumbnail product_cat-clothing product_cat-cosmetic product_cat-food product_cat-leisure product_cat-training first instock sale sold-individually product-type-simple”>

Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /www/laicos.godohosting.com/wp/wp-includes/class-wp-hook.php on line 288

Hi there,

Thanks for your info!

To resolve this issue, please replace the code above with the code here:

add_filter('woocommerce_is_purchasable', 'preorder_is_purchasable', 10, 2);
function preorder_is_purchasable( $is_purchasable, $object ) {
    return false;
}

If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!

Best regards, Danny

Hi. I bought Roneous theme and it’s been really great but right now I’m stuck and lost. Is there any tutorial on how to set up a portfolio? I don´t know where to start.

Thanks!

Hi there,

Thanks for writing in!

About this issue, you can have a look at the documentation here: http://www.themelogi.com/docs/roneous/#portfolio (Section 9. Setting up the Portfolio)

Hope this helps, Danny

Do you think I can create a website like this one using your theme?

http://themes.muffingroup.com/be/charity2/ Like, with the logo on the left and a widget on the right, and the menu below?

And for how long are you guys going to keep this price?

Thanks!

Hi there,

Thank you for your interested in our theme.

Regretfully this isn’t a feature offered by Roneous. But it could be possible with custom development, you can modify the header file using a child-theme. We’ll consider to add more header layouts in the next theme updates too.

We’re going to keep that price for at least end of this month until we release a new theme (under review by Themeforest).

Let me know about any other doubt you could have.

Best regards, Danny

Hi Themelogi! I can’t change the background color of the active main menu item. Is it possible? Many thanks.

Hi there,

Thanks for writing in!

To resolve this issue, you’ll need a little custom CSS code, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS (you can feel free to change the CSS code as you wish) :

@media (min-width: 990px){
nav .menu > li.current-menu-ancestor > a {
    background: rgba(0,0,0,0.2);
    padding: 0 10px;
}}

Hope this helps, Danny

Why every time after I changed theme then changed back to Roneous, changes I just made disappeared especially primary navigation menu at the top screen and widget? The primary menu disappear every time. And I’m already using Roneous child theme. Also every time after switched bakc to Roneous, I have to activate TLG again. Is that a noremal behavior? Thank you.

Hi! Yes, you can change it directly in the parent theme, but your changes will be lost on the theme update. So you can copy that file to roneous-child/templates/header folder so your change won’t be lost here.

Also, you can read more details about child-theme in the article here: https://codex.wordpress.org/Child_Themes

In case you can’t make it work, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!

Best regards, Danny

I understood how to copy inc-cart.php to child theeme but the code you previousoly mentioned is didfferent which caused problem. Please read the emails I sent you regarding this issue and a couple other issues yesterday. it appears tickets sent to contact@themelogi.com was not as attended as on this comment forum. One of my tickets sent to you last week has not even been responbded yet.

Hi! I’ve replied to your email tickets. Please check your inbox and feel free to reply to the email.

Best regards, Danny

Hi There,

Does the theme and its bundled plugins support and runs from within its own wordpress directory installation?

I mean i want to have a setup like this : wordpress installation url = example.com/wordpress website url = example.com/

more about it here : https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Thanks for looking into.

Sydz

Hi there,

Thanks for writing in!

About this issue, we haven’t tested it but the plugins should work fine in that way.

Best regards, Danny

Hi Support,

Regarding the Start Adventure demo: Is there a way to have the video autoplay in the background? Thanks in advance.

Hi there,

Thanks for writing in!

To resolve this issue, please open up the scripts.js file in themes/roneous/assets/js folder (around line 420 – 450) :

if (jQuery('.md-trigger').length) {
...
}

... and replace it with the code here: https://paste.ofcode.org/3a2Bb8yc8GRB2PgncVjJyWx

We’ll add this feature in next update of the theme.

Best regards, Danny

Hello, I really like the work that you made to create this template but I need a little help, how can I change the home page so it can look like the one from Flexibly Projects? Thank you

Hi there,

Thanks for writing in!

About this issue, please have a look at our FAQs page here (in Question 2) : http://www.themelogi.com/tickets/topic/faq/

Hope this helps, Danny

Hi Themelogi. I’d like to have the Show Header Language activated and have the language horizontal list names (not dropdown) shown. Is this feature available? Many thanks.

Hi there,

Thanks for writing in!

To enable the Header Language , please install the WPML plugin and set the “Show Header Language?” to “Yes” in Appearances > Customize > Header.

Then open up the inc-language.php file in themes/roneous/templates/header folder, and replace all the code in that file into this:

<?php $languages = icl_get_languages( 'skip_missing=0&orderby=code' ); ?>
<?php if( !empty( $languages ) ) : ?>
    <div class="module widget-wrap language left">
        <ul class="menu">
            <?php 
            foreach( $languages as $l ) {
                echo '<li class="menu-item"><a href="'.esc_url($l['url']).'">'.$l['native_name'].'</a></li>'; 
            }
            ?>
        </ul>
    </div>
<?php endif;

P.S: You may want to modify this file using child-theme so that your changes won’t be lost on theme updates.

Best regards, Danny

Many Thanks! Themelogi #1!

You’re welcome :)

Hi! Is it posible to use icon font at copyright footer? It shows nothing after using a ... :( Thanks

Hi there,

Thanks for writing in!

To resolve this issue, please open up the layout-standard.php file in themes/roneous/templates/footer, find the code below:

<?php echo wp_kses(htmlspecialchars_decode( get_option( 'roneous_footer_copyright', esc_html__( 'Modify this text in: Appearance > Customize > Footer', 'roneous' ) )), roneous_allowed_tags()); ?>

... and change it into this:

<?php echo get_option( 'roneous_footer_copyright', ''); ?>

P.S: You may want to use child-theme to modify the file so that your changes won’t be lost on theme updates.

Hope this helps, Danny

Hi, Can i use CAROUSEL STANDARD STYLE with self-changing carousel? Also can i add READ MORE button to every post in CAROUSEL STANDARD STYLE? Thanks

Hi there,

Thanks for writing in!

About this issue, please specific the page where we can see the problem. Any screenshots would be welcomed!

Best regards, Danny

This is not a problem. Im just having pre sale questions if i can use CAROUSEL STANDARD STYLE with self changing functionality and also add Read more button to it. http://demo.themelogi.com/roneous/elements/blog-content-layout/

Hi there,

Thanks for your info!

Yes, we can offer support for your requests, and adding “Read more” button for you via our support forum at http://www.themelogi.com/tickets or email contact@themelogi.com

Hope this helps, Danny

When a new user purchases a WooCommerce product, at the end of Checkout, this is the page

https://s14.postimg.cc/odjy34dz5/Screenshot_329.png

and I click on “your account” link, this is what I see

https://s14.postimg.cc/3up1xjzwh/Screenshot_330.png

Allow me to add something here. I just saw there’s an icon on the top header and it’s actually the cart icon. That icon does not look like the cart icon we normally see. On my localhosted site, when on your theme, after clicking on sign up now, it will take the buyer to the next page, and on my current theme, it will show view cart on the screen. But when on my demo site and on your theme, the screen just stays there without doing anything, and that cart icon is high up there and looks nothing like a cart icon, that’s what lost me, and probally will lose other buyers as well.

And if i clicked on that icon, it will take me to the next page and from there, eveyrthing seems to behave normally, unlike when it’s on my localhosted site.

So the question now is after an buyer clicks on Sign Up Now, can we make it go to the next page or have View Cart show up? Thank you.

For any other questions or issues, feel free to contact me in the support forum and I will gladly try to help you :)

Best regards, Danny

Hi!

To change the cart icon, please open up the inc-cart.php file in theme/roneous/templates/header folder, find the code below:

<i class="ti-bag" />

... and change it into this:

<i class="ti-shopping-cart" />

When you hover the cart, you should see a dropdown box about the products you’ve added in there. But when you are in the shop page checkout or cart page, the cart icon won’t show.

Screenshot: https://i.imgur.com/tSJAJzE.png

If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!

Best regards, Danny

Sticky Posts – Hi there, how can I style the title of sticky post, please? The “Feature” badge is uselessly wide on mobile phones.. much better option will be only different font-weight or color of this title. Thank you! :)

Hi there,

Thanks for writing in!

To remove the “Feature” badge, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:

.featured-stick {display: none;}

In case you want to customize the font style of sticky title, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can help you out. Also, please point to specific page where we can see the problem.

Best regards, Danny

Hello, is there a way to know the fonts used in each theme? I’m customizing te business advisor theme but the fonts are nothing like the demo showed. Thank you!

Hi there,

Thanks for writing in!

To resolve this issue, please have a look at the article here: https://goo.gl/YRoSVb

Hope this helps, Danny

Hello, just bought your theme and I don’t have much experience with coding. I’m using the Business Advisor theme, but I want to deactivate the Shop and the Blog areas. How do I do that? Thanks!

Just found out, tks

Hi! I’m glad you sorted it out.

Please feel free to let me know about any other doubt you could have.

Best regards, Danny

On Customize / Blog we can only control mostly the page title of the category archives, but not much singles. The background image is for archive only and one image for all categories. There’s no global setting to make featured image of a single appear in the page title box and it can only be done at the backend editor. The demo site have all the single’s featured image in the page title box and I was led into thinking it was a global setting from the customizer. So we cannot set a global setting to make a single’s featured image appear in the page title box, correct? Or am i missing something here?

Hi! Thanks for your suggestion :) We’ll consider about that feature.

Best regards, Danny

Just to be sure we’re on the same page – adding global setting for single’s page title fearured image is for sure and not just you’re considering it, right? Thank you.

Yes, for sure for all post/page/portfolio/shop. We only consider support for other custom post type (Event Manager).

Best regards, Danny

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