Hi,
I would like to remove all of the slides except 'Fade Slider Forced Full WIdth. I noticed on this thread: http://www.kriesi.at/support/topic/remove-javascript-and-sliders that it gave instructions. But when I go to edit the page the sldiers are still there and working even after removal.
Slider Removal
2 posts from 2 voices-
Posted 1 year ago #
-
Hi Vincent,
That will remove the scripts from loading but not remove them from the edit menu.
You can try the following to see if its what you are looking to do:
Replace:
"subtype" => array('Fade Slider (size depends on page layout selected above)'=>'fade_slider','Aviaslider (Fullwidth)'=>'aviaslider','3d Piecmaker Slider (Fullwidth)'=>'piecemaker','AviaCordion (Fullwidth)'=>'aviacordion', 'Caption Slider (Small Image & Caption will appear beside)' => 'caption_slider','Fade Slider (forced full width)'=>'fade_slider fullwidth')),
with
"subtype" => array('Fade Slider (forced full width)'=>'fade_slider fullwidth')),At line 103 in register-admin-metabox.php located in includes>admin folders.
Posted 1 year ago #
Reply
You must log in to post.














