I Have an Additional Feature Request - Slideshow Management
I Have an Additional Feature Request
First of all, I would like to thank you again for such a nice and useful plugin.
What I request from you is a two-column area on the side of the slides where the headings are arranged as items. When you hover over these topics with the mouse, the slide images will change and show the image of that topic. Is this possible? Or is it a difficult process to do?
In addition to all these, the thumbnail boxes on the side will continue to remain.
Google Tranlate
What I request from you is a two-column area on the side of the slides where the headings are arranged as items. When you hover over these topics with the mouse, the slide images will change and show the image of that topic. Is this possible? Or is it a difficult process to do?
In addition to all these, the thumbnail boxes on the side will continue to remain.
Google Tranlate
-
- Registered User
- Posts: 138
- Joined: Fri May 03, 2019 2:10 pm
Re: I Have an Additional Feature Request
Sorry I can't figure out what you've described. Do you mean to replace thumbnails with titles, or both thumbnails and titles
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: I Have an Additional Feature Request
I don't have enough English to explain this. I tried to explain it with this floating visual.
-
- Registered User
- Posts: 138
- Joined: Fri May 03, 2019 2:10 pm
Re: I Have an Additional Feature Request
Got it, I'll post an instruction on this topic as soon as possible, best regards
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: I Have an Additional Feature Request
Thank you for your interest and interest. I will be waiting.
Best regards.
Best regards.
-
- Registered User
- Posts: 138
- Joined: Fri May 03, 2019 2:10 pm
Re: I Have an Additional Feature Request
Hi aknctn, please try this:
Open:
Find:
Replace-with:
Open:
Find:
Replace-with:
And finally, purge the cache
Open:
tamit\slideshow\styles\all\template\event\overall_header_head_append.html
Find:
margin-right: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH + 5 }}px !important;
Replace-with:
margin-right: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH + 5 + S_SLIDESHOW_IMAGE_NAV_WIDTH + 5 }}px !important;
Open:
tamit\slideshow\styles\prosilver\template\tamit_slideshow_default.html
Find:
Code: Select all
<!-- Image navigator container -->
<div class="slideshow-image-navigator-container">
{% for slide in SLIDESHOW_SLIDES %}
<img class="slideshow-image-navigator" src="{{ slide.slide_image }}" title="{{ slide.slide_title }}" onclick="currentSlide({{ loop.index }})"/>
{% endfor %}
</div>
Code: Select all
<!-- Image navigator container -->
<div class="slideshow-image-navigator-container" style="right: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH - 15 }}px">
{% for slide in SLIDESHOW_SLIDES %}
<img class="slideshow-image-navigator" src="{{ slide.slide_image }}" title="{{ slide.slide_title }}" onclick="currentSlide({{ loop.index }})"/>
{% endfor %}
</div>
<!-- Item navigator container -->
<div class="slideshow-image-navigator-container" style="background-color: #ffffff">
{% for slide in SLIDESHOW_SLIDES %}
<a class="slideshow-image-navigator" style="margin: 10px" href="#" onclick="currentSlide({{ loop.index }}); return false;">{{ slide.slide_title }}</a>
{% endfor %}
</div>
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: I Have an Additional Feature Request
First of all, thank you very much for your consideration and quick conclusion.
I followed the steps and reset the plugin from the added control panel, but the texts were intertwined as seen in the screenshot. And some images disappeared.
I want to sort the titles side by side in 2 columns. The slide visual area may narrow towards the left. Make the title area large.
I followed the steps and reset the plugin from the added control panel, but the texts were intertwined as seen in the screenshot. And some images disappeared.
I want to sort the titles side by side in 2 columns. The slide visual area may narrow towards the left. Make the title area large.
-
- Registered User
- Posts: 138
- Joined: Fri May 03, 2019 2:10 pm
Re: I Have an Additional Feature Request
I don't see any screenshots (sorry, now I see it), can you provide a demonstration link?
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: I Have an Additional Feature Request
The problem in the images is due to working with a computer. Safe network! The system gave some warnings. I was able to view the images via mobile internet on a different computer.
Focus on expanding the headings and list layout if you wish.
https://www.teknofenomen.com/forum
Focus on expanding the headings and list layout if you wish.
https://www.teknofenomen.com/forum
-
- Registered User
- Posts: 138
- Joined: Fri May 03, 2019 2:10 pm
Re: I Have an Additional Feature Request
The instructions above apply to the default theme (ProSilver), for your theme, follow these instructions (with 2 additional columns as you mentioned):
Open:
Find:
Replace-with:
Open:
Find:
Replace-with:
Note the related properties with the value
And finally, purge the cache
I can only help you this far, the rest is up to you. Regards.
Open:
tamit\slideshow\styles\all\template\event\overall_header_head_append.html
Find:
margin-right: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH + 5 }}px !important;
Replace-with:
margin-right: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH + 5 + S_SLIDESHOW_IMAGE_NAV_WIDTH * 2 + 25 }}px !important;
Open:
tamit\slideshow\styles\prosilver\template\tamit_slideshow_default.html
Find:
Code: Select all
<!-- Image navigator container -->
<div class="slideshow-image-navigator-container">
{% for slide in SLIDESHOW_SLIDES %}
<img class="slideshow-image-navigator" src="{{ slide.slide_image }}" title="{{ slide.slide_title }}" onclick="currentSlide({{ loop.index }})"/>
{% endfor %}
</div>
Code: Select all
<!-- Image navigator container -->
<div class="slideshow-image-navigator-container" style="right: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH * 2 + 10 }}px;">
{% for slide in SLIDESHOW_SLIDES %}
<img style="padding: 0;" class="slideshow-image-navigator" src="{{ slide.slide_image }}" title="{{ slide.slide_title }}" onclick="currentSlide({{ loop.index }})"/>
{% endfor %}
</div>
<!-- Item navigator container -->
<div class="slideshow-image-navigator-container" style="background-color: #ffffff; right: -15px; width: {{ S_SLIDESHOW_IMAGE_NAV_WIDTH * 2 + 35 }}px;">
<ul style="columns: 2; -webkit-columns: 2; -moz-columns: 2; padding: 5px;">
{% for slide in SLIDESHOW_SLIDES %}
<li><a class="slideshow-image-navigator" style="margin: 10px;" href="#" onclick="currentSlide({{ loop.index }}); return false;">{{ slide.slide_title }}</a></li>
{% endfor %}
</ul>
</div>
S_SLIDESHOW_IMAGE_NAV_WIDTH
, which can change the width of the columns.And finally, purge the cache
I can only help you this far, the rest is up to you. Regards.
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: I Have an Additional Feature Request
Thank you very much for this, I would like to buy you a coffee. Please add this option to your plugins area.
I'm not very familiar with coding, I'll try to figure out how to customize it over time. Such as expanding the text area and columns, adding bold font and bullet symbols. I can't ask for anything more from you anymore.
I hope you keep this plugin updated to be compatible with future versions.
Thank you.
Kind regards.
I'm not very familiar with coding, I'll try to figure out how to customize it over time. Such as expanding the text area and columns, adding bold font and bullet symbols. I can't ask for anything more from you anymore.

Thank you.
Kind regards.
-
- Registered User
- Posts: 138
- Joined: Fri May 03, 2019 2:10 pm