I used the plugin wp-mega-menu and the header menu duplicated in the same page next to each other, how can i solve this?
]]>Hi how do i remove the bunny compleately i thing this theme is great but want to get rid of the bunny
]]>Hi,
The animation is fine when I view it on desktop.
But I do not see the animation when I access the website using phone.
Am I missing anything?
Thanks,
–Thilak
First of all I think you’ve created a wonderfull theme.
I’ve created a child-theme from it, but then I wanted to change the excerpt > read more [text] I came to the point that I noticed that you’ve created a function for that specificly.
When I wanted to change this using my child-theme I got a HTTP500 error, this was because you’re bunny theme wanted to call the same function again.
The solution for my problem was to make your function plugable, but on next update of your theme I have to change it again.
That’s why I suggest that you would update your theme and make your functions plugable using the following if statement around every function:
//Replace ‘bunny_continue_reading’ with the name of your function inside the if-statement
if ( ! function_exists ( ‘bunny_continue_reading’ ) ) {
// Youre original function comes here i.e.:
// function bunny_continue_reading( $id ) {
// return ‘‘ . __( ‘<br/>>> Lees meer over: ‘, ‘bunny’ ) . get_the_title( $id ) . ‘‘;
// }
}
Hello!
How to change image of Bunny? I want to insert my own image. (another animal)
Hello,
Is there a way to change the bunny themes page width? I installed a plugin that is going off of the page. Is there some way to fix that?
]]>How do I either change the colour of the rabbit from black to white, or completely delete the rabbit?
Also, how do I remove the edit and other quick links from the bottom of the pages/
]]>the theme doesn’t install on my site.Please what could be the problem?
]]>The theme is good but the sub menus on the navigation bar are not appearing properly. When I hover on the menu item, the child menu items (sub menu items) show up but when I want to go to click the sub menu items, they just simply dissappear.
How do I fix this?
]]>