syouei-branding
フォーラムへの返信
-
投稿者投稿
-
I already tried to delete the button template, and just used the menu and logo but the problem still remains. I think the btn is not the reason.
You can see detail in this photo:Attachments:
You must be logged in to view attached files.Thank you for your supporting, I resolved it.
May be I have misunderstood the rule to customize the child theme. If I want to customize or add some html code to the existed file, for example, change the id element of front-page, could I rewrite it and add front-page.php to child theme directory?
「Resolved」Sorry to disturb you, I fixed.
<?php /* * Template Name: KPR Contact Page */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php global $lightning_theme_options; $lightning_theme_options = get_option( 'lightning_theme_options' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="section siteContent"> <div class="container"> <div class="row"> <div class="col-md-12 mainSection" id="main" role="main"> <?php if ( have_posts() ) { while ( have_posts() ) : the_post(); ?> <?php $content = get_the_content(); if ( $content ) : ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-body"> <?php if (get_query_var('subject')) print "subject = ". get_query_var('subject'); ?> <?php the_content(); ?> </div> <?php $args = array( 'before' => '<nav class="page-link"><dl><dt>Pages :</dt><dd>', 'after' => '</dd></dl></nav>', 'link_before' => '<span class="page-numbers">', 'link_after' => '</span>', 'echo' => 1, ); wp_link_pages( $args ); ?> </div><!-- [ /#post-<?php the_ID(); ?> ] --> <?php endif; ?> <?php endwhile; }; ?> </div><!-- [ /.mainSection ] --> </div><!-- [ /.row ] --> </div><!-- [ /.container ] --> </div><!-- [ /.siteContent ] --> </body><!-- [ /.body ] --> </html><!-- [ /.html ] -->
Hi @kurudrive,
I’ve already updated to the latest version of theme and AK all in one, but that error still happens.
How can I fix it?
Sorry for above question, after waiting about 1 hour, I’ve saw the 今すぐ更新 button and already updated theme.
However, I’ve updated to the latest version of theme and AK all in one, but that error still happens.
Hi @kurudrive,
How to update the Lighting Pro version?
I read this article and tried to update theme follow it (Lighting pro update guide), but I didn’t find the the 今すぐ更新 button.
Attachments:
You must be logged in to view attached files.I will try it,
Thanks for your kindly support!
Hi @RICK,
I’m so sad because Lighting just support Font Awesome Free version, so I only can use
fas
and the appearance is not quite friendly, look so bold.Thanks for your support.
Attachments:
You must be logged in to view attached files.Hi @RICK,
I cleared cache and I think Bellows is not the reason. I also has another website (https://webtan.jp/) and I cannot use
far
with Awssome version 5.Attachments:
You must be logged in to view attached files.Hi @RICK,
I uninstalled Bellows-accordion-menu, it still hasn’t worked yet.
Sorry, uploaded file was fail. I upload it again.
my page: https://sanshinj.dreamhive.site/
Attachments:
You must be logged in to view attached files.2019年5月29日 6:39 PM 返信先: If setting page as the Landing Page template, cannot edit page by elementor. #16588Oh, thanks in advance!
2019年5月29日 1:24 PM 返信先: If setting page as the Landing Page template, cannot edit page by elementor. #16553Hi @kurudrive,
It works with No Siderbar, Default and Landing Page for Page Builder template. It just only has trouble with Landing Page template. (Landing Page template works only at home page)
I’m using:
– Lighting pro child theme
– Lighting Pro: 0.8.0
– Variety: 4.0.52019年5月27日 8:14 PM 返信先: If setting page as the Landing Page template, cannot edit page by elementor. #16510Hi @kurudrive,
I have been removed check of “Don’t show default content(Post list or Front page) at home page”. It works at the home page but not work at another page.
I have been changed to another theme and Elementor worked with no problem, but if I change to Lightning and set a page (not home page) as Landing Page template, the page will not work. -
投稿者投稿