Forum Replies Created
-
Author
-
USParticipant
Can we add this option… please, pretty please : )
* {
border-radius: 0 !important;
}
As I’m sure I don’t want to overwrite this later I just use !important.If you are not compiling your less files just do:
* {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
In bootstrap 3 if you are compiling it you can now set radius in the variables.less file:@border-radius-base: 0px;
@border-radius-large: 0px;
@border-radius-small: 0px;USParticipantThis is not the solution and does not solve, thank you anyway. I really do appreciate you taking time to respond – but…
Please note this:
I don’t want the black bar
I don’t want the slider/content moved down
I want a sticky mobile navbar (option) also bottom or top fixed.
I want a small navbar height like the desktop is after a scrollBasically again, I want the clean minimal and unobtrusive bootstrap menu that comes standard with bootstrap. The kleo nav takes up too much space for a mobile nav and feels clunky, especially compared to the clean desktop version
I’ve said this before Kleo is fantastic, but it feels like the mobile nav is the ignored, ugly step child
USParticipant@andrei … that’s the point, It’s my opinion the mobile menu needs to be reworked. It really should have the same look and functionality in desktop and mobile or at the very least the that option.
look here to see https://playingintrafficrecords.com this is basic bootstrap menu and it way better for mobile than what Kleo has at the moment
USParticipantAlso maybe this could you guys:
PART ONE
http://buddydev.com/buddypress/making-wordpress-seo-plugin-compatible-with-buddypress/
PART TWO
Probably more code snippets here to look at for ideas
http://buddydev.com/buddypress/making-wordpress-seo-plugin-compatible-with-buddypress-part-2/USParticipantI love the theme as a whole, however I don’t want the the mobile header I want the menu to remain the same throughout all size breaks. in my case i want this menu (desktop look) https://loophole.io to be used for mobile (minus the page menu items of course)
The only thing I want like the mobile version of the navbar is the hamburger and logo only features
I want to retain transparent
A big reason I don’t like the mobile nav is it takes up WAAY to much real estateUSParticipantregarding?:
Also when when you guys catch up to bootstrap 3.3.4 – you’re still on 3.0 and some markup is broken
USParticipantCOPY CODE*/ #myModal { top: 20px !important; position: fixed; } #myModal:focus { outline: none; }
Is a huge help! it’s getting there, again this should be placed in the theme natively
Also when when you guys catch up to bootstrap 3.3.4 – you’re still on 3.0 and some markup is broken
USParticipantI wish to achieve a clean look like this:
https://bootswatch.com/yeti/ NO RADIUS anywhere option and functional modals would be lovelyUSParticipantREQUEST for KILL THE RADIUS in THEME OPTIONS
Ability to to turn all radius on all elements
The rounded buttons, search fields etc make me crazy!
USParticipantNot here. This should work out of the box, can I request to get this working for the next update? Adding css should be needed
I used raw html element from visual composer and place this snippet
`
<!– Button trigger modal –>
<button type=”button” class=”btn btn-primary btn-lg” data-toggle=”modal” data-target=”#myModal”>
Launch demo modal
</button><!– Modal –>
<div class=”modal fade” id=”myModal” tabindex=”-1″ role=”dialog” aria-labelledby=”myModalLabel” aria-hidden=”true”>
<div class=”modal-dialog”>
<div class=”modal-content”>
<div class=”modal-header”>
<button type=”button” class=”close” data-dismiss=”modal” aria-label=”Close”><span aria-hidden=”true”>×</span></button>
<h4 class=”modal-title” id=”myModalLabel”>Modal title</h4>
</div>
<div class=”modal-body”>
…
</div>
<div class=”modal-footer”>
<button type=”button” class=”btn btn-default” data-dismiss=”modal”>Close</button>
<button type=”button” class=”btn btn-primary”>Save changes</button>
</div>
</div>
</div>
</div>
`
# things wrong
1. Modals should always load in the horizontal center on the browser regardless of page template used.
2. Modals should load near the top of the page – not pushed down
3. If the page is short it should not be obscured by the footer
4. We should not have to added css manually to the theme just to make it render at allAttachments:
You must be logged in to view attached files.USParticipant@Laura… thank you for answering, however I certainly don’t want to load yet another javascript file/s and css/s via a plugin to further bloat the theme out even more. Bootstrap is already loaded in this theme….
The modals need fixing. @abe can you advise here. This really should be working and no offence meant but it feels like this issue is being swept under the rug. There’s other users not getting answers on this
USParticipant@Laura really?! lol! It shows fine because its not Kleo. The ShoeStrap. The example is what I want to achieve
Can you provide me a working version of this in Kleo?
USParticipantI am with here on this! Same issue:
https://archived.seventhqueen.com/forums/topic/simple-modal-markup-is-brokenModals should working but are very broken if you use normal bootstrap markup
I think you are wanting this right?:
http://traffic.mg/modal-video/ which should work here too as this theme is presumed boostrap 3 unless there’s been some heavy mods to prevent this from working normallyUSParticipantBottom Fixed Navbar
like this:
http://playingintrafficrecords.com
This is my site and I would like to move it to Kleo for the BuddyPress function and would like to retain the bottom fixed menuUSParticipantI had to add this to fix:
COPY CODEdiv.col-xs-12.col-sm-6.col-md-4 div.kleo-block.feature-item.list-el-animated.big-icons-size.center-icons.start-animation span.feature-icon { display: block; }
USParticipant@abe, this makes perfect sense
Would it make sense, then for me to rebuild all thumbs to a 1:1 ratio?
January 11, 2015 at 06:31 in reply to: Broken Code Snippet from one of your moderators breaks Title Area appearence #41672USParticipantMaybe @abe could chip in here?
January 11, 2015 at 05:56 in reply to: Broken Code Snippet from one of your moderators breaks Title Area appearence #41670USParticipantGreat snippet BTW… I am very greatful
January 11, 2015 at 05:55 in reply to: Broken Code Snippet from one of your moderators breaks Title Area appearence #41668USParticipantUsing Safari
Attachments:
You must be logged in to view attached files.USParticipantHOWEVER
you will notice the “posts” section of the results shows a slightly oval thumb still
There’s a lot of general weirdness in this theme regarding images. It’s my instinct this need a pretty deep investigation into the theme
Also note:
On a site I have non displaying images in chrome and firefox, but strangely display in safari (but stretched)
REF: https://archived.seventhqueen.com/forums/topic/kleo-v2-3-1-images-in-raw-htm-not-displayingUSParticipantThank you
I placed it here:
<body <?php body_class(); ?> itemscope itemtype=”http://schema.org/WebPage”>
<?php if ( function_exists( 'gtm4wp_the_gtm_tag' ) ) { gtm4wp_the_gtm_tag(); } ?>
<?php do_action(‘kleo_after_body’);?>
Working well: https://retrocutie.com
January 1, 2015 at 02:37 in reply to: Blocked a frame with origin "https://s-static.ak.facebook.com" #40822USParticipantaddendum: This is while logged out only
USParticipant@sharmstr so you agree then?:
<?endif; ?>
should be:
<?php endif; ?>
As this is definatly the solve for me
-
AuthorPosts