Forum Replies Created
-
AuthorPosts
-
Hey info224,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed !important; } }Hope this helps :)
Best regards,
NikkoHi,
Glad that you figured it out. Thanks for using Enfold :)
Best regards,
NikkoHey mskinandbeauty,
I have tried the login details you provided however it doesn’t work, please check. I think it’s more of the plugin issue, you can try this by switching Enfold theme to a default wordpress theme like twentyseventeen.
Best regards,
NikkoHey nulrick,
Unfortunately that feature isn’t available in layerslider, only one size is used for the whole slider, though it is responsive however, the height isn’t based on the content of each slide.
Best regards,
NikkoHey onastvar,
I have checked your page and the logo isn’t cut off however it looks messed up as the social icons are lined up in a white space above the logo, also can you try going to Enfold > Header > Header Layout > Menu and Logo Position and set it to Logo Center, Menu Below. Hope this helps.
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHey Stuart,
Yes, you can adjust it in functions.php (line 161):
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsJust adjust the height and width, hope this helps.
Best regards,
NikkoHi George,
Glad that Ismael helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that Mike helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that Mike helped you. Thanks for using Enfold :)
Best regards,
NikkoHey Danny,
I couldn’t see the image you posted, can you try posting in https://imgur.com/ and post the link here?
Best regards,
NikkoHi,
Oh I see, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-post-nav { display: none !important; }Hope this helps :)
Best regards,
NikkoHi Alexander,
Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .av-main-nav > li > a { padding: 0; } #top #header .av-main-nav > li > a .avia-menu-text { padding: 5px 13px; border: 2px solid transparent; } #top #header .av-main-nav > li > a:hover .avia-menu-text { border: 2px solid #c34444; }Hope this helps :)
Best regards,
NikkoHi,
Can you also post some links showing where it should be used?
Best regards,
NikkoHi Hanne,
Glad to hear that. Thanks for using Enfold! Have a nice day :)
Best regards,
NikkoHi,
The code I gave should get rid of the other pagination (one without borders), as for the other pagination (with border) showing in the order you posted, try adding this code:
#top .pgntn-page-pagination-block { width: 100% !important; }Hope this helps.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #av_section_1 .flex_column.av_one_fourth { background-size: cover !important; background-position: top center !important; }Hope this helps :)
Best regards,
NikkoHi,
Sticky Header is still possible even if it’s boxed layout. I checked your site and it seems to be working fine, let us know if you need further assistance :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
#top .avia_cart_buttons .add_to_cart_button { background-color: blue; }Just adjust the colors, let us know if you need further assistance :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold. Let us know if you need further assistance or if we can close the thread :)
Best regards,
NikkoHi allen,
You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > iconbox.php and look for this code (line 504):
if($title) $output .= "<h3 class='iconbox_content_title {$av_title_font_classes}' {$markup} {$title_styling}>".$title."</h3>";Replace h3 tag. I would recommend using a child theme before doing the modifications. :)
Best regards,
NikkoHey jcferns,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
.title_container h1.main-title.entry-title { text-align: center; }Hope this helps :)
Best regards,
NikkoHey unicaweb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .news-wrap span.news-time { display: none; }Hope this helps :)
Best regards,
NikkoJanuary 27, 2018 at 10:59 pm in reply to: Adding a fullwith Footer-Section under the Columns #903804Hey christwars,
Yes, but I would suggest using a child theme first: https://kriesi.at/documentation/enfold/using-a-child-theme/ then copy footer.php from the Enfold theme to the child theme, edit it and find this line of code:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>above it add this code:
<div id="footer-extra">Some text here</div>then replace Some text here with the text you want to add. Hope this helps :)
Best regards,
NikkoHi allen,
You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > and check for files with filename that starts with slideshow_ then check for the heading tags and replace it. I would recommend using a child theme before doing the modifications.
Best regards,
NikkoHi allen,
You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > contentslider.php and look for this code (line 475-477):
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup>" : ''; $output .= (!empty($link) && !empty($title)) ? "<a href='{$link}' $blank title='".esc_attr($title)."'>".$title."</a>" : $title; $output .= !empty($title) ? '</h3>' : '';replace all h3 with other heading tags :)
Best regards,
NikkoHi,
Glad that Victoria helped you. Thanks for using Enfold! Have a nice weekend :)
Best regards,
NikkoHi allen,
Just edit the Headline Rotator and go to Style (tab) and set HTML Markup to the heading tag you want to use. Hope this helps :)
Best regards,
NikkoHey allen,
You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > iconlist.php and look for this code (line 556):
$title_el = "h4";replace it with another heading tag. :)
Also, I would like to recommend using a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Nikko -
AuthorPosts
