Hi do I set the amount of products per page with this theme? No code or plugin seems to allow, but if I change theme it does?
]]>thanks for the great theme.here is my problem:
l create a child theme and l wanna add another stylesheet whose name is “responsive.css” after loading the style.css whose id is “bootstrap-basic-style-css”.the code in child-theme’s function.php is :
add_action( 'wp_enqueue_scripts', 'my_module_style' );
function my_module_style() {
if(true){
wp_register_style( 'responsive', get_stylesheet_directory_uri().'/responsive.css', array(), null, 'all' );
wp_enqueue_style( 'responsive' );
}
}
but responsive.css loaded before the style.css whose name is “bootstrap-basic-style-css” ,please help me how to slove it .thank you .
]]>Hello!
I greatly like design of this theme – it’s simple, minimalistic and at the same time got two sidebars ??
But I’m not a developer and don’t plan to modify this theme or use ‘Bootstrap’. I even don’t know what is Bootstrap :E
The question: is it safe to use it without modificaton? I mean ‘safe’ in terms of cybersecurity. Or to make it save I need to use this additional ‘Bootstrap’ product?
Thanks! ?
]]>Please ask your question on GitHub. ( https://github.com/Rundiz-WP/bootstrap-basic/issues ).
]]>Hi,
We recently launched an updated website drdorfman.com. However Google AdWords stopped allowing ads bc it says there is “malicious or unwanted software” associated with these links:
https://www.drdorfman.comwp-content/themes/bootstrap-basic/js/vendor/mod-dm-custom.js
https://www.drdorfman.comwp-content/themes/bootstrap-basic/js/vendor/modernizr.min.js?ver=3.3.1
Can anyone offer a suggestion. We don’t have a clue.
TY
Jeff
I am using Yoast plugin for SEO. When i install yoast plugin then reply button won’t work. Is there some sort of conflict between plugin and theme?
]]>hello,
can you help me expand the mobile menu breakpoint. i would like to change it from 768px to 991px.
Thanks,
joel
Hi!
The theme is very good and fast!
I have a problem:
I would like to use “Read more” button and post Excerpt with thumbnail
The posts are very long…
I tried few method, I installed plugin but nothing.
My site: https://www.szirbekistvan.hu
Please help me!
Daniel
Hi, I updated my site to https a couple of weeks ago.
Mostly things were fine, occasionally the stylesheets don’t load, and I have “mixed content” warnings. Is it possible to use Bootstrap Basic theme with https? It seems it always references http.
I apologize if this question was already raised, did not find an answer on the forum. Does this theme support multisite wordpress installation?
]]>Anyone have problems with the 4.7.3 update? I lost portions of my site and proper CSS operation.
]]>Hi,
Loving this theme. However, having trouble figuring out where to configure the posts_per_page. Default seems to be 10. I’d like to set it to 9.
Could not find where the WP_Query is originally called to set the default. Can you point me in the right direction?
I’ve scoured Bsb4Design and can’t find anywhere to plug that in.
Thanks!
]]>Версия bootstrap-basic.1.0.6
Наблюдаю проблему с мобильным меню. При складывании экрана меню отображается но не срабатывает.
Так же не работает функция коллапс. Она вообще не работает.
Отображаются в отладчике проблемы, но я не смог их решить.
Помогите пожалуйста. Адрес сайта: https://xn--b1admmflbe.xn--p1ai/
Hi!
Whenever I try to crop an image that I uploaded there is no box around the crop area and I get the message “There has been an error cropping your image.”.
I’m working local with XAMPP. How can I fix this problem?
Hello,
I’m trying to make a sidebar menu. I’ve tried various templates from various sources and always encounter the problem that the menu doesn’t expand/toggle when you click on the menu button on a smaller screen. Otherwise it works fine. I feel like this might have something to do with the theme as it seems to work everywhere else, but I’m not sure what the issue is.
I’ve described the issue here in more detail with code examples: https://stackoverflow.com/questions/41100509/bootstrap-3-sidebar-menu-doesnt-toggle-expand-using-wordpress
In the meantime, I’ve copied various types of menus from bootsnipp and while the menu always works in principle, the toggle never works. I’ve also tried hardcoding the menu. The JS used in these templates appears in the head section (I use Scripts n Styles to add it).
What’s going on here? I’m sure I’m missing something :/
]]>I want to include another php file. Problem is that that file have to open thema details.
For twentyeleven i have do this
$options = twentyeleven_get_theme_options();
$current_layout = $options[‘theme_layout’];
What to do with bootstrap basic?
]]>I’ve checked the version DIFF. Is there a simple change log for the theme? I’d like to know the main changes between v1.0.11 and v1.0.12. Sorry if this is easily available info – I could not find it.
]]>Hello
I want to make a small script to upload or to select the media files from wordpress that its easy to make a header. Someone a idee?
]]>Hi,
Is it possible to make the dropdown menu parent active while on one of the child pages in the menu?
I’ve tried quite a lot of stuff (changing classes, adding classes, etc.) but had no luck. Has anyone managed to get this to work?
Taken from the bootstrap guide to illustrate what I mean:
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
</ul>
</li>
I want the ‘Dropdown’ menu item to be active while for example, on the Action page.
Thanks
]]>Hi,
I’m trying to add a second menu on one page on the right hand side. When I create a custom menu and add it to a custom sidebar (under Widgets), it always appears at the bottom or below the main content rather than on the right.
The main column seems to choose md-9 automatically even with not much content in it. This pushes the sidebar to the bottom. When I change it to say md-6 in the html inspector on my browser, the sidebar will happily sit on the right.
How can I make it choose a more sensible width for this one particular page where I want a sidebar to be on the right hand side?
Thanks
]]>Hello,
Buttons appear different when using this theme.
By default, when not using this theme, they appear as they are here (solid color):
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_button_styles&stacked=h
But when using this theme, they have a gradient/glossy look (not sure how to include a screenshot on here).
How can I remove this look and just use the default look of bootstrap buttons?
Thanks
]]>This theme he supports the woocommerce plugin if I want to create a page of products.
Grateful.
]]>Hello,
Are there any recommendations for how I might implement this css file:
https://github.com/morteza/bootstrap-rtl
I add it based on if the current user’s language is a right-to-left language.
However, I get a lot of interference from .less
files that are implemented by this theme (eg: css/less/navbar.less adds .navbar-nav > li { float: left; }
which then overrides the bootstrap-rtl file’s .navbar-nav > li {float: right; }
)
Thanks
]]>Hello,
Is there some way to create the default dropdown in the navigation bar without writing the html myself.
I created a custom menu, and defined “sub-items” of items by moving them slightly right. However, this does not add the caret and specify the “dropdown-toggle” class as is necessary for a bootstrap navbar dropdown.
Is there someway to specify this in the theme or do I need to add these things with Bootstrap Less?
Thanks.
]]>Hello,
I would like to add my logo to the top left of the navigation bar.
On my child theme I have removed the “site-branding” navbar (ie:header .site-branding { display: none; }
) and only display the “main-navigation” navbar.
This is so that I only have one navbar on the top of my forum.
Now I would like to add a logo which links to my site homepage (not on WP) at the left of this navbar. How would I do this?
Thank you.
]]>Hello again,
Are there any suggestions for how to make the header cover the entire width of the page?
I am new to WP. I imagine I can create a template for header.php in my child theme where I change around the html (specifically, place the header html outside of the .container
class). But if I create a template then it does not get updated if a new version of the theme comes out, so I would rather not do it this way.
Thank you.
]]>Hello,
I am using the bootstrap-basic theme.
If I add a button (eg: class="btn btn-primary"
), I see a line through the button on hover.
Is anyone else experiencing this?
Thank you.
]]>Hello,
can you help me for a translation mistake.
I use bootstrap-classic with a child theme and a french version of WordPress.
I guess I have to put the translation new files in my child theme, but in my case it doesn’t work.
I put this in my functions.php :
/**
* Loads the child theme textdomain.
*/
function wpdocs_child_theme_setup() {
load_child_theme_textdomain( 'bootstrap-basic', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'wpdocs_child_theme_setup' );
and put a fr_FR.po in a languages folder in my child theme.
I’ve translate some strings from default.po with poedit.
But I don’t see any changes.
Thanks for your help.
]]>Can i use bootstrap glyphicon when I create page or post. Do I have to install some plugin for that?
]]>How can I add logo image in header.php
]]>