To change that in revolution slider, you have to edit the buttons added in the slider as described in the following page.
You can disable the Carousel which will display the posts as displayed above in your shared screenshot.
To decrease the slider speed or its auto movement, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Glad it is working fine for you now!
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Hi D,
I hope you are well today and thank you for your question.
You can achieve this by editing that Button content element and setting its Animation to none and using simple styling as shown in the attached screenshots.
Best regards,
Shufflehound team
Solution for this topic
HI @matthias.lick,
Sorry to hear of the problem you are having.
Please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Also from your shared error message it seems the memory allocated to PHP on your site server is low so please increase it as described in the following pages.
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
https://kb.wpbeaverbuilder.com/article/37-increase-the-wordpress-allowed-memory-size
Best regards,
Shufflehound team
Then Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Yes both the themes are same.
I tried logging in to your site using shared credentials but the credentials didn’t work.
Please make sure they are correct and working fine.
Hi @brank87,
Sorry to hear of the problem you are having.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson and slider revolution plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
Currently don’t use any CSS code and please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”.
Could you please share me your site URL where it’s displaying so that i can help you?
This feature is not implemented yet and currently we don’t have any ETA for it.
If you need it urgently and if you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
You are most welcome here 🙂
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-portfolio-single-share {
display: none;
}Home and About Us are displaying blue because they both point to the same current home page.
but we cant make them once you go to the about us the menu of about us change to be blue and home to be black and etc..
You have to develop custom jaavscript code to achieve this.
awaiting the custom css ( so i can make the others too)
Use below CSS code to achieve this.
.sh-header .sh-nav > .current-menu-item.menu-item-741 > a {
color: rgba(61,61,61,0.69) !Important;
}
and last question for the partners section ( i put them all) but how i can add to arrow to navigate them manually like slide bar on left and right
Partners section currently doesn’t display arrows for navigation.
Could you please try setting style 2 as shown in the attached screenshot?
Instead of #aboutus please use https://bluebeecreation.com/beta2/#aboutus on your site then I can develop custom CSS code for you.