Forum Replies Created
-
AuthorPosts
-
Hi,
I believe Guenni007 used a different script, here he explains the stepsBest 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 under Enfold sub 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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJuly 4, 2018 at 2:36 am in reply to: Default Lightbox must be activated for this feature to work #980850Hi,
This may be easier to accomplish with the Say What Plugin
Try adding the text you would like to replace, and your new text, and use ‘avia_framework’ as the Text Domain. This screenshot shows a example.
Best regards,
MikeJuly 4, 2018 at 2:31 am in reply to: Add Phone number in between logo and hamburger menu on mobile #980848Hi,
It seems that you already have a phone button next to the burger menu. Please explain what changes you would like.Best regards,
MikeHi,
When I look, the phone seems to be lined up with the menu, and the logo seems to be off center, by design?
But if you would like to move the phone up some, please try this css in your Quick CSS:.top-phone { margin-top: -8px; }
Best regards,
MikeJuly 4, 2018 at 1:01 am in reply to: Adding a Facebook LIKE button/icon to small bar above logo area? #980832Hi,
Yes, we will leave this open while you test, to be sure it is working for you.
Also you can remove the fontello code in functions.php since you won’t be using it.
Have a happy 4th of July :)Best regards,
MikeHi,
Thanks for the login, I found that when adding the custom class to the column you included the dot, I removed the dot and it now works.
I also adjusted the sticky height of the column and the start position, here is the new code for your review:// sticky element function add_sticky_script(){ ?> <script type="text/javascript"> (function($){ function a() { $(window).scroll(function(e){ var $sticky = $('.sticky_element'); var position = ($sticky.css('position') == 'fixed'); if ($(this).scrollTop() > 170 && !position){ $sticky.css({'position': 'fixed', 'top': '170px', 'right': '8%','width' : $sticky.innerWidth() }); $sticky.next().css('float', 'right'); $sticky.addClass('fixed_element_style'); } if ($(this).scrollTop() < 170 && position) { $sticky.css({'position': 'static', 'top': '0px', 'width' : '' }); $sticky.next().css('float', 'left'); $sticky.removeClass('fixed_element_style'); } }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_sticky_script');
Please clear your browser cache and check.
Best regards,
MikeHi,
Yes that is correct “#offsite-sec” is the container for “.flex_cell.no_margin” that is why there is a space between them, and why “#offsite-sec” has to be there and not at the top.
Think of stairs & each step is a div or element
Hope that makes since.Best regards,
MikeHi,
Thanks :)
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJuly 3, 2018 at 12:51 pm in reply to: Adding a Facebook LIKE button/icon to small bar above logo area? #980529Hi,
Ok, I added “float: left;” to the icon, Please clear your browser cache and check.Best regards,
MikeHi,
To change to content of the text, please try the Say What Plugin
Try adding the text you would like to replace, and your new text, and use ‘avia_framework’ as the Text Domain. This screenshot shows a example.
Best regards,
MikeHi,
It looks like your css was not updating, I enabled the css file merging, and then disabled it again, and it seems to have solved the header color issue. I still recommend using the css to set the sub-menu colors though.Best regards,
MikeHey Pascal König,
Danke, dass du dich ausgesucht hast,
Leider, da Enfold ausschließlich bei Theme Forest angeboten wird, besagt unser Vertrag mit ihnen, dass wir Lizenzen nicht direkt verkaufen können oder Rabatte anbieten, wenn sie nicht öffentlich zugänglich sind.
Wir bieten jedoch von Zeit zu Zeit öffentliche Rabatte an. Bitte melden Sie sich für unseren Newsletter an, um über unseren nächsten Rabatt informiert zu werden.
Wir wünschen Ihnen viel Erfolg und danken Ihnen für Ihr Interesse an Enfold.————————-
Thank you for reaching out,
Unfortunately, since Enfold is offered exclusively at Theme Forest, our contract with them says we can not sell licenses directly, or offer discounts unless it is open to the public.
We do however offer public discounts from time to time, please signup for our newsletter to be notified of our next discount.
We wish you great success, and thank you for your interest in Enfold.Best regards,
MikeHey laptophobo,
If the section has the ID #offsite-sec with the cells inside,
then it’s probably going to be:
.responsive #top #wrap_all #offsite-sec .av-flex-cells .no_margin
if this doesn’t help then please include the url to the page in question so we can take a closer look.Best regards,
MikeHey BPC,
When I check I get the message:
“Gefeliciteerd, uw website is AVG Proof!”
“Congratulations, your website is AVG Proof!”
Perhaps it was a caching error?Best regards,
MikeHi,
@George
I added this css to your Quick CSS to change your menu:#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: #fff !important; } #top .header_color.av_header_transparency .avia-menu-fx { background: #fff !important; } .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background-color: #fff !important; color: #000 !important; } .header_color .main_menu .menu ul li a:hover { background-color: #143f3c !important; color: #fff !important; }
I was not sure what you wanted for the sub-menu hover, so I made it green with white text.
Please clear your browser cache and check.Best regards,
MikeHey navindesigns,
You had this css in your child theme style.css/* remove submenu for the homepage */ .page-id-734 .main_menu .avia-menu .sub-menu { display: none !important; }
I removed it for you, Please clear your browser cache and check.
Best regards,
MikeJuly 3, 2018 at 3:11 am in reply to: Default Lightbox must be activated for this feature to work #980361Hi,
Where are you seeing this error message? I found that your setting at Enfold Theme Options > Lightbox Modal Window
was un-checked. I checked it and your lightbox now seems to work.
Please check.Best regards,
MikeHey waldmeister42,
Have you tried clearing your browser cache?Best regards,
MikeHi,
Please ensure that your PHP settings are at least:
PHP Version: 5.6
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MIf this doesn’t solve, Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private.
Best regards,
MikeHi,
I’m sure that it will be. Sorry I don’t have a ETA on the next release.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Sorry, I’m not sure that I understand, when I look at the page above, the image seems to be full width.
Although it looks like you are using the parallax effect causing a gap at the top near the header.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 under Enfold sub 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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJuly 3, 2018 at 2:00 am in reply to: Adding a Facebook LIKE button/icon to small bar above logo area? #980344Hi,
I corrected the code in your functions.php, so you can add the “thumbs-up” next to your social icons at:
Enfold Theme Options > Social Profiles > Your social profiles
But I thought that we could add a link to the icon to create the “Like” feature, but as I search I don’t see that the “Like” can be a url, it seems that it must be a script.
So, I added the script for you and placed it next to the other social icons, unfortunately it must be the blue FB button. I hope this is ok.
This is how I added it:
I added the FB script to a custom html widget in your “header” widget area:<div class="fb-like" data-href="http://www.facebook.com/your-fb-page" data-layout="button" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div>
then I moved it next to your social icons with this function in your functions.php:
function custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery( "#custom_html-4" ).appendTo( ".social_bookmarks" ); }); </script> <?php } add_action('wp_footer', 'custom_script');
and made some minor adjustments with this css in your Quick CSS:
#custom_html-4.widget { width: 50px !important; padding: 15px 0 !important; display: inline-block !important; }
Best regards,
MikeHi,
I was able to login with my VPN, and I believe you need to change the code you added to your functions.php to this:add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
I tried to make the change but received an error that the change needs to be done via ftp.
Then try this code in the General Styling > Quick CSS field:#header_main .widget { width: 20%; margin-left: 20%; }
Best regards,
Mike -
AuthorPosts