Solution for this topic
It seems happening because of the changes you have made using Yellow Pencil editor so please remove the changes.
To confirm, please test it temporarily deactivating the Yellow Pencil Editor plugin.
You can reset the Yellow Pencil editor changes as described in the below pages.
https://yellowpencil.waspthemes.com/docs/managing-changes-on-entire-website/
https://yellowpencil.waspthemes.com/docs/managing-the-element-styles/
I have tested it on mobile and it displays fine for me as shown in the attached screenshot.
Please test it clearing your mobile browser cache or using a different browser.
That can be your browser cache problem so just clear the browser cache when you face this problem again.
I visited your shared URL but didn’t see the category and author name on it as shown in the attached screenshot.
Please test it clearing your browser cache.
@luklab Not an issue.
We will resolve the error ASAP in the next update of the theme.
Hi @MonologueHQ,
I hope you are well today and thank you for your questions.
I want some help with styling a product on my site. I’m using WooCommerce, I only have one product (so far) but when I add it to the custom page it doesn’t look very good, as evident in the attached screenshot. The margin seems to be way off, with a big white space created in the middle
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
.page-id-1460 .woocommerce ul.products li.product { width: 100%; }
After doing some research, I’m wondering if it would be better to change the style of the Product page, as per the attached screenshots? What I’d like to achieve is 3 columns – the 1st column will hold the small image and description / text. The 2nd and 3rd column will contain the booking calendar. You can see a rough mockup attached. Can you please let me know how to achieve this?
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
Best regards,
Shufflehound team
Hi @gencaylik,
I hope you are well today and thank you for your question.
Could you please tell me exactly what you mean by your website is not Mobile compatible on mobile so that I can help you as I can access your website?
Best regards,
Shufflehound team
Hi @jburleson,
I hope you are well today and thank you for your question.
You can troubleshoot and fix that issue as described on the below pages.
https://www.hostinger.in/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress
https://kinsta.com/knowledgebase/sorry-you-are-not-allowed-to-access-this-page-error-in-wordpress/
https://premium.wpmudev.org/blog/fix-not-allowed-access-page-error-wordpress/
https://muffingroup.com/blog/fix-sorry-you-are-not-allowed-to-access-this-page/
Best regards,
Shufflehound team
We will release a new theme update containing a fix for it and notify you here.
I could confirm the issue on your website home page but it is working fine on the post as shown in the attached screenshot so it seems the issue specific to your website homepage.
It seems you have created the homepage using the Unyson page builder so please resolve the issues by editing the homepage where required and make it responsive so that it will display fine on mobile devices.
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
Could you please share the blog post URL from your site where it is not displaying so that I can troubleshoot it?
Also, you are still using an older version of the theme on your website so could you please update it to the below latest version?
Please login to access this file
I don’t see any issue of category and author name on the shared blog post so could you please share the screenshot of it?
I am not sure which photo you are referring to as I don’t see any photo.
Could you please share the photo If you have missed sharing?
I could confirm the issue on my test site that occurs when on the page there are the element ‘Blog posts’ or ‘Woo Recent Products AJAX’ of Unyson plugin.
I have notified the issue to the theme developer so that it will be fixed.
The issue will be fixed ASAP.
The shared login URL worked for me.
More over, I think there is an other problem… I wanted to add an element on my homepage. It’s working on the WPBakery view, but not on the preview (cf : attachments). It’s exactly the same thing it’s happened with my image banner… All settings are not taken into account, here the color of the block.
I could confirm the issue on your shared website.
It seems you are using an older version of PHP on your website as shown in the attached screenshot so please update it to the latest version by contacting your web host.
Also, If you are using the latest version of WordPress then you don’t need to use the Gutenberg plugin as the Gutenberg editor is by default enabled in the latest version of WordPress.
@luklab Are you getting the same error as displayed in the attached screenshot?
If yes then it is not related to the issue posted on this topic and is a known issue that will be resolved soon.
If not then could you please share the screenshot of the issue?
Hi @hussen.khamis,
I hope you are well today and thank you for your question.
Sorry, I am not sure I understood your question properly so could you please describe it a bit more in detail by sharing your website URL?
Best regards,
Shufflehound team
You can remove that padding 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
.error404 #wrapper > .sh-page-layout-default { padding: 0; }