vee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Recommended Way To Use BB: Starter Or Parent?Hello @schuurmudgeon
I did not said ‘not creating a child theme’ or not recommend or anything like that.
For Bootstrap Basic theme, you can create child theme or you can even make it your own parent theme. ??
The pros of make it your parent theme is it is no need dependency. I think.
The cons of make child theme… I have no idea.Sorry if i misunderstand your post.
Forum: Reviews
In reply to: [Bootstrap Basic] Nice but not 100%Yes, please. Swedish language is welcome.
However i have Github page for this theme. here: https://github.com/OkveeNet/bootstrap-basic
You can pull request there.
Forum: Reviews
In reply to: [Bootstrap Basic] Nice but not 100%Thank you. It was updated in 1.0.3.3 and it is now live.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] REQUEST: Move bootstrap-basic-styleThe new version is now live.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] REQUEST: Move bootstrap-basic-styleYes, uploaded. Please wait until moderator reviewed and approved.
However you can see the code changes at Github (https://github.com/OkveeNet/bootstrap-basic) but i do not recommend to download from there.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Change Nav Dropdown to Split ButtonYou may use html widget to write it for your own.
Or you can find widget plugin by the others (if there is one) to work in this case.If you want to edit the code I can only suggest you to the point where it is generate navbar.
https://github.com/OkveeNet/bootstrap-basic/blob/master/inc/BootstrapBasicMyWalkerNavMenu.php
atpublic function start_el(...)
But i don’t think you can manage split dropdown button by using WordPress menu management.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] GitHubIt’s done.
https://github.com/OkveeNet/bootstrap-basicDid you ever modify anything? Because it has only one declared function.
Maybe you modify somewhere and declare the same function name or maybe you include this file twice.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] GitHubYes, i’ll do it when i have time.
thank you for your feedback.
Forum: Reviews
In reply to: [Bootstrap Basic] Finally!!!Thank you for your review.
Forum: Reviews
In reply to: [Bootstrap Basic] PerfectThank you for your review.
I hope my theme can help your work easier.Forum: Themes and Templates
In reply to: [Bootstrap Basic] Recommended Way To Use BB: Starter Or Parent?Hello Maria Antonietta Perna
Sorry for lag of answer.
Yes, the Bootstrap Basic is to be used as a starter theme same as _s.However this theme is free and MIT license, it means you can download edit and change it to parent theme as you wish.
Forum: Reviews
In reply to: [Bootstrap Basic] Great Start for a Bootstrap 3 _s themeThank you for your review.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Featured imageHello
Yes, it does support featured image.
As i said support featured image means i was addedadd_theme_support('post-thumbnails');
in functions.php of the theme that author can have an option to set featured image.No, i did not call to any featured image functions (both
get_the_post_thumbnail
orthe_post_thumbnail
).
This theme is not ‘ready to use’ for end user (site admin, authors).
It is the theme that is based on Bootstrap v.3 for any theme developer to start build their theme with Bootstrap v.3.
You may have to call to featured image functions yourself at the position you want.Sorry for inconvenient
Forum: Themes and Templates
In reply to: [Bootstrap Basic] background image widthplease add this code in header.php of the theme.
<style type="text/css"> body.custom-background { background-size: cover; } </style>
this will make background size full page. It works only browser that support css 3