Forum Replies Created
-
AuthorPosts
-
Hi,
Glad that we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
I apologize, my connection was suddenly cut off while I was working on it. Please paste this on functions.php:
https://pastebin.com/m2F0EqYp
This is what your whole functions.php contains and should work properly and I apologize again for the incovenience. :(Best regards,
Nikko-
This reply was modified 7 years, 11 months ago by
Nikko.
Hi,
Thanks, can you try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #itsallabout .flex_column.av_one_fourth.avia-builder-el-10 { margin-top: 60px !important; } }Best regards,
NikkoHi,
You’re welcome! Let us know if you need further assistance :)
Best regards,
NikkoHi Vince,
Glad that Victoria helped you! :) Let us know if you need further assistance or if we can close the thread.
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi Havi,
Yes, that’s the only value you need to adjust. :) Let us know if you need further assistance.
Best regards,
NikkoHi Lyse,
Can you also give us ftp access to you staging site?
Best regards,
NikkoHi,
Make sure the code is added in functions.php of the theme you’re currently using (Enfold or the child theme), can you also try to replace the double quotes manually, sometimes it causes the issue.
”should be looking like this:
"Best regards,
NikkoHi,
No, it wouldn’t, you will need to adjust the top position on this code I adjusted:
#top .avia-smallarrow-slider .avia-slideshow-arrows { width: 505px; height: 50px; display: block; position: absolute; top: 270px; }If it’s smaller, just lower the value also :)
Best regards,
NikkoHi,
Have a nice day also :) Just let us know if you need further assistance or if we can close the thread.
Best regards,
NikkoHi,
Thanks for providing the ftp access, it’s working now, I have added this css code in your child theme:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 9997, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 9997, 2 ); function avia_append_search_nav ( $items, $args ) { if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items; if(avia_get_option('header_position', 'header_top') != "header_top") return $items; if (is_object($args) || (is_string($args) && $args = "fallback_menu")) { global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special"> <a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; } return $items; }Let us know if you need further assistance :)
Best regards,
NikkoHi,
Yes please, I would suggest 5.6 or 7.0.
Best regards,
NikkoHi Havi,
I have modified your css code in Quick CSS:
/*slider arrows css */ #top .avia-smallarrow-slider .avia-slideshow-arrows { width: 505px; height: 50px; display: block; position: absolute; top: 270px; } #top .avia-smallarrow-slider .avia-slideshow-arrows a { background: transparent!important; color: #fff; width: 50px; height: 50px; font-size: 50px; font-weight: bolder; } #top .avia-smallarrow-slider .avia-slideshow-arrows a:before { background: transparent !important; line-height: 50px; }Let us know if it helps :)
Best regards,
NikkoHi Sarah,
Yes, I have checked it and the text showing on mouseover has spaces in between each letters/numbers. You can remove the spaces and use this:
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { letter-spacing: 0.05em; font-size: 40px; }Just adjust the font size and letter spacing :)
Best regards,
NikkoHi,
I checked it however I can’t connect, here is what I get when trying to connect (screenshot in private content).
Best regards,
NikkoHi Jon,
Can you try adding this css code in Quick CSS:
@media only screen and (max-width:479px) { #top #header #avia-menu { position: absolute; top: -70px; left: 260px; } }Hope this helps.
Best regards,
NikkoHey vocalman77,
Can you tell us what php version you are using? upgrading it to atleast 5.6 or 7 might help.
Best regards,
NikkoHey gerlesv,
No worries, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Also include the page where the issue appears.
Best regards,
NikkoFebruary 6, 2018 at 2:35 am in reply to: Hide on large screens (wider than 990px – eg: Desktop) #908303Hi,
Yes, we will try to help you out. Can you give us a link where the textbox you want to hide is located.
Best regards,
NikkoHey RogierSchipper,
Sure, can you give us a link to the page shown in the screenshot? you can post the link in private content if you want it to be seen only by moderators and you (thread creator).
Best regards,
NikkoHey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top .tab.fullsize-tab { background-color: #26cfdb; } }Hope this helps :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold! Have a great day :)
Best regards,
NikkoHey kjwaggz,
Can you give us a link to the page shown in the screenshot? so we can try to give you an accurate css code that should help fix the problem. You can post the link in private content if you want the link to be shown only to moderators and you (thread creator).
Best regards,
NikkoHi,
This is what makes it work:
display: block;if that code is removed, line height doesn’t work on the span tag. :)
Best regards,
NikkoFebruary 6, 2018 at 1:54 am in reply to: Script references of dependancies for enqueueing custom script #908289Hi Peter,
Glad that Basilis and Victoria helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that Mike helped you. Thanks for using Enfold ;)
Best regards,
NikkoHey KingFilly,
You can create something like it by editing the fullscreen slider, then clicking on an image (slideshow image), click on the Caption (tab), put Caption Title and Text, find Apply a link or buttons to the slide? then set it to Attach one button (or two). Hope it helps :)
Best regards,
NikkoFebruary 6, 2018 at 1:45 am in reply to: How can i navigate on sections on same page from menu ? #908282Hi,
Glad that Basilis helped you. Let us know if you need further assistance or if we can close this thread :)
Best regards,
NikkoHi Erin,
Can you try to replace Basilis code:
.logo img { width: 1uto !important; }to:
.logo img { width: auto !important; }Let us know if this helps.
Best regards,
Nikko -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts
