Forum Replies Created
-
AuthorPosts
-
Hey pinxe,
To add a search bar inside of a slider please try adding this code to the end of your functions.php file in Appearance > Editor:add_shortcode('avia_search', 'get_search_form');Then add this shortcode were you want it to show, such as the caption field in the slider.
[avia_search]Here is the results:

Then depending on where you put the shortcode you will probably want to increase the search bar with css, here is an example, please adjust to suit your needs:#top .avia-caption-content > #searchform>div { max-width: 600px !important; }Best regards,
MikeHi,
Please include FTP access in the Private Content area so we can assist.Best regards,
MikeHey mitrabaja,
When I check your site the demo is installed, Please see the screenshot in Private Content area.
Were you able to solve this issue already?Best regards,
MikeHey Szymanski,
Entschuldigung für die verspätete Antwort. Sie können das Design für eine neue Domain verwenden, da Sie die alte löschen.
Vielen Dank für die Überprüfung, einen schönen Tag!
— Translated with Google —
Sorry for the late reply, you can use the theme on a new domain as you are deleting the old one.
Thanks for checking, have a great day!Best regards,
MikeHi,
This seems to be a duplicate thread to this one Please check this one.Best regards,
MikeHey codecreative,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .av-main-nav ul ul { left: -150px !important; }Best regards,
MikeHey nickgin,
Thank you, there has been an issue with posting in the preview, the problem is wordpress loads the post template for post previews by default… So we need to find another, simple way to check if the alb is active for previews too.
The dev team has been looking at this, but no solution yet. Please try posting not in preview.
I see that you are using v4.4.1, you might want to try updating to v4.5.6 for the other fixes.
Sorry I couldn’t be more help with this today.Best regards,
MikeHi,
Sorry the login didn’t work for me, Excerpts do not support shortcodes by default but you can use the do_shortcode() function to execute them, I see that you have tried this with add_filter(‘the_excerpt’, ‘do_shortcode’); but please try adding this:add_filter( 'the_excerpt', 'shortcode_unautop');or try this solution.
Best regards,
MikeHey Roger,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 70% !important; } }This will shrink your logo a little for mobile devices.
Best regards,
MikeApril 27, 2019 at 7:00 pm in reply to: Past events are shown since The Events Calendar update #1094944Hi,
Please login into your support account and submit a new thread with your admin login in the private content area so we can be of more assistance.
Right now you seem to be using the contact form.Best regards,
MikeHey Edsbjerg,
The slider caption field doesn’t support element shortcodes, but you can try to create your elements using the “shortcode wand” in the Classic Editor
Then try to display them in a new shortcode like this:function icon_sc( ){ return do_shortcode('[av_font_icon icon="ue889" font="entypo-fontello" size="20px"][/av_font_icon]'); } add_shortcode( 'icon_short_code', 'icon_sc' );This one displays an icon where the shortcode “[icon_short_code]”
Best regards,
MikeHi,
Thanks for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeApril 27, 2019 at 5:52 pm in reply to: Past events are shown since The Events Calendar update #1094934Hi,
Thanks for the ftp access, I have uploaded the file and it seems to be working for the url in the Private Content area.
Please check.Best regards,
MikeApril 27, 2019 at 5:25 pm in reply to: Trying to Add JS Particles Background via Enfold theme #1094932Hi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $( '#particles-js:first' ).insertBefore( '#av_section_3 .container' ); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');and add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#particles-js { z-index: 10 !important; }Best regards,
MikeHi,
Glad to hear, I submitted a request for this with the dev team, they will review and perhaps add it to a future update.
Shall we close this then?Best regards,
MikeHey pattama,
Please ensure your WordPress is v5.1.1 and Enfold is v4.5.6 and that your PHP is at least v5.6
If this doesn’t help, we will need an admin login so we can be of more assistance.
Please login into your support account and submit a new thread with your admin login in the private content area.Best regards,
MikeHey caw67,
Try adding this code to the end of your functions.php file in Appearance > Editor:function envato_token_script(){ ?> <script> (function($){ $(document).ready(function(){ $('#avia_updates_envato_token').find('input:text').each(function() { $("<input type='password' />").attr({ name: this.name, value: this.value }).insertBefore(this); }).remove(); }); })(jQuery); </script> <?php } add_action('admin_head', 'envato_token_script');Best regards,
MikeApril 27, 2019 at 3:12 pm in reply to: Tab element displays the number "1" when there is no Tab Title entered. #1094910Hi,
Thank you for the feedback, indeed I was able to reproduce, I believe the issue here is that it was not considered that someone would want to have an “empty” title in a tab section, the “1” seems to be the null result, but I don’t see a solution to target this only. I do find that adding a blank space in the title field solves this issue. Please try this. I imagine that at some point you intend to add a proper title for the title tabs? So I believe that this is not really a “bug” but more that the required fields are not used.
Please let us know if adding a blank space works for you also.Best regards,
MikeHi,
Thanks for the feedback on question #2, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia_mobile #top.home .ls-in-out { display: block !important; }Best regards,
MikeHi,
I found that your error could be related to this or the “magnificPopup” error your page is throwing. I was not able to edit the files directly in the theme editor, so I tried your FTP access above and was able to login, but the header.php and functions.php in FTP don’t match your site files, I see that you have many themes and two child themes and I’m sure I’m looking at the right one “/public_html/wp-content/themes/enfold_child”
But I still don’t see the changes I make, Is this the correct ftp address? Is there server caching?Best regards,
MikeApril 27, 2019 at 4:42 am in reply to: Password did not come when verifying account for forum #1094870Hey Randal Alexander,
I reset your password, please see in the Private Content area.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeApril 27, 2019 at 3:57 am in reply to: How to add search bar to existing column in Layout Builder #1094864Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
After you install the child theme you would import the parent theme settings at: Import/Export > “Import Settings from your Parent Theme” I did this for you.
Please clear your browser cache and check.Best regards,
MikeHi,
I took a look at your page and see the ID # for the team on that page changed. I have corrected with this code:#awsm-team-2179 .awsm-personal-info span { color: red !important; font-family: 'roboto' !important; } #awsm-team-2179 .awsm-personal-info h3 { color: blue !important; font-family: 'roboto' !important; }I didn’t add it because I’m not sure what color or font you want to use.
Please adjust to suit.
To change the background color please try adjusting this css:.drawer-style.style-2 figcaption { background: rgba(35,35,35,.6) !important; color: #fff !important; }Changing the “.6” in the code makes it lighter or darker.
Best regards,
MikeHi,
Thanks for the login, I see that you are using an old header.php in your child theme, please replace with the current header.php.
Please keep a backup of the old header.php and transfer any custom scripts to the new header.phpBest regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
