GithubHelp home page GithubHelp logo

upbootstrap3wp's Introduction

upbootstrap3wp's People

Contributors

as-old 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

upbootstrap3wp's Issues

Modified date and Published date are both visible

When I update a post I get the modified date and the published date. There is no way of showing just one of them .

I'm referring to the file called template-tags.php and the following line:

/**

  • Prints HTML with meta information for the current post-date/time and author.
    */
    function upbootwp_posted_on() {
    $time_string = '%2$s';
    if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) )
    $time_string .= '%4$s';

    $time_string = sprintf( $time_string,
    esc_attr( get_the_date( 'c' ) ),
    esc_html( get_the_date() ),
    esc_attr( get_the_modified_date( 'c' ) ),
    esc_html( get_the_modified_date() )
    );

    printf( __( 'Posted on %1$s by %2$s', 'upbootwp' ),
    sprintf( '%3$s',
    esc_url( get_permalink() ),
    esc_attr( get_the_time() ),
    $time_string
    ),
    sprintf( '%3$s',
    esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
    esc_attr( sprintf( __( 'View all posts by %s', 'upbootwp' ), get_the_author() ) ),
    esc_html( get_the_author() )
    )
    );
    }
    endif;

Updating Bootstrap to v3.0.3?

Hello,

Any chance of updating to the latest version of Bootstrap (v3.0.3)?

There's some IE8 fixes I need.

Many Thanks.

Paralax background?

On the sample page you are using Paralax effect on background image. How is this done? I am interested in doing the same for a project that is due very soon!

Strict Standards Notices

I get :
Strict Standards: Declaration of Upbootwp_Walker_Nav_Menu::start_lvl() should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /Users/daslicht/Sites/Shigge-Shanga/wp-content/themes/upBootstrap3WP/inc/general/class-Upbootwp_Walker_Nav_Menu.php on line 152

where are the classes .css?

Hi,
thanks for your fantastic framework!
I tried to custom css but many classes missing in css file upbootwp.css.

For instance, if i try to modify the body_class, it's impossible because this class on upbootwp.css doesn't exist. Where are the classes?

Thanks,
Best Regards
Slo74

Trouble adding custom js

Love the theme, it's been easy and amazing to work with!
Question: I'm trying to add my own jQuery to a page. I've enqueued my /js/script.js, but it isn't getting loaded. Do you know what the best practice is for adding your own js scripts to the Upplex theme?

Thanks!

Menu Dropdowns not working

added some menus using wordpress appearance->menus but the dropdown menus don't show up at all and I can't click on the root menu that has children.

Help

Upgrade to Bootstrap 3.2.0

Just wondering if this was planning on being updated to the latest Bootstrap build, or if I'm better off retro-fitting it in. Any heads up would be appreciated.

Site displays as a mobile site in IE8/Windows 7

I used the theme as a starting point for our intranet. It works great on all browsers except IE8, where for some reason it is loading the mobile version (hamburger menu). Is there something in here set wrong?

Glypgicons Break after minification

Hello, loving upBoot! thanks.

I tried making some CSS changes to the upbootwp.css file and then minified it in sublimetext minifyer (also tried clientside and minify plugins). And after this the glyphicons broke.

Is there a guide anywhere on how best to make changes? and a build process that won't break things? e.g. Should I just leave upbootwp.css alone and create another css file for my changes?

Thanks
Steve

LESS Compile - Elements don't know stylesheet in inspector.

I'm wondering if this is a Bootstrap 3.0.3 related issue, but I noticed when I have LESS active, I can't see any of the stylesheet references. I can see the applied style in the element inspector, but it doesn't look like it's being run through a compiler (no css stylesheet reference).

White Screen

I have been using upBootstrap for my most recent themes and they are running on Wordpress 3.8. Everything works fine on localhost but when I deploy to the live server, I get a white screen when I try to log into the Dashboard. Has anyone else experienced this problem?

I tried uploading my themes on Wordpress 3.71 but I still get the same problem that's why I am assuming that it's something to do with the upBoostrap theme.

I really need a solution because it would suck to have to go back to coding my themes from scratch.

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.