Forum Replies Created
-
AuthorPosts
-
Hey richardbeatty!
Thank you for using Enfold.
Define the height of the map on mobile using css. Example:
@media only screen and (max-width: 767px) { #av_gmap_1 { height: 300px; } }Best regards,
IsmaelHey Moaaaaya!
Thank you for using Enfold.
Please use the “avf_form_subject” filter. Examples:
// https://kriesi.at/support/topic/contact-form-subject-line-fill-with-text-field/#post-669248
// https://kriesi.at/support/topic/contact-form-subject-line-fill-with-text-field/#post-654023
// https://kriesi.at/support/topic/email-subject-from-contact-form-subject/#post-597621Best regards,
IsmaelHi!
Use the audio shortcode in the caption field. https://codex.wordpress.org/Audio_Shortcode
Cheers!
IsmaelHi!
So, I’m left with the 2-lines main menu issue when in responsive mode.
Could you please provide a screenshot of the issue? The code should fix the issue within the advance mobile menu.
Best regards,
IsmaelHi!
I see. I added multiple zeroes in the second table. We’ll notify Kriesi about this issue. Please wait for his response.
Best regards,
IsmaelHi!
Please edit the config-templatebuilder > avia-shortcodes > events_countdown.php file, replace the content with the following script.
// http://pastebin.com/g3EniQvF
Best regards,
IsmaelHi!
Aside from the font plugin, looks like you’re using another grid plugin (ex. in the commercial page). The grid plugin is not fully configured in the theme which is why it’s not responsive. Why do you need this plugin? You can just use grid row element instead.
Regards,
IsmaelHi!
Thank you for using Enfold.
This will automatically work if you’re using the blog post or the masonry element. Unfortunately, posts with link format are not automatically converted in a magazine element. If you really need this to work in a magazine element, please follow the instructions in the following thread.
// https://kriesi.at/support/topic/enfold-magazine-post-with-link-format-does-run/#post-435156
// https://kriesi.at/support/topic/enfold-magazine-post-with-link-format-does-run/#post-429736Best regards,
IsmaelHi!
Thank you for the info.
We wrapped the text and the button inside a container and then set the position of the button from center to left.
Regards,
IsmaelHi!
Please test the solution provided in the following thread. https://kriesi.at/support/topic/contact-form-styling-2/#post-700569
Regards,
IsmaelHi!
I’m sorry but the account is still not an administrator. Please go to the Users panel and set the account role to administrator so that we can check the dashboard settings. Note that the woocommerce widgets such as the price filter will only work for the page set as Shop Page in the Woocommerce > Settings > Products > Display panel.
Cheers!
IsmaelHi!
The menu items are gray on scroll. Could you please provide a screenshot of the issue? Please remove the browser cache or do a hard refresh before testing the page.
Regards,
IsmaelHi!
Glad it worked. Please add this css code.
.header_color .av-hamburger-inner { border: 2px solid; display: block; width: 60px; height: 30px; } .av-hamburger-inner::before { content: "MENU"; left: 1px; }Adjust as necessary.
Best regards,
IsmaelHey!
Did you specify the site as “referrer”? Please check Step 4 of the documentation.
js?v=3.24&callback=aviaOnGoogleMapsLoaded&key=AIzaSyDWd4OBT-U245zQu2bFcr99UYP28IOUpb4:35 Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
Your site URL to be authorized: http://interim.nicolameurer.de/contact/Best regards,
IsmaelOctober 20, 2016 at 5:39 am in reply to: Enfold Avia Bulder continously loading, console 404 on admin-ajax #701632Hey!
This ajax file won’t load in the front-end. It is only use in the wp dashboard which is quite common in a WordPress environment. I checked the speed of the site on pingdom and it loads in less than 1 second.
// https://tools.pingdom.com/#!/eyXAwJ/http://carafermetures.com/
UPDATE: The file is loaded because it is cached or minified. Do you have any cache or minification plugin installed?
Best regards,
IsmaelHey!
Yes, it will work for the the page set in the Woocommerce > Settings > Products > Display >Shop Page option. Those widgets will not work anywhere else.
Best regards,
IsmaelHey!
Please add this in the Quick CSS field.
.entry-content a:after { display: none; }The print stylesheet file should not be added in the front-end. Please use the print css media query.
@media print { .entry-content a:after { content: " [" attr(href) "] "; } }Regards,
IsmaelHi!
1.) Yes, you should add the code in the Quick CSS field. Please post the login details here so that we can test the css codes. Or replace it with the following css code.
.header_color .header_bg { background: transparent; }2.) And add this css code to move the position of the background within the color section.
@media only screen and (max-width: 767px) { #av_section_2 .av-parallax-inner { background-position: 55% 50% !important; } }This will affect the color section with the “headphone” background. Apply a Section ID to the color section if you want to replace the generic “#av_section_2” selector.
Best regards,
IsmaelHey!
Alright. Let us know if you need more help regarding the issue.
Best regards,
IsmaelHey!
Looks like you managed to accomplished it with the following css code.
.widget_product_categories li.current-cat { background-color: #fe1414 !important; }Best regards,
IsmaelHi!
You can increase the size of the “entry_with_sidebar” thumbnail. Install the following plugin then go to the Settings > Media panel. https://wordpress.org/plugins/simple-image-sizes/
Note that the initial modification is partial and might require additional css codes.
Regards,
IsmaelOctober 20, 2016 at 4:48 am in reply to: Fullwidth Easy Slider with video doesn't work on mobile #701620Hi!
You can’t see the video if it is added in a slider or as a background in a color section. You have to replace it with an actual video element.
Cheers!
IsmaelOctober 20, 2016 at 4:46 am in reply to: Widget: Sidebar Menu (How to make it into drop down List or Accordion) #701619Hey!
The user installed a plugin for this. https://kriesi.at/support/topic/widget-sidebar-menu-how-to-make-it-into-drop-down-list-or-accordion/#post-524365
Best regards,
IsmaelOctober 20, 2016 at 4:32 am in reply to: vertical align "av-main-menu > li > a" to the bottom ? #701618Hi!
Thank you for the screenshot. Please try this css code in the Quick CSS field.
.av-main-nav > li > a { bottom: -40px; position: relative; }Best regards,
IsmaelHi dominiquehurley!
Thank you for using Enfold.
What is the compression of the mp4 video? Make sure that it is H.264 because major browsers support this compression. And increase the upload limit value.
// http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Cheers!
IsmaelHey Marcel!
Thank you for using Enfold.
Could you please provide a link to the page with the checkbox? We would like to check it.
Regards,
IsmaelHey elsmore01,
Thank you for using Enfold.
You can find the old entypo character map in the following link. http://t.co/6iNaiM7EZ9
Best regards,
IsmaelOctober 19, 2016 at 8:30 am in reply to: Move Date below blog Title – using Blog Posts content element #701060Hi,
Which blog style is set? You can modify the includes > loop-index.php file if the blog style is not set to “grid layout”. If it set to “grid layout”, modify the config-templatebuilder > avia-shortcodes > postslider.php file. Or provide the url to the page with the blog posts element so that we can provide a javascript solution.
Best regards,
IsmaelHi,
Please change the width of the submenu container with the following css code.
.av-main-nav ul { width: 150px; }Does the advanced styling area just keep all of the edits on the page like that,
I’m sorry but I’m not sure what you mean. The advanced styling panel applies css modifications to a specific element in a page (ex. main menu, sub menu, h1 etc).
Best regards,
Ismaelo -
AuthorPosts
