Some queries regarding fusion theme

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Some queries regarding fusion theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #25305
    alphanetwork
    Member

    I simply want to make a site like this. http://www.apolloapps.com/church, I am used to visual composer, it looks like your theme is more code based. Can someone please help.

    I have emailed 3 times and no one is responding.

    #25310
    Veena
    Moderator

    If you are asking about modifying features slider section then you can try the below code –

    
    [six_col]
    [wrap class="slider-content"]
    
    [iphone_slider id="features-iphone-slider" direction_nav=false animation="slide" control_nav=false pause_on_hover=false image_urls="https://www.livemeshthemes.com/fusion/wp-content/uploads/sites/2/2014/09/radio-app-1.jpg,https://www.livemeshthemes.com/fusion/wp-content/uploads/sites/2/2014/09/radio-app-2.jpg,https://www.livemeshthemes.com/fusion/wp-content/uploads/sites/2/2014/09/screen-1.png,https://www.livemeshthemes.com/fusion/wp-content/uploads/sites/2/2014/09/screen-2.png" phone_color="gold"]
    
    [/wrap]
    [/six_col]
    [six_col_last]
    [wrap class="text-content"]
    
    [tab_slider id="features-slider" slideshow=true animation=slide direction_nav=false sync="#features-iphone-slider.flex-slider-container .flexslider"]
    
    [tab_slide tab_icon="icon-uniBF" tab_name="Pin Location"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniE10B" tab_name="Contacts View"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniEF" tab_name="Print Messages"]
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniE103" tab_name="Hash Tags"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniBF" tab_name="Pin Location"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniE10B" tab_name="Contacts View"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniEF" tab_name="Print Messages"]
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniE103" tab_name="Hash Tags"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniBF" tab_name="Pin Location"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniE10B" tab_name="Contacts View"]
    
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniEF" tab_name="Print Messages"]
    [/tab_slide]
    
    [tab_slide tab_icon="icon-uniE103" tab_name="Hash Tags"]
    
    [/tab_slide]
    
    [/tab_slider]
    
    [/wrap]
    [/six_col_last]
    

    Pls modify the icons according to your requirement.
    These are the list of icons available –
    http://support.livemeshthemes.com/faqs/icons-bundled-with-fusion-theme/

    #25316
    alphanetwork
    Member

    hi thanks for this.

    what about editing the home page. how do i link the menu to the features etc.
    i want it to be a one page site so that when i click any of the menu button it will automatically scroll to the right place as seen in the demo site.

    #25335
    Veena
    Moderator

    If the css id of that page section is “#section-two” then you need to insert internal link as
    http://yourdomain.com/#section-two .

    In demo page features section css id is #app-features-slider so the internal menu link is like this -https://www.livemeshthemes.com/fusion/#app-features-slider

    The themedocumentation talks about how to setup internal scrollable links to the internal sections within a page .Pls check the Installation section of the documentation for the same.

    #25394
    alphanetwork
    Member
    This reply has been marked as private.
    #25395
    alphanetwork
    Member

    Here is the website: http://www.myfreechurchapp.co.uk

    #25415
    Veena
    Moderator

    1. Pls share a temp login to your site as a private msg , will take a look.

    2. Will get back to you on this shortly.

    3. Pls drag text widget in to Header Area in Appearance > widgets and have this shortcode –

    
    [button style="padding: 10px 42px;" custom_color="#02baf2" type="large" size="large" href="#" align="center" target="_self"]Login[/button]

    4.Pls use the below custom CSS in themeoptions –

    
    ul.social-list {
        text-align: center;
    }
    div#panel-9024-5-0-0 div {
        padding: 0 !important;
    }
    ul.social-list a i {
        font-size: 36px;
    }
    
    #25467
    alphanetwork
    Member
    This reply has been marked as private.
    #25488
    Veena
    Moderator

    1. I don’t see any issue . Can you pls recheck?

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.