Forum Replies Created
-
AuthorPosts
-
Hi!
1.) Please add this in the Quick CSS field.
.av_minimal_header #header_main_alternate { border: none; top: -40px; }2.) And this css code to create more space for the logo.
.av-main-nav li:nth-child(3) { margin-right: 20vw; } .av-main-nav li:nth-child(4) { margin-left: 5vw; }3.) Remove this css code.
.html_header_top.html_header_sticky #header { position: fixed; top: 50px; }And then add this.
.container.av-logo-container { top: 25px; }Cheers!
IsmaelHi emanuelecocchiaro!
Thank you for using Enfold.
Look at the menu icon, which is always like that…I never get the extended version of the menu with all the single menu items like every regular site.
1.) Please go to the Enfold > Header > Header Layout and set the “Display of menu items” settings to “Display as text”.
2.) I checked the post (http://www.biancamagazine.it/linfradito-del-faraone/) but it doesn’t exist. Please check the url carefully. Are you using the advance layout builder to build the content of the posts? If you’re using the advance layout builder, the “related section” will not be included in the template.
3.) I’m sorry but I don’t understand the issue with the sidebar. Could you please provide a screenshot?
Best regards,
IsmaelDecember 13, 2016 at 9:05 am in reply to: Create lightbox from button that opens a Gravity form #723601Hey k112098!
Thank you for using Enfold.
You have to create a container for the gravity form and then open it as an “inline” object for the lightbox. Example here:
// https://kriesi.at/support/topic/modal-button/#post-605180
// http://dimsemenov.com/plugins/magnific-popup/documentation.html#inline-typeCheers!
IsmaelHey!
Please look for this line in the functions.php file:
$icons['slack_icon'] = array( 'font' =>'slack_icon', 'icon' => 'uf198');Adjust the value of the “font” by replacing the “underscore” symbol with a “hyphen”.
$icons['slack_icon'] = array( 'font' =>'slack-icon', 'icon' => 'uf198');You have to do this because the font set’s name is “slack-icon”, not “slack_icon”.
Regards,
IsmaelHey!
Thank you for the update. We applied the custom css class in the separator before the column and then modified the custom css in the Quick CSS field.
.cagd-indentbox + .flex_column_table { width: 84% !important; margin: 10px auto !important; }Best regards,
IsmaelHey!
You don’t need to setup multiple widget areas. All content can be included in a single text widget. Don’t forget to add unique id or class attributes to the containers so that you can modify their style (position, fonts, color etc) later on.
// http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016
Regards,
IsmaelHi!
We can’t setup the tracking event in the WP dashboard. We will also need your gmail account because the tracking goal has to be created in the google webmaster tools.
// https://kriesi.at/support/topic/tracking-contact-form/#post-565219
// https://kriesi.at/support/topic/google-goal-tracking/#post-611668Cheers!
IsmaelDecember 13, 2016 at 7:33 am in reply to: Product list ant product disable with WooCommerce Availability Scheduler plugin #723571Hi,
Thank you for the update. It would be great if you can provide the login credentials as requested in our previous post. Please post it in the private field. And to make this process faster, please contact the plugin author.
Best regards,
IsmaelHey sky19er,
Thank you for using Enfold.
I’m trying to modify the code in the functions.php file but it’s not taking effect in the frontend. Did you install any kind of cache plugin? Please post the WP login credentials so that we can disable it while testing the page.
Best regards,
IsmaelHi,
We already added that code in the field so you don’t have to add it again. We moved the css modifications in the style.css file so that you don’t have to add it on every languaeg. Please remove browser cache or hard refresh before testing the page.
@media only screen and (max-width: 767px) { .menu-item-language-current, .av-language-switch-item, .avia_current_lang { display: none !important; } #menu-item-811 { display:none !important; } }Best regards,
IsmaelHi,
Thank you for using Enfold.
I was able to recreate the issue but I’m not sure why it’s happening. Please try to deactivate the W P M L’s extension the edit the content of these test pages.
// http://parkingtxofre.es/wp-admin/post.php?post=2497&action=edit&lang=en
// http://parkingtxofre.es/wp-admin/post.php?post=2490&action=edit&lang=es&admin_bar=1Best regards,
IsmaelDecember 13, 2016 at 6:53 am in reply to: Sales / Crossed prices not displayed on products with variations #723544Hi,
I checked the settings but I can’t figure out what’s wrong with it so I created a variable product in my own installation. The settings are almost the same as the “collier-blslqsls” product and the sale price is displaying as you can see in the screenshot.
// http://i.imgur.com/ToEdxWj.png
Please try to deactivate some of the plugins except for WooCommerce.
Best regards,
IsmaelHi,
Thank you for the screenshots. We modified the code in the Quick CSS field.
#top .av-main-nav ul ul { left: 20px; position: relative; } #top .av-main-nav:hover ul ul { display: block !important; visibility: visible !important; opacity: 1 !important; }Best regards,
IsmaelHi,
1.) I see. I thought you’re referring to the color section background. The header background color is set to “#f9a70dff” which is an invalid hex value. Please check the Enfold > General Styling > Logo Area background color value.
2.) The maximum width of the container is set to 1310px by default. You can adjust it in the Enfold > General Layout > Dimensions > Maximum Container width field.
Best regards,
IsmaelHi,
Alright. Let’s look at those errors.
1.) It says that the error occurs around line 433 of the framework > php > function-set-avia-backend.php. This is the actual line:
$rgba[2] * $rgba[2] * 0.068);I’m not sure how it will affect any ajax functionality because that function is use to determine if a color is dark or light. The function is also use inside avia_events_dynamic_css function which generates dynamic styles for the plugin’s template. You can disable that function temporarily. Add this code in the functions.php file.
add_action( 'init', 'init_avia_mod' ); function init_avia_mod() { remove_filter('avia_dynamic_css_output', 'avia_events_dynamic_css', 10, 2); }2.) The second error is from the header.php file which is added in the child theme. Are you sure that you’re using the latest version of the header.php file? What are the modifications that you have in that file?
Best regards,
IsmaelHi,
Thank you for the info.
Please add this in the functions.php file.
add_filter('avf_form_message', 'avf_form_message_mod', 10, 3); function avf_form_message_mod($message, $new_post, $form_params) { $message = "Congratulations! A patient has found you on http://www.eVoxBrainMap.com and would like to schedule an appointment for an eVox Assessment. Please contact them immediately to schedule an appointment. If you have any questions, contact Evoke Neuroscience at (917)261-6096." . $message; return $message; }Best regards,
IsmaelDecember 13, 2016 at 5:48 am in reply to: Notice: Undefined variable: http_response_header in function-set-avia-frontend #723526Hi,
The error is due to the mp4 video inside the color section. You need to use the absolute instead of the relative url.
// http://unlikelyheroine.com/wp-content/uploads/2016/10/Fran-Connect-2-0-FINAL.mp4
Best regards,
IsmaelHi!
Where did you add the fontface rule? The font file is not found.
http://77.104.162.96/~davekern/wp-content/uploads/dynamic_avia/77.104.162.9…n/wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff Failed to load resource: the server responded with a status of 404 (Not Found)
Please try a relative url.
@font-face { font-family: "MuseoSans_500"; src: url("/wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff"); }or..
@font-face { font-family: "MuseoSans_500"; src: url("wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff"); }Regards,
IsmaelHi!
I’m sorry but I’m a bit confused with your last post. If you want to create another column, look for this code.
<th class="product-name"><?php _e( 'Image', 'woocommerce' ); ?></th> <th class="product-name"><?php _e( 'Product', 'woocommerce' ); ?></th> <th class="product-total"><?php _e( 'Total', 'woocommerce' ); ?></th>I added the “Image” column there. Just copy the pattern and then create rows (td) inside the loop. Example:
<td class="product-thumb"> <?php $thumb = get_the_post_thumbnail_url($_product->id, 'shop_catalog'); ?> <?php if(!empty($thumb)) { echo "<img src='{$thumb}' width='80px' height='100px'/>"; } ?></td>Regards,
IsmaelHi!]
I think it returns a result because the same numbers exist in the page. Please install the following plugin to improve the search index.
// https://wordpress.org/plugins/relevanssi/
Cheers!
IsmaelDecember 12, 2016 at 7:43 am in reply to: How to add hover line under the left sidebar menu item? #722985Hey pimroll!
Thank you for using Enfold.
Please try this in the Quick CSS field.
#top .widget_nav_menu li:hover a:before { content: ''; height: 2px; width: 100%; background: blue; display: block; right: -50px; position: relative; position: absolute; bottom: 0; }Adjust the values as needed.
Cheers!
IsmaelHi!
I’m sorry but the login credentials are still not working. You can modify the sub menu in the advanced styline panel. Edit the “Main menu sublevel links” element.
Cheers!
IsmaelHey mringseis!
Thank you for using Enfold.
Could you please provide a link to the page with the logo / partner element? This is the selector for the images inside the slider element.
#top .avia-logo-element-container img { /* styles here */ }Best regards,
IsmaelHi!
Please add the feature here.
// https://kriesi.at/support/enfold-feature-requests/
Best regards,
IsmaelHi!
Are those menu items? I’m sorry but I can’t see those items in the page.
Cheers!
IsmaelHi!
I’m sorry but it’s a bit unclear. If you have the time, you can request some of the features that you want to see in the future.
// https://kriesi.at/support/enfold-feature-requests/
Best regards,
IsmaelHey hotspot!
Thank you for using Enfold.
Generate the contact form shortcode on a separate page then copy it inside the accordion content field. Please note that some combinations of elements might not work properly.
Best regards,
IsmaelHey!
Thank you for the update.
Please try this in the Quick CSS field or the style.css file.
div.pp_woocommerce > div.ppt { display: none !important; }Regards,
IsmaelHey!
I’m sorry but the element supports basic form fields, text and dropdowns. The checkbox field is not included. You can find this note in the element.
This element currently only supports basic list subscription with basic form fields (text and dropdowns). Please let us know if you would like to see more advanced features.
Regards,
Ismael -
AuthorPosts
