Giter VIP home page Giter VIP logo

bootstrap-for-genesis's People

Contributors

acobrotsen avatar dependabot[bot] avatar filoz avatar idpokute avatar webdevsuperfast 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-for-genesis's Issues

Wrong theme name for load_child_theme_textdomain

You have to put the parent theme name in to load_child_theme_textdomain.
Like this:

// Load Child theme text domain load_child_theme_textdomain('genesis', get_stylesheet_directory() . '/languages');

Otherwise it wont work.

Replacing Jquery Slim with Jquery

I inherited this a built version of this theme, I'm trying to replace jquery-slim with jquery so I can add some functionality. How can I do that?

BrowserSync Hanging

Hello,

I'm excited to use this theme but am struggling with BrowserSync. It keeps hanging with 2-4 buffered events... I haven't changed anything I'm just trying to run this right out of the box, following the install instructions.

Additionally how would you change the localhost port from 3000 to 8888? I'm on MacOS Mojave, using VS Code and Chrome.

I have tried this,

function browserSyncServe(done) {
browserSync.init({
injectChanges: true,
proxy: 'http://localhost:8888/wordpress/'
})
done();
}

But that doesn't work.

Thanks

Is AMP support nearby?

I'm a long time user of this theme.
But now I'm AMPing all my clients websites.
Didn't want to depend on very complex plugins to make client's website AMP compatible.

That's why I ask.

Issue with remote smartmenu repo and npm install

Couldn't get npm install to work, was always getting an error related to usr/bin/git checkout 1.1.0. Turns out the remote repo for smartmenus is the culprit. Removing that and manually installing smartmenus with npm fixed it - allowing me to npm install all dependencies for this theme.

I sent PR

I found two issues.
One is that the watcher for SCSS works only once.
Another is about text-domain. The theme has two different text-domain, so I change one of them. Also I set text-domain related stuffs.
Thanks.

Why jquery slim ?

I spent a good deal of time figuring out various scripting errors in plugins until I realized that the problem was something of the theme, but specifically Jquery Slim. Why not use the Jquery default version?

Imcompatibility with WPForo plugin

@webdevsuperfast I started using WPForo plugin here:
https://entreganobrasil.com.br/forum/

But I found your theme has an issue with it.
Please create a user and post a test topic.
Then try to edit it. You'll see the editor comes empty.
It seems it something related to Tine MCE.
Also, check the error showed in the Inspect of Chrome.

Well, the error is related to the theme.
I switched to another theme and it's working fine.

Would you mind give me the solution for this?

JS errors.

I noticed that hamburger button doesn't work on the site. I guess following two errors are related.
FYI. when I use CDN for popper, it didn't show the error.

popper.min.js?ver=2.0.2:1 Uncaught TypeError: Cannot set property 'Popper' of undefined
at popper.min.js?ver=2.0.2:1
at popper.min.js?ver=2.0.2:1
(anonymous) @ popper.min.js?ver=2.0.2:1
(anonymous) @ popper.min.js?ver=2.0.2:1
bootstrap.min.js?ver=2.0.2:1 Uncaught TypeError: Cannot set property 'bootstrap' of undefined
at bootstrap.min.js?ver=2.0.2:1
at bootstrap.min.js?ver=2.0.2:1

active_callback in customizer.php

Hi,

I'm finding the active callback api is not working. When creating a front-page.php and a panel that only shows in the customizer for the Front Page, entering a call back prevents the "Front Page" only panel from showing on any pages. Removing the callback allows the panel to show. I've tested the initial theme in an effort to eliminate any of my additions from the edited version, and it seems to be an issue in the initial theme cloned in my work environment.

'active_callback' => 'is_front_page'

I'm using the above callback for the following and unable to show the panel below in the customizer preview window:

// Add Front Page Section $wp_customize->add_section( 'frontpage', array( 'title' => __( 'Front Page', 'bootstrap-for-genesis' ), 'priority' => 10, 'panel' => 'studio-theme', 'active_callback' => 'is_front_page' ));

style.css does not override

The main style.css does not override the bootstrap css.
When i type h1, h2 { font-family: arial, sans-serif;} the font does not change.
Only body h1, body h2 { font-family: arial, sans-serif;} overrides the bootstrap css.
error

Scripts not loading

I've installed the theme and followed the instructions using Yarn and Gulp.

The scripts/styles in scripts.php are not loading.

Remove Fontawesome

Hi, i would like to remove the fontawesome files from my project.
I removed it from the style.scss file but it is still present. I also looked for it in scripts.php.
I am grateful for any help.

fontawesome

Impossible to run npm install due to gulp errors about versions

If I try to run npm install I receive the following:

$ npm install
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm ERR! code 1
npm ERR! Command failed: /usr/local/bin/git checkout ^1.1.0
npm ERR! error: pathspec '^1.1.0' did not match any file(s) known to git.
npm ERR! 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/Aerendir/.npm/_logs/2018-03-07T17_12_44_445Z-debug.log

Any suggestions?

BrowserSync not used

Hello, please advise why browserSync is not included in your workflow? I've never seen this before. Tks,

Cant wp_dequeue_script

I used the following code to dequeue some scripts on custom posttypes. But dequeue dont work in the scripts.php

`if ( is_singular( 'portfolio' ) ) {
wp_dequeue_script( 'owl-carousel' );
wp_dequeue_script( 'vivus' );

}`

You know why?

Conflict sorce map with autoprefixer

I Had problem with source map , isn't show path of files.
It appears that was conflict witch latest autoprefixer plugin.
I still don't find solution

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.