Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
1.) The files are currently compressed, so you have to toggle the Enfold > Performance > File Compression settings after adding the css code.
2.) That is exactly what is needed when the advance layout builder is used for the posts. You have to add the excerpt manually.Best regards,
IsmaelHi,
Thanks for the update.
The builder is generating the following error, but we are not sure why. Can we deactivate the plugins temporarily while inspecting the issue?
avia-modal.js?ver=0.9.5:735 Uncaught ReferenceError: quicktags is not defined
at HTMLTextAreaElement.(avia-modal.js?ver=0.9.5:735) Best regards,
IsmaelHi,
We haven’t tried that but it should be possible. You can set one of the plugin directories as the element source.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
The code there should set the child theme’s “shortcode” folder as one of the shortcodes’ source along with the default ones.
Best regards,
IsmaelHi,
We moved the “A tavasz 2019 – galeria” content inside a color section but it didn’t fix the issue. Please set the builder to debug mode so that we can see the pages’ shortcodes.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelApril 16, 2019 at 4:55 am in reply to: Mobile Menu Display Options for Full Width Sub Menu not working ? #1091201Hey webworm72,
Thank you for using Enfold. And we would like to apologize for the late response.
The sub menu container displays fine on mobile view. It’s not displaying a button but the menu items are there. We can’t adjust the settings because the user account is not an admin.
Screenshot: https://imgur.com/a/FJwGwLL
Best regards,
IsmaelHi,
Thanks for the update.
The ID of the color section and the widget is the same — they’re set to “ctaboxwrapper” and “ctaBoxWrapper”, which is technically the same. Please adjust the Section ID of the color section. If you want to make the color section full width, just follow the steps in the documentation.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelApril 16, 2019 at 4:40 am in reply to: How to put Logo on top menu bar with phone number next to it #1091198Hi,
Thanks for the update.
Could you give us a mockup or the expected layout of the header so that we can understand what you’re after? You can upload the screenshot to imgur or dropbox.
Best regards,
IsmaelApril 16, 2019 at 4:28 am in reply to: Full-width submenu links jump past targeted content – iPad landscape orientation #1091196Hey efgumnick,
Thank you for using Enfold. And we would like to apologize for the late reply.
The “wp-admin” or login page redirects to a maintenance mode page. Did you change the login url? Please provide it in the private field.
Best regards,
IsmaelHi,
Thanks for the update.
We reset the logo and selected the “full size” version of it. Please remove or purge the cache before checking the page.
Best regards,
IsmaelHi,
Thanks for the update.
There are orphaned text blocks in the builder with the h4 tag. Please search for and remove those text blocks. There are also unclosed paragraph tags in the “Lets Talk” contact form, so we edited it a bit and enabled the builder’s debug mode so that we can repair the shortcodes. All you need to do now is update the pages after removing the unwanted text blocks. We fixed the “marketing-consulting/” page by following those steps.
Best regards,
IsmaelHi,
Try to add the animation-delay property to set the duration before the animation starts.
animation-delay: 4s;// https://www.w3schools.com/cssref/css3_pr_animation-delay.asp
Best regards,
IsmaelHi,
Why did you extract the form’s html code? You can use the contact form shortcode instead. Example:
[av_contact email=' (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='' sent='Your message has been sent!' link='' subject='' autoresponder_email=' (Email address hidden if logged out) ' autorespond='' captcha='' hide_labels='' form_align='' color='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid=''] [av_contact_field label='Name' type='text' check='is_empty'][/av_contact_field] [av_contact_field label='E-Mail' type='text' check='is_email' width='element_half']][/av_contact_field] [av_contact_field label='Subject' type='text' check='is_empty'][/av_contact_field] [av_contact_field label='Message' type='textarea' check='is_empty'][/av_contact_field] [/av_contact]The av_contact_field items are set to “fullwidth” by default. If you want to control the size of the fields, just add the “width” parameter. Example:
[av_contact_field label='E-Mail' type='text' check='is_email' width='element_half']][/av_contact_field]If you really need to use the html, just remove the input’s “form_element_half” class attribute to make it full width.
<p class=’ form_element form_element_half’ id=’element_avia_2_1′>Best regards,
IsmaelHi,
There is a missing closing parenthesis in the css media query.
@media only screen and (max-width: 767px { html… should be:
@media only screen and (max-width: 767px) { htmlBest regards,
IsmaelApril 15, 2019 at 12:44 pm in reply to: Fatal error: Uncaught Error: Call to undefined function #1090947Hi,
What is the current version of WordPress in that installation? We have fixed some of the theme-related issues, but there are still errors because some of the WordPress core functions are not recognize. The site is probably using an old version of WordPress. Please download the latest version (5.1.1) of the software and override your installation manually via FTP.
// https://wordpress.org/download/
Best regards,
IsmaelApril 15, 2019 at 12:29 pm in reply to: URGENT Ismael You have inadvertently messed up my news page with the changes #1090940Hey!
Possibly, but there’ s no way to know now. We are very sorry for the inconvenience.
Best regards,
IsmaelApril 15, 2019 at 12:25 pm in reply to: Google Maps not loading but API/google account setup is correct #1090939Hi,
Thank you for the update.
We were able to verify or connect using the keys, so they’re valid. Did you add the site in the list of http referrers?
// https://developers.google.com/maps/documentation/javascript/get-api-key#key-restrictions
Best regards,
IsmaelApril 15, 2019 at 12:17 pm in reply to: Customizing Woocommerce single product product template? #1090937Hi,
Thanks for the update.
You can use the following code. That should move the add ons right after the product sharing section and before the product tabs.
add_action('init', 'ava_remove_pao_display', 30); function ava_remove_pao_display() { global $Product_Addon_Display; remove_action( '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_before_add_to_cart_button', array( $Product_Addon_Display, 'display' ), 10 ); add_action( '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_single_product_summary', array( $Product_Addon_Display, 'display' ), 60 ); }Best regards,
IsmaelHey Munford,
Thank you for using Enfold.
You can use this css code to move the title at the bottom of the masonry container and have the caption overlay display as it is on hover.
#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { display: table; position: absolute; height: auto; width: 100%; bottom: 0; table-layout: fixed; background: #ffffff !important; color: #000000 !important; } #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del { color: #ffffff; } #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image:hover .av-inner-masonry-content, #top .av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content { display: table; position: relative; height: 100%; width: 100%; bottom: 0; table-layout: fixed; background: rgba(0,0,0,.5) !important; } #top .av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image:hover ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del { color: #ffffff !important; }Best regards,
IsmaelHey copycat,
Thank you for using Enfold.
Are you using the polylang plugin? You can use this filter to change the logo source based on the current language.
// https://kriesi.at/support/topic/multilingual-with-polylang-translate-top-bar-logo/#post-990120
Best regards,
IsmaelHi,
We may need to access the site in order to debug the issue. Please create your own thread or ticket and provide the login details in the private field.
Best regards,
IsmaelHi,
The latest version is 4.5.5. Please upgrade the theme manually because the automatic update on that version is no longer valid.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
You may need to reconfigure a few of the theme options after the upgrade. And regarding the initial issue, try to use the code block instead of the text block.
Best regards,
IsmaelApril 15, 2019 at 5:16 am in reply to: After update: "add to cart button" appears on product overview #1090826Hi,
Thanks for the update.
You can add this css code to remove those buttons.
div .products .product a.button { display: none; }Best regards,
IsmaelApril 15, 2019 at 5:13 am in reply to: URGENT Ismael You have inadvertently messed up my news page with the changes #1090825Hey!
We didn’t add or change anything in the site aside from adding the gallery shortcode as mentioned in the previous thread.
Regards,
IsmaelHi,
That is not possible with the horizontal gallery element by default. You may need to edit the shortcode files and add the title markup manually. Unfortunately, that modification is beyond the scope of support. Please a hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelApril 15, 2019 at 4:57 am in reply to: Contact submit button stuck on 'Authenticating' with Captcha v3 #1090822Hey!
Thanks for the update.
Did you add the site in the list of supported domains in your reCAPTCHA console?
// https://developers.google.com/recaptcha/docs/faq
Go to the admin console (https://www.google.com/recaptcha/admin) to update your list of supported domains.
Regards,
IsmaelApril 15, 2019 at 4:30 am in reply to: Background image in Alternate Content disappers after activation CSS-aggregation #1090818Hi,
We don’t see the mixed content issue in the site. The background is set to have a protocol relative url.
.header_color .header_bg { background: #415e21 url(//brandenburgische-akademie.de/wp-content/themes/enfold/images/background-images/floral-dark.png) center center repeat scroll; }Best regards,
IsmaelApril 15, 2019 at 4:11 am in reply to: Image slider not working and mobile site displaying incorrectly #1090817Hi,
Thanks for the update.
We did try to login to the wp.com login page using the login credentials above, but we couldn’t get through because the credentials are invalid. Please provide your wp.com login details. The “digitalbravado” account is valid, but the given password is incorrect.
Best regards,
IsmaelHi,
It’s in the functions.php file.
// https://kriesi.at/support/topic/moving-category-description-under-products/#post-533014
Did you use that code?
Best regards,
IsmaelHi,
Thanks for the update.
The background size set in the layer slider editor is not the same as what is in the frontend. We used this css code in the Quick CSS field to fix that issue temporarily.
.ls-wp-container .ls-inner { background-size: cover !important; }Best regards,
Ismael -
AuthorPosts
