382 comments found.
Okay. I have a question. How i select different menu for mobile header?
Hi,
With Brook, you only can choose different menu for page, it doesn’t support for mobile
Regards,
TM
Can you recommend a plugin for this?
Hi,
You can try this: https://wordpress.org/plugins/mobile-menu/ – haven’t been tested yet.
Does it support RTL ?
Hi Uisestok,
Brook doesn’t support RTL recently.
Regards,
TM
hi,
im customize theme and don't see the favicon, i need help.
thanks
the category or option of the theme does not appear in the support
the changes are not saved….... https://prnt.sc/p3vm2d
Hi,
Please contact our support team and they will guide you clearly at https://thememove.ticksy.com
Regards,
TM
hello the categories are displayed, but I don’t know which one you can help me on what category I have to choose
Hi,
It’s better if you can contact directly to our support team.
Thanks,
TM
Hi, i tried to install the theme brook using wordpress.org 5.2.2, i chose only installable zip file, but i have this error “The link you followed has expired. Please try again.”
Hi twaintsol,
I think the issue is caused by Envato’s server. So, please open a support request at https://thememove.ticksy.com and our support team can help you
Regards,
TM
Hi, I have this error with instagram: Instagram has returned invalid data.
Hi,
We are fixing this issue right now. In mean time, you can use this plugin instead: https://wordpress.org/plugins/instagram-widget-by-wpzoom/
Hi! I want to change my single portfolio page layout to Custom Layout 01. I already imported the theme, but I’m not able to change the single portfolio layout settings. The only options I have are “Blank, Left Details, Right Details, Left Details – Wide, and Right Details – Wide.” Where can I change it to Custom Layout 01? Thank you!
Hi,
You can edit Portfolio to choose layout Visual, then, edit by visual: http://prntscr.com/p0zynq
Regards,
TM
One thing i’d like to see.
1. The ability to disable the ‘Portfolio’ ‘Mega Menus’ ‘Testimonials’ custom posts.
Also, latest WooCommerce has issues with the latest version of theme. Templates need updating,
Hi,
In next version, we will update WooCommerce plugin.
Hi,
Would be nice if you guys add in future updates an widget for timeline, something like this: https://i.imgur.com/vYy6lNC.png
Thank you!
Hi,
Brook has already Timeline shortcode. Did you try it?http://prntscr.com/ozevse
http://prntscr.com/ozevwo
Nice to know I not found in demos and will try it ! thankssss
You are welcome
Hello, beforce buying your theme, I would know if we buy the theme at 49$ we have all the pages, I Mean if i buy it i have all the home pages, all the ” about us ” pages ? Because for example I Like the Revolutionary home page, and the About US 4… etc
Thank you.
Hi Younes_Melteam,
Yes, with one purchase you can have all pages on our demo.
Regards,
TM
Hi. Where can I translate this: “If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.”
It’s not in the theme and not in the core plugin.
Hi kofetartca,
These texts are written in WooCommerce, so, you can translate them via this plugin. If you have further question, please contact our support team at https://thememove.ticksy.com
Regards,
TM
Hi! Will the template work with Gutenberg?
Hi cucuzacom,
No, this theme doesn’t work with Gutenberg blocks.
Regards,
TM
Hi there, My layout suddenly changed, I tried to put images to the centre and also tried to delete stuff and add new things but it’s not responding at all and it’s not updating the new changes. Could you please check this out? Website: valextino . com
Hi valextino,
Please contact our support team for further help in this case: https://thememove.ticksy.com
Regards,
TM
how can i change the background header image for the “revolutionary theme”? the default is laptop workspace, but i want to remove that image entirely and just have a solid color background.
Hi,
You can go to Customize > Page Title Bar section to set up background color and background image: http://prntscr.com/ouee40
Regards,
TM
Hi, I want to import a demo but I’m not sure how this works… I was hoping to get the “Revolutionary” version on my WordPress. Could someone please explain how to import that demo data? Do I need a plug in?
edit: never mind i figured it out!
thanks for a great theme!
Hi sanpo27,
Thanks for loving Brook. In this case, please contact our support team at https://thememove.ticksy.com and let them give you a hand.
Regards,
TM
me too , same problem with loading
Hi,
The issue is fixed, please check.
Regards,
Hi
The theme is looking really good. but I am not able to import the demo, it’s keep loading.
Can you please help?
Thanks
Hi,
I’ve fixed the issue, you can retry now.
Regards,
TM
Hello, the theme is great but I have problems adding my license and importing the demo content, can you help me?
No problem, you can contact our support team for help: https://thememove.ticksy.com
Regards,
TM
Hi,
since i updated the last version of your theme 1.8.3, there is some different bug on my website even if i cleared the cache.
I tried to open a ticket in your support, but my licence is expirated.
i send a message to thememovedotcom@gmail.com hi hope it will be ok.
regards
I got it, thanks for your comment.
I’m planning to change my domain within a month. If I input my purchase code for example.com, then change my domain to alternate.com, would there be any issues? If so, how would I resolve them? Thanks.
Hi,
One purchase code is for just only 1 single domain. If you change the domain, just remove the theme from the old domain.
Regards,
TM
Hello, Can I woff. files uploaded? And can the connection to google fonts be disconnected?
Hi,
You can add code to functions.php of child theme. You can change the font-name to your font.
add_filter( 'kirki_fonts_standard_fonts', 'brook_child_add_custom_font' );
function brook_child_add_custom_font( $fonts ) { $fonts['poppinsvn'] = array( 'label' => 'poppinsvn', 'variants' => array( 100, '100italic', 300, '300italic', 'regular', 'italic', 500, '500italic', 600, '600italic', 700, '700italic', 800, '800italic', 900, '900italic' ), 'stack' => 'poppinsvn, sans-serif', ); return $fonts;
}
add_action( 'brook_enqueue_custom_font', 'brook_child_enqueue_custom_font' );
function brook_child_enqueue_custom_font ( $font ) { if( $font === 'poppinsvn' ) { wp_enqueue_style( 'poppinsvn', get_stylesheet_directory_uri() . '/assets/fonts/poppinsvn/poppinsvn.css', null, null ); }
}
Regards,
TM