Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
Hi @supermegalino,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to right align it?
Best regards,
Shufflehound team
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 bee able see it.”?
Hi @daptee,
I am doing doing well and thank you for your question.
You have to develop custom code to achieve this.
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
Best regards,
Shufflehound team
You are always welcome here š
You are always welcome here š
Hi @appetitte,
I hope you are well today and thank you for your question.
You can just disable theme social share buttons and use WordPress social share plugin or develop custom code to display them.
Best regards,
Shufflehound team
You are always welcome here š
To achieve exactly that you have to develop custom code.
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
HiĀ Julian,
I hope you are well today and thank you for your question.
Please try changingĀ min-width Ā toĀ max-width in your above shared CSS code.
If it doesn’t work fore you then could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
is it possible to display the rating of that particular post when i enabled the rating/review mechanism instead the number of comments?
You have to develop custom code to achieve this.
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
OK. if i can be of any further assistance please don’t hesitate to ask.
Hi @gravixa,
I hope you are well today and thank you for your questions.
1st question, Iāll use Polylang plugin to have 2 languages. English which is LTR and Arabic which is RTL.
How can i control the language direction in the same theme as its the same theme āJevelinā?
The theme supports either RTL or non RTL language at a time which you can configure in the theme settings as shown in the first and second attached screenshots.
You can useĀ polylang plugin to use different language directions on your site as described hereĀ https://polylang.pro/doc/configure-the-languages/#text-direction but for that you have to create rtl.css file as the theme currently doesn’t provide it.
I have created feature request to create rtl.css file in the theme.
2nd question, In each language i will use different fonts, How to control changing languages in both languages?
You can apply different fonts on the site text based on site language Ā by targeting lang attribute of HTMl element as displayed in the below CSS code.
html[lang="en-US"] body { font-family: arial; }
Best regards,
Shufflehound team
Could you please test it closing the header notice bar as shown in the attached screenshot?
Hi @cornishpete,
I hope you are well today and thank you for your question.
To achieve this could you please try using Gallery slider portfolio layout as shown in the attached screenshot.
Best regards,
Shufflehound team
HiĀ Stefan,
I hope you are well today and thanks for posting here.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue by changingĀ gillion to jevelin in your shared code.
Best regards,
Shufflehound team
It is not enabled by default but you can enable the excerpt field of portfolio using attached small plugin.
I have tested it again and it is working fine for me as shown in the attached screenshot.
Please test it using different browser and share me the screenshot if you still face the issue.
I couldn’t reproduce the issue on my test site so could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Also please make sure you are using latest version of plugins and theme on your site.
Solution for this topic
You can make it transparent like header 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-header .sh-nav > li.menu-item > a { background: transparent; } .sh-header .sh-nav > .current_page_item, .sh-header-left-2 .sh-nav > li.current-menu-item { background-color: transparent !important; }