Blog post

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4761
    pimeon
    Member

    Hello,

    I need to know how can I solve this message that appears when I clic in the post title link or in the ‘read more’, the theme shows me:

    Undefined variable: height in /var/www/vhost/permiloc.es/home/html/wp-content/themes/permiloc/framework/extensions/stylizer.php on line 57

    I don’t understand what I can do.

    Thanks in advance.
    Almu
    http://www.permiloc.es

    #4783
    Raghavendra
    Moderator

    During one of our refactoring exercises, a single line got deleted from the code. Can you pls insert the following line prior to line 57 of occurrence of the error in the file above –

    
            $height = intval(get_post_meta(get_queried_object_id(), 'mo_entry_title_height', true));
    

    Will have this resolved in the next update.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.