Giter Site home page Giter Site logo

dariodev / themelia Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 4.0 6.13 MB

[WordPress] Development version of Themelia theme. For the latest stable version go to wp.org Theme Directory https://wordpress.org/themes/themelia

Home Page: https://wordpress.org/themes/themelia/

License: GNU General Public License v2.0

PHP 64.74% CSS 16.12% JavaScript 19.14%
wordpress-theme wordpress blog-theme woocommerce-theme accessibility seo footer-widgets theme-options starter-theme theme

themelia's People

Contributors

dariodev avatar machou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

themelia's Issues

(Noobish question) Inheriting the Customizer in a child theme

Working with a child theme, when I change an appearance setting using the customizer, it displays in the preview but it doesn't take on the live page. This is a single-purpose theme and the settings I'm hard-coding into the child theme are probably going to be the ones that will stick but I'd like to know what's going on for future reference, as customizer support is one of the reasons I picked Themelia as a base for this project - easy prototyping for me, option for the site owner to tweak things later.

The entirety of my functions.php file, more or less pasted from the WP docs:

`<?php
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {

$parent_style = 'themelia';

wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'themelia-child',
    get_stylesheet_directory_uri() . '/style.css',
    array( $parent_style ),
    wp_get_theme()->get('Version')
);

}
?>`

Theme customization has disappeared with WP5.5 update

Hello,

I am not sure what the cause of this is, but my web server has updated wordpress to 5.5 (latest) and the customization options under: Theme > Appearance > Customize have completely disappeared.

The website doesn't appear and the only item on the menu is "widgets"

Thanks very much
Elona

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.