Forum Replies Created
-
AuthorPosts
-
Hey Gary,
Thank you for the inquiry.
Would you mind providing a screenshot of the layout you have in mind? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The theme has its own Lightbox Modal Window option, which can be toggled in the Enfold > Theme Options panel. Disabling the default lightbox should fix the issue.
Best regards,
IsmaelHey AWZ,
Thank you for the inquiry.
Are you using the latest version of the Instagram widget with the Smash Balloon Social Photo Feed plugin integration? The default Instagram widget has its limitation and might not work consistently. If that is the case, you have to use the other widget, which depends on the instagram feed plugin.
Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/instagram/#enfold-instagram-smash-balloon-widget-and-element
Best regards,
IsmaelHi,
Thank you for the inquiry.
We are not able to check the site because it is currently not accessible, may need to login first. For the meantime, you can try this css code to adjust the color of the post title in the AJAX search.
.header_color .av_ajax_search_title { color: #ffffff; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Glad to know that you managed to include the custom fields in template. Please let us know if you have more questions bout the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
The Page Sidebar Navigation is automatically generated for pages with hierarchy or for child and parent pages. You cannot modify the items in this navigation but you can completely disable it in the Enfold > Sidebar Settings panel. If you need a custom menu, go to the Appearance > Widgets panel and insert the Navigation Menu widget.
Best regards,
IsmaelOctober 5, 2022 at 10:38 am in reply to: fullscreen slider by default for blog pages with transparent glassy header #1367658Hey Jaro,
Thank you for the inquiry.
This is possible but you have to modify the single.php or the includes > loop-index.php file, and insert the slider shortcode directly in the templates. You can also use template hooks. To extract the actual shortcode of a specific element, you have to set the builder to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelHey Tilman,
Thank you for the inquiry.
We modified the css code above to re-enable the fixed header on mobile view.
/*Sticky header*/ @media only screen and (max-width: 989px) { .html_stretched.responsive.html_header_top #top #main { margin-top: 90px !important; } .html_stretched.responsive #top #wrap_all #header { position: fixed !important; } }Please toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHey Tilman,
Thank you for the inquiry.
We can’t see the same issue on our end. Please check the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyS6Wx14vIvCrKv51?e=IpXm19
Did you adjust the layout?
Best regards,
IsmaelHi,
Thank you for the update.
We still get an error when we try to access the dashboard. We may need to directly access the server via FTP. Please provide the FTP details in the private field. Did you try to set the site to debug mode?
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Best regards,
IsmaelHi,
Thank you for the info.
We are still not sure why the icon shortcode is not rendering inside PUM but we managed to work around the issue by applying the PUM ID directly as the class name of the h2 element.
Example:
<h2 class="popmake-6441" style="font-size: 16px;">[av_font_icon icon='ue84d' font='entypo-fontello' style='' caption='' link='' linktarget='' size='16px' position='left' color='' av_uid='av-hxbli8-1'][/av_font_icon]Grundriss KG</h2>Best regards,
IsmaelHi,
I will be creating a template for this post style || I am reluctant to use shortcodes
Yes, you can save the content of a post as template and reuse it for other posts later on. And just FYI, builder elements are actually shortcodes, and they can be edited manually when the builder is set to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the info.
There is a footer.php file in the child theme, which might be outdated. Please get the latest copy of the footer.php file in the parent theme folder, replace the old one, then redo the modifications.
Best regards,
IsmaelOctober 5, 2022 at 9:14 am in reply to: Extending background image when using a page as footer #1367646Hi,
Thank you for the link.
The css code targets the first container or color section in the page and adjusts its height, but it looks like the first section is used as the header background. For pages without much content, you can also modify the color section and set the Layout > Section Height > Section Minimum Height to at least 50%.
Best regards,
IsmaelOctober 4, 2022 at 10:06 am in reply to: layout issue (black sidebar on right – tab elements not working) #1367528Hi,
Thank you for the update.
There is an extra container called “contentwrapper” in the site, which wraps the main container in the theme. This extra container is not included in the theme by default. Did you install any plugins recently?
To fix the issue temporarily or to remove the black bars, try to use this css code.
#top.avia-blank #wrap_all { display: block; float: none; vertical-align: middle; width: 100%; }Best regards,
IsmaelHey A,
Thank you for the inquiry.
You can actually reverse the order of the columns on mobile view by editing the Row Settings > Row Screen Options > Column Behaviour When Fullwidth settings. Edit the first column in the row, look for the mentioned settings, then adjust it to the second option (Reverse Order). You may need to do this for every row in the page.
Best regards,
IsmaelHi,
Thank you for the info.
Did you switch the editor to Advance Layout Builder (ALB)? Please note that when the advance layout builder is enabled or active, all default elements (title, post meta, tags, date etc) will not display and will have to be added manually using the available elements or shortcodes in the builder.
To add a featured image for example, you can use any of the sliders or insert an Image element, a Special Heading element can be used for the title and the Post Metadata element should display the date and other post info. All of these elements have to added manually in the builder canvas.
Best regards,
IsmaelHey!
Using the first filter works fine on our end. The second one might need a bit of adjustment. Have you tried to replace the condtion with the is_singular function?
if (is_page([36, 38, 40, 42, 44])) { $parentIsCustomLink = true; $parentBreadcrumb = '<a href="https://www.mydomain.com/our-office-highlights/" title="About" rel="home" class="trail-begin">About</a>'; }to..
if( is_singular( 'post_type' ) ) { $parentIsCustomLink = true; $parentBreadcrumb = '<a href="https://www.mydomain.com/our-office-highlights/" title="About" rel="home" class="trail-begin">About</a>'; }Make sure to replace post_type with the actual name of your own custom pos type. Please provide access to the site so that we can test the modifications.
Best regards,
IsmaelHi,
@Jasmer: Did you change the login URL? The default redirects to a 404 page. Please provide the custom login URL in the private field. Are the widgets working when you set the Enfold > Theme Options > Select Your Editor settings to Use WP Classic Editor?Best regards,
IsmaelHey multimoussa,
Thank you for the inquiry.
You can edit the widgets in the Appearance > Widgets panel, and the default page navigation can be toggled in the Enfold > Sidebar Settings panel, look for the Page Sidebar Navigation option.
Best regards,
IsmaelHey evas49,
Thank you for the inquiry.
You can try this filter in the functions.php file to truncate the breadcrumb trails.
function avia_breadcrumbs_trail_mod($trails) { $newtrails = []; foreach ($trails as $key => $trail) { $oldLabel = strip_tags($trail); $newLabel = substr($oldLabel, 0, 10).'...'; $newtrails[$key] = str_replace($oldLabel, $newLabel, $trail); } return $newtrails; } add_filter('avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 1);For the title, you can try this code.
function max_title_length( $title ) { $max = 35; if( strlen( $title ) > $max ) { return substr( $title, 0, $max ). " …"; } else { return $title; } } add_filter( 'the_title', 'max_title_length');You also incorporate the wp_is_mobile function if you want to only apply it on mobile view.
// https://developer.wordpress.org/reference/functions/wp_is_mobile/
Best regards,
IsmaelHi,
Thank you for the update.
1.) Adding this css code should help with the flicker.
.main_color .av-masonry-pagination, .main_color .av-masonry-pagination:hover, .main_color .av-masonry-outerimage-container { background-color: #000000; }2.) This is not possible by default, unfortunately, A masonry gallery item can be either landscape or portrait, which depends on its size and aspect ratio (16:9). You have to set the Styling > Masonry Settings > Size Settings to Perfect Automatic Masonry for this to work.
Best regards,
IsmaelHi,
Thank you for the update.
The css is not present on smaller screens when we check the site again. Please check your css media queries, make sure that all of them are closed properly. The css is only applied when @media (min-width: 1200px) is true.
Best regards,
IsmaelOctober 4, 2022 at 8:46 am in reply to: Extending background image when using a page as footer #1367515Hi,
Thank you for the update.
Did you purge the cache after adding the css? You may also need to toggle or temporarily disable the Enfold > Performance > File Compression settings while editing the site.
Best regards,
IsmaelHi,
Did you change the login URL? The default one redirects to a 404 page. Please provide the custom login URL in the private field.
Would you mind providing an example of the shortcode combo? It is possible that PUM has prevented rendering of shortcodes within their own shortcodes.
You can also try this filter in the functions.php file.
function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) { return true; } add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );Best regards,
IsmaelOctober 4, 2022 at 8:21 am in reply to: Enfold 5 slowed my website to 63second load time unacceptable! #1367512Hi,
The site doesn’t load immediately because the browser has to wait for at least 12-20 seconds before the server responds and push the resources to the client (our browser). Please note that this wait duration has nothing to do with the theme or any resources in site, and completely depends on the connection between the server and the client. After the server responds, we usually have to wait for 6 to 8 seconds before the resources (images, css, scripts etc) are completely loaded. The size of the home page (badrabbit) is more than 10 MB, so it is not small. (see screenshot)
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyS39t7iDmsI2YDih?e=twQgch
The server response time improves to around 6-10 seconds when we checked the site again today. Did you make any changes to the site? The size of the page is still larger than 10 MB. Slow response is expected on a shared server.
Please try to temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. You may need to upgrade your server as well.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
I downloaded the enfold child theme… but it damaged my whole lay out, causing bugs too. I came back to normal after half an hour work;
After activating the child theme, you have to import the parent theme options to retain the existing layout or settings. Please check the documentation below for more info about the child theme.
// https://kriesi.at/documentation/enfold/child-theme/
Once the child theme is activated and parent theme options are imported, edit the functions.php file and place the avf_alb_supported_post_types filter, and make sure to replace the placeholders with the actual name of the new post type.
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'MAKE-SURE-TO-REPLACE-THIS-WITH-THE-ACTUAL-CUSTOM-POST-TYPE'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);The avf_metabox_layout_post_types filter will just enable the Layout metabox for the post type, where you can adjust the settings for the header, sidebar, etc.
If you want to place the filter directly in the parent theme’s function.php file, try to put the filters or changes at the very bottom of the file.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi!
Thank you for the update.
The site is up now. To remove the duplicated menu item or to hide the current language, please add this css code.
.current-lang.current_page_item { display: none; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings.
Regards,
IsmaelOctober 3, 2022 at 7:54 am in reply to: Problem with header when using phone in horizontal format. #1367371Hi,
Thank you for the update.
The browser is completely responsible for the site rendering but the browser or app also depends on the OS, so the OS could affect the rendering or in some way indirectly responsible for the site rendering. The site should render fine as long as you are using a compatible version of the recommended browsers (Chrome, Firefox, Edge, Opera, Safari).
Best regards,
Ismael -
AuthorPosts
