Category: writing

  • Maps embed

    You can embed a map on Noblogs.org by using the HTML block in the block editor, and using an iframe tag.

    Let’s see two examples. The first is using maps from Framasoft.

    <iframe width="100%" height="300px" frameborder="0" allowfullscreen src="https://framacarte.org/en/map/mapping_131138?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false"></iframe><p><a href="https://framacarte.org/en/map/mapping_131138">See full screen</a></p>

    The second one is using openstreetmaps.org

    <iframe width="425" height="350" src="https://www.openstreetmap.org/export/embed.html?bbox=10.512328147888185%2C43.256643083097096%2C10.580949783325197%2C43.28501590209562&amp;layer=mapnik&amp;marker=43.27083114593826%2C10.54663896560669" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=43.27083&amp;mlon=10.54664#map=15/43.27083/10.54664">Visualizza mappa ingrandita</a></small>

    It also works with other maps services!

  • Classic Editor

    To return to the Classic Editor, go to Settings -> Writing

    and choose the editor you want to use, then click Save Changes.

    This is the classic editor:

  • Change the managing language of your blog

    You can change the language of settings of your blog and of your web UI, with few steps:

    • Go in Settings -> General and change the language setting of your blog
    language set of your blog
    • Save Changes
    • Go to the User -> User profile and change the language
    user profile language setting
    • Save Changes
    • Click on the button in the black top bar Clear Cache to see the result.

    If you use Bogo plugin

    • login
    • on the top right bar, near your name, you can choose one of the supported language
    • click and your choose is saved
    right top when you are logged

    Click on the button in the black top bar Clear Cache to see the result.

    NOTE: this language is the default choose of the post language for the Bogo plugin.

    How to customize the widget to show only few languages

    we used this CUSTOM CSS, adding in the customizer of our theme, under the section Personalize CSS

    
    ul.bogo-language-switcher li {
        list-style: none outside none;
        padding: 0;
    	display:none;
    }
    
    ul.bogo-language-switcher li.en-GB,
    ul.bogo-language-switcher li.en-US,
    ul.bogo-language-switcher li.current, ul.bogo-language-switcher li.it, ul.bogo-language-switcher li.es, ul.bogo-language-switcher li.pt {display:block;}
    
    .bogoflags{display:none;}
  • Activate block editor

    SUMMARY:

    1. Dashboard > Settings > Writing
    2. Change set on Block editor and give the possibility to your user to choose
    3. now you can selectively choose for each article/page if use block editor or classic
    4. start to use blocks 🙂

    Here the step by step description to use the editor Gutenberg in noblogs:

    Dashboard > Settings > Writing

    After logged in your blog, from the dashboard, use the left column to select Settings, and select again Writing.

    bacheca wp noblogs
    Impostazioni di scrittura

    Choose the Default editor for all users

    In the screen Writing, choose:

    Block editor

    And set on YES the option: Allow users to switch editors.

    You can choose for every post

    Meanwhile you are editing a post or a page, at the bottom right, you can switch editor,

    Gutenberg is a long term project from WordPress, read more: https://wordpress.org/about/roadmap/

    in basso a destra trovi come cambiare editor

    Do you like this layout? is gutenberg!

    PATTER used in this DOC: