Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)
  • Posted in:
  • in reply to: Page Builder edit issue WordPress 3.9, Dante 2.52 #67782
    wylesight
    Member
    Post count: 45

    @melanie : or do not release not approved themes considering it appears in auto-update without any notice !!!

    in reply to: Page Builder edit issue WordPress 3.9, Dante 2.52 #67777
    wylesight
    Member
    Post count: 45

    Yes @alexvald : the VISUAL editor inside Swifteditor is displaying has TEXT editor, but white on white, without any button : http://d.pr/i/1GmGaR

    The TEXT editor in Swiftbuilder looks ok, but I have big issues with br and p tags (see below)
    http://d.pr/i/NKwW

    When switching back to classic view (no Swiftbuilder), everything looks fine :
    http://d.pr/i/tt2W

    But above the editor, I think shortcodes are causing problems :

    In editor I have :

    [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"]
    
    For those participants arriving in Barcelona a few days earlier, there will be a pre-summit programme with visits to some family businesses that are members of the IEF. Keeping with the FBN philosophy, the visit of family businesses is strongly encouraged as a part of the academic program and the events that are organized.
    
    [/spb_text_block] 
    
    [blank_spacer height="0" width="1/1" el_position="first last"] 
    
    [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"]
    
    [table type="striped_minimal"]
    [trow]
    [thcol]Family Visit[/thcol]
    [thcol]Departure Time[/thcol]
    [thcol]Meeting Point[/thcol]
    [/trow] ETC....

    In outpout I have :

    <div class="container">
    
        <div class="row">
            <div class="spb_content_element col-sm-12 spb_text_column">
                <div class="spb_wrapper clearfix">
                    <p></p>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <br></br>
                    <table class="sf-table striped_minimal"></table>
                    <p></p>
                </div>
            </div>
        </div>
    
    </div>

    Which looks like : http://d.pr/i/Nb5y

    THIS IS REALLY A PROBLEM !!!!!

    in reply to: Page Builder edit issue WordPress 3.9, Dante 2.52 #67770
    wylesight
    Member
    Post count: 45

    Swift Editor definitely seems to mess up with new WP3.9 text editor..

    My main issue is about br and p tags, and it is really messing out all the pages of one of my clients.

    If I remove the filter wpautop remove_filter( 'the_content', 'wpautop' );

    it is also messing up, of course.. We’re stuck here and really need some fixes !!!!!

    in reply to: Page Builder edit issue WordPress 3.9, Dante 2.52 #67765
    wylesight
    Member
    Post count: 45

    Same here !

    + hugly <br/> and <p> tags appeared everywhere !! Arggghh

    wylesight
    Member
    Post count: 45

    I’ve found a pretty easy solution.

    It may not be perfect as I’ve spotted a few elements margin errors (only latest portfolio fullwidth for now).

    1. Go to Bootstrap Customization tool http://getbootstrap.com/customize/
    2. Don’t change any settings and go to the “Layout and grid system” section
    3. Enter the desired gutter size in “@grid-gutter-width”. In my case 60px.
    4. (optional): change the max grid size in “@container-lg”. In my case ((1000px + @grid-gutter-width))
    5. Scroll down to the bottom and click on “compile & download”
    6. Find “bootstrap.min.css” in the downloaded archive
    7. Go to dante/css/ on your server
    8. BACKUP your bootstrap.min.css original file
    9. Replace it with the new bootstrap.min.css file downloaded from bootstrap.

    After this alsmost all the elements are ok. You just need a few adaptations in the main style.css

    10. Use a child theme and add the following rules in it :


    .header-3 #main-navigation, .header-4 #main-navigation, .header-5 #main-navigation, .header-6 #main-navigation, .header-7 #main-navigation {
    margin-right: 30px;
    }

    .header-6 .search-nav, .header-7 .search-nav {
    right: 30px;
    }

    .header-6 #logo, .header-7 #logo {
    left: 30px;
    }

    #breadcrumbs {
    margin-right: 30px;
    }

    .page-heading .heading-text {
    margin-left: 30px;
    }

    @media only screen and (max-width: 991px){
    .header-6 #logo, .header-7 #logo {
    padding: 0 30px!important;
    }
    }

    @media only screen and (max-width: 767px){
    .page-heading .heading-text {
    margin-left: 10px!important;
    }
    }

    in reply to: Menu ICONS in top menu #42119
    wylesight
    Member
    Post count: 45

    Hi Tahir,

    yes, I think so.. I’ve tried to use the classes provided in your documentation (Gizmo Icons reference)

    http://d.pr/i/eBy8

    I’ve tried with both ‘class’ and ‘.class’

    The idea is to insert icons in the top menu, first level (products of the week and client access)

    http://www.invescap.ch/2014/products-offered/

    thx

    in reply to: Fullscreen video like in 'Agency' demo homepage #41884
    wylesight
    Member
    Post count: 45

    Thank you ! It works like a charm !!

    in reply to: Fullscreen video like in 'Agency' demo homepage #41361
    wylesight
    Member
    Post count: 45

    I’ve had already tested this setting, not working : still have white space around video.

    > http://d.pr/i/aAsc

    The idea is to have the video fulfilling the whole screen like in ‘Agency’ demo homepage.

    in reply to: Fullscreen video like in 'Agency' demo homepage #41357
    wylesight
    Member
    Post count: 45
    This reply has been marked as private.
    in reply to: 1/5 and 1/6 Columns in Dante #34987
    wylesight
    Member
    Post count: 45

    +1

    It could be really needed to add all kind of content (buttons, logos, etc.).

    Also is there a way to reduce the grid size of Dante ? (i.e. fix the max width to 970 rather than 1170)

    thx !

    in reply to: Revolution Slider problems #12989
    wylesight
    Member
    Post count: 45

    I’m having the same problem. In the latest version of RS, there’s a new field when choosing ‘Fullscreen mode’ : http://d.pr/i/ip5S

    It looks like we need to define the container where the slider will appears. Which one is it ?

Viewing 11 posts - 16 through 26 (of 26 total)