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.

Hello Danny.

When I add a new post the comments are properly displayed. In the moment I edit the post with WPBakery the comment are no longer displayed despite “Allow comments” is still checked. Seems like in “WPBakery mode” comments are always hidden.

Any hints how to solve this?

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” and ‘Enable Page Comment?’ is set to “Yes”.

Hope this helps, Danny

Works as expected. Perfect! Thank you Danny.

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 friend, when I go in “Reading” >> “The home page shows”, and I select the “post page” always hides the static “HOME” page. How to correct?

Hi there,

Thanks for writing in!

This is the default behaviour of WordPress, please go to “Settings > Reading”. Select “A static page”, choose a “Home” page for Front Page and choose a “Blog” page for Posts page as in the screenshot here: https://goo.gl/LxtdHW

If the problem persists, please share us a screenshot about the issue!

Hope this helps, Danny

Hello friend, look erro at the image before and after selecting the blog.>> before>> http://bioretro.eco.br/midia/before.jpeg >> last >> http://bioretro.eco.br/midia/last.jpeg >>

Hi there,

Thanks for your info!

Could you please try to set the Home page and Blog page in your Dashboard > Settings > Reading.

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, this is the first time i’m working on wordpress site and and trying to build a webiste on my own. How do i edit the content, images etc on the site? I have already installed and activated the demo theme. Could you please help me with any tutorial video or article. I have been checking on youtube and google but no luck so far. Thanks.

Hi Danny, i’m using business advisor theme. Now when i create the menu such as contact us, service etc.. how do i make sure that when someone clicks on say “contact us” button it takes the user at the bottom when there is a contact us section?

Hi Danny, i have one more query with regards to the home page single header. First i go to column setting and select the parallax from none to simple. and then i upload the image and save. Next i go to the single header setting header settings and i go to header background options and upload the header background image. and select yes for parallax. after this i go to preview and i see that i gradient overlay on the header image is cut at the top. Its not overlaying the entire image.

And do we need to upload the same image twice one under the column setting and the other on the single header setting to make the header image appear ?

Hi there,

1. To create onepage scroller menu, please have a look at the topic here: http://www.themelogi.com/tickets/topic/onepage-menu-linking-to-navigations/#post-150 Or I recommend you to read the theme documentation here so you can use the theme better: http://www.themelogi.com/docs/roneous

2. If you are using Single Header, you don’t need to upload image in Row/Column settings, just upload image in Single Header only. Just remember to set the Row Stretch option of the Row Settings (General tab) to “Stretch Row” so that the Single Header can be displayed in full-width.

Hope this helps, Danny

Hi :) I like subscription form in roneos theme. But i cant integrate it with mailerlite. Could you advise me which plugin integrate it? Thank you :)

Hi there,

Thanks for writing in!

We’re using Contact Form 7 plugin for the theme that you can find here: https://wordpress.org/plugins/contact-form-7/

Best regards, Danny

Thank you :) I have another question please – how can i edit my blog page? I try to change background picture and I cant. Menu is also a problem. I set up standart menu with white font color but on blog page is black color. What can i do? Thank you for your answear.

Hi there,

Thanks for your info!

To edit the header & layout of the default Blog/Shop/Portfolio archive page, please go to your Dashboard > Appearances > Customize > Blog/Shop/Portfolio.

Hope this helps, Danny

Hi, Is there a way to apply the gallery layouts (slider, slider padding, fullwidth) using the block editor?

Hi there,

Thanks for writing in!

Regretfully the custom gallery doesn’t supported on new editor block editor as you can see in their documentation here: https://github.com/danielbachhuber/gutenberg-migration-guide/blob/master/filter-post-gallery.md. For now, you can only add gallery layout in WPBakery Page Builder or classic editor as in the topic here: http://www.themelogi.com/tickets/topic/lightbox-gallery/#post-375

Best regards, Danny

I would like to upgrade in WPBakery Page Builder … is it possible? It is always asking for update.

Hi there,

Thanks for writing in!

Yes, you can update the theme as in the article here: http://www.themelogi.com/knowledge/#theme_update

Then you’ll see a notice message to install latest version of WPBakery Page Builder.

Best regards, Danny

Hi! Can we change ’’404 not found’’ page? Is this possible?

Hi there,

Thanks for writing in!

Yes, you can modify the 404 page content in the 404.php file in your themes/roneous folder. You can use child-theme for the modification.

Hope this helps, Danny

Okey. Thank you. If I want to disable 404 page what should I do? Delete the 404.php document?

Hi there,

Yes, if you remove the 404.php file, visitors clicking on a broken link will just see a copy of the home page of your WordPress site (index.php)

You can find more details in this article here: https://codex.wordpress.org/Creating_an_Error_404_Page

Best regards, Danny

Hi!

Is there any way to delete or change ’’ ALL ’’ filter button? Screen Shot: https://ibb.co/vDCsG2G

Also I want to delete ’’ portfolio ’’ button too. Screen Shot: https://ibb.co/x8WP9gM

I am using this code ’’ .breadcrumb li:first-child, .breadcrumb li:nth-child(2):before {display: none;} ’’

But It’s only deleting home button. I want to delete both of them. Is this possible?

Also Is there any way to change ’’ page not found’’ page

Hi there,

Thanks for writing in!

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

.filters li:first-child,
.breadcrumb li:first-child, .breadcrumb li:nth-child(2):before,
.single-portfolio .breadcrumb li:nth-child(2), .single-portfolio .breadcrumb li:nth-child(3):before {
    display: none;
}

Hope this helps, Danny

Hi there!

I’d like to change the social media icons with my own. I see that it’s coded in the ”\assets\css\libs.css” file in with the following css (example of Facebook) : .ti-facebook:before {content:”\e741”;}.

My question is how to edit this to make my own icon appear instead?

Thanks!

Hi there,

Thanks for writing in!

To add custom icons to the theme, please have a look at the solution in the topic here: http://www.themelogi.com/tickets/topic/heading-title-icons/#post-5756

Best regards, Danny

Hi!

I love this theme. It’s perfect! But I’ve got a question. Is there any way to delete this home text? Screen shot link: https://ibb.co/yS7YYFn

Hi there,

Thanks for your info!

Please remove the < pre > code, and try again.

Best regards, Danny

Thank you! It worked!

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

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

Hi, can you send me the photoshop PSD file to make a design ??

Hi there,

Thanks for writing in!

Regretfully, we don’t use PSD to create the theme.

Thanks a lot! : ) Danny

Hi,

I’m having a problem with the fonts. I have imported the demo content and I am modifying that as needed for my site. However, when I change the text in a heading block in WPBakery, the font will automatically change to a different font. How can I keep the font that is in the demo? What font is it?

Thank you for your help in advance :)!

Hi there!

Thanks for writing in!

We use Google font in the theme. The font of heading is ‘Montserrat’, and the font of content is ‘Hind’.

You can change the font in Appearances > Customize, and in Font Options tab of the Heading element.

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

Wordpress 5 Tested and working…

Hi there,

Thanks for your info! We’ll keep updating the theme!

Best regards, Danny

Hi!

I have a question. I have got some products to show but I do not want to sell on web site. Can I delete ’’ ADD TO CARD ’’ button? Thank you.. IMG LINK: https://ibb.co/gMLVKKQ Also I will renew my support..

Hi there,

Thanks for writing in!

To resolve this issue, please open up the functions.php file in themes/roneous folder, and add the code below to bottom of the file:

add_filter('woocommerce_cart_item_permalink', '__return_false');
add_filter( 'woocommerce_is_purchasable', '__return_false');

Then please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:

ajax_add_to_cart,.cart .quantity, .cart .single_add_to_cart_button {display:none!important;}

Hope this helps,
Danny

Hi! It worked! Thank you!

You’re welcome!

Hi, the side menu is not showing on Firefox.

Hi there,

Thanks for your info!

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

.side-menu .vertical-top img {max-height: 150px;}

Hope this helps, Danny

Thanks, that worked.

You’re welcome!

Where do I find the license for Visual Composer? I assume that I’m getting the premium version with this theme?

Hi there,

Thanks for writing in!

About this isuse, please have a look at the article here for more details: https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins or here: http://www.themelogi.com/knowledge/

Best regards, Danny

Hi. I purchased your theme here. But I can’t see any theme option, demo importer in my dashboard. Can you please help me?

Hi there,

Thanks for writing in!

About this issue, please make sure you’ve activated the TLG Framework plugin. You can install the plugin via your Dashboard > Appearances > Install Plugins. Then you can import demo content via Appearances > Install Demo. You may also want to have a look at the theme documentation for more details: http://themelogi.com/docs/roneous

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!

Hope this helps, Danny

Is infinite scroll / lazy scroll available on masonry project lists?

Hi there,

Regretfully this isn’t a feature offered by the theme. It could be possible with custom development, but this would be outside the scope of support we can offer. We’ll consider to add this feature as an option in the next theme updates.

Thanks for your understanding. Take care!
Danny

Hi Im unable to install the plugin, it says ” link you follow is expired” Please help

Hi there,

Thanks for writing in!

This is a common issue, the problem was caused by your host has PHP configuration limits that are set too low to complete the process. Please ask your hosting provider and ask them to increase those limits to a minimum as follows:

max_execution_time = 900
max_input_time 600
memory_limit = 256M
post_max_size = 64M
upload_max_filesize = 64M
max_input_vars = 5000
allow_url_fopen on

In this case you should contact your hosting provider and ask them for a quick assistance with this via their Live Chat or Support Phone. It’s your right to ask for these updates as you paid for their service and they usually react timely upon similar requests.

you can read more details about the issue in the topic here: https://wordpress.org/support/topic/the-link-you-followed-has-expired/

Hope this helps, Danny

I would like to add wpml language switcher on the top bar menu for desktop n mobile as seen from screenshots. desktop: https://snag.gy/PrONis.jpg

mobile: https://snag.gy/hkePdf.jpg

Hi there,

Thanks for your info!

That thread only change the display for mat, the language shown as a horizontal list (not in a dropdown), but in this case, you want to change the language switcher “position” from man navigation into top header (beside the social icons) as in your screenshot, right? If so, it seems a difference thing, the thread above is “change the language format” & you want to “change the language position”.

Or you just want to display the language as horizontal as in the thread above? Could you please specific more details about it? Also, please submit a ticket in our support forum at http://www.themelogi.com/tickets/ so we can help you better.

Thanks a lot! : ) Danny

Oh! I see. Yeah! I wanted to change the position to top header (beside the social icons). Well, I think, it will be important to add this provision to your theme. Just provide a way to add menu widget to top bar.

Hi! Thank you for the suggestion! We’ll keep updating the theme.

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