Forum replies created
you could try to paste it on a free image server e.g. http://prntscr.com/ and then insert the url here
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 😉
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
I fixed the issue and uploaded new theme package so you can install it again. let me know how it works for you
contact us here please https://theme4press.com/contact/
can you provide your wp admin details in the Private reply, so I will investigate it
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" />
could you provide a screenshot of the bug please?
@ 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
add in the rule the !important mark:
.menu-header {background-color:blue!important;}