Giter Site home page Giter Site logo

devdmbootstrap3's People

Contributors

dannymachal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devdmbootstrap3's Issues

child theme usage: calls to devdmbootstrap3_main_content_width() fails

Hi.

I've childed the theme and I've copied index.php to my child dir. The page load stopped at the first call to devdmbootstrap3_main_content_width(). The last line of html looks like this:

 <div class="col-md-

With the debug flag on I see this

Fatal error: Call to undefined function devdmbootstrap3_main_content_width() in /var/www/hispec/blog/wp-content/themes/hispec/index.php on line 1

Footer NavBar Overlaps Bottom of Website

One small bug that I've found is that the bottom of the website is covered up by the Footer NavBar. I've worked around the issue, but wanted to get it posted here... Good job.

Undefined variables on compile

I'm continually getting a slew of undefined variable errors (on files I haven't edited/touched) on compile. At first I thought it was a problem with the compiler (WinLESS), so I switched to using Brackets, but it's the same issue.

I've gone through variables.less and it looks like everything there has been declared, so I'm at a loss.

Initial Impression

Hey

I just downloaded your Master zip.
It is nice to see that the Parent and Child in the same folder. Easy to copy them over to htdocs folder into my test site.
Activated the child theme.

The first thing I looked for were various page templates. I see there are none included. What about including some with comments so the user can easily adjust?
Noticed a left and right widget area. Adding some widget areas with comments to a function file inside the Child theme?

DevDmOptions.
What about adding in Remove page title? (Yep can easily be done through CSS)
Remove Page comments?
Showing how to add options to the options panel.
Custom page panel? To where the user can easily select left, right, left and right sidebar layout. Some info on how to add options to the custom page panel.

A few ideas on how to extend the theme! Looks like a very good start though!

PHP if statements don't quite line up in template-part-head.php

I was looking closely at template-part-head.php. The 'if' statements are lined up odd. I think if you had neither a header image or a header text color, you'd end up with mismatched html opening and closing div's. (I think you'd have one extra closing div in the mix.)

I think you want:

<?php global $dm_settings; ?>
<?php if ($dm_settings['show_header'] != 0) : ?>
<div class="row dmbs-header">
    <?php if ( get_header_image() != '' || get_header_textcolor() != 'blank') : ?>
        <?php if ( get_header_image() != '' ) : ?>
            <div class="col-md-4 dmbs-header-img text-center">
                <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" /></a>
            </div>
        <?php endif; ?>
        <div class="col-md-8 dmbs-header-text">
        <?php if ( get_header_textcolor() != 'blank' ) : ?>
            <h1><a class="custom-header-text-color" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
            <h4 class="custom-header-text-color"><?php bloginfo( 'description' ); ?></h4>
        </div>
        <?php endif; ?>
    <?php else : ?>
        <div class="col-md-12 dbms-header-text">
                <h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
                <h4><?php bloginfo( 'description' ); ?></h4>
        </div>
    <?php endif; ?>
</div>
<?php endif; ?>

Not sure about the col-md-12 setting but you get the idea.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.