Forum Replies Created
-
AuthorPosts
-
Hey Ulrich,
Thank you for considering Enfold.
The advance layout builder, like many drag and drop builder uses shortcodes, so those content will not work or display properly when the builder or the theme is deactivated.
Best regards,
IsmaelFebruary 27, 2019 at 4:19 am in reply to: Error Message: Download failed. A valid URL was not provided. #1072140Hi,
Thanks for the update.
Did you update the theme manually via FTP? Can we access the file server? Please post the FTP details in the private field so that we can enable the debug mode.
// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG
Best regards,
IsmaelHi,
Thanks for the update. Yes, something like that but you have to adjust the selector a bit.
.responsive #top #wrap_all .av-flex-cells .showColumn.no_margin { overflow: visible; }Best regards,
IsmaelHi,
Great. Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelFebruary 27, 2019 at 4:09 am in reply to: How to make video automatically play when landing on page? #1072133Hi,
Thanks for the info.
Yes, muted autoplay is allowed, but that audio option is not available on the “Video” element, which is what OP is currently using.
Best regards,
IsmaelHi,
@id_lwb: Awesome. Glad we could help. Please don’t hesitate to open a new thread if you need anything else.Best regards,
IsmaelHi,
1.) You’ll have to use the builder’s template option for that, but then again, you have to manually edit each page if you need to change something.
2.) Yes, that’s correct.
Best regards,
IsmaelHi,
Thanks for the update.
That is the default hover style of the links. If you want to change it, use this css code.
div .products .product a:hover { color: red; }And add this to change the font size.
div .products .product a { font-size: 20px; line-height: 1.4em; }Best regards,
IsmaelHi,
Thank you for the screenshot.
You can pull the sub menu container upwards so that the bottom part is still visible even when the browser is minified.
.html_header_right .av-main-nav ul { margin-top: -100px; }Best regards,
IsmaelHi,
Thanks for the update.
We created a test page (see private field) and added a mailchimp element on it. The widget container is displaying properly, but not the form fields because they are being hidden by this css code.
p.first_form { display: none; }It’s in the style.css fiel. We are not sure what’s going on with the footer widget though. Have you tried to disable the plugins temporarily?
Best regards,
IsmaelFebruary 27, 2019 at 1:56 am in reply to: Mobile Sticky Headers' Logo to big, but only on Iphone, works with Chrome #1072108Hi,
Thanks for the update. Try to move this code:
.responsive #top .av_header_transparency .logo { height: 62px !important; }.. right after the other one and adjust the height value.
Best regards,
IsmaelHey!
I would like to apologize for that. I might have spaced out and forgot to set the settings back after I replied here. Is everything working now?
Cheers!
IsmaelHi,
Could you apply the modification in the staging site and provide direct links to the pages with the issue? We just noticed that you’re using different kinds of blog layout, but the script that we provided is only compatible with the “single author, big preview” style because that was the only layout or style that we’ve seen before.
If possible, please open a new thread because this one is getting a bit too long.
Best regards,
IsmaelHi,
This product is invisible in the front but in the back end I can see all the info
The product page is displaying properly on our end and the editor is working properly as well.
Screenshot: https://imgur.com/a/m3eHZxc
Is this fixed?
Best regards,
IsmaelHi,
@jannis: Thanks for the info. We can’t reproduce the issue on our end, so there is something in your installation that is causing the comments to not display aside from that filter. We would like to test the issue further, but we’ll have to access your site’s dashboard and the file server. Please post the FTP and WP login details in the private field.
Best regards,
IsmaelHi,
// https://kriesi.at/support/topic/ava_before_content-hook-does-not-work/#post-1071673
Best regards,
IsmaelHi,
You’re welcome. Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Great. Glad we could help. Please don’t hesitate to open a new thread if you need anything else.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Where did you add the code? Please copy it directly from the forum, not from your email.
Best regards,
IsmaelHi,
Thanks for the update.
Are you receiving any spams lately?
You can’t change the style of the widget, unfortunately.
Please see the private field regarding the submit button label.Best regards,
IsmaelFebruary 27, 2019 at 12:36 am in reply to: Enfold Mailchimp subscription widget Not working #1072080Hi
@jojoba007: There seems to be an error related to google tag manager. Any idea where it’s coming from?Uncaught ReferenceError: gtag is not defined at HTMLDocument.<anonymous> ((index):1988) at i (c8231.js:1)
@ChichesterDesign: Have you tried moving the widget inside the “Display Everywhere” widget area?Best regards,
IsmaelFebruary 27, 2019 at 12:25 am in reply to: Problem with update to 4.5.4 Update package Not available #1072063Hi,
Alright. Let us know if you found anything.
Have a nice day.
Best regards,
IsmaelHi,
You’re welcome. Glad we could help.
Don’t hesitate to open a new thread if you need anything else. And if you have the time, please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold. :)
Best regards,
IsmaelHi,
You’re welcome. We’ll close the thread now.
Thank you for your patience.Best regards,
IsmaelHi,
Thanks for the update.
I just noticed that there are a lot of plugins installed in your site. Have you tried to import the demo while the plugins are deactivated? May we have your permission to deactivate those plugins temporarily?
Best regards,
IsmaelHi,
Thank you for using Enfold.
That is possible but it will require a lot of markup modifications. Unfortunately, we won’t be able to help you with all of that. If you’re using color sections and wanted to change the opening tag from div to section, edit the config-templatebuilder > aviashortcodes > section.php file, look for these lines of code:
line 1137:
$output .= " <div{$id} class='{$class} container_wrap ".avia_layout_class( 'main' , false )."' {$style} {$data}>";replace it with:
$output .= "<section {$id} class='{$class} container_wrap ".avia_layout_class( 'main' , false )."' {$style} {$data}>";line 1195:
$output = "</div> "; //close sectionreplace it with:
$output = "</section>"; //close sectionBest regards,
IsmaelHi,
Thanks for the update.
Which SEO plugin are you using? Have you tried installing another plugin?
Best regards,
IsmaelFebruary 26, 2019 at 5:04 pm in reply to: remove the category description text from the image banner at category page #1071880Hi,
Awesome. Glad @michaelH helped. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelFebruary 26, 2019 at 5:03 pm in reply to: Split menu, logo center, menu items far left, and far right #1071878Hi,
Thanks for the update.
Wrap the previous code inside a css media query so that it won’t affect the mobile view.
@media only screen and (min-width: 1210px) { /* Add your Desktop Styles here */ #top #header .av-main-nav li:nth-child(3) { margin-right: 40vw; } }Best regards,
IsmaelHi,
Thank you for using Enfold.
@j0schi: I couldn’t find the TOC element anywhere in that page. Did you remove it?
@cherrmann: Do you have a page where we can see the custom TOC widget? You can set an element to stick on scroll, but that would require modifications much like the example in the following thread.// https://stackoverflow.com/questions/21447947/jquery-fixing-a-side-bar-while-scrolling-until-bottom
Best regards,
Ismael -
AuthorPosts
