• Resolved pigdesign

    (@pigdesign)


    Hi support,

    I would like to move the position of the miniatures to a personalized page of my theme!
    I tried to move the paragraph <! – slides thumbnails div start -> in the uris-layout.php file but I can not make it work.

    how can I do?
    thank you so much for the availability

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pigdesign

    (@pigdesign)

    https://www.medusaeb.com/web/test-duplicate-thumbnail/

    here first thing I’m trying to duplicate the thumbnails to be able to move them in the menu bar

    Hi pigdesign,

    – We checked this issue
    – Please set this setting

    Set to ‘top’ – thumbnail position and also set the css code in custom css section

    .sp-top-thumbnails { 
    left: 0; 
    right: 0; 
    }
    

    – After applying this please save the settings.

    Thanks.

    Thread Starter pigdesign

    (@pigdesign)

    Thanks for the answer, but I would not work on css because it would overlap the menu and it is not the result that I would like ..

    I would like to duplicate the thumbnail band and place it in the root menu, but I can not understand your development logic.

    	<!-- slides thumbnails div start -->
    			<div class="sp-thumbnails">
    				<?php 
    				if(is_array($RPGP_AllPhotosDetails)){
    					foreach($RPGP_AllPhotosDetails as $RPGP_SinglePhotoDetails) {
    						$ThumbUrl = $RPGP_SinglePhotoDetails['rpggallery_admin_thumb'];
    						$j++; ?>
    						<img class="sp-thumbnail" src="<?php echo WRIS_PLUGIN_URL; ?>img/loading.gif" data-src="<?php echo esc_url($ThumbUrl); ?>"/>
    					<?php } // end of foreach 
    				}// end of is_array ?>
    			</div>
    			<?php } ?>
    			<!-- slides thumbnails div end -->

    Hi pigdesign,

    – This is not possible you can’t add the code into theme section directly
    – Suggestion
    please create a new slide and paste shortcode into the menu area.
    after doing that you have now two slider and set display none on menu slide image div tag your slide div is hidden, thumbnail div is still appear

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move the position of the thumbnails’ is closed to new replies.