Forum Replies Created
-
AuthorPosts
-
December 23, 2021 at 12:41 pm in reply to: How to move elements up and down to overlap them #1333846
Hey AFEC,
Thank you for the inquiry.
You have to apply a custom css class name to the columns that you would like to move up so that we can style them directly. The custom css class name field is located in the elements’ Advanced > Developer Settings panel. After applying a custom css class name (e.g “av-quote-block”) to the columns, you can use this css code to pull them upwards.
.av-quote-block { margin-top: -80px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for following up.
We have found a plugin called Head Meta Data installed in your site, but whenever we try to deactivate it, the site breaks. According to the plugin description, it adds a set of meta tags in the site. Have you tried deactivating the plugin?
Best regards,
IsmaelHey klkc,
Thank you for the inquiry.
You can use this css code to adjust the font size of the portfolio title and content.
.grid-entry-title { font-size: 21px; } .grid-entry-excerpt { font-size: 16px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelHi,
Glad to know that you managed to find the latest snippet. Thanks for sharing. Please feel free to open another thread if you have more questions. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You can apply a custom css class name or ID to the section or element. You can then use those attributes to adjust the style of a specific element. The custom class and ID fields are located in the elements’ Advanced > Developer Settings tab.
Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelDecember 22, 2021 at 1:32 am in reply to: enfold menu on left no scroll on iPad (landscape format ) #1333698Hey nagex,
Thank you for the inquiry.
The sidebar or header will only stick if it is NOT taller than the browser viewport. This is why the menu is not fixed and scrolls with the content on iPad landscape mode.
You can add this css code to keep it sticky on iPad view but some of the content on the bottom part of the header might get cut off.
@media only screen and (max-width: 1024px) { .html_header_sidebar #top #header { position: fixed; } }Best regards,
IsmaelHi,
Thank you for the info.
According to the error log, the ‘/enfold/framework/php/inc-autoconfig.php’ file does not exist, which is odd, because the theme will not load at all if that file is missing. Do you have a staging or development version of the site? There might be a plugin that runs a process in the background, which causes the error.
Best regards,
IsmaelHey Patrick,
Thank you for the inquiry.
There is no plan on including another set of font icons in the builder, unfortunately, but you can still use the fontawesome icons using html tags or shortcodes.
html:
<i class="fas fa-coffee"></i>shortcodes:
[icon name="coffee" prefix="far"]You have to install the plugin first.
// https://wordpress.org/plugins/font-awesome/
Best regards,
IsmaelHi,
Thank you for the update.
The hook doesn’t exist in the functions.php file, so the meta tag must have been really added by the shop plugin. Try to add this filter in the functions.php file to list all functions attached to the wp_head hook.
add_action("after_setup_theme", function() { $hook_name = 'wp_head'; global $wp_filter; echo '<pre>' . var_export($wp_filter[$hook_name], true) . '</pre>'; }, 10);Best regards,
IsmaelHi,
Thank you for the update.
According to the info in the Enfold > Newsletter panel, the Galbusera Giuseppe Srl form still contains the Birthday text field. Are you sure that you actually remove it from the list? Please check the screenshot below.
Screenshot: https://imgur.com/Qc1d4QW
Please check this documentation for more info.
Best regards,
IsmaelHey ictsystem,
Thank you for the inquiry.
You can adjust the portfolio permalink in the Settings > Permalink panel. You can also try this plugin.
// https://wordpress.org/plugins/custom-permalinks/
Best regards,
IsmaelHey Andrew,
Thank you for the inquiry.
We created a private test page (see private field) and it seems to be displaying the Sidebar Pages widget correctly. Where can we see the issue?
Best regards,
IsmaelHi,
Thank you for the update.
This is probably due to the theme’s Performance > File Compression settings. You should disable the option temporarily while configuring the site to make sure that the changes in theme options and css modifications will take effect immediately. You should also disable the cache plugin or just make sure to purge the cache when you change or configure anything.
Best regards,
IsmaelDecember 21, 2021 at 8:11 am in reply to: After Migrate Website Enfold some Images are not visible #1333608Hey Semito,
Thank you for the inquiry.
You may need to toggle or temporarily disable the Performance > File Compression settings to reload the new stylesheets including the post css files containing the background image styles for the color sections. Make sure to purge the cache afterwards.
Best regards,
IsmaelHi,
These are some examples of the monocolored icons.
// https://www.flaticon.com/packs?type=icon&color=black&shape=outline&order_by=4
// https://www.flaticon.com/packs?type=icon&color=black&shape=fill&order_by=4
// https://www.flaticon.com/packs?type=icon&color=black&shape=hand-drawn&order_by=4These type of icons are not allowed or will not be rendered properly.
// https://www.flaticon.com/packs?type=icon&color=color&shape=outline&order_by=4
Best regards,
IsmaelHi,
No problem. Please let us know if you need anything. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHey AFEC,
Thank you for the inquiry.
We are not able to check the site because it is asking for a password. Please post the info in the private field. Are you using the button element?
You can use the following tool to generate a css gradient.
Best regards,
IsmaelHey hvail,
Thank you for the inquiry.
You may need to download the theme manually from your Themeforest account and update it to your server via FTP. Please check the documentation for more info about manual update.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHi,
Thank you for the update.
What are the errors? Did you copy the code from your email? Please make sure to copy it directly from this forum. Also, please make sure to update PHP to 8.0 or later versions. Let us know if that helps.
Best regards,
IsmaelHi,
why it’s not showing up for me but it’s showing up for other people?
Did you enable V3 as well? Please note that this version of ReCAPTCHA runs in the background, so you do not have to use the widget. It is possible that you are already validated or your IP address is already whitelisted because you are a frequent visitor of the site.
You can use the avf_contact_form_recaptcha_disabled_msg filter to adjust the default message.
add_filter("avf_contact_form_recaptcha_disabled_msg", function($msg) { $msg = "You shall not pass!"; return $msg; }, 10, 1);Best regards,
IsmaelHi,
Thank you for the update.
Where do you check the actual site visits? Are you using another form of tracker in the site?
Best regards,
IsmaelDecember 21, 2021 at 4:49 am in reply to: Color Section: Different Background Image in Mobile – Need Help, Please #1333586Hi,
You have to use a different image or a different URL, and make sure that the new background image is properly resized for mobile view or have an aspect ratio that is fully suited for smaller screens. If you don’t want to use another image, you can try adjusting the background position instead.
.avia-section.av-kxdnhoim-408191e9df33f667e27ef409421ee409 { background-position: 50% 50% !important; }Best regards,
IsmaelDecember 21, 2021 at 4:42 am in reply to: Avia editor its always thinking so i cant access to edit my site #1333585Hi,
Glad to know that the builder is now working. I am not sure what Performance is in Spanish, but according to Google Translate, the translation is “Rendimiento”. You can also check the screenshot below for reference. That is where you will find the File Compression settings.
Screenshot: https://postimg.cc/fVSLJ3c4
Best regards,
IsmaelDecember 21, 2021 at 4:38 am in reply to: In mobile, the menu doesnt open the main page, just the dropdown menu #1333584Hi,
Thank you for the inquiry.
That is how the parent menu item works inside the mobile menu container when the Menu Icon Submenu items is set to the second option (Display submenu items on click). There is a Clone title menu items to submenu option in the Enfold > Main Menu > Burger/Mobile Menu panel where you can clone the parent menu item and place it inside the submenu container. This should make the parent menu item accessible even when the Menu Icon Submenu items is set to the second option.
Best regards,
IsmaelHi,
Do you still have a copy of the site or a copy of the database before adjusting the domain name? You may need to restore the site to that point and make sure that the domain name instances in the layerslider table are also adjusted. Or just search for the domain name entries again in the layerslider table and replaced them with the current name.
The following threads might help.
// https://kriesi.at/support/topic/empty-list-slider-in-layer-slider/
// https://kriesi.at/support/topic/layer-slider-fails-on-enfold-update-4-6/Best regards,
IsmaelHi,
@mistermagoo8691: Thanks for the info. Please open a new thread and post the login details in the private field so that we can check the site. For the meantime, try to clone the site to a subdomain or create a development version of it so that we can test the issue without affecting the live site. We will close this thread for now.Best regards,
IsmaelHi,
Thank you for the update.
There is a “Reset All Options” on the other side of the “Save Changes” button in the theme options panel. You can use that to remove the current theme options so that you can start from scratch. Just make sure to create a site backup in case you wanted to go back to the old state for some reason.
Best regards,
IsmaelHey Marc,
Thank you for the inquiry.
We have tried to check the site to see the current theme version but we’re not able to because of the error. Did you try updating the theme to the latest version (4.8.8.1)?
Best regards,
IsmaelHi,
Thank you for the info.
How did you change the domain name? You might have to manually query the database and replace the domain name in every entries.
Make sure to create a site backup before doing the query.
You can also try this plugin.
// https://wordpress.org/plugins/better-search-replace/
Best regards,
IsmaelDecember 20, 2021 at 11:37 am in reply to: Portfolio item does not show searching with search #1333518 -
AuthorPosts
