Dr.Hofmann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Store] Add bootstrap or use itWe suggest you create the child theme for the modification on the theme. If you update the theme in future updates then it will replace the codes that you have added.
Everyone who want to add bootstrap design, ‘ll do it, as there are a lot courses. One of them “TutsPlus – Building WordPress Themes With Bootstrap”.
But another way, seo mistakes in template – those require code directly editing. h1 – in head, h2 – in body title and etc. And every update ‘ll return code customization back by default. I suppose that is not flexible and fixible. Just do all customization lock it for update, and use it.
Forum: Themes and Templates
In reply to: [AccessPress Store] Add bootstrap or use itHi there, Thank you for wiring in, This can not help you to replace the design with the bootstrap because you need to add a bootstrap class in every section or the available widgets to replace the design. Regards!!
I got the bootstrap component using, I didn’t try to custom inject bootstrap template from bones to wp engine. There are a lot of another oportunities.
Forum: Themes and Templates
In reply to: [AccessPress Store] Add bootstrap or use itThis is answer:
for function.phpfunction bootstrap_scripts_enqueue() { // all styles wp_enqueue_style('bootstrap-css',get_template_directory_uri().'/css/bootstrap.css'); wp_enqueue_style('custom-css',get_template_directory_uri().'/css/custom.css'); // all scripts wp_enqueue_script( 'jquery-3-js', get_template_directory_uri() . '/js/jquery-3.4.1.min.js'); wp_enqueue_script( 'bootstrap-js', get_template_directory_uri() . '/js/bootstrap.min.js'); } add_action( 'wp_enqueue_scripts', 'bootstrap_scripts_enqueue',80 );
- This reply was modified 5 years, 7 months ago by Dr.Hofmann.
– delete old wrong page.
– check your template.php is there:<?php /* Template Name: Your template name * Template Post Type: page */ ?> <?php get_header(); ?> <?php the_content(); ?> <?php get_footer(); ?>
– create new page in checkList select Your template name
– click edit to Elementorif this doesn’t helpfull install Elementor again
Forum: Plugins
In reply to: [Smart Slider 3] Smart Slider is not workable! Why?Thank you i added:
<?php wp_footer(); ?>
and now it’s work fine!Forum: Fixing WordPress
In reply to: Rename title of right menu