Forum replies created
ERROR: The username or password you entered is incorrect.
can you provide your login details in Private reply, so I could check your settings. I cannot replicate the issue 🙁
tagline button color can be set only from the list of colors defined in the shortcode option
http://i.imgur.com/leso4wH.png
it does not accept any hex code of a color as of now
surely, you have to download the purchased theme and install it on your server, activate it..that’s all
refund has been issued
then update through the wp admin. just backup the current theme version. activate other theme, remove current version, upload new one.
yes, version 2.7.0 must be updated that way, 2.7.7 has a 1-click update feature
one of our senior developers found a solution. please add this piece of code to alora/admin/options-init-comb.php file, line # 5446 , right before Redux::setSections( $opt_name, $sections ); definition:
$t_x = 999;
foreach($sections as &$ss){
if (!isset($ss['id'])){
$ss['id'] = 'tmp'.$t_x++;
}
}
make a backup of the current theme version, remove it in Themes and then upload new theme package. your current version 1.8.0 doesn’t support 1 click update yet.