livemesh grid

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29371
    Michael Mann
    Participant

    hey there,

    the livemesh grid widget was working great until i upgraded to pro for added design features. but now when i enable the widget it breaks the site. in fact, when i update the page, it directs me here for some reason….

    http://newweb.vancouveropera.ca/wp-admin/post.php

    any ideas what this would be happening?

    #29373
    Michael Mann
    Participant
    This reply has been marked as private.
    #29377
    Raghavendra
    Moderator

    Michael – the issue is due to very old version of PHP installed 5.4. The PRO plugin requires that we install 5.6+ version of PHP. Here are WordPress recommendations –

    https://wordpress.org/about/requirements/

    and some discussion here – https://yoast.com/yoast-seo-4-5/.

    Pls contact your hosting provider regarding this. Thanks for your purchase.

    #29396
    Michael Mann
    Participant
    This reply has been marked as private.
    #29423
    Veena
    Moderator

    You can use the below custom CSS –

    .so-widget-lsow-portfolio .entry-title a {
        color: #ddd;
        font-size: 20px;
    }
    .so-widget-lsow-portfolio .entry-summary {
        color: #149AD3;
    }
    .so-widget-lsow-portfolio .lsow-read-more a {
        color: #B596A9;
        background: #fff;
        font-size: 14px;
    }
    .so-widget-lsow-portfolio .entry-title a:hover {
        font-size: 20px;
        color: #149AD3;
    }
    

    Regarding changing read more to “Find Out More” –

    In the plugins folder you can find a folder named “languages” in that you can find translatable po files.

    You can use a translation file (using POEdit to change the data in languages directory) to change to any string you like. If you do an update in the en_US.po (or another depending on your site language) file, you should see all the translatable strings in the strings list . You would then be able to input any alternate string of your choice there.

    Here you can download poedit – https://poedit.net/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘SiteOrigin Widgets Support’ is closed to new topics and replies.