Digital experiences for all disciplines
Forum Replies Created
-
-
@melanie : or do not release not approved themes considering it appears in auto-update without any notice !!!
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/NKwWWhen switching back to classic view (no Swiftbuilder), everything looks fine :
http://d.pr/i/tt2WBut 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 !!!!!
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 !!!!!
Same here !
+ hugly <br/> and <p> tags appeared everywhere !! Arggghh
January 23, 2014 at 2:52 pm in reply to: Dante gutter width (more space between each column in the grid) #44322I’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;
}
}
Hi Tahir,
yes, I think so.. I’ve tried to use the classes provided in your documentation (Gizmo Icons reference)
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
Thank you ! It works like a charm !!
I’ve had already tested this setting, not working : still have white space around video.
The idea is to have the video fulfilling the whole screen like in ‘Agency’ demo homepage.
This reply has been marked as private.+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 !
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 ?
-