Forum Replies Created
-
AuthorPosts
-
Hi,
We tried to login to the site but it is asking for another authentication, maybe the htaccess password. Please post the other authentication info in the private field so that we could check the layer slider.
Best regards,
IsmaelHey netzhautflimmern,
Thank you for the inquiry.
You can use this css code to adjust the breakpoint of the grid row cells.
/* Grid Row Cells Breakpoint */ @media only screen and (max-width: 1500px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; } .responsive #top #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet { display: block; } .responsive #top #wrap_all .av-flex-cells .no_margin{ height:auto !important; overflow: hidden; } }Best regards,
IsmaelHey solid-image,
Thank you for the inquiry.
You can try the Layer Slider. You can also set the slider’s Advanced > Slider Animation > Slider Transition to the third option so that it fades instead of slides.
Best regards,
IsmaelJune 9, 2021 at 8:31 am in reply to: Easy Slider or column hover darken instead of opacity change #1304803Hi,
Thank you for the update.
How did you set the opacity of the columns? Please post the css code here so that we know which elements have been modified.
Best regards,
IsmaelHey kikosanchezestudio,
Thank you for the inquiry.
There are no errors in the browser console when we checked the site, so we are not really sure why the ads are not working. It might be due to a missing option or permission. You might need to add the site as http referrer to allow the code to be embedded to your site, but we cannot be sure.
Is is working when you embed the ad code in a default theme?
Best regards,
IsmaelHi,
What you are trying do is possible but it would mean limiting the height of the inner container of the first cell. Unfortunately, you cannot manually set the height of the first cell because the Grid Layout element is a table element and with table elements, the height of cells are automatically inherited from the parent container or the adjacent cells.
To understand it better, you can try this css code.
.flex_cell.no_margin.av_one_fifth.avia-builder-el-4.el_before_av_cell_three_fifth.avia-builder-el-first.scrollbar .flex_cell_inner { height: 500px; overflow: scroll; }This should limit the height of the flex_cell_inner container and add a scrollbar to it, but there would be a huge white space or gap below it. You might want to replace the css selector above with a custom css class or ID. More info about custom css class is in the following documentation.
// https://kriesi.at/documentation/enfold/add-custom-css/
Doing this with Javascript is also possible but, unfortunately, that kind of modification is beyond the scope of support.
Best regards,
IsmaelHi,
You have to set flex via css in the Quick CSS field or in the style.css file. If you can provide the page URL, we could inspect it and try to provide the css code to adjust the order of the columns on mobile view.
Best regards,
IsmaelHi,
Thank you for the update.
We tried to dynamically load the script and append it to an element in the document, but this creates more issues than we expected and the campaigns do not show correctly. There might be a missing option somewhere in the mailchimp dashboard that prevents the script from working when not logged in.
Have you tried asking the mailchimp support regarding the issue? Is this working when a default theme (tt1 theme) is activated?
Best regards,
IsmaelHey HPT-admin,
Thank you for the inquiry.
When you use the WP Sticky Anything plugin, did you specify the class attribute “prijs”? This is the parent container of the booking button in the page above.
Best regards,
IsmaelHey spooniverse,
Thank you for the inquiry.
This is not possible out of the box, unfortunately. You can only lock or unlock the Advance Layout Builder as a whole, but not any of the builder elements or shortcodes in it.
Best regards,
IsmaelHi,
Thank you for your patience.
This css seems to help correct the font thickness.
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { font-family: DINWebPro, sans-serif; font-smoothing: none; -webkit-font-smoothing: none; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Screenshot after applying css rule above. https://imgur.com/iytZje7
Best regards,
IsmaelHey Eleina_Shinn,
Thank you for the inquiry.
Adding this css code should limit the width and height of the images inside the mega menu and align them correctly. We also added a 20px margin below the images to move the text downwards a bit.
#menu-item-71 .avia_mega5 .menu-item img { max-width: 240px; margin-bottom: 20px; }Let us know if that helps.
Best regards,
IsmaelHey ictdweb,
Thank you for the inquiry.
The error above means that the current Envato token is invalid. It is possible that the token has been removed from the account that was used to purchase the theme, or it does not have the correct permissions. You should be able to fix the issue by generating another token with the correct permissions. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/theme-registration/#what-is-an-envato-personal-token
Best regards,
IsmaelHi,
Thank you for following up.
The Masonry Gallery element does not have filters, unfortunately, but the Portfolio Grid element does. You can also set the grid items to open a lightbox instead of the actual portfolio item page.
Best regards,
IsmaelHi,
Looks like you are using the Advance Layout Builder to build the content of the posts. The theme automatically strips all shortcodes when this is the case to make sure that the Masonry displays correctly. If you would like to change this, try to edit the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file, look for this code around line 771.
$this->loop[ $key ]['content'] = avia_backend_truncate( $entry->post_content, apply_filters( 'avf_masonry_excerpt_length', 60 ), apply_filters( 'avf_masonry_excerpt_delimiter', ' ' ), '…', true, '' ); }.. and replace it with:
$this->loop[ $key ]['content'] = $entry->post_content;Let us know if it changes anything.
Best regards,
IsmaelHey psipi,
Thank you for the inquiry.
We check the site but we do not see the issue that you described above. Would you mind providing a screenshot of the issue? This is how the site looks on our end.
Screenshot: https://imgur.com/S4OtQYl
Best regards,
IsmaelJune 9, 2021 at 3:46 am in reply to: Demo content do not loads any images even after regenerating thumbs #1304763Hey webguys2021,
Thank you for the inquiry.
The site above is not using Enfold or any of our themes. Are you sure that it is the correct link?
Best regards,
IsmaelHi,
Do you have access to the site contained inside the iframe? We might be able to send data, such as the height of the content container, from the
iframe site(site inside the iframe) to themain site(the one using Enfold) using a script and apply that same height value to the iframe in themain site. This is possible but will require modifications on both site.In the
iframe site, you can add this script in any .js or javascript file.window.addEventListener('DOMContentLoaded', (event) => { const main = document.querySelector(".beeldverhaal"); window.postMessage(main.offsetHeight, 'https://oudlisse.nl/'); });And in the site using the Enfold theme, add this code in the functions.php file.
// a custom script // apply iframe height function ava_custom_script_mod_iframe_height() { if ( wp_script_is( 'avia-default', 'registered' ) ) { wp_add_inline_script( 'avia-default', ' window.addEventListener("message", event => { console.log(event.origin.startsWith); if (event.origin.startsWith("https://data.oudlisse.nl/")) { const iframe = document.querySelector("iframe"); iframe.style.height = event.data; } }); '); } } add_action( 'wp_enqueue_scripts', 'ava_custom_script_mod_iframe_height', 9999);Best regards,
IsmaelHi,
You do not have to trim the videos. Did you follow the settings above? The glitch in the first to second slide transition was actually removed or fixed after setting those options. Did you check it?
Best regards,
IsmaelJune 8, 2021 at 9:16 am in reply to: Logo center split menu – problems with reduced screens #1304572Hi,
You are very welcome! Please feel free to open another ticket if you need anything else.
Have a nice day.
Best regards,
IsmaelJune 8, 2021 at 9:13 am in reply to: Restaurant Reservation Form. How to send post request after form submission? #1304571Hey DariaAlbufeira,
Thank you for the inquiry.
That is surely possible but this option or feature will require modification that is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.
You can find the code that sends the email in the enfold/framework/php/class-form-generator.php file. The function is called the send function, which is using the mail or the wp_mail functions by default, so you should be able to use the filters or hooks related to those functions before actually sending the mail.
Best regards,
IsmaelHey tonyiatridis,
Thank you for the inquiry.
You can remove the social icons inside the main header with this css code.
#header_main .social_bookmarks { display: none !important; }Or just use this css code to only show the social icons in the top bar.
#header_meta .social_bookmarks { display: block !important; }Please do not forget to place the css rules above inside the css media query.
Best regards,
IsmaelHi,
Thank you for the update.
Did you re-upload the images or regenerate the thumbnails after adjusting the size? What are the actual sizes of the images that you are uploading? You can use the same plugin above to regenerate the thumbnails.
Best regards,
IsmaelHi,
Thank you for following up.
There is actually a macos folder included the font zip file. What happens when you remove that folder?
Why do you need woff? TTF format is fully supported by major browsers except IE11. But it does not matter because WordPress no longer supports the browser (IE11).
Best regards,
IsmaelHey roamingk,
Thank you for the inquiry.
Are you redirecting http to https? According the documentation, this error or warning occurs when the supposed canonical page returns 301 HTTP status code instead of 200, which means that the page is redirecting. The following documentation should help.
// https://help.ahrefs.com/en/articles/2753767-canonical-points-to-redirect-error-in-site-audit
Best regards,
IsmaelHey nadinedomnink,
Thank you for the inquiry.
Unfortunately, the content analysis tool of most SEO plugins are not compatible with the advance layout builder, but your SEOs if done correctly, should not be affected by this. Search engines should still crawl the site as it actually is and be able to properly read the content (images, text, descriptions, headings etc) in the front end.
Best regards,
IsmaelHey gharry79,
Thank you for the inquiry.
We could disable the arrow or lightbox navigation if you want. Try this css code and add it in the Quick CSS field.
.mfp-arrow { display: none !important; }And this one to hide the gallery counter.
.mfp-counter { display: none !important; }Best regards,
IsmaelHi,
Thank you for the inquiry.
We are able to properly checkout using Stripe’s default credit card number, which is use for testing. Please check the screenshot below.
Screenshot: https://imgur.com/3iKkaIB
Best regards,
IsmaelHey frankeee,
Thank you for the inquiry.
Yes, this should be possible. Please check the solution or the suggested filter in the following thread.
// https://kriesi.at/support/topic/responsive-menu-not-working-on-ipad/#post-864999
This should set the transparent header as the default option for newly created pages. Existing pages will still have to be updated manually.
Best regards,
IsmaelJune 8, 2021 at 4:32 am in reply to: I want select any page as footer in Footer Settings of right side for each entry #1304513Hey nonononotch,
Thank you for the inquiry.
There is no option for this yet, but you can use the following filter to assign a different footer page for specific page or pages.
add_filter("avf_custom_page_id", function($page_id, $which, $template) { if($which == "footer_page") { if(is_page(3255)) { $page_id = 3548; } } return $page_id; }, 10, 3);The code above checks if the current page has the ID 3255, and if it is, then show the page with the ID 3548 as footer.
Best regards,
Ismael -
AuthorPosts
