Fixes styling issues with WordPress 6.0.
This commit is contained in:
parent
98309de800
commit
0aa9f41dfb
|
@ -9,7 +9,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-sm mx-sm-auto">
|
<div class="col col-sm mx-sm-auto">
|
||||||
<div class="tainacan-title">
|
<div class="tainacan-title">
|
||||||
<div class="tainacan-title-page" style="border-width: 2px !important;">
|
<div class="tainacan-title-page">
|
||||||
<ul class="list-inline mb-1 d-flex">
|
<ul class="list-inline mb-1 d-flex">
|
||||||
<li class="list-inline-item font-weight-bold title-page">
|
<li class="list-inline-item font-weight-bold title-page">
|
||||||
<h1><?php echo get_the_archive_title(); ?></h1>
|
<h1><?php echo get_the_archive_title(); ?></h1>
|
||||||
|
|
|
@ -15,7 +15,7 @@ if ( post_password_required() ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div id="comments" class="border-top" style="border-width: 2px !important;">
|
<div id="comments" class="border-top" style="border-top-width: 2px !important;">
|
||||||
<!--show the form-->
|
<!--show the form-->
|
||||||
<?php if ( 'open' == $post->comment_status ) : ?>
|
<?php if ( 'open' == $post->comment_status ) : ?>
|
||||||
<div id="respond" class="clearfix mt-5 <?php if ( ! wp_is_mobile() ) { ?>margin-two-column<?php } ?>">
|
<div id="respond" class="clearfix mt-5 <?php if ( ! wp_is_mobile() ) { ?>margin-two-column<?php } ?>">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?php while ( have_posts() ) : the_post(); ?>
|
<?php while ( have_posts() ) : the_post(); ?>
|
||||||
<?php if (!is_page_template( 'page-templates/landing.php' ) && !is_page_template( 'page-templates/landing-breadcrumb.php' ) ) : ?>
|
<?php if (!is_page_template( 'page-templates/landing.php' ) && !is_page_template( 'page-templates/landing-breadcrumb.php' ) ) : ?>
|
||||||
<div class="tainacan-title">
|
<div class="tainacan-title">
|
||||||
<div class="tainacan-title-page" style="border-width: 2px !important;">
|
<div class="tainacan-title-page">
|
||||||
<ul class="list-inline mb-1">
|
<ul class="list-inline mb-1">
|
||||||
<li class="list-inline-item text-midnight-blue font-weight-bold title-page">
|
<li class="list-inline-item text-midnight-blue font-weight-bold title-page">
|
||||||
<h1><?php the_title(); ?></h1>
|
<h1><?php the_title(); ?></h1>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="tainacan-title">
|
<div class="tainacan-title">
|
||||||
<div class="tainacan-title-page" style="border-width: 2px !important;">
|
<div class="tainacan-title-page">
|
||||||
<ul class="list-inline mb-1 d-flex">
|
<ul class="list-inline mb-1 d-flex">
|
||||||
<li class="list-inline-item text-midnight-blue font-weight-bold title-page">
|
<li class="list-inline-item text-midnight-blue font-weight-bold title-page">
|
||||||
<h1>
|
<h1>
|
||||||
|
|
|
@ -154,7 +154,7 @@ $next = $adjacent_links['next'];
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|
||||||
<div class="tainacan-single-post tainacan-single-item-heading tainacan-title">
|
<div class="tainacan-single-post tainacan-single-item-heading tainacan-title">
|
||||||
<div class="tainacan-title-page" style="border-width: 2px !important;">
|
<div class="tainacan-title-page">
|
||||||
<ul class="list-inline mb-1">
|
<ul class="list-inline mb-1">
|
||||||
<li class="list-inline-item text-midnight-blue font-weight-bold title-page">
|
<li class="list-inline-item text-midnight-blue font-weight-bold title-page">
|
||||||
<h1><?php the_title(); ?></h1>
|
<h1><?php the_title(); ?></h1>
|
||||||
|
|
|
@ -188,6 +188,7 @@
|
||||||
$args = array(
|
$args = array(
|
||||||
'before' => '',
|
'before' => '',
|
||||||
'after' => '',
|
'after' => '',
|
||||||
|
'metadata_sections__not_in' => ['default_section'],
|
||||||
'before_name' => '<input name="accordion" type="radio" id="accordion-section-$id"/>
|
'before_name' => '<input name="accordion" type="radio" id="accordion-section-$id"/>
|
||||||
<label for="accordion-section-$id">
|
<label for="accordion-section-$id">
|
||||||
<i class="tainacan-icon tainacan-icon-arrowright tainacan-icon-30px"></i>
|
<i class="tainacan-icon tainacan-icon-arrowright tainacan-icon-30px"></i>
|
||||||
|
|
Loading…
Reference in New Issue