Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)
  • Posted in:
  • in reply to: Too many items in "Main Menu" of the Demo Content? #231644
    Pikay
    Member
    Post count: 48

    No solution so far, there is no suhosin in use 🙁

    in reply to: Fancy-Heading Height (padding-bottom) in ChildTheme #210110
    Pikay
    Member
    Post count: 48

    Big Thanks! 🙂

    in reply to: Fancy-Heading Height (padding-bottom) in ChildTheme #210059
    Pikay
    Member
    Post count: 48

    padding-bottom:20px!important works fine for now. padding-top!important is not necessary in this case and affects the mobile output

    thanks! 🙂

    in reply to: Fancy-Heading Height (padding-bottom) in ChildTheme #210049
    Pikay
    Member
    Post count: 48

    Hi Mohammad.

    Yes. I want to decrease the padding-bottom so that the heading text is at the bottom of the fancy-header. My CSS settings are:

    .page-heading.fancy-heading {
    padding-top:338px;
    padding-bottom:20px;
    }

    But this only works until i scroll over the fancy-header an then the padding-bottom is 120px …

    in reply to: Fancy-Heading Height (padding-bottom) in ChildTheme #209955
    Pikay
    Member
    Post count: 48

    Hi.

    Well, this answer isn’t really helpfull, because the theme doesn’t work properly 🙁

    At the moment i can edit the padding of the fancy-headig via custom css:
    .page-heading.fancy-heading {
    padding-top:200px;
    padding-bottom:200px;
    }

    BUT, and this is the part i do not understand, via /dante/js/functions.js the padding-bottom is hardcoded in the html-file:
    –> <div class=”page-heading fancy-heading col-sm-12 clearfix asset-bg none light-style fancy-image ” style=”display: block; opacity: 1; padding-bottom: 120px; background-image …

    Everything looks good, until i scroll the header over, then the hardcoded 120px padding-bottom affects the fancy-header

    Any solution? thx in advance

    Pikay
    Member
    Post count: 48

    “Show page title” is checked for every post, but “Page Title” is the Problem.

    Attachments:
    You must be logged in to view attached files.
    Pikay
    Member
    Post count: 48

    Bulk Edit Plugin is no solution 🙁

    Blog-Post –> Meta-Options –> Page-Heading Options –> Field “Page Title” <– here i do need at least the title of the blog-post and this is different for every post and here i have several hundreds.

    so, if the field is empty then i do have to add the standard wordpress title. do you have any workaround?

    i think, this is an theme issiue. after first installation of dante, all titles were fine out of the box while “page title” was activated in the theme options as standard.

    in reply to: /dante/includes/… in Child Theme #198689
    Pikay
    Member
    Post count: 48

    that was easy … thanks a lot!

    would never ever find the error by myself 😛

    in reply to: /dante/includes/… in Child Theme #198666
    Pikay
    Member
    Post count: 48
    This reply has been marked as private.
    in reply to: /dante/includes/… in Child Theme #198654
    Pikay
    Member
    Post count: 48

    it seems to work, but now there is another problem. when i do save a post, i get a blank page with the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /kunden/webseiten/homepage/wp-content/themes/dante-child/functions.php:28) in /kunden/webseiten/homepage/wp-admin/post.php on line 236

    Warning: Cannot modify header information – headers already sent by (output started at /kunden/webseiten/homepage/wp-content/themes/dante-child/functions.php:28) in /kunden/webseiten/homepage/wp-includes/pluggable.php on line 1196

    in reply to: /dante/includes/… in Child Theme #197712
    Pikay
    Member
    Post count: 48

    Again: I’m not a programmer ? …

    I want to add the following code to /includes/sf-page-heading.php in row 185

    <?php if ($page_subtitle) { ?>
    <h3><?php echo $page_subtitle; ?></h3>
    <?php } ?>

    sorry, but i do not understand “Please locate the function name you are editing that code for. Then copy the whole function to your child themes functions.php and then change the code.”

    Thx

    in reply to: /dante/includes/… in Child Theme #197644
    Pikay
    Member
    Post count: 48

    I’m not a programmer 😛 so, how can i replace the following part in the /includes/sf-page-heading.php in the functions.php?

    ### OLD
    <?php } else { ?>

    <h1 class=”entry-title” <?php echo $article_heading_text; ?>><?php echo $page_title; ?> TITEL</h1>

    <?php } ?>
    ### NEW
    <?php } else { ?>

    <h1 class=”entry-title” <?php echo $article_heading_text; ?>><?php echo $page_title; ?> TITEL</h1>
    <?php if ($page_subtitle) { ?>
    <h3><?php echo $page_subtitle; ?></h3>
    <?php } ?>
    <?php } ?>

    Thanks a lot! 🙂

Viewing 12 posts - 31 through 42 (of 42 total)