Could you please tell me which plugin update you are talking about?
Solution for this topic
Hi @ahighwaygirl,
Sorry to hear of the problem you are having.
I installed a demo, but I actually prefer not to use it. How can I remove the demo?
You can use following plugin to remove all the content from your site.
https://wordpress.org/plugins/wp-reset/
I saw a post in which you recommend checking the “theme documentation” tab in the theme settings, but somehow I do not have this option.
In the latest theme version it is moved to Gillion dashboard as shown in the attached screenshot.
I’m trying to build a static page to use as homepage with a masonry grid displaying my latest posts. It should look like the current homepage, but instead I get a totally different layout. Is there an easy way to copy the theme layout? I’ll attach a screenshot.
Please make sure to configure it correctly as shown in the second attached screenshot.
Is there an easy way to change the height of a pre-set slider? (I’d like to use Blog slider Style 6).
I am not sure exactly which slider you are talking about so could you please share me the page URL from your site where it is displaying so that i can help you?
On top of my page I get the following error: <b>Warning</b>: count(): Parameter must be an array or an object that implements Countable in <b>/home/ahighwa2/public_html/wp-includes/post-template.php</b> on line <b>284</b>
It is fixed in the below latest version of theme.
Please login to access this file
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
A note: I had some trouble installing the demo and I’m afraid it might not be installed correctly. Issue 1 & 2 might be related to this?
Yes it may be related but could you please tell what trouble you have faced installing the demo?
Best regards,
Shufflehound team
You are always welcome here 🙂
Currently the theme Shufflehound Contacts widget doesn’t accept links but plain text and this is first time the user has requested it.
Thank you for your feature request.
We have added this in our to do list so that it will be implemented in the future version of theme.
You have to customise it in the following theme file.
/jevelin/framework-customizations/extensions/shortcodes/shortcodes/portfolio-fancy/views/view.php
Please note you are making changes in the theme files therefore you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.
Hi @cheeks,
I hope you are well today and thank you for your question.
Hi. I run a wholesale business and sell largely B2B. I would like to create a page where customers can create their account. How do I do that?
To achieve this you can allow user registration on your site as described in the following pages.
http://freewptp.com/how-to-enable-user-registration-on-wordpress-site/
http://freewptp.com/how-to-enable-user-registration-on-wordpress-multisite/
http://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/
You can use following plugin to customize user registration page.
https://wordpress.org/plugins/theme-my-login/
Secondly, I’d like to know if the Jevelin theme comes with WooCommerce wholesale plugin/features that allows me to create a wholesale shop (not retail). Prices are typically not shown in wholesale websites. Appreciate your help on this. Thanks in advance,
The theme doesn’t provide any such functionality but you can use any of the following plugins to achieve it.
https://wordpress.org/plugins/woocommerce-wholesale-prices/
https://wpmayor.com/top-5-woocommerce-wholesale-plugins/
Best regards,
Shufflehound team
Solution for this topic
May I ask you how to modify the previous CSS code you gave me to fix the issue on both languages please?
Please change the previously shared CSS code as following.
li#menu-item-3365 a,
li#menu-item-3358 a {
color: #8d8d8d !important;
}
li#menu-item-3365 a:hover,
li#menu-item-3358 a:hover {
color: #ed2229!important;
}
Important: have another little visualization issue on .com/it site: the width of the fields in the contact form. When I open yellow pencil it gets fixed, maybe these are just cache issues?
It seems Jetpack plugin is causing this issue so please try using below CSS code to resolve it.
#page-container .wrap-forms .field-textarea textarea {
width: 100%;
}No I didn’t get it so please share it again and also send it on [email protected]
You are most welcome here 🙂
Solution for this topic
Hi Jürgen,
I hope you are well today and thank you for your question.
You can hide it by using the CSS solution shared in the following topic.
https://support.shufflehound.com/forums/topic/delete-post-writer/#post-24222
Best regards,
Shufflehound team
Could you please temporary disable the cache on your site so that I can troubleshoot it?
Also please make sure you are using below latest version of theme.
Please login to access this file
Would you mind if i log in to your site and import the demo content to troubleshoot it? 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 see it.”?
Thank you. This has worked on the main blog page, however not for the featured image of the individual blog post. Screenshot attached.
To make it work on single blog post page, use the attached small plugin that contains the following code.
The already used images are not resized automatically to the new sizes, you have to use the following plugin to regenerate the images with new sizes.
https://wordpress.org/plugins/force-regenerate-thumbnails/
Also – is there a way to get the blog text preview box (on the main page) to then be the same height has the image? Screenshot attached.
Try using below CSS code to achieve this.
@media (min-width: 992px){
.masonry2 .post-item:not(.format-quote):not(.format-link) .post-content-container{
height: 420px;
}
}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
.home .sh-header.sh-sticky-header.sh-sticky-header-active {
background: transparent !important;
}
.home .sh-header .sh-nav > li.menu-item > a,
.home .sh-header .sh-nav > li.menu-item > a > i {
color: rgba(255,255,255,0.85)!important;
}
The following CSS code hides scroll bar but on all pages.
html {
overflow:hidden;
}To do this only on home page try using below CSS code and adjust height value.
#rev_slider_33_1_forcefullwidth,
.home .rev_slider_wrapper {
max-height: 580px !important;
}
I haven’t done much of anything with the blog page yet but the link is below. Again, I’d love to use the parallax footer for this page but don’t like the effect on those pages not using a footer.
I am not sure exactly what you want to achieve here what effect you are talking about so please tell me exactly how you want that page to display.
Awesome great to see you got that solved by updating update.
Sure we will troubleshoot it more.
Please advise if you have more questions.
Have a fantastic day!
Hi @joaquinestevan,
I hope you are well today and thank you for your question.
You can do it by importing beauty demo content as shown in the attached screenshot then you can customise it however you want to.
Best regards,
Shufflehound team
Solution for this topic
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
html #page-container .menu-item a {
background: transparent;
}Hi @prim007,
I hope you are well today and thank you for your question.
Please make sure you have enabled WooCommerce plugin and those product visibility are not already created.
I will troubleshoot it more but I don’t think it will create any major issue.
Are you having any issue due to it?
Best regards,
Shufflehound team
You can create it using anchor tags as described in this page https://www.w3schools.com/tags/tag_a.asp
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 @rachelmball,
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
.sh-header-small-icons .cart-icon span {
line-height: 11px;
font-size: 11px;
height: 20px;
width: 20px;
padding-top: 4px;
}
If it doesn’t work perfectly on your site then please try changing values in the above CSS code.
Best regards,
Shufflehound team