Forum Replies Created
-
AuthorPosts
-
Hi,
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,
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,
Please try this instead:.gform_page_fields input[type='text'],.ginput_container input[type='text'],.ginput_container textarea { background:#fff!important; border:1px solid #c9c9c9!important; } #top .gform_wrapper select { background-color: #fff !important; border:1px solid #c9c9c9!important; }
Best regards,
MikeHi,
Yes, typically the WordPress one loads last, so your css changes will always work there, plus it has a good error checker to point out any issues in the code.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,
MikeHi,
Please try:.gform_page_fields input[type='text'],.gfield_select,.ginput_container input[type='text'],.ginput_container textarea { background:#fff!important; border:1px solid #c9c9c9!important; }
Best regards,
MikeHey StartSmallDigital,
Here’s a rough idea, try this script to move the main_menu and appendto the footer:jQuery(window).load(function(){ jQuery( ".main_menu" ).appendTo( "#footer" ); });
then use this css to fix the footer to the bottom of the page and arrange the menu, search, and social icons:
#footer { position: fixed; bottom: 0; width: 100%; max-height:90px !important; } #footer .main_menu { width: 100% !important; } #footer .social_bookmarks { float: right !important; } #footer #menu-item-search { float: right !important; right: -150% !important; }
You could then hide the header with some css.
This works good for mobile, but I’m not sure what you want to do for desktop.
Unless you would be interested in moving the whole header down?
I think this would need some more research.Best regards,
MikeJuly 1, 2018 at 9:17 pm in reply to: Contact form: Checkbox shows additional form field when selected #979904Hey Esther,
Sorry that feature is not available yet, but I believe the Conditional Fields for Contact Form 7 plugin does.Best regards,
MikeHey decode,
Sorry for the late reply, but I don’t understand what your question is. Please explain how we can assist.Best regards,
MikeHey Bärbel,
Sorry for the late reply, Enfold is compatible with bbPress and while I have not tested BuddyPress I have read a couple of posts from other users that say the plugin should work with the theme but it will require configurations specially in the templates.
While we always try to help, we don’t officially support it.
I hope this has been helpful.Best regards,
MikeHey curmi01,
Sorry for the late reply, in short, no, it specifies that the audio output of the video should be muted.
But with the Chrome Autoplay Policy Changes there is now a scale that will stop the autoplay of videos, muting videos is suppose to allow them to autoplay, as long as other factors don’t effect the scale.
I hope this makes since and helps.Best regards,
MikeHi,
Please try replacing the css with this css:.gform_page_fields input[type='text']{ background:#fff!important; border:1px solid #c9c9c9!important; }
Then please clear your browser cache and check.
Best regards,
MikeHi,
Can I ask if you plan to have many pages that don’t have much content and the footer would be fully displayed without scrolling?
Because you could set the footer as fixed to the bottom of the page then it would be correct in any browser.I changed the classes so it won’t effect the footer container now.
#top #wrap_all #main .main_color.container_wrap_first { min-height:100vh !important; } #footer { position: fixed; bottom: 0; width: 100%; }
You would probably want to add a media query to this so it won’t be used for mobile & tablets because the footer height will take up too much space. In those cases try using only the 100vh and the user can scroll to see the footer.
Best regards,
MikeJuly 1, 2018 at 6:58 pm in reply to: More 1/3 columns underneath each other beside a 2/3 column #979884Hi,
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,
MikeHi,
Please try adding this css to WordPress > Customize > Additional CSS:.container_wrap.footer_color { border-color: transparent !important; }
Best regards,
MikeHi,
Thank you for sharing your solution, 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,
MikeHey dlikat,
Sorry for the late reply, can I first ask if this is happening to some customers or all customers?
Were you able to test your woocommerce checkout process yourself?
I ask because in my experience of selling downloadable products, some customers do not get the emails because the emails go to their spam folder, or they try to read the emails on their phone.
My next question is when you say:I do not even have the checkbox to enable automatically sent emails with these links
do you mean that you are relying on PayPal to send the download link? This is not a good choice because the link PayPal sends is very small and is not highlighted, many people do not see this link.
If this is the case then the WordPress email address is not the issue.
If you are having woocommerce send the link then you should ensure that the out going WordPress email address is correct, do you have a log of sent emails? If not then try this plugin to create a log: WP Mail Logging
If you are having woocommerce send your emails, are they sent after the purchase is “compete” which means that PayPal replys back to woocommerce to verify the payment with a IPN. Are you using this setup?Here is a tutorial on setting up downloadable products with woocommerce, perhaps reviewing it will point out a missed step in your process.
Best regards,
MikeHey Reinhard,
Sorry für die späte Antwort. Ich glaube, das lag daran, dass das Element beim Laden der Seite einen niedrigeren Z-Index als der Slider erhalten hat.
Bitte versuchen Sie diesen Code im Feld General Styling> Quick CSS:#top.page-id-309 #fullscreen_slider_1 { z-index: 0 !important; } #top.page-id-309 .flex_column.avia-builder-el-1 { z-index: 10 !important; }
Wenn dies nicht hilft, fügen Sie bitte einen Administrator-Login in den privaten Inhaltsbereich ein, damit wir genauer hinsehen können.
———
Sorry for the late reply, I believe this was because the element was getting a lower z-index than the slider on page load.
Please try this code in the General Styling > Quick CSS field:#top.page-id-309 #fullscreen_slider_1 { z-index: 0 !important; } #top.page-id-309 .flex_column.avia-builder-el-1 { z-index: 10 !important; }
If this doesn’t help please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHey sundara88,
Sorry for the late reply, you can have a single fixed image for a background so the page content scrolls over the top of it with transparent sections.
First you will give the page a fixed background-image and give it a transparent background color:<style> body #main { background-image: url(https://thesteelframingcompany.com.au/wp-content/uploads/2017/09/Narrawa5Wide.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 100%; } .main_color { background-color: transparent; } </style>
If you use this css in your Quick CSS or style.css you will also need to assign the page ID to it so it doesn’t apply this to all pages. One way around this is to add the css above in a code block element at the top of your page.
Now as you add your content elements they will be transparent until you add a background color, so you can use two color sections with background colors and a space between them to give the illusion of a transparent “window”
That is really all there is to it.
I put together an example for you that you can test with, just Enable the Avia Layout Builder Debug and add this shortcode to the debug window and save.Best regards,
MikeHi,
Perhaps it was a cache issue, because when I look at your form it has a white background & gray boarder, Please see screenshot in Private Content area.
Is this correct now?Best regards,
MikeHi,
Thank you for sharing your solution, 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,
Mike -
AuthorPosts