Then please contact your web host to remove this restriction as it may be blocked by the firewall.
In doing so that will un-activate my current theme right?
Yes, in WordPress you can activate only one theme at a time.
How sure are you that activation will show the demo content as i dont want to activate and then not have anything to import.
I am 100% sure.
Solution for this topic
Hi @PaulJamesFisher,
I hope you are well today and thank you for your question.
You can resolve 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
header.primary-mobile {
height: auto !important;
}
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
I can access it as displayed in the attached screenshot.
Is the issue resolved now?
Best regards,
Shufflehound team
Hi @ptw,
I hope you are well today and thank you for your question.
To achieve this, please try using the Jevelin child theme solution shared in the below topic.
Best regards,
Shufflehound team
Is the ajax file issue resolved on your site as displayed in my above shared screenshot?
I tried to log into your shared site but it seems your shared credentials are not working.
Could you please make sure that it is working so that I can troubleshoot the issue?
I don’t see the result on your site that you have displayed in your shared screenshot.
Please see the attachment.
Please remove the custom CSS code that you are using on your site so that I can see the issue on your site.
I can see the issue on your shared site but not on my test site.
It seems the issue doesn’t occur with the free version of Elementor plugin but the pro version of it that you are using on your site.
Could you please ask Elementor that why the free version of plugin works fine with the theme but not the pro version of it?
You have to first activate the theme on your site and then you will find it on the below path.
Admin Area -> Appearance -> Import Demo Data
Ok
Hi @marcorandazzo,
Thank you for your question.
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
.post-type-archive-ai1ec_event .sh-titlebar .item-current.item-archive {
display: none;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
To help us keep support thread separates could you please create new thread for each of your other questions 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 Derek,
I hope you are well today and thank you for your questions.
1.) I’m trying to remove the titles from my titlebar. I entered the custom css code:
.titlebar-title.sh-table-cell {
display: none;
}
And this removed my titles from desktop. However, on mobile, they still appear. Why could this be?
Just make the above CSS selector more specific as following.
#page-container .titlebar-title.sh-table-cell {
display: none;
}
2.) I’d like to move the breadcrumbs from the right side to the left side. How can I achieve this? Where should I put the code? Which theme file?
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-titlebar .title-level .breadcrumbs {
text-align: left;
}
3.) I’d like to put a search bar in the titlebar. Specifically a woocommerce search bar. How can I achieve this? Would it be with shortcodes or adding PHP code to my theme files? Which theme file would this code go in?
To achieve this, you have to develop custom code in the below Jevelin child theme file.
/jevelin/inc/templates/titlebar.php
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
Jevelin theme with exactly what I’m trying to achieve:
The shared site that you want your site to look like is highly customized using child theme and the theme doesn’t display this layout by default.
Best regards,
Shufflehound team
Hi Derek,
I hope you are well today and thank you for your question.
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
Hi @danielabenfele,
I hope you are well today and thank you for your question.
2.- Use CSS to replace icons from one outside the options
We can achieve this developing custom CSS code.
Could you please tell me which icon you want to replace and share me the page URL from your site where it is displaying along with image URL from your site that you want to use for replacing so that I can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
Hi @leeharmon969,
I hope you are well today and thank you for your question.
Please make sure that you have configured wpbakery to work with pages as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi Mike,
I hope you are well today and thank you for your question.
You can import the demo content on your site as described in the below page.
https://support.shufflehound.com/installing-demo/
Best regards,
Shufflehound team
Hi @danielabenfele,
I hope you are well today and thank you for your question.
Does the header display on any other page?
I tried to access and log into your shared site but it is just displaying “pageok” for me.
Could you please make sure that the site is accessible so that I can help you?
Best regards,
Shufflehound team
Hi @marcorandazzo,
I hope you are well today and thank you for your question.
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
.single-ai1ec_event .post-meta-thumb img {
display: none;
}
Best regards,
Shufflehound team