Forum Replies Created
-
AuthorPosts
-
Hi,
You’re welcome! There are a lot of css tutorials around the web if you want to learn more, but don’t hesitate to open a new thread if you need additional help. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Replace that code with the following snippet.
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { ob_start(); edit_post_link(__(' <span style="color: #ff0000; font-weight: bold; font-size: 11px;">EDIT</span>')); $edit = ob_get_clean(); $trail[] = $edit; return $trail; }That should append the edit link to the breadcrumb trail.
Best regards,
IsmaelHey Regina Oswald,
Thank you for considering Enfold.
The theme is compatible in a way that you’ll be able to choose between the two editors, the one from the theme called Advance Layout Builder (ALB) and the new block editor (Gutenberg), without encountering any errors or issues. However, don’t expect that you’ll be able to switch between the editor and edit the same set of content because these builders are completely different from each other. The ALB utilizes the default WordPress shortcodes while the other create blocks, so you can’t transfer the the content between the editors. It doesn’t really make sense to purchase the theme if you’re not going to use the template builder (ALB) that comes with it.
Best regards,
IsmaelHi,
Great! Glad it is fixed. Please feel free to open a new if you need anything else.
Have a nice day!
Best regards,
IsmaelHi,
Thank you for the update.
What do you mean by it not scrolling through the months? I can’t seem to reproduce that issue or I’m probably checking the wrong element. Are you referring to the events pagination?
Anyway, there is an error with another plugin named “all-pdfemb-premium”. Have you tried disabling that plugin, see if anything changes?
all-pdfemb-premium.min.js?ver=4.2:53 Uncaught TypeError: Cannot read property ‘getPage’ of undefined
at g.e.renderPage (all-pdfemb-premium.min.js?ver=4.2:53)
at g.e.checkForResize (all-pdfemb-premium.min.js?ver=4.2:43)
at all-pdfemb-premium.min.js?ver=4.2:45
e.renderPage @ all-pdfemb-premium.min.js?ver=4.2:53
e.checkForResize @ all-pdfemb-premium.min.js?ver=4.2:43
(anonymous) @ all-pdfemb-premium.min.js?ver=4.2:45
eventon_dynamic_styles.css:1Best regards,
IsmaelHi,
Awesome! Glad we could be of help. Please don’t hesitate to open a new thread if you need anything else.
Thank you for using the theme. Have a nice day!
Best regards,
IsmaelJuly 2, 2019 at 5:28 am in reply to: One-page navigation + masonry animations not working properly #1115020Hi,
Thank you for the update.
Did you keep the previous modifications? This one for example.
Best regards,
IsmaelHi,
Thanks for the info.
We can’t reproduce the issue on a test page. Where can we see the problem? Please provide the link to the actual page.
This is where we added the Easy Slider. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
Where can we see the sliders? Please provide the actual links to the pages.
You don’t need to create a separate slider for the EN version. All you need to do is manually translate the content of the original slider. You can do that in the Sprachen > Übersetzungen von Zeichenketten or Languages > String translation panel. Search for the string or text, then manually translate it. Don’t forget to delete the EN version of the slider first to avoid confusion.
Best regards,
IsmaelHey jjsabatino,
Thank you for using Enfold.
You can create some padding at the bottom of the items.
.av-masonry-entry.av-masonry-item-loaded.has-post-thumbnail { padding-bottom: 100px; }Please add it in the Quick CSS field or the child theme’s style.css file. And don’t forget to toggle the Performance > File Compression settings.
Best regards,
IsmaelJuly 2, 2019 at 4:09 am in reply to: Add Layout Builder to every editor element in a custom post type #1115010Hi,
Thank you for using Enfold.
Unfortunately, that is not possible with the current implementation. The advance layout builder (ALB) is a stand alone editor and is completely different from the default editor. The builder can’t be added or it can’t be attached to the main editor or to any third party editor or element. You can probably use the builder shortcodes or add them manually, but you can’t use the ALB itself inside those editors.
Have you tried adding the builder shortcodes manually?
Best regards,
IsmaelHi,
Thank you for the update.
The internal links counter is working properly on our end. Have you tried disabling plugins and see if there is a conflict somewhere?
// https://imgur.com/a/hWW774j
As you can see in the screenshot, there is one internal link in the “A Healthy Snack For Kids” post.
Best regards,
IsmaelHi,
On a quick search, I found this solution or script, which allows you to remove the Roboto font on load.
// https://stackoverflow.com/questions/25523806/google-maps-v3-prevent-api-from-loading-roboto-font
Please open a new thread if you have additional inquiries. We’ll close this one now.
Best regards,
IsmaelHi,
Sorry for the confusion.
The analysis actually works fine with the builder, but please note that there are certain limitations to it such as the supported language, so it’s possible that some of your keywords or content are not being detected properly because the language that you’re using is not supported. A list of the supported languages can be found in the following link.
// https://github.com/Yoast/javascript/tree/master/packages/yoastseo#supported-languages
This is a screenshot of a test page showing the results of the SEO Analysis tool.
// https://imgur.com/a/OfIPsVS
As you can see the analysis properly detected the outbound/inbound links and the related keyphrase (“Apple is a healthy snack for kids.”) in the builder’s text blocks.
Best regards,
IsmaelHi,
Sorry for the confusion.
The analysis works fine on my end as long as it’s in English, so it probably doesn’t work in yours because the analysis doesn’t support the language, yet. In a page I use the text “A healthy snack for kids.” as the focus keyphrase and based on that value I added a text block with the content “Apple is a healthy snack for kids”. As you can see in the following screenshot, the focus keyword/keyphrase is properly detected or recognized by the analysis tool.
// https://imgur.com/a/OfIPsVS
I also added outbound/internal links and they were properly analyzed as well.
Please check the following link for a list of supported languages.
// https://github.com/Yoast/javascript/tree/master/packages/yoastseo#supported-languages
Best regards,
IsmaelHi,
Thank you for the update.
It probably doesn’t take into account the devices’ pixel ratio or DPI. In some cases, the browser will still load larger version of the image even if a smaller one is available when it deems necessary or in order to serve sharper images. Please note that most iPhone devices have higher pixel density compare to desktops screens, so the browser has to serve larger images for those devices.
For example, if the screen width is 320px with a 1x pixel ratio and the browser has to pick between a 375px and a 1500px image. It has to do the following calculation.
375 (image #1) / 320 (screen width) = 1.17
1500 (image #2) / 320 (screen width) = 4.69The value 1.17 is closer to 1 (the device pixel ratio), so the browser will serve the 375px image.
Now, iPhone devices have higher pixel ratio, which is up to 3x of normal screens, so the browser will multiply that value to the screen width and it will end up with the following calculation.
375 / 960 = 0.39
1500 / 960 = 1.56The value 1.56 is obviously closer to the targeted pixel ratio, which is 3, so it will display the 1500px image even if the screen width is only 320px.
Best regards,
IsmaelHi,
Thank you for the update.
You can try the following snippet in the functions.php to replace the default get_posts function with a custom one whenever the search keyword is numeric and the character length is 6. The function will still use the get_posts function, but with a slightly adjusted query.
add_filter('avf_ajax_search_function', 'avf_search_by_posts_code_callback', 10, 4); function avf_search_by_posts_code_callback($name, $search_query, $search_parameters, $defaults) { if( strlen( $_REQUEST['s'] ) == 6 && is_numeric( $_REQUEST['s'] ) ){ $name = 'avf_search_by_posts_code'; } return $name; } function avf_search_by_posts_code( $search_query, $search_parameters, $defaults ) { $search_meta = array( 'meta_query' => array( 'relation' => 'AND', array( 'key' => 'code', 'value' => $_REQUEST['s'], 'compare' => '=' ), array( 'key' => 'status', 'value' => 'private', 'compare' => '=' ) ) ); $search_parameters['numberposts'] = 1; $search_parameters['post_type'] = 'q_a'; $search_parameters = array_merge( $search_parameters, $search_meta ); unset($search_parameters['s']); // remove search query $posts = get_posts( $search_parameters ); return $posts; }Don’t forget to remove the “avia_ajax_search” modifications first.
Best regards,
IsmaelJuly 1, 2019 at 8:51 am in reply to: Blog pagination not showing on posts – using Masony element. #1114817Hi,
Thank you for the update.
You should also adjust the name of the shortcode from “rpost” to something else.
add_shortcode( ‘rpost’, ‘related_portfolio_posts_shortcode’ );Change the name of the shortcode tag.
Best regards,
IsmaelJuly 1, 2019 at 8:48 am in reply to: ENFOLD + WPML, the english version of pages is not posibble to "save changes" #1114816Hi,
Thank you for the update.
You should edit the page using the advance layout builder (ALB) or the default/classic editor. It actually depends on what editor you chose in the beginning to create the content, but either way you should not be seeing the link to the block editor because it’s already disabled. Please purge the cache or remove the browser history.
Best regards,
IsmaelHi,
That’s not available in the theme by default, so you need to use another plugin like the one suggested above. Once you visited the searched posts, the search keyword or the search parameter itself is already lost. The challenge is to find a way to preserve the value of that parameter once you redirect to the searched posts and then use it to highlight the related content.
Best regards,
IsmaelHi,
Thank you for the update.
The confirmation message doesn’t display because the home page is also set as the 404 page, so the status header on redirect is set to 404 or not found breaking the contact form script. Please create another page and set it as the 404 page.
Best regards,
IsmaelJuly 1, 2019 at 7:37 am in reply to: LayerSlider rendering differently in safari, chrome and firefox #1114804Hi,
Thank you for the update.
Edit the layers and in the preview box, look for the “Align Layers” dropdown. Set it to “Bottom Right” and adjust the layer position from there. You can hold shift + arrow button in your keyboard to move the layers 10px to any direction until you get the layer to the desired position. Repeat these steps for every layers. If you can’t get it to work as expected, post the login details in the private field so that we can help you adjust the slider.
Best regards,
IsmaelHi,
Thank you for the update.
That is possible, but you have to increase the width of the gallery’s parent container or the grid row cell and remove the padding around the masonry items.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 0 !important; padding-right: 0 !important; } .av-large-gap.av-masonry { padding: 0; } .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { bottom: 15px; } }Best regards,
IsmaelHi,
Thank you for the update.
We adjusted the filter a bit, but it still doesn’t work. The auction sorting element is probably exclusive to the “Auction” page, so you won’t be able to use it for other pages. Please confirm that with the plugin developer.
Best regards,
IsmaelHi,
But not only the shop thumb format is smaller, the picture quality is worse
Have you tried adjusting the width and height value inside the filter? That should improve the image quality. It might be actually good to double the size of the images (400x600px), so they still look good on screens with higher dpi, e.g devices with retina displays.
Best regards,
IsmaelHi,
Thank you for the update.
You should probably move the menu items in the first mega menu column and then the image in the next one if you want to copy the menu layout of the previous site. We can then provide the necessary css to adjust the menu item and the image.
The documentation should help. https://kriesi.at/documentation/enfold/mega-menu/#add-images-to-mega-menu
Best regards,
IsmaelHi,
We can’t connect to the file server using the details above. Could you check that?
Thank you for the update.
Best regards,
IsmaelJuly 1, 2019 at 5:28 am in reply to: The Events Calendar – upcoming events will not displayed #1114789Hi,
Thank you for the update.
It seems to work fine with or without a category selected. We set the test event to be on the category “Exkursionsreihe”, then selected that same category in the Upcoming Events element and it works as expected. Please note that the element will only display future or upcoming events. It’s not going to display past events or events that have already started.
Best regards,
IsmaelJuly 1, 2019 at 4:58 am in reply to: Create Attribute Filters on Pages using the Enfold Product Grid #1114776Hi,
Thank you for the update.
Try to replace the default WooCommerce template hooks with the theme’s “ava_after_main_container” hook. That should place the additional content right before the main wrapper or container.
Best regards,
IsmaelJuly 1, 2019 at 4:51 am in reply to: Current version of Enfold compatible with WordPress 5.2.1? #1114774Hi,
[Sat Jun 08 06:42:33 2019] [warn] [client 66.102.9.24] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sat Jun 08 06:42:33 2019] [error] [client 66.102.9.24] Premature end of script headers: index.php
[Sat Jun 08 07:31:33 2019] [warn] [client 66.249.79.110] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sat Jun 08 07:31:33 2019] [error] [client 66.249.79.110] Premature end of script headers: index.phpThe error above is what we and your hosting provider should try to resolve. According to some threads, it could be related to the folder and file permissions. Did you change any of that?
// https://www.smashingmagazine.com/2014/05/proper-wordpress-filesystem-permissions-ownerships/
The errors also involves the WordFence plugin, so you might want to check that as well. Make sure that the plugins are updated and that the files aren’t corrupted.
[Sat Jun 08 09:17:53 2019] [warn] [client 2607:f298:5:102f::ffc:e442] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: https://gatehealing.com/wp-admin/admin-ajax.php?action=wordfence_testAjax
[Sat Jun 08 09:17:53 2019] [error] [client 2607:f298:5:102f::ffc:e442] Premature end of script headers: admin-ajax.php, referer: https://gatehealing.com/wp-admin/admin-ajax.php?action=wordfence_testAjaxBest regards,
Ismael -
AuthorPosts
