Hi,
I’d like to have two buttons in on my fullscreen slider. From the drop down menu in the “Edit Form Element” screen I can choose “Attach a button and apply a link to button”. I would like to attach two buttons. Is this possible?
Hi kirbyskin!
That was a featured added with the 2.5 update 2014 February 10:
Regards,
Devin
Hi Devin,
My current version is 2.4.5, but when I go to “Theme Update” under Theme Options it says “No Updates available. You are running the latest version! Great!” Can you please tell me how to update to 2.5?
Thanks,
Ian
Thank you!
Wait – one more question :) I added the second button, but now on mobile devices the 2nd button isn’t left justified, rather it’s maybe 15 pixels to the right of where it should be. Is there a way to correct this?
Sure: http://kirbyskin.com
If you look on a mobile device or size your browser window small enough so that the buttons stack on top of each other, you’ll see that the bottom button sticks out further to the right than the top button.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-multi-slideshow-button.avia-slideshow-button-2 { margin-left: 0; }}
Best regards,
Yigit
Question: is there any issue with setting the max-width very high so the button renders correctly on devices with larger pixel width than 480? I set it at 2000 instead of 480 and it appears to render correctly on all devices I test it on but I want to check if this will pose an issue that I’m not thinking of? Please advise.
Nope, should be just fine.
Great – thanks, Devin!