Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365860
    asiitan
    Participant

    Hi!

    http://www.theatrum.ee

    I am using X-theme 4.6.4
    Cornerstone 1.3.3
    After updating WP to 4.7.2 my pages do not show correctly any more.
    Weird is that pages done with Cornerstone look as they should, but done without Cornerstone seem not having any formatting (linebreaks do not exist, no images, no margins, etc).
    Please help!
    Andres

    #1366007
    Joao
    Moderator

    Hi Andres,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1366045
    asiitan
    Participant
    This reply has been marked as private.
    #1366212
    asiitan
    Participant

    I have enabled “under construction” plugin, because webpage looks bad. As you have login credentials, you can still access the site.

    Best wishes,
    Andres

    #1366633
    Rue Nel
    Moderator

    Hello Andres,

    You are experiencing the issue because you have added this custom css that removes the formatting of the entry wrap.

    .entry-wrap{
      background-color:#727272;
      box-shadow: none;
      border-radius: 0px 0px 0px 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      padding-top: 0px !important;
      /*padding-bottom: 0px !important;*/
    }

    Please try to remove this and test your site again.

    By the way, I would highly recommend that you indent and re arrange your custom css to look neat. The best practice code should look like this:

    @font-face {
      // styling here
    }
    
    .element {
      // your styling
    }
    
    @media(max-width: {##}px){
      .element {
        // your styling
      }
    }

    Hope this helps. Please let us know how it goes.

    #1366861
    asiitan
    Participant

    Hello!
    This just helps for padding and nothing else.
    Really weird is that all the linebreaks are gone and so are images.
    Cannot understand if this is because of css or something else.

    I have to rearrange the css, I know.

    Thanks!

    Andres

    #1366887
    Christopher
    Moderator

    Hi there,

    You should use HTML tags, like <p>,<br>,<ul>,<li> etc for page farmating.

    Currently you page content is :

    <h2 style="text-align: left;">Theatrum</h2>
    Theatrum asutati 8. detsembril 1994. aastal Eesti Humanitaarinstituudi teatriõppetooli üliõpilaste ja õppejõudude (Lembit Peterson, Juhan Viiding) ning Vanalinna Hariduskolleegiumi teatriprogrammis osalejate poolt. Tänaseks oma tegevuse lõpetanud mittetulundusühingu Stuudio THEATRUM sisulist tegevust jätkab Sihtasutus Theatrum, mis asutati 8. septembril 2005. a.
    
    Peamisteks ülesanneteks on:
    
    • toetada ja jätkata selle sajandi olulisemate teatritegijate loomingulisi ja metodoloogilisi otsinguid rezhii- ja näitlejatehnika vallas, mis aitaksid leida klassikalise dramaturgia mängimiseks ja neis sisalduvate väärtuste edasiandmiseks tänasele vaatajale arusaadavaid vahendeid ja mängulisi kujundeid
    
    • süveneda dramaturgiliste ja teiste tekstide kaudu erinevate ajastute vaimu-, mõtte- ja tundemaailma ning haridus- ja kultuuritegevuse kaudu hoida alles neis sisalduvaid vaimseid väärtusi
    
    • õppida tundma, loovalt edasiarendada õhtumaade varajase teatri traditsiooni, sidudes seda väärtusliku ja mõistetavaga kogu maailma teatritraditsioonis, otsides kultuuridevahelisi süvaseoseid (interkulturaalsus ühendavatest juurtest lähtudes)
    
    THEATRUMi kodusaal asub Tallinna dominiiklaste kloostri kunagises aidahoones (Vene tn 14). Hoone esimesel korrusel Kloostri Aidas tegutseb teatrikohvik.

    While it should be :

    <h2 style="text-align: left;">Theatrum</h2>
    <p>Theatrum asutati 8. detsembril 1994. aastal Eesti Humanitaarinstituudi teatriõppetooli üliõpilaste ja õppejõudude (Lembit Peterson, Juhan Viiding) ning Vanalinna Hariduskolleegiumi teatriprogrammis osalejate poolt. Tänaseks oma tegevuse lõpetanud mittetulundusühingu Stuudio THEATRUM sisulist tegevust jätkab Sihtasutus Theatrum, mis asutati 8. septembril 2005. a.</p>
    
    <p>Peamisteks ülesanneteks on:</p>
    
    <ul>
    <li> toetada ja jätkata selle sajandi olulisemate teatritegijate loomingulisi ja metodoloogilisi otsinguid rezhii- ja näitlejatehnika vallas, mis aitaksid leida klassikalise dramaturgia mängimiseks ja neis sisalduvate väärtuste edasiandmiseks tänasele vaatajale arusaadavaid vahendeid ja mängulisi kujundeid</li>
    
    <li>süveneda dramaturgiliste ja teiste tekstide kaudu erinevate ajastute vaimu-, mõtte- ja tundemaailma ning haridus- ja kultuuritegevuse kaudu hoida alles neis sisalduvaid vaimseid väärtusi</li>
    
    <li>õppida tundma, loovalt edasiarendada õhtumaade varajase teatri traditsiooni, sidudes seda väärtusliku ja mõistetavaga kogu maailma teatritraditsioonis, otsides kultuuridevahelisi süvaseoseid (interkulturaalsus ühendavatest juurtest lähtudes)</li>
    
    <li>THEATRUMi kodusaal asub Tallinna dominiiklaste kloostri kunagises aidahoones (Vene tn 14). Hoone esimesel korrusel Kloostri Aidas tegutseb teatrikohvik.</li>
    
    </ul>

    Hope it helps.

    #1366899
    asiitan
    Participant

    Hi Chistopher!

    I really appreciate your help!
    HTML tags make the text look correctly, but it does not bring back featured images whitch do not show any more (for events under “Mängukava”). Everything was working perfectly until I updated WordPress.

    I cannot quite understand what has been the change. To be honest, it is quite a job to put HTML tags into all texts and this does not solve everything. Strangely – if I make a new page with Cornerstone and copy-paste the text into a text box without adding any HTML tags, everything looks correctly. But pages done without Cornerstone miss all formatting.

    This all happened after WordPress update.

    Andres

    #1366903
    asiitan
    Participant

    And …
    In some places I have tried to put HTML tags everywhere (in text mode) and as a result text on the page looked fine.

    But as I switch into visual mode in WordPress, all HTML tags are gone and all work becomes useless.

    Andres

    #1367181
    Rad
    Moderator

    Hi there,

    It’s WordPress functionality, it simplifies the content and it’s not related to the theme or plugins. Example, line breaks will be automatically converted to <p></p>, hence, adding it is redundant. What I’m not sure is about the featured image, it should be there even after the update. How did you add the featured images?

    Thanks.

    #1367223
    asiitan
    Participant
    This reply has been marked as private.
    #1367692
    Rad
    Moderator

    Hi there,

    How do you add featured image? Because this page http://www.theatrum.ee/isa/isalik-arm-ja-abitus-theatrumis/ has no featured image, I mean there is no added featured image in the admin. You can find the section Tunnuspilt and assign the featured image. Maybe I’m wrong, would you mind providing a video recording showing the issue you’re getting? Like what’s before and after the image is gone.

    And please provide your FTP login credentials as well, seems like the WPAUTOP filter is removed. The one responsible for line breaks.

    Thanks.

    #1367943
    asiitan
    Participant
    This reply has been marked as private.
    #1367949
    asiitan
    Participant
    This reply has been marked as private.
    #1368168
    Rad
    Moderator

    Hi there,

    It’s because of this CSS,

    .single-event .entry-thumb img {
        display: none !important;
    }
    

    Remove it and you’ll see all the featured images.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1365860 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>