Hi @shannon.enwright,
Sorry to hear of the problem you are having.
I visited your shared site and saw it is happening because of the Javascript error message generated on your site as shown in the attached screenshot.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson & Slider Revolution plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
Hi @Lexar13,
I hope you are well today and thank you for your question.
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
#content .sh-section-77963af22048ea19bf8e341db5baa037 { padding: 0; }
Best regards,
Shufflehound team
Solution for this topic
I want to put a blog post on the home page like shown in the attached (Screenshot 1) using just visual composer – “blog post with default style” (because I need to add other elements below it). But there is a minimum of 2 columns in the available option. How can I achieve this for a single column?
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
@media only screen and (min-width: 700px){ .blog-style-card article { max-width: 50%; } .blog-style-card article .post-container { position: relative; right: -110%; } }
The footer has 3 widget spaces but I need only 2 (ratio 4:2) without the third showing empty space (please see screenshot 2). How can I achieve this?
Use below custom CSS code to achieve this.
@media (min-width: 992px){ .sh-footer-widgets .row > .col-md-4.col-sm-6:nth-child(1){ width: 66.66666666%; } .sh-footer-widgets .row > .col-md-4.col-sm-6:nth-child(2) { display:none; } }
Finally, how will you go about making the home banner a video with custom play icon and image?
You have to develop custom code to achieve this.
You are most welcome here 🙂
Hi @sofia_manso,
I hope you are well today and thank you for your question.
You will find it in the theme page here https://themeforest.net/item/gillion-multiconcept-blogmagazine-theme/19470306#item-description__changelog and also in the theme changelog.txt file.
Best regards,
Shufflehound team
The theme was using HEX color previously but now uses RGBA color because users demanded to support transparency in the color.
The old color values display in HEX color but if you just click on it and change the color then it gets changed to RGBA color.
To open the image in lightbox you can use the portfolio layout as shown on this page https://jevelin.shufflehound.com/portfolio-page/overlay/ and then click on the magnifier icon to open image but you can’t see multiple images in it and you have to develop custom code to achieve this.
You have to change the index.php file.
You have to develop custom Code to centre align it on mobile devices.
You can make it a bit centre aligned by adding the following CSS code in the Custom CSS code option of your theme on the below path but for more accurate result you have to develop more custom code.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-header-mobile-navigation .sh-table-cell.sh-group .header-logo { float: right; }
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Please try adding the code in the PHP tags as displayed below.
<?php echo do_shortcode( '[wcj_currency_select_drop_down_list]' ); ?>
Hi @cregis,
I hope you are well today and thank you for your questions.
Could you please share me the page URLs from the demo site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @donkeydonner,
I hope you are well today and thanks for posting here.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
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
.cart-empty .sh-nothing-found .sh-table-cell-top p { display: none; }
You have to apply appropriate padding on it as shown in the attached screenshot.
I want to put a blog post on the home page like shown in the attached (Screenshot 1) using just visual composer – “blog post with default style” (because I need to add other elements below it). But there is a minimum of 2 columns in the available option. How can I achieve this for a single column?
Your shared site is not accessible and just displays pop up having text “Get Amazing Stories”.
Could you please tell me which visual composer element you are using to display this?
The footer has 3 widget spaces but I need only 2 (ratio 4:2) without the third showing empty space (please see screenshot 2). How can I achieve this?
Finally, how will you go about making the home banner a video with custom play icon and image?
As said above Your shared site is not accessible and just displays pop up having text “Get Amazing Stories” so could you please make it accessible for me so that i can help you?
Solution for this topic
The code didn’t get shared correctly so i have added it in the attached file.
We will consider this to be implemented in the future version of theme.
Here’s the whole code.
function gillion_header_logo() { $standard_logo = gillion_option_image('logo'); /* Use Gillion Logo if Logo is not uploaded */ if( !$standard_logo ) : $standard_logo = get_template_directory_uri().'/img/logo.png'; endif; $sticky_logo = ( gillion_option_image('logo_sticky') ) ? gillion_option_image('logo_sticky') : $standard_logo; $light_logo = ( gillion_option_image('logo_light') ) ? gillion_option_image('logo_light') : $standard_logo; if( gillion_logo_height() && gillion_logo_height() != 'auto' ) : $height = ' height="'.str_replace("px", "", gillion_logo_height() ).'"'; else : $height = ''; endif; ?> <div class="header-logo"> <div class="sh-table-cell">" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"<?php echo esc_attr( $height ); ?> />
" alt="<?php echo get_bloginfo( 'name' ); ?>"<?php echo esc_attr( $height ); ?> />
" alt="<?php echo get_bloginfo( 'name' ); ?>"<?php echo esc_attr( $height ); ?> /> </div> </div> <?php }
Hi @donkeydonner,
I hope you are well today and thank you for your question.
If you have not purchased this plugin and using the plugin bundled with the theme then you are not direct customer of that plugin so can not activate that plugin until you purchase it.
Please see more information about this on the following pages.
https://www.themepunch.com/faq/purchase-code-registration-faqs/#1447194367831-7941a825-85b2
https://www.themepunch.com/faq/update-to-5-0-via-ftp/
We update the plugin bundled with every new theme version.
Best regards,
Shufflehound team