Forum replies created
for a reason I am getting 404 Error on the login page 🙁
can you provide your wp admin logins in Private reply, I will investigate it
not sure….because the related posts are not displayed correctly….they should be displayed as a carousel in one line
try Custom CSS:
.menu-header {background-color:blue;}
or change the blue value with a hex code
at this moment cannot change the number of the related posts…maybe in the next theme releases…something is wrong inserted on your website…it’s breaking the code 😕
what’s your website URL please?
be sure to have correctly set the shortcode and the featured images
try to use the code without columns shortcode and add columns=”3″ in the content_boxes shortcode, so it will look like:
[fullwidth backgroundcolor="#ffffff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="60px" paddingBottom="0px"]
[content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff" columns="3"]
[content_box title="Program" icon="fa-book" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="left" animation_speed="1"]Årets program er under planlegging. Følg med på vår hjemmeside for løpende detaljer.[/content_box]
<center>
Les mer</center>[/content_boxes]
[content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
[content_box title="Resultater" icon="fa-trophy" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="down" animation_speed="1"]Her finner du resultater fra de forskjellige konkurransene.
Hvilken plassering fikk du?[/content_box]
<center>
Les mer</center>[/content_boxes]
[content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
[content_box title="Bilder/Video" icon="fa-camera" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="right" animation_speed="1"]Her samler vi både bilder og video. Kanskje du ser deg selv eller noen du kjenner?[/content_box]
<center>
Les mer</center>[/content_boxes][/fullwidth]
I found the bug, edit file alora/functions.php and insert this line right under line #821:
'status_totop_mobile' => $smof_data['status_totop_mobile'],
I will fix it also in the theme’s package. thanks for the report
whats your website please?