Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Downloads over PHP
    Thread Starter bl4cki

    (@bl4cki)

    Thanks it was really helpful I did it with a page template ! 🙂
    Closed then.

    Forum: Fixing WordPress
    In reply to: Downloads over PHP
    Thread Starter bl4cki

    (@bl4cki)

    Yes like this, to initiate a Download. Thanks i’ll try it out! 🙂

    Forum: Fixing WordPress
    In reply to: Downloads over PHP
    Thread Starter bl4cki

    (@bl4cki)

    Yes, with PHP headers, sorry for the bad explanation i’m not so good in english.

    Thread Starter bl4cki

    (@bl4cki)

    I just saw that the code is a little messed up so here:

    <div class="panel-grid" id="pg-4-0" >
        <div style="background-color:#f1f3f5;" class="panel-row-style" >
            <div class="columns-wrapper">
                <div class="columns">
                    <div class="panel-grid-cell" id="pgc-4-0-0" >
                        <div class="so-panel widget widget_sow-editor panel-first-child panel-last-child" id="panel-4-0-0-0">
                        <div class="so-widget-sow-editor so-widget-sow-editor-base">
                            <h3 class="widget-title">Headline</h3>
                        <div class="siteorigin-widget-tinymce textwidget">
                            <p>Text</p>
    <div class="panel-grid" id="pg-4-0" >
        <div style="background-color:#ffffff;" class="panel-row-style" >
            <div class="panel-grid-cell" id="pgc-4-0-0" >
                <div class="so-panel widget widget_sow-editor panel-first-child panel-last-child" id="panel-4-0-0-0" data-index="0">
                <div class="so-widget-sow-editor so-widget-sow-editor-base">
                    <h3 class="widget-title">Headline</h3>
                <div class="siteorigin-widget-tinymce textwidget">
                    <p>Text</p>

    And the thing that changed are the divs column-wrapper and column.

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