Afterimage Designs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Move Sidebar to leftHi leenariethmuller,
Thanks you for using WP Bootstrap Starter theme, you can move the sidebar to the left side of the page by editing the page and choose the Left Sidebar Template – https://www.screencast.com/t/WGtIzyy93Z1g
- This reply was modified 7 years, 2 months ago by Afterimage Designs.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Header image gone after updateYou can set the header banner in Dashboard > Customizer > Header Banner
Thanks.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Header image gone after updateHello,
Can you please try to go to
Customize the contents of this sub-header and other elements of your site – go to Dashboard > Appearance > CustomizeLook for Header Content.. and add your title and tagline there
https://screencast.com/t/1ZK6WFannsI??
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Setting default page layoutSorry… The theme doesn’t support that by default.
The best way to do it is to install this child theme.. https://goo.gl/28v7Y2
Create page.php and put these codes https://pastebin.com/raw/2aGfRjKJ
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Setting default page layoutHello,
Thanks for using WP Bootstrap Starter..
Yes.. You can set it here –
https://screencast.com/t/vwWYl9muThanks.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Menu dropdown show when hoverTo Make the dropdown show on mouse over you can use this codes
CSS Code
#masthead .navbar-nav > li:hover > .dropdown-menu {
display: block;
top: 30px;
}
#masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
left: 190px;
top: 0;
width: 200px !important;
display: block;
}JQuery Code
jQuery(function($){
$(‘.navbar-collapse .dropdown-toggle’).removeAttr(‘data-toggle’);
});Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Header image gone after updateHello,
Thank for using the WordPress Bootstrap theme.
Please update your theme to the latest version.
That should fix the problem.Thanks!
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Navbar logoThank you very much for using our theme!
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Navbar logoIt is possible to change the site name to logo using CSS but to make it easy to change I added an upload logo option in the customizer.
You can download the latest version of the themes here – https://goo.gl/UAnW3s
Thanks for using our theme.