This Theme has no footer. If I deactivate the “Give me credits” checkbox, I have no footer.
Is this a bug?
I have inherited a project using DevDmBootstrap3
Problem is, when a menu item with child items drops down it also triggers other menu items with child items to drop down.
Any ideas?
]]>Hello,
I have a newly created site with the devdmbootstrap3 child theme. I need to create custom meta descriptions for each page, but when I try a plugin like Yoast or All In One SEO pack it just creates a second meta description. The first one is being auto generated by the theme and is the same as the “tagline” of my wordpress site. I am being told I need to disable the auto meta description feature in this theme, is that possible? And if so how do I do it?
I appreciate any help.
]]>Sup dwg? Thanks for a great theme.
I have a custom page, locate in my child theme, named test, and I have created page-test.php which is executed.
Page is called from https://www.hey.ho/test/id123/name-hey-ho and i want a custom title, in this case “Name hey ho | site title”
Im trying to achieve this with a custom header.php, but wp_head seams to control it from the parent theme?
Cheers
]]>hi DevDm,
Thanks for creating a great bootstrap theme.
I couldn’t see anything about making it Woocommerce compatible, so I’ve created a tutorial on my site (as a reference for myself and to help anyone who might like todo this).
I’d welcome any feedback.
]]>Hello,
I am using your theme and i have create author page but it doesn’t show any post of that other. Don’t know what’s wrong Can you help me in this?
Hi,
Is there any specific reason why you dont have add_theme_support html5?
Cheers
]]>Hello,
Thank you for beautiful theme. I am using your theme as a parent theme. As I was in debug mode I got this notice:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/html/legalblog.pickford.intra/legal/wp-includes/functions.php on line 3624
How can I fix this?
Thank you for your time in advance.
Best
]]>Hi,
I need to add a third level to the bootstrap menu in devdembootstrap3 and I’ve done this using SmartMenus (https://www.smartmenus.org/), but I need to make some changes to the wp_bootstrap_navwalker.php file. I tried moving this into my child theme in a /lib/ directory, but it’s not being picked up. I see there is a require_once call to it in the functions.php file in the parent theme. Is there anyway to override this and use the version in my child theme?
Many thanks for any advice!
]]>I have added a sidebar to a page, but I need to update $dm_settings['left_sidebar']
in order for devdmbootstrap3_main_content_width()
to account for it. How can I update this value, and what value do I set it to (1?) in order for the theme to know that I have a left sidebar? Thanks in advance.
Home in the list of posts is shown from the oldest to the newest. Even using WP_Query with sorting ‘orderby’ => ‘dates’ ‘order’ => ‘DESC’ or ‘order’ => ‘ASC’ it does not change
]]>Activating DevDmBootstrap3 on WP 4.3.1 gives me this error:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()
I fixed it by changing these lines in bootstrap-custom-menu-widget.php:
function bootstrap_custom_menu() {
$widget_ops = array( ‘classname’ => ‘bootstrapwidgetmenu’, ‘description’ => __(‘A custom menu widget that uses the wp_bootstrap_navwalker’, ‘devdmbootstrap3’));
$control_ops = array( ‘width’ => 300, ‘height’ => 350, ‘id_base’ => ‘bootstrap-widget-menu’);
$this->WP_Widget( ‘bootstrap-widget-menu’, __(‘Boot Strap Menu’, ‘devdmbootstrap3’), $widget_ops, $control_ops);
}
to this:
function __construct() {
parent::__construct(
‘bootstrap-widget-menu’, // Base ID
__(‘Boot Strap Menu’, ‘devdmbootstrap3’), // Name
array(‘description’ => __(‘A custom menu widget that uses the wp_bootstrap_navwalker’, ‘devdmbootstrap3’), )
);
}
// $widget_ops = array( ‘classname’ => ‘bootstrapwidgetmenu’, ‘description’ => __(‘A custom menu widget that uses the wp_bootstrap_navwalker’, ‘devdmbootstrap3’));
// $control_ops = array( ‘width’ => 300, ‘height’ => 350, ‘id_base’ => ‘bootstrap-widget-menu’);
// $this->WP_Widget( ‘bootstrap-widget-menu’, __(‘Boot Strap Menu’, ‘devdmbootstrap3’), $widget_ops, $control_ops);
// }
Thanks for a great theme!
]]>Hello, I used this awesome theme but I have problems to display the content of the single post page, Can someone help me?
]]>Hi Danny,
I am using your theme to develop a new site and so far I am pretty impressed. The only thing I would like to see would be the use of h1 tags instead of h2s for the page headers on single blog posts and pages.
I will change this in my own child theme but I feel that this is something that would make your theme more SEO-friendly for future releases.
Thank you for your hard work!
]]>How can I add 3rd level menu items to this site so it will show?
https://sacvalleylaw.haboinc.com/
I tried changing this part in the template-part-topnav.php:
'depth' => 3,
But it shows directly beneath, rather than at the side with a carrot on the parent item.
]]>I am consistently getting “undeclared variable” errors when compiling the LESS files. If it was a just a few I would comment them out and move on, but when I comment out one two more pop-up. I’ve tried 2 different compilers, so it’s not that. The files are UTF-8 with no BOM, so it’s not that, either. I’m at a loss.
I’m also at a loss as to why no one else is reporting this issue, either here or on GitHub.
Here’s one example:
variable @grid-float-breakpoint is undefined @media (min-width: @grid-float-breakpoint) {
Is it possible to just edit the .css files directly? I remember seeing a comment from you somewhere saying that was possible, with a caveat that “you’ll be missing out on all LESS has to offer.”
I mean sure, LESS is cool and all that, but I’ve spent 2 days already messing with different compilers and editors, thinking they were the problem. I just need to get this project up and running. I can do “cool” another time when I’m not under a deadline.
I don’t mean to sound ungrateful at all, it’s just frustrating when 2 different compilers error out on code I haven’t touched.
]]>I’d like to add a drop-down list to the other options on the DevDmBootstrap Options page in the back-end of WordPress. I’ve tried copying what’s done for the radio buttons but just using slightly different HTML for the drop-down (<select> and <option>) but not anywhere near getting it to work.
I’m editing the theme-options.php file. I know I need to add something to the $dm_options array and set a default. I need to create an array of options. Then validate options. Then loop through the HTML that displays the drop-down list.
But if I could get help with that code, appreciated. How would you convert the Right Columns from a set of radio buttons to a drop-down list, for example?
]]>I am very thankful for this theme. It is my first time using LESS and it’s fantastic. For the most part I have stumbled through creating the site I want.. but I cannot figure this out. How do I add a masonry (preferably) or grid posts to this theme? I would like the first post to show the full post, followed by masonry with thumbnails (if available) and excerpts. I have attempted the JS way as well as pure css, but with the loop and the markup being different, I cannot get either way to work completely. My loops is untouched other than commenting out tags/categories in meta data.
]]>If you are using Grunt, would you be able to provide your Gruntfile.js? Thanks!
]]>Hi,
Just trying your theme out for the first time and am liking it so far. I have a question about templates though:
I need to let the editor choose the template (full width or right sidebar) from a drop down when creating the page. I’ve set up custom templates before, but never when there is no template option box already on the page. Is there something special I would have to do here?
Thanks! Michelle
]]>Hello,
Thank you for the wonderful theme. I really like it. However, I have a little problem. I set my layout using left sidebar and it is showing on the top of the content in portrait and mobile view instead of after. Would you please give me some insight how to fix it. So, when user is in mobile view or iPad portrait see the blog first then see the sidebar.
Thank you,
Azi
hi there
can you tell me how to have the child elements appearing on hover for the main menu? at the moment they only appear on click and i need them to appear on hover.
many thanks!
First of thanks for the template. It’s a great clean template to start building on.
I would like to add a container div around the Dropdown menu ul so I can stretch it to full page width.
I figured in wp_bootstrap_navwalker.php by changing line 24
$output .= “\n$indent<ul role=\”menu\” class=\” dropdown-menu\”>\n”;
to
$output .= “\n$indent<div class=\”dropdown-container\”>\n$indent<ul role=\”menu\” class=\” dropdown-menu\”>\n”;
It works but the dropdown-container div is not getting closed off. I can’t figure out the code where you close the html tags since the ul and li are getting closed. I have limited knowledge of PHP so your assistance would be much appreciated.
Thanks in advance.
]]>Hi,
first I just have to thank you for an awesome theme. Really nice to work with.
Now I’m a little newbie here, and could use some help or just a nudge in the right direction. I want to move the time and author to above the post, just below the header line. Instead of having it together with the category and tags.
]]>What is the easiest way to hide comments when using this frame work with a child theme?
]]>Hello,
how to center the top Menu without messing the toggle menu @767pix.
I tried so much and cannot figure it out. Would you please help me. I am making theme child, I created style.css .
If I put this code:
.navbar-nav {
background-color: rgb(37, 37, 37);
float: none;
margin-left:auto;
margin-right:auto;
display: table !important; /*made the menu center/*
table-layout: fixed;
height:35px;
}
it would center the menu, but when I look at the drop down menu all the list are center as well and I want them to be on the left.
Would you please help me?
Thank you!
I have translated the DevDmBootstrap3 theme to Spanish, but it seems like some lines are missing. I mean, they are there, but in English. The issue seems to be in the text domain that has some typos in those lines.
They have devdmbooststrap3 instead of devdmbootstrap3
“Edit”
template-part-postmeta.php line 6
“Comments”
comments.php line 6
index.php line 54
When a file in put within the child theme – isn’t it supposed to replace the existing one from the theme folder – it doesn’t seem to do this for me – I need it to work. Basically I want to replace the Site Name with the Site Description and where the Site Description is the Social Links.
Also could you send me the Navigation CSS as well.
What’s missing is Search Form page – and could you integrate a way to include the search form into the Navigation bar if the uses wants this done.
This is the kind of theme I’ve been looking for but really don’t want to switch to different one – spent ages looking and testing. PLEASE! ??
Getting desperate here – thank you.
]]>It appears that the header.php is missing the opening <html> tag (the closing tag is present in the footer). the doctype is declared, and then there’s a <head> tag, but no <html> tag. Whoops. Also, the language attributes are applied to the doctype tag. They should be applied to the (missing) <html> tag instead.
]]>Hi. Thank you for a great job! This theme is helping me alot!
There is a little bug. In order to override bootstrap.css styles we need to include styles.css after bootstrap.css.
I think enqueuing order shoud be changed in devdmbootstrap3_theme_stylesheets()