Solution for this topic
It is a titlebar that you can disable from theme settings as shown in the attached screenshot.
Hi @Gobblerpl,
I hope you are well today and thank you for your question.
Please make sure you have created slider in the Slider Revolution plugin and display it in the header as described in the following topic.
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
Sorry for that. Please use below custom CSS code instead of above.
.sh-team-overlay .sh-team-icon i.icon-social-behance:before { content: "\e086"; }
Hi @flapsclub,
I hope you are well today and thank you for your question.
I am not sure which member you are talking about so could you please describe it?
You can configure mail server as described in the following pages.
https://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
https://www.siteground.com/tutorials/wordpress/use-smtp/
Best regards,
Shufflehound team
Does it work fine for you if you disable RTL?
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 to see it.”?
You can change it in the shared CSS code or use the Yellow Pencil editor to change it as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Solution for this topic
Hi Cameron,
I hope you are well today and thank you for your questions.
Currently, if I have a long title for a portfolio item, the category gets pushed off to the next line. This would be fine, however it aligns to the right which looks super off (See first attachment titled WaPo Arrow). Is there a way I could make the “Washington Post” text align to the left?
Yes we can do this but we have to do this for all posts regardless of their portfolio title length.
You can achieve 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-content-container > div:last-child { clear: both; float: left; margin-top: 15px; }
In that same screenshot, is there any way to have that same text next to the title display something other than the category? I’d love to be able to have that text stay as Washington Post, but have the category of the post as “opinion”, or something else.
To achieve this, 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
In the second screenshot, is there any way to hide the zoom in button when hovering over the image? I see a way to hide the link button, but see no way to hide the zoom button.
You can remove it using below custom CSS code.
.sh-portfolio-item a.sh-overlay-item.sh-table-cell:last-child { display: none; }
Less important, but could I have it so that the image itself is a clickable link?
You can achieve it by changing portfolio content element Overlay style as shown in the attached screenshot.
Best regards,
Shufflehound team
I logged into your site and modified the shared custom plugin code which made the counter to display fine.
Could you please confirm it?
You can try achieving it using following plugins.
https://wordpress.org/plugins/nextgen-gallery/
https://wordpress.org/plugins/album-and-image-gallery-plus-lightbox/
You are most welcome here 🙂
As you did earlier do not use complete URL but just your profile name.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Still I am getting same error.
Please test the credentials yourself.
Hi @HamdiBouafoura,
I hope you are well today and thank you for your question.
Could you please tell me a bit more in detail what is not working by sharing its screenshot so that I can help you?
Best regards,
Shufflehound team
Could you please tell me what you meant by “doesn’t work properly with the pagination typ ‘load more’ and ‘infinite loading’”?
Could you please just temporary use the Twenty Seventeen theme on your site and see whether it works fine?
Hi @flapsclub,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of screen where you are trying to set profile picture?
You can find information about how to set gravatar in the following pages.
https://www.wpbeginner.com/wp-tutorials/how-to-change-the-default-gravatar-on-wordpress/
https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress
https://www.wpthemedetector.com/how-to-set-up-a-gravatar-with-wordpress/
Best regards,
Shufflehound team
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
To display them in circle shape you have to make sure that set images are in square shape and not in a rectangle shape.
.sh-single-image-container img { width: 200px !important; height: 200px !important; }
Hi @kikebadillense,
I hope you are well today and thank you for your question.
You can achieve it using Image Gallery content element and make its overlay option on as shown in the attached screenshots.
Best regards,
Shufflehound team