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.

Can you change image gallery grid to 1/5 instead of 1/4 or 1/6? I have 10 images to add and would like for it to be even 5 & 5

Hi there,

Thanks for writing in!

About this issue, 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 its me again :) I have to solve Last problem – i would like to have blog post title in this area – https://www.classycareergirl.com/2019/01/sites-gorgeous-office-supplies/

All of that items are ready (autor info, comments,..) but I want a title above that.

Hi there,

Thanks for writing in!

Actually I see that the blog title in our theme has already placed above the author, comment,...as you can see here: http://demo.themelogi.com/roneous/blog/

So what part in the blog section that you want to modify? Please point to specific page where we can see the problem on your site. Any screenshots would be welcomed!

Best regards, Danny

That blog post – article detail. I dont want to have title on header section, but above authors info :) Here is a link: https://ibb.co/B4Y6YWv

Hi there,

Thanks for your info!

If you want to hide the default page title, please go to the post editor page, scroll to bottom, and set the Page Title Layout option to “No Title”.

To add blog title above author info, please open up the inc-header-single.php file in themes/roneous/templates/post folder, then add the code below to the very top of the file:

<div class="post-title mb30">
<?php the_title('<h4>', '</h4>'); ?>
</div>

You can use child-theme to modify the file so that your changes won’t be lost on theme updates.

If you can’t male 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 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 :) please mobile menu is black and li items are black too. How to change it, please? Thank you for your answear.

Hi there,

Thanks for writing in!

About this issue, you can try to deactivate all your plugin (once by once, except WPBakery Page Builder and TLG Framework) to see if the problem is gone or not.

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 am using polylang for two different languages. But I didn’t find a solution to get the language-flags in the header menu. So I think the easiest solution is, that I change two social-media icons to language-icons, for example, English and China. But how can I change, for example, the youtube icon to the English-flag icon?

Also, I can’t find a possibility to change that the link didn’t open in a new tab, it should open in the same one.

Is this possible with the theme?

Thank you very much in advance!

Best regards Philipp

Hi there,

Thanks for writing in!

1. The theme only support to display language flag when using with WPML plugin (but not polylang)

To display language flag instead of text in WPML, please open up the inc-language.php file in themes/roneous/templates/header/ folder, and change all the content 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 menu-language">
            <li class="has-dropdown">
                <a href="#"><?php echo ICL_LANGUAGE_NAME; ?></a>
                <ul>
                    <?php 
                    foreach( $languages as $l ) {
                        echo '<li><a href="'.esc_url($l['url']).'">';
                        if( $l['country_flag_url'] ) {
                            echo '<img src="'.esc_url($l['country_flag_url']).'" height="12" alt="'.esc_attr($l['language_code']).'" width="18" />';
                        }
                        echo esc_attr($l['native_name']);
                        echo '</a></li>';
                    } 
                    ?>
                </ul>
            </li>
        </ul>
    </div>
<?php endif;

You may want to use child-theme so that your change won’t lost on theme updates.

2. If you want to change the font icon, please have a look at the solution in the topic here: http://www.themelogi.com/tickets/topic/heading-title-icons/#post-5756

Or you can change it in inc-top.php file in themes/roneous/templates/header folder, remove the roneous_header_social_icons function, and add your language flag image in there.

3. To open social link in same window, please open up the helpers.php file in themes/roneous/inc folder, find the roneous_header_social_icons function (line 380), and remove the target="_blank" in output variable.

Hope this helps, Danny

Hi Danny, thanks for the help. Is it also possible to put a menu in the top bar? I made now a menu with the language switcher in polylang, but I can’t find a possibility to put the menu on the right corner of the top-bar.

Best regards Philipp

Hi there,

To resolve this issue, please follow the steps here:

1. Open up the menus.php file in themes/roneous/inc folder, find the code below (around top of the file) :

'primary'  => esc_html__( 'Primary Navigation', 'roneous' ),

... and change it into this:

'primary'  => esc_html__( 'Primary Navigation', 'roneous' ),
'topbar'  => esc_html__( 'Topbar Navigation', 'roneous' ),

2. Open up the inc-top.php file in roneous/templates/header folder, and change the line “roneous_header_social_icons” into this:

<?php
wp_nav_menu( 
    array(
        'theme_location'    => 'topbar',
        'depth'             => 1,
        'container'         => false,
        'container_class'   => false,
        'menu_class'        => 'menu list-inline vertical-top mb0',
        'fallback_cb'       => 'Roneous_Nav_Walker::fallback',
        'walker'            => new Roneous_Nav_Walker()
    )
);
?>

3. Then you can go to Appearances > Menus, and set your Language menu as “Topbar Navigation”.

P.S: You may need to add some CSS to make the topbar menu look good on your site.

Hope this helps, Danny

Hello! Is there anyway to change permalink? For example this is the original one ’’ /portfolio/logo/ ’’

But I want to change it like this ’’ /portfolyo/logo/ ’’ I have found setting in customize page but when change the text like ’’ portfolyo ’’ I click the link after I see 404 page.

Hi there,

Thanks for writing in!

You can change the “portfolio” slug in Appearances > Customize > Portfolio > Portfolio URL slug.

When you make change on this option’, please make sure to refresh the permalinks by going to Settings > Permalinks and click on the “Save Changes” button. Otherwise, the change will do not work properly.

Hope this helps, Danny

Hi there,

How can i remove the white space below the menu in my home page? Thanks.

Hi there,

Thanks for writing in!

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

Best regards, Danny

I would like to have slider (which si on homepage) on all pages. Something like this www.melyssagriffin.com . Is it possible? Thank you:)

Hi there,

Thanks for writing in!

About this case, I recommend you to use the Revolution Slider instead, then you can use Revolution Slider element in page editor to add the slider into every pages you wish.

Hope this helps, Danny

We like your works, may I know what are the major differences between “Wanium” and “Roneous”?

Hi there,

Thanks for writing in!

The Wanium theme specific on “concepts” design, that means to focus on specific purpose like Medical, Contructor, Business, Agency, App landing, Hair Shop, Portfolio, Photography, Resume profile, Gym Fitness, .. while Roneous is a “multi-layout” themes only. Also, Wanium have more theme options than Roneous. But we can recommend both themes to you based on what you like.

Hope this helps, Danny

We sent an e-mail to the problem we were having, can you check and contact us at contact@themelogi.com?

We have sent via atokyuz@gmail.com.

Hi there,

Thanks for writing in!

I’ve replied to the email, please check your inbox.

Best regards, Danny

Hello guys, big problem tonight. I updated the new wordpress version and the visual builder got then mental. So I downloaded the latest version of Wp Bakery and your latest theme, but the problem remains. The front editor seems ok but the admin one is a mess. Please help !

The classic editor plugin fixed the issue. All clear !

Hi! I’m glad you sorted it out.

Best regards, Danny

It does not work please fix it to change the colors !!! view image https://ibb.co/BBvhytt

Hi there,

Thanks for writing in!

About this issue, 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.

Best regards, Danny

Hello,

I am trying to install the latest version of this theme. But when it reaches to 93% of upload it redirects to “Page not found” page without installing. Is there any solution for this. But it accepts other themes from default WP gallery.

Thank you.

Hi there,

Thanks for writing in!

To resolve this issue, please delete the current theme folder, then upload the roneous folder to wp-content/themes folder via FTP or on your hosting cPanel. Then you can activate it in your Dashboard.

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

Hello Danny Thank you. Tried and worked :)

You’re welcome :)

How to change the color of the header look image, please, be blue https://ibb.co/ctzDgrh

Hi there,

Thanks for writing in!

You can change the header menu color in your Dashboard > Appearances > Customize > Colors > Menu & Submenu Background Color.

Hope this helps, Danny

Guys are you planning to have WordPress 5.0.x support?

Hi there,

Thanks for writing in!

I’m sorry for the late response since we’re on weekend. Our themes are fully compatible with WordPress 5.x & Gutenberg. If you see the theme changlog, we’ve already added support Gutenberg to the theme in last month (since Roneous version 1.5.9, now it’s 1.6) as you can see here: https://i.ibb.co/cJQGPy9/gt.png We’re even are one of the earliest got the “WP Requirements Compliant” badge from Envato.

So in this case, please just update the theme to latest version as in the article here: http://www.themelogi.com/knowledge/#theme_update Then you can go to your Dashboard > Appearances > Install Plugins to update the plugins. After that, you can click on WPBakery Page Builder button to use the page builder editor as before: https://i.ibb.co/jzBBN6R/wp.png

Also, the Classic Editor plugin (https://wordpress.org/plugins/classic-editor/) allows you to switch back to the previous editor if needed.

If the problem persists, please share us the admin account of your site via our support 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!

Best regards,
Danny

Hi Danny,

Thanks for clearing this up, I swear I did not see this on the right bar theme description, actually please check that out as I do see 5.0.x now, but still says Gutenberg optimized no.

Thanks for your quick reply will update my review back to 5 stars and download immediately.

Best regards,

Hi there,

Thank you for giving 5 stars rating and your kind words. I really appreciate it.

Yes, you’re right. It seems a mistake since the option back to No when I modify the theme description. I’ve added Gutenberg option to the theme again.

Should you have any other concerns while using the theme, please feel free to contact me at any time on here or in our support forum at http://www.themelogi.com/tickets/

Thanks a lot! : ) Danny

Hi, I just installed the theme, and the theme demo content. Im interested in the business agency one. The problem is, the home page is set on a blog page. How do i get my home page to look like what the Live preview home page looks like. Please help me out on this. thanks

Hi there,

Thanks for writing in!

To setup your homepage, please have a look at our FAQs page here (Question 2) : http://www.themelogi.com/tickets/topic/faq/

Hope this helps, Danny

Hello, I need two type of footer, how can i do the content for both from widgets?

Hi there,

Thanks for writing in!

You can choose the Footer Layout in every page/post at bottom of your page editor as in the screenshot here: https://ibb.co/WGw52BZ

And if you choose the Footer Standard Layout, you can add the widgets content into the Footer Column 1/2/3/4 in your Dashboard > Appearances > Widgets.

Hope this helps, Danny

Hey, I am trying to change the menu text color to black, but when I set it, it stays grey. Is there something overriding it?

Hi there,

Thanks for writing in!

To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:

nav .menu li a {opacity: 1;}

Hope this helps, Danny

Thank you :D

Hi! You’re welcome. I’m glad you sorted it out.

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

Also, if you like our theme and the support, please consider to leave us a review rating for the theme via ThemeForest > Downloads section. It helps us a lot!

Best regards, Danny

Hello

I choose “Heading Tags” as H1 in heading title but it is displayed as H5 in source code !!

Thank you

Another problem

Image in this page is not responsive https://goo.gl/tpSGLN

Thank you

Hi there,

Thanks for writing in!

To resolve this issue, please open up the tlg_headings.php file in wp-content/plugins/tlg_framework/includes/vc_shortcodes folder, find the code below (line 8 ) :

'title_tag' => 'h5',

... and change it into this:

'title_tag' => 'h1',

We’ll add this in next updates of the theme.

Hope this helps, Danny

Amazing work! Would like to know is it possible to use Portfolio from Jetpack instead of the WP Portfolio for the Widget?

Thanks for the reply, I meant to use it for the “Portfolio” Element in the WPBakery VC

This is what I mean, the widget needs Portfolio but I need it to JetPack’s https://www.dropbox.com/s/g7voqawlmvben1c/Screenshot%202019-01-05%2012.06.53.png?dl=0

Hi there,

Thanks for your info!

Regretfully this isn’t a feature offered by the theme. We’ll consider to add this feature as an option in the next theme updates. But I recommend you to use the default Portfolio custom post type included in the theme for the best compatible.

Best regards, Danny

Hello

I added support of Visual composer to post, how can I display now single posts with right sidebar support ?

Thank you

Hi there,

Thanks for writing in!

To resolve this issue, please go to your Dashboard > Appearances > Customize > System, and set the “Auto activate Visual Composer for Post?” to “No”.

Hope this helps, 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