I am not using a shortcode, when I do, the text of the shortcode is displaying instead of the accordion. Or do I do something wrong?
You have to use shortcode to make it work. I have used WordPress shortcode on my test site as shown in the attached screenshot and it is not displaying as text which means it is working.
Please test the same gallery shortcode on your site and if it works then it means the shortcodes are working in the description but not the shortcode provided by woocommerce addons so contact the woocommerce addons creators regarding this.
Still having troubles with woocommerce too, to see a product you have to be logged in and I still didn’t find out why
Please make sure the visibility of product is public and not private as shown in the second attached screenshot.
Solution for this topic
I wish to use overlay 3 in my gallery with the minimalistic style. I wish to hide the descriptive text but it doesn’t seem to be in any tags (image attached). Please could you advise how?
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-overlay3-data {
font-size: 0 !important;
}
Could you please also advise how I can change the hover state of related items to match that of the portfolio.
To achieve this you have to develop custom CSS code like developed on the following page.
http://codepen.io/oloman/pen/nIsib
The mini images are in relation to there being a gallery set on the page. I wish the main image to appear like the gallery on the gallery slider page but using this layout.
You have to develop custom code to achieve this.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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
Could you please tell me which animation type you are using for the heading?
I went in to the theme code to troubleshoot it and actually found out it is a part of theme contact form styles which is performed by the following codes.
if( isset($atts['style']) && $atts['style'] == 'style2' ) : ?>
#contact-form-<!--?php echo esc_attr( $atts['id'] ); ?--> label {
display: none;
}
#contact-form-<!--?php echo esc_attr( $atts['id'] ); ?-->.contact-form input,
#contact-form-<!--?php echo esc_attr( $atts['id'] ); ?-->.contact-form textarea {
text-align: left;
border-radius: 25px;
padding: 29px 30px;
border-width: 0px;
}
It is not error log. You have shared something different logs.
Yes you can share it to me privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”
The issue is fixed in the following latest Jevelin theme so please update your theme to fix it.
Please login to access this file
The issue is fixed in the following latest Jevelin theme so please update your theme to fix it.
Please login to access this file
Yes it it in our to do list and we’ll fix it in the future update.
Hi @prateek488,
I hope you are well today and thank you for your question.
We can do this by developing custom CSS code.
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
I can see you are using older version 2.2.0 of theme on your shared site so could you please use the latest version of theme by downloading it using below button?
Please login to access this file
It doesn’t happen usually so we don’t know the exact reason. This can be due to the server issue where you have hosted your site so please contact your web host or check error logs as described on the following pages to know the reason of issue.
https://snapcreek.com/blog/wordpress-error-log-friend/
http://smallbusiness.chron.com/server-error-log-wordpress-blog-41147.html
Thank you for your patience here and sorry the feature is not yet implemented in the theme.
If you need this feature urgently then and 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
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-header .sh-table-cell:first-child {
float: right !important;
}
.sh-header .sh-table-cell {
float: left !important;
}
Solution for this topic
For single post use the below CSS code.
body.single-post .sh-titlebar,
body.single-post .content-container {
background-color: #d0c0c0;
}
And for single page use the following custom CSS code.
body.page .content-container,
body.page .content-container .sh-section {
background-color: #d0c0c0;
}
You are most welcome here 🙂
Please see the information provided on the below pages.
https://snapcreek.com/blog/wordpress-error-log-friend/
http://smallbusiness.chron.com/server-error-log-wordpress-blog-41147.html
Your first shared URL is displaying me an error “Page could not be found” and second is displaying login form.
Are you using shortcode to display an accordion on the product description?
Your shared screenshot is too much large so it increases the image file size and you couldn’t upload it here so you can resize your screenshots before uploading here by using any of the following online tools?
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Hi @volselcuk,
I hope you are well today and thank you for your question.
I visited your shared site and it displays fine for me on mobile as shown in the attached screenshot.
Which mobile device and browser are you using?
Could you please try using different browser on your mobile?
Best regards,
Shufflehound team