I just dont understand the problem. I filled in my wordpress username and password. But it wont work.
No you don’t have to use WordPress user name and password but SMTP server details as described on the following pages.
https://www.siteground.com/tutorials/wordpress/send-emails-with-smtp.htm
http://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
If you find it’s hard to configure SMTP settings then instead use WP-mail send method as shown in the attached screenshot.
No, i dont get other emails.
Then it is not contact form problem but your site problem that you need to troubleshoot and resolve.
You can troubleshoot the email issue as described on the following pages or contact your web host regarding this.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/
https://kinsta.com/knowledgebase/wordpress-not-sending-emails/
Can you please advise to #1 and #2?
I don’t see the shared code anywhere on your site.
May be it is cached by W3 Total Cache plugin that you are using on your site so please try clearing W3 Total Cache or temporary disabling it.
You are most welcome here 🙂
The search term in your shared screenshot “portfolio-page” is entered and searched by user so you can’t translate it.
You can translate the category name someCategory from the admin area where you created it.
Do you want to also translate “Search results for:” and “Portfolio Category:” texts?
Hi Ronald,
I hope you are well today and thank you for your question.
The black frame is a part of video which you can also see when you directly visit the video from below URL.
Best regards,
Shufflehound team
Hi @Konrud,
I hope you are well today and thank you for your question.
If you want to translate search term or category name then it won’t get translated using that plugin as it is dynamic data and not the data from theme.
You can try translating it using below plugin.
https://wordpress.org/plugins/weglot/
Best regards,
Shufflehound team
Hi @perspecto,
I hope you are well today and thank you for your question.
Currently it is not possible for the specific page but whole site as described on the following pages.
https://siteorigin.com/page-builder/exporting-content/
https://github.com/ThemeFuse/Unyson-PageBuilder-Extension/issues/20
http://manual.unyson.io/en/latest/extension/backups/index.html
Best regards,
Shufflehound team
It means your host detail is incorrect so please use correct details in it.
Also answer my following question.
Are you getting other emails from your site like user registration or comments?
I don’t need any log data. It was your idea to send me it. I need your site access to troubleshoot the issue as i could not reproduce the issue on my test site.
If you can’t share it then at least share me the screenshots of your portfolio settings so that i tried to reproduce the issue.
Also i can see you are using older version 2.4.1 of theme on your site so please update it to following latest version.
Please login to access this file
This can be child theme issue on your site so to confirm it just temporary use the Jevelin theme instead of child theme on your site. If everything works fine then it’s your child theme issue so just share me your child theme so that i can troubleshoot it.
You are always welcome here 🙂
You are most welcome here 🙂
Hi @Henry920130,
I hope you are well today and thank you for your question.
Please see the solution posted in the following topic for the similar question.
https://support.shufflehound.com/forums/topic/map-error/
Best regards,
Shufflehound team
Hi @rodrods,
I hope you are well today and thank you for your question.
There isn’t any “from side to side” style. If you want to display blog posts side by side then you can use any of the masonry style or grid style.
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
It is displaying fine when you visit portfolio page http://www.cebabbage.co.uk/portfolio/ as shown in the attached screenshot.
If you want it to display highlighted also when you visit individual portfolio page then 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
body.single-fw-portfolio #header-navigation .sh-nav li.menu-item-7967 a {
color: #ec1968 !important;
}
I can see the javascript errors are occurring on your shared site as shown in the attached screenshot which might be causing this issue.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson, Revolution Slider plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Solution for this topic
At last, can you please tell me how to remove the yellow background, I found the .mark in the css but it still doesn’t go away
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
mark.count {
background: none;
}
Last but not least ? I would like to remove the category title in the shop page, the “test album scooby category” on this page:
http://www.worldofpixels.be/product-category/test-album-scooby-category/
.archive.tax-product_cat span.bread-current.bread-archive {
display: none;
}
And also on a product page. At the bottom it’s written.
http://www.worldofpixels.be/product/1/
<span class=”woo-meta-title”>Category:</span>TEST ALBUM SCOOBY CATEGORY
Use the below CSS code to remove it from single product page.
body.single-product .product_meta span.posted_in {
display: none;
}
Would it be possible to have the drop down options next to the header?
Example, Canvas and then “select an option”.
You have to develop custom code to achieve this.
In your single topic you are asking too much questions so to help us keep support thread separates could you please create new thread for each of your other questions here https://support.shufflehound.com/forums/forum/jevelin/ instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Ancadea,
I hope you are well today and thanks for posting here.
Please configure the contact form element mailer settings as shown in the attached screenshot.
Are you getting other emails from your site like user registration or comments?
Also are you getting test email from contact form?
Best regards,
Shufflehound team
You are most welcome here 🙂
No it won’t. You have to use that font developing CSS code as described in the above shared topics.