• Resolved Teaggie

    (@teaggie)


    Hi, i have a problem with this theme.

    http://www.passavantmusictest.fr/

    On the front page, i have an image menu, the 3 images underneath the big one are in the top sidebar, and i found how to edit them, but not how to put a link in each image.

    Here the code where i changed name and “get image”. And by the “personnalize menu” there is the SG-widgetimage but it changes the design of the case ( animation and layout of the text ), and the link doesn’t work.

    function sgcircus_the_top_sidebar_widgets() {
    
    	the_widget( 'sgwindow_image', 'title='.__('', 'sg-window').
    								'&count=3'.
    								'&columns=column-3'.
    								'&is_background=1'.
    								'&is_margin_0=1'.
    								'&is_animate_0='.
    								'&is_animate_1='.
    								'&is_animate_2='.
    								'&is_animate_once=1'.
    								'&is_step='.
    								'&is_link_0=1'.
    								'&is_link_1=1'.
    								'&is_link_2=1'.
    								'&effect_id_0=effect-4'.
    								'&effect_id_1=effect-4'.
    								'&effect_id_2=effect-4'.
    								'&image_link_0=' . get_template_directory_uri() . '/img/' . '1.jpg' . ''.
    								'&image_link_1=' . get_template_directory_uri() . '/img/' . '2.jpg' . ''.
    								'&image_link_2=' . get_template_directory_uri() . '/img/' . '3.jpg' . ''.
    								'&title_0='.__('Le Studio', 'sgcircus').'&text_0=' .
    								'&title_1='.__('Actualités', 'sgcircus').
    								'&title_2='.__('Boutique', 'sgcircus').
    								'&text_0='.__('', 'sgcircus').
    								'&text_1='.__('', 'sgcircus').
    								'&text_2='.__('', 'sgcircus')
    		);
    }
    add_action('sgwindow_empty_sidebar_top-home', 'sgcircus_the_top_sidebar_widgets', 20);

    Is it in this part of the code ?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘SG WINDOW’ is closed to new replies.