Forum Replies Created
-
AuthorPosts
-
Hi,
If you add a custom class to the text element in the middle of the second & third columns, such as “custom-class” you could use this css:.custom-class { min-height:220px; }Without the custom class the css would look like this for your test page second & third columns:
#top.page-id-742 #main > div > div > main > div > div > div.flex_column_table > div > section:nth-child(3), #top.page-id-742 #main > div > div > main > div > div > div.flex_column_table > div > section:nth-child(3) { min-height:220px; }I noticed that in your second column, the HR, above the price, has a 30px top margin, so you will want to remove this to match the third column.
Best regards,
MikeHi,
Sorry for the late reply and thanks for the screenshots and link to your page, I don’t believe that the custom css above is going to be the solution, as I understand your question, which is to have all 3 columns display the same height for each inner element, this is the goal, correct?
So the equal height flex columns addresses the outer height, but your issue is the inner height.
In each column you have an image, text, HR, price, and a button. Of all of these, the text element is the one element that will have a different height for each column, so if you add a custom class to the text element in each column the same height can be applied to each with css or js.
Please give this a try. Do you have a test page that looks more like your screenshots?Best regards,
MikeSeptember 17, 2020 at 1:08 pm in reply to: Modula & Enfold Lightboxes can't play together, can you help change that? #1246519Hey thefirmgraphics,
Sorry for the late reply and thanks for the login, it seems that the plugin uses the same trigger to launch the lightboxs as the theme does, so to correct I disabled the lightbox option in the theme and then added this code to the end of your functions.php file in Appearance > Editor:function custom_modula_script(){ ?> <script> (function($){ $(document).ready(function() { $('.modula-items .modula-item-link').addClass('lightbox-added'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_modula_script');This is working now, please clear your browser cache and check.
Best regards,
MikeSeptember 16, 2020 at 1:45 pm in reply to: TinyMCE showing HTML tags in custom shortcode elements. #1246329Hi,
Sorry, the dev replied that tinyMCE is not easy to handle especially if you have more than one open at a time. I’m afraid there will not be an easy solution at least not in the scope of the support forum.
Since this is beyond the scope of our support forum, please try seeking out the assistance of a freelancer with tinyMCE experience.Best regards,
MikeHi,
On the page that you linked to the gallery is not opening in a lightbox, the images are opening directly, if you notice the URL bar address ends with “/A0056334.jpeg” for example.
So now if we could get your new lightbox to work for these links it would be good.
Does your cq-hotspot plugin with the Lity lightbox have any instructions on integrating the new lightbox?
The Lity lightbox site says we should add the “data-lity” attribute to the links, but this doesn’t seem to work, perhaps the cq-hotspot plugin changed this? If you don’t see any tips in the documentation for the plugin try asking the plugin author.
Also please disable the smushit plugin for now.Best regards,
MikeHi,
You could try:#top.page-id-3392 .av_one_fifth.avia-builder-el-27,#top.page-id-3392 .av_one_fifth.avia-builder-el-30 { margin-left: 6px !important; }But I saw your mockup image at the bottom of the page and I believe this will be difficult to achieve with your current elements.
It looks like the purpose of your grid is cell links to your other pages if I had to create this I might use an html grid layout generator and add the code to a code block element on the page, for the basic grid layout, if this is an option for you please see these generators:
Layoutit
CSS Grid Generator
DIV TABLE
These are a few I found on Google, there are many more.
Another option might be to use the Masonry Portfolio Example: 4 Column Masonry Grid, or the Grid Row element, but you would need to create each box as a portfolio item, which in itself might be a larger task than is needed.Best regards,
MikeSeptember 15, 2020 at 12:55 pm in reply to: Pricing table: Description and standard column row not aligning #1246023Hi,
Glad to hear this helps for desktop, for mobile the first column with the descriptions is not shown because there is not enough room to show it. You could use a different mobile table by hiding this one and showing your new one, if you find one that matches your needs for mobile.Best regards,
MikeHi,
Please try removing the script and disable the built-in lightbox at: Enfold Theme Options > Lightbox Modal WindowBest 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,
MikeSeptember 14, 2020 at 1:46 pm in reply to: Apply gradient to entire color section including image #1245762Hi,
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,
Thank you for the feedback, to add a white border to the second solution please try this css instead:#top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first { border-right-width: 3px !important; border-color: #007FC8 !important; box-shadow:inset 0px 0px 0px 2px #fff; } #top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first + .av_one_half { border-left-width: 3px !important; border-color: #007FC8 !important; box-shadow:inset 0px 0px 0px 2px #fff; }Then clear your browser cache and check.
Best regards,
MikeHi,
Please try adding this css below the other css, so this runs after:@media only screen and (max-width: 430px) { .avia-safari #kontakt, .avia-safari #kontakt .av-section-color-overlay { height: 132vh !important; } }Then clear your browser cache and check.
Best regards,
MikeSeptember 14, 2020 at 12:55 pm in reply to: Pricing table: Description and standard column row not aligning #1245745Hi,
Thank you for the feedback, I adjusted the code so it will not interfere with the mobile version.
Please clear your browser cache and check.Best regards,
MikeSeptember 14, 2020 at 12:20 pm in reply to: Can't edit posts, pages or portfolio items due to providers firewall application #1245734September 14, 2020 at 12:16 pm in reply to: Media automatically generated when you upload a photo #1245731Hi,
Please see this article, it explains well.Best regards,
MikeHey Getersa,
Sorry for the late reply, the page builder in Enfold, the Advanced Layout Builder, is built into the core of the theme and can not be removed or replaced with another builder. We do not recommend other page builders nor do we expect them to work with Enfold, the Visual Composer is one such builder that doesn’t work with Enfold.Best regards,
MikeSeptember 14, 2020 at 4:53 am in reply to: Fix for Tag page title showing below tag description? #1245617Hi,
Sorry for the late reply, instead of modifying the template, try adding this code to the end of your functions.php file in Appearance > Editor:function tag_page_title_above_tag_description(){ ?> <script> (function($) { $(document).ready(function(){ $('#top.tag .tag-page-post-type-title').detach().insertBefore('.category-term-description'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'tag_page_title_above_tag_description');This should work for all tag pages.
Best regards,
MikeHey rixi,
Sorry for the late reply, and thanks for the link. As I understand your question you are referring to this form:

and you would like it to look like this:

you can do this within the form options, for each element go to the styling tab and choose the width you wish, for example 4 elements would fit in one line if each was 1/4 wide.

Another option would be to try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia_ajax_form .form_element_half { width: 24% !important; } .avia_ajax_form .first_form { width: 24% !important; clear: right !important; } #av_section_2 > div > div > div > div > div > form > fieldset > p:nth-child(6) { width: 24% !important; clear: right !important; }This is what I used to take the screenshot above.
After applying the css, please clear your browser cache and check.Best regards,
MikeSeptember 14, 2020 at 4:08 am in reply to: Apply gradient to entire color section including image #1245591Hey williamslyd,
Sorry for the late reply and thanks for the link to your page. To apply the gradient over the image we will change the image opacity so the gradient can show though.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #banner { opacity: 0.4; }Please try adjusting the number to suit, from 0.1 to 0.9, the higher the number the less gradient will show.
After applying the css, please clear your browser cache and check.Best regards,
MikeSeptember 14, 2020 at 3:49 am in reply to: Media automatically generated when you upload a photo #1245589Hey Giorgio Mario,
Sorry for the late reply, this is normal WordPress behavior and it creates many sizes as a core function, you can see the image sizes that are created by Enfold in the functions.php starting with line 178.
You can choose to disable these if you wish but those sizes won’t be available if you do.
The best way to control these sizes is with the plugin Simple Image SizesBest regards,
MikeSeptember 14, 2020 at 3:30 am in reply to: Iconfont Manager Import/Export feature not working #1245587Hey PT0060,
Sorry for the late reply, to add a right sidebar to a product page try adding this code to the end of your functions.php file in Appearance > Editor:add_action('init','ava534345953_init', 50); function ava534345953_init() { add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar', 25); } function avia_close_image_div() { global $avia_config; echo "</div> "; } function avia_add_sidebar() { if(is_product()) { $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } }and this css to your Quick CSS:
.single-product-main-image { width: 25%; } .single-product-summary { overflow: hidden; width: 45%; float: left; margin-right: 5%; } .single-product .sidebar { width: 25%; }You may need to adjust the css to suit.
Best regards,
MikeHi,
@truejoke, unfortunately, the Flashlight is no longer being developed and it is not expected to work with WordPress 5+, glad to hear it is working for you with v5.4.2 but I would recommend installing a plugin like Disable All WordPress Updates so your site won’t keep updating and breaking your site.
In the meanwhile, you will probably want to start considering a new theme to start creating your new site.Best regards,
MikeHey sifupeter,
Sorry for the late reply and thanks for pointing this out, I will submit to the dev team for review.Best regards,
MikeHi,
Glad to hear this helped, so disabling Emoji/Smiley Support solved? I assume we can close this now?Best regards,
MikeHi,
Thank you for the feedback, I checked your site’s merged css and didn’t find the above css, but when I test by injecting the css it works, please see the screenshot in Private Content area.
So my thought is that your cache didn’t clear or it wasn’t merged. So please try disabling your Enfold Theme Options > Performance > JS & CSS file merging and compression and enable the Enfold Theme Options > Performance > Delete old CSS and JS files at the bottom of the same page.
Then add the css to: WordPress > Customize > Additional CSS field, this will have the highest priority.
Then clear your browser cache and check.
If this doesn’t work for you please check if you can clear your server cache, if you have one.
Otherwise, please include an admin login so we can check.Best regards,
MikeHi,
Thanks for the link to your page, I’m not sure where you would like a gap, I looked for two columns and picked this one (screenshot 1) the yellow link.
So for this you could use this css:#top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) { border-spacing: 6px !important; }but this add the space around the whole element (screenshot 2), now a blue line.
Another option is to add a 3px border to the two columns on the right and left only and then match the border color with the background so it fakes the space, (screenshot 3).#top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first { border-right-width: 3px !important; border-color: #007FC8 !important; } #top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first + .av_one_half { border-left-width: 3px !important; border-color: #007FC8 !important; }When you try these codes please only try one at a time a be sure to clear your browser cache each time.
If this is not the correct area please try posting a screenshot of the area.Best regards,
MikeSeptember 14, 2020 at 12:48 am in reply to: Change the enfold breakpoint for the Portrait Mode #1245568Hi,
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: 1600px) { #top.home #after_layer_slider_1 .post-entry-11 .flex_column.av_one_third.flex_column_table_cell { display: table-row !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 14, 2020 at 12:25 am in reply to: You are editing the page showing your most recent posts. #1245566Hey Tolgahan,
Thanks for the login and ftp access, I see that you are getting this error:Failed to load resource: the server responded with a status of 500 (Internal Server Error)a 500 error is server related, please check your server error log for details such as an outdated PHP version, for example.
I tried to rename your child theme directory to force WordPress to load one of the default themes, but it didn’t solve the error.
It looks like you are using a LiteSpeed Server Cache, typically this is a object cache, please try clearing your server cache and disable temporarily if you can.Best regards,
Mike -
AuthorPosts

