Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter gacki

    (@gacki)

    Hi Hannah,

    but that does not solve the problem as I want to use a child theme to avoid changing things with every update such as the IP filter for comments. I have almost nothing added to the theme, and as I said it worked a few weeks ago..

    Best,
    Chris

    Thread Starter gacki

    (@gacki)

    Hey Hannah,

    it works perfectly with the parent theme…
    thanks for trying to solve this issue!

    Best,
    Chris

    Thread Starter gacki

    (@gacki)

    Hi Kevin,
    sorry for the naive question, but will I lose all my settings then when I switch from child to parent theme? It took me ages to set up everything…
    Thanks!

    Thread Starter gacki

    (@gacki)

    Hi Hannah,

    thanks a lot for your reply! I have

    base.php
    functions.php
    header.php
    style.css

    functions.php content:
    <?php
    // Add custom functions here
    function wpb_remove_commentsip( $comment_author_ip ) {
    return ”;
    }
    add_filter( ‘pre_comment_user_ip’, ‘wpb_remove_commentsip’ );

    base.php content

    <?php get_template_part(‘templates/head’); ?>
    <body <?php body_class(); ?>>
    <div id=”fb-root”></div>
    <div id=”wrapper” class=”container”>
    <?php do_action(‘get_header’);
    get_template_part(‘templates/header’);
    ?>
    <div class=”wrap contentclass” role=”document”>

    <?php do_action(‘kt_afterheader’);

    include kadence_template_path(); ?>

    <?php if (kadence_display_sidebar()) : ?>
    <aside class=”<?php echo esc_attr(kadence_sidebar_class()); ?> kad-sidebar” role=”complementary”>
    <div class=”sidebar”>
    <?php include kadence_sidebar_path(); ?>
    </div><!– /.sidebar –>
    </aside><!– /aside –>
    <?php endif; ?>
    </div><!– /.row–>
    </div><!– /.content –>
    </div><!– /.wrap –>
    <?php do_action(‘get_footer’);
    get_template_part(‘templates/footer’); ?>
    </div><!–Wrapper–>
    </body>
    </html>

    style.css empty, header only:
    <?php
    /*
    Empty on purpose.

    – Force plugins to stop stating incorrect errors –
    <?php wp_head(); ?>
    */

    As I said, it worked some time ago and I simply always update wp, so maybe it came along an update…

    Thanks!

    Thread Starter gacki

    (@gacki)

    Thank you! I found some code in my childtheme’s function, maybe I downloaded this a while ago but forgot!
    Chris

    i deactivated all plugins, then it reappeared. then i reactivated plugins an the slider was still there- thanks a lot!

    Hi there, my homepage slider disappeared as well. I tried the “reset” but didn’t help… I’d be very grateful for help!

    Thread Starter gacki

    (@gacki)

    Hi guys sorry for asking again- any advice to solve the problem? Or should I start a new threat to ask how to remove the h1 tag and the three h2 tags from the code? I don’t want to spam the forum…
    Cheers

    Thread Starter gacki

    (@gacki)

    No, I can’t change the SEO-title in the Yoast section of a page/post that will be displayed except for the page i have as a static homepage. I really want to remove the tag from the code, also the Blog description as it produces 3 h2 tags filled with the same heading (=blog description) on every page. When I leave it empty I have 3 empty h2 tags on every post/page…Customizr should change that definitely. Nice theme otherwise! Thanks for your help!

    Thread Starter gacki

    (@gacki)

    Hi and thanks for you answers. Unfortunately this didn’t solve the problem, mybe I have to explain better:

    I use the customizr theme, and the Blog title is German for “Traveling Bali”

    I use a static front page with infos about Bali and links to other pages with static infos

    I also have a Blog page with more recent articles about eg “surifng Bali”

    The Problem:
    The BLOG title “Traveling Bali” appears on every page and post and is automatically the h1 heading of each of these sites.

    But I want the h1 heading of the article “surfing Bali” to be the one and only h1 heading (which would be good if I want people to find the post when they type into google “surfing bali”, correct?)

    When I now for example leave the BLOG title empty I have on every site an empty h1 tag right on top of each page or post, but that I want to avoid. (In addition I have 3 empty h2 tags too on all my pages and posts when I analyze them with SEOquake plugin. Does this come from the empty blog description? I don’t want any empty heading tags on my pages….

    BTW-I can’t change the SEO title of my posts with Yoast SEO.

    So is there a way to remove the empty h1 tag when I leave the Blog title empty? This seems to be the only solution, to use a h1 heading for my static front page and remove the blog title and blog description headings from the code… any suggestions and ideas how to do it? I’m not familiar with code, maybe someone can tell me what lines to change!

    I’d really appreciate your help with this!

    Cheers

    Thread Starter gacki

    (@gacki)

    Hi ElectricFeet,
    thanks for your answer- Yeah, in the code.

    It still is a problem for me as it’s a Bali travel page and the blog name is “Bali Travel”. This Name is automatically the h1 tag on every other page of my blog, also on posts that are about e.g surfing in bali. On that specific posts I don’t want the h1 tag being “bali travels”, but only e.g. “surfing in bali”. When I remove the Blog name in the Customizr options I have an empty h1 tag on every other page, that can’t be good either, or am I wrong? That’s at least the thing I see when I look at my page with SEOquake from firefox…
    Thanks for your help!

Viewing 11 replies - 1 through 11 (of 11 total)