Forum replies created

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 20:41 #16263

    you could try to paste it on a free image server e.g. http://prntscr.com/ and then insert the url here

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 19:37 #16256

    maybe you could try to select Header #4 in the Theme Options and insert the code in the Banner Code For Header #4, but not sure if it will work, just an idea 😉

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 18:34 #16250

    in your account https://theme4press.com/my-account/ , for the theme modification you need a FTP program or file manager in order to edit it

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 18:32 #16249

    I fixed the issue and uploaded new theme package so you can install it again. let me know how it works for you

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 16:48 #16246

    contact us here please https://theme4press.com/contact/

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 09:47 #16243

    can you provide your wp admin details in the Private reply, so I will investigate it

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 09:46 #16242

    this error message appears because the function getimagesize() is disabled on your server. I updated the theme’s package so it’s fixed now. If you don’t want to reupload the theme’s package, you can modify the file yourself, alora/framework/headers/header-v1.php, replace:

    <?php $image_size = getimagesize( $smof_data['logo'] ); ?>
    <img src="<?php echo $smof_data['logo']; ?>" alt="<?php bloginfo('name'); ?>" class="normal_logo" data-width="<?php echo $image_size[0]; ?>" data-height="<?php echo $image_size[1]; ?>" />

    with

    <img src="<?php echo $smof_data['logo']; ?>" alt="<?php bloginfo('name'); ?>" class="normal_logo" />

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 07:52 #16237

    could you provide a screenshot of the bug please?

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 07:51 #16236

    @ Alvaro – options are saved in the database so they will not be lost, they will be used in the newer version
    @ Paul H – may you let me know what are the issues exactly? thanks

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 07:50 #16235

    add in the rule the !important mark:

    .menu-header {background-color:blue!important;}