2. I have been trying to find a video playlist player that works well
with this theme and after trying various plugin options im still
unable to get what I need. We want our video player to look like the
one seen in attached jpeg file 3. Here is the link to this preview as
well: https://demo.tagdiv.com/newspaper_magazine/. Can you please help
me in referring the plugin that will show a main video on auto play
and thumbnails of the videos on playlist on the right as seen in the
reference image.
You can use following plugin to achieve this.
https://codecanyon.net/item/video-gallery-wordpress-plugin-w-youtube-vimeo/157782
3. When a user clicks on the logo, like all websites, he gets directed
to the home page. Can I get the user to get directed to
http://subscribe.mansworldindia.com/
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.
Could you please share the screenshots of it?
I visited your shared site and saw you are not using Gillion theme on it.
Please advise.
Sure we can help you but your shared product page https://blog69.si/trgovina/drogerija-in-zabava/pjur-med-prolong-serum-za-zakasnitev-orgazma/ is not accessible so please make sure it is accessible.
Also would you mind if i log in to your site and do some troubleshooting? 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 bee able see it.”?
Solution for this topic
Hi Adam,
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
#header-mobile.sh-sticky-mobile-header-active {
background: #fff !important;
}
Best regards,
Shufflehound team
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.
You are most welcome here 🙂
You are most welcome here 🙂
Glad it is working fine for you 🙂
To achieve this, you have to develop custom code in the child theme of Gillion theme.
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
Yes it’s possible just share me the URL of one of the page.
Hi @johnphays,
I hope you are well today and thank you for your question.
The Gilliion logo is still at the top of the website. I went in and added a header banner, that didn’t change anything. My banner doesn’t show up and Gillion is still there.
Please try changing it from the theme options as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
To resolve it you can reduce the slider width on mobile devices using below custom CSS code.
@media (max-width: 767px){
.slick-slider .slick-list {
width: 336px !important;
}
.blog-fancy-carousel-sides.slider-arrows-sides.slick-slider {
width: 336px !important;
display: table;
margin: 0 auto;
}
.slick-slider button.slick-next.slick-arrow {
right: 22px !important;
}
}
Hi @amplitum,
Sorry to hear of the problem you are having.
I could confirm the issue on my test site which seems occurred in the latest version of theme therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Best regards,
Shufflehound team
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Hi @siberus,
I hope you are well today and thank you for your question.
We can hide it 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 hide it?
Best regards,
Shufflehound team
You are most welcome here 🙂
That is what you want to achieve that your views as an administrator should not be counted?
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
figcaption.wp-caption-text {
display: none;
position: absolute;
max-width: 100%;
bottom: 0;
z-index: 999;
color: #fff;
padding: 0 15px;
}
.wp-caption:hover figcaption.wp-caption-text {
display: block;
}
.wp-caption {
position: relative;
}As said above in the dashboard there isn’t any theme option to change it. You have to develop custom PHP code and not CSS code to change it.