Forum Replies Created
-
AuthorPosts
-
Hey sarthakchoudhary,
Thank you for the link to your site, as I understand you want all of the images to be the same height, the images are in the background and the amount shown is based on the caption length, so we need to make all of the captions the same height, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-masonry-entry figcaption { min-height: 235px; }After applying the css, please clear your browser cache and check.
In my test this worked well for your page, but feel free to adjust if you wish.Best regards,
MikeHey Aviatist,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Ok, thanks for the login, I added a custom class to your contact form hidden-field

and then I added an Empty Line element to your form:

then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field.hidden-field .av-form-empty-line { display: none; }and now the button is as you wish:

Please clear your browser cache and check.
If you want so extra space between the form and the button, remove the css I added, I was not sure how close you wanted the button.Best regards,
MikeHi,
Try this css instead so that only links in a paragraph will underline, which will exclude the menu and buttons:#top p > a:hover { text-decoration: underline; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Can you add the logo to the third column? It doesn’t have much information in it.
If you need to have a fourth column for the logo then add it back and I will try to offer some css to line up the other 3 columns, but it will probably move the fourth column with the logo close to the right edge of the screen.Best regards,
MikeHi,
Thank you for the link to your site, I see your css is working and I don’t see any reason to adjust it, well done.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Glad we were able to help, in the future if you find jQuery scripts with the dollar sign ($) try wrapping it with this:(function($) { // script here }(jQuery))If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
MikeHey Highlander-2013,
Please use the options at Horizontal Gallery ▸ Styling ▸ Gallery ▸ Gallery Height to adjust the gallery height in relation to the gallery container width.

and also note the size of the images, so if you want it in a small space you probably don’t want to use large images

So depending on the size you want use these two settings together.Best regards,
MikeHey ballindigital,
Thanks for the screenshot and the link to your site, but the login is not working, try making the last field full width or add one more 1/2 width field or add the Captcha field and the submit button will be below.
For example the “extra notes” could be the last field and full width to allow the user to have more room to add notes.Best regards,
MikeHi,
I don’t think those files will change often but if you notice any issues you want to check those first, but the footer.php may be more often so you will want to check it with each update.
We don’t recommend a child theme footer.php & header.php anymore in to your child theme, it is the most common reason for errors when updating. We recommend adding any customizations added in your child theme functions.php, but in this case you will need a custom footer.php because you don’t want the closing tags for #main & #wrap_all added twice.Best regards,
MikeHey CharlieTh,
Thank you for the link to your site, I see that you are getting this errorUncaught TypeError: $ is not a functionbecause jQuery was not declared in your code.
Try this function insteadfunction my_custom_function() { ?> <script> (function($) { setTimeout(function() { $('.ribbon').addClass('active'); }, 500); }(jQuery)); </script> <?php } add_action('wp_footer', 'my_custom_function');Best regards,
MikeHey tuncaycicek,
I believe this is the same as this issue which was corrected in an update, please ensure that you are using v5.6.5
Also please note Guenni007’s comment in the thread that a plugin may also cause this, so after updating try disabling your plugins and check.
Also note that if you are using a child theme footer.php & header.php and these do not match the current footer.php & header.php, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.phpBest regards,
MikeHey stephaniebLOS,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .social_bookmarks .social_bookmarks_facebook:hover a{color:#708e40; background-color:#fff; } #top #wrap_all .social_bookmarks .social_bookmarks_mail:hover a{color:#708e40; background-color:#fff; } #top #wrap_all .social_bookmarks .social_bookmarks_linkedin:hover a{color:#708e40; background-color:#fff; } #top #wrap_all .social_bookmarks .social_bookmarks_instagram:hover a{color:#708e40; background-color:#fff; }After applying the css, please clear your browser cache and check.

Best regards,
MikeHi,
Thanks for the feedback, it sounds like the closing tags for #main & #wrap_all will need to be added to:
single.php
page.php
archive.php
so the footer.php can be replaced by Elementor.
Give this a try and only leave the closing /body & /html in the footer file as a test.
If this works for you you can add those files to your child theme.Best regards,
MikeHi,
Very good, we will close this thread as complete for the cookie bar customization into a cookie popup as you asked for, your welcome.
As for your new cookie management question, please see our cookie documentation, were you will see that you can change or add buttons to say whatever you want them to say, the “functionality” cookie would be like Google fonts & Google Maps the “marketing” cookie, would be like Google Analytics or any third party tracking that you have installed.
I recommend using the provided cookie options in the theme settings, and rename or add buttons as the options allow, as it may be very difficult to completely redesign the cookie management panel. If you feel the cookie management panel is inadequate or needs further features, please submit a Github Feature Request as it is for users to place requests and follow them as they are reviewed.
If you need further help after reviewing the documentation, please open a new thread and try to explain what you want to achieve in detail. Thank you for your understanding and patience.Best regards,
MikeHey stephaniebLOS,
Thank you for the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .social_bookmarks li a { width: 40px!important; line-height: 40px!important; min-height: 40px!important; font-size: 20px!important; } #top #wrap_all .social_bookmarks li { height: 40px!important; width: 40px!important; } #top #wrap_all .social_bookmarks { height: 60px!important; }feel free to adjust to suit and clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
The footer is four columns but the section above is three columns, can you make the footer three columns so they will be the same width and line up?Best regards,
MikeHi,
Inside the Settings ▸ Cookie and Privacy Settings ▸ Privacy Policy tab the height of the container is the same for each tab, this can not be changed, it is just that the Privacy Policy doesn’t have as much content as the other tabs.
Please note that we ask that each thread sticks to one topic, your requests are now beginning a new topic, so please start a new thread. This thread is very long and we should stay focused on the cookie bar customization into a cookie popup. Currently we have achieved what your request was so unless there is anything else we can assist with on this specific customization, shall we close this then?Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
To add some space between the red buttons in Settings ▸ Cookie and Privacy Settings add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 384px) { .avia-cookie-consent-modal-buttons-wrap .avia-cookie-consent-button.avia-cookie-consent-button-4 { margin-bottom: 20px; } }After applying the css, clear your browser cache and check.

Best regards,
Mike -
AuthorPosts




