-
Search Results
-
Hi,
I have created a new page with the Advanced Layout Builder, called it “error404” and set this in the theme settings as my custom 404 page:
But when I type in a wrong URL of my site like http://www.mysite.de/somewhat then it leads me to another “not found” page:
And in the documentation is told, that this does not work with ALB created pages:
Unfortunately, pages like the 404 page or search result page cannot be created using the page builder.
To create a custom 404 page you need to edit the following files:
wp-content\themes\enfold\Enfold\404.php
wp-content\themes\enfold\includes\error404.phpOr use a 404 plugin that suits your requirement.
But why can I set in the theme settings a custom 404 page when it is not possible?
Very confusing …
Is it now possible with a custom created 404 page, set as error page in the theme settings, or not?
If yes, then it does not work, it shows the standard “not found” page – see screenshot above.How can I use my custom 404 page created with ALB and set as error404 page in the theme settings?
Browser cache is cleared, cache plugin is not yet installed.
It makes no difference whether I choose in the theme settings for 404 page “redirect” or “without redirect”.Thanks
Hi, we have 3 websitse since 2016 with enfold, I migrated the main one website to a new server, 3 months ago.
during the migration the favicon disappeared. So I put one back but I don’t think it was the right size (multiple of 48px).Since the day before yesterday google no longer displays our favicon in the serp but instead he put the ugly wordpress favicon. :(
I returned a new favicon which normally is optimized (48x48px). And I asked the search console to go back to the site (and update the favicon on serp). There was a google crawl yesterday and one today but the favicon in the SERP is still that of wordpress.Could you please help me guys ?
Note : the preview Favicon in the browser when you are in the website is displaying well, it”s really into the SERP results
Topic: Toggle hidden color section
Hey guys,
i love enfold. using it since 2015 and i am still impressed by every new version.
My problem:
i have a button with the class “.trigger1” and a section (that is hidden by default) named “#hide1”.
So whenever i´m hovering an element with that class, the hidden section fades in.
therefore i searched the forums and used this code in my child-theme´s function.php.
it works well on the test server but not on the new server even if the WordPress Versions and the enfold versions are exactly the same.here it´s working fine: http://www.silkeetex.de
/* hide/show sections */ function add_custom_cs(){ ?> <style> .trigger1, .trigger2, .trigger3, .trigger4, .trigger5, .trigger6, .trigger7 { cursor: pointer; /* Change cursor to hand */ } </style> <script> jQuery(window).load(function(){ jQuery("#hide1, #hide2, #hide3, #hide4, #hide5, #hide6, #hide7").hide(); jQuery(".trigger1").hover(function() { if (jQuery("#hide1").is(":visible")) { jQuery("#hide1").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide1").show().addClass("active"); } }); jQuery(".trigger2").hover(function() { if (jQuery("#hide2").is(":visible")) { jQuery("#hide2").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide2").show().addClass("active"); } }); jQuery(".trigger3").hover(function() { if (jQuery("#hide3").is(":visible")) { jQuery("#hide3").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide3").show().addClass("active"); } }); jQuery(".trigger4").hover(function() { if (jQuery("#hide4").is(":visible")) { jQuery("#hide4").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide4").show().addClass("active"); } }); jQuery(".trigger5").hover(function() { if (jQuery("#hide5").is(":visible")) { jQuery("#hide5").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide5").show().addClass("active"); } }); jQuery(".trigger6").hover(function() { if (jQuery("#hide6").is(":visible")) { jQuery("#hide6").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide6").show().addClass("active"); } }); jQuery(".trigger7").hover(function() { if (jQuery("#hide7").is(":visible")) { jQuery("#hide7").hide().removeClass("active"); } else { jQuery(".active").hide().removeClass("active"); jQuery("#hide7").show().addClass("active"); } }); }); </script> <?php } add_action('wp_footer', 'add_custom_cs'); /* avoid jumping up to header */ function add_custom_href_remove(){ ?> <script> jQuery(window).load(function(){ jQuery('.trigger1,.trigger2,.trigger3,.trigger4,.trigger5,.trigger6,.trigger7').removeAttr('href'); }); </script> <?php } add_action('wp_footer', 'add_custom_href_remove');Why is that? Can anyone please help?
Topic: Sitemap enfold where is it?
I need to add the url link of my sitemap to Google search console. But how to find the link?
EDITED—-
I used the Yoast SEO sitemap
But sending it to the Google console, Google answer sitemap error (can be read but has errors on it)Is there a clean way to send a clean sitemap?
Topic: Token
I bought 7 enfold themes, I deleted two of them and wanted to create a new token because these websites changed to another domain.
When entering this account I get an error message, also when using another account I get the same message at this website..
Alfa vastgoedonderhoud
OAuth client ID: enfold-rny0chtiThis app has access to:
View and search Envato sites
View the user’s Envato Account username
View the user’s email address
View the user’s account profile details
View the user’s account financial history
Download the user’s purchased items
View the user’s items’ sales history
Verify purchases of the user’s items
List purchases the user has made
Verify purchases the user has made
View the user’s purchases of the app creator’s items
Add item to favourite collection
View the user’s public and private collections
View the user’s statement transactions
View the total number of subscribed users to Envato Market
Shows the total number of items available on Envato Market
Shows the total amount of community earnings on Envato Market
Shows the total number of items sold on Envato MarketI also tried to use your plugin, but that doesn’t work either and keep getting the message 403 forbidden
Account:
Robbymail
Netherlands, Member since March 2018Topic: Horizontal Gallery Fade ?
Hi,
My client A. Verleg-Dijk bought Enfold en we imported a template.
She is very excited about it.
I searched the forum and the documentation, but did not find a solution for her question.Is it possible in the Horizontal Gallery to have the pictures on both sides of the presented photo in the middle
be a little faded (on desktop)?Thanks in advance for replying.
Best regards
ReinaTopic: Product Single Image Size
Hi,
sorry if this is answered anywhere in this forum but after searching for about an hour, and not finding an answer to exact my question, I’ll try it with a new topic.
Which size has full / single product image (Lightbox Image when I click on the Square Preview Image) when using enfold? (As enfold overwrites the woocommerce settings)
From what I found I assume 999, 1000 or 1030 Pixel?
How can I enlarge this size to maybe 1500 or 2000 on the long end?
I found here a snippet for the Child Functions.php which so I assume let me set the sizes in Woocommerce instead of Enfold. But then I have to know exact the sizes for thumbnails etc, which enfold is using… So I would prefer changing the product images size for enfold.Where and how can I change the Single Product Image size in Enfold ? And do you have a list for the woocommerce sizes? (The enfold sizes for the normal Site I found)
Thanks
FrankDear Support Team:
When I search in Enfold Support (https://kriesi.at/support/) for “Lightbox arrows” (without the quotes), and choose ‘No date limit – search all posts’, ‘last 9 months’, ‘last 12 months’ or ‘last 24 months’, I get this results page: There has been a critical error on this website. However when I choose either ‘last 3 months’ or ‘last 6 months’, it works, and gives me search results. Note that if I swap the order of the keywords, to “arrows lightbox”, the error still comes up.
It happens with other second keywords after “Lightbox” (e.g. “Lightbox arrow”, Lightbox close”, “Lightbox color”, etc.), but not others (e.g. “Lightbox event”). And it also doesn’t happen with just the single keyword, “Lightbox”.
I checked and it’s not the URL generated–the first URL below generates the error, the second does not (they’re identical except for the second keyword):
https://kriesi.at/support/search/Lightbox+arrows/?avia_filter_search=yes&avia_search_forums=66&avia_search_dates=all&avia_search_include=no https://kriesi.at/support/search/Lightbox+event/?avia_filter_search=yes&avia_search_forums=66&avia_search_dates=all&avia_search_include=noBy the way, I was doing that search in the first place because I was having problems with some images opening in the lightbox singly, on their lonesome, without the arrows to scroll through the other images on the page. But I opened another topic to inquire about that.
Can you help please with this search issue.
Thanks,
GaryTopic: Portfolio sorting options
Hi,
I would like to use the portfolio grid, but i do need to different search functions.
Once I wanna search for Type e.g. Apple, Pear, Berry, Herb
and then I also want a search by characteristic e.g. green, red, blue, etc.It would be perfect if I could combine the two, like: show me red apples, etc.
Is this possible with Enfold and if so, how would I go about it?
I was thinking along the lines to once sort by category (Type) and then use tags for the second search (characteristics) but it doesnt seem possible to use tags for the portfolio sorting.If Enfold doesnt provide this, is it possible to use a plugin like Search & Filter?
Hi there,
I want a template that includes just the header and footer but is completely full-width with no margins and no padding in the content area. I have already modified the CSS to make the header and footer full-width. I can’t seem to make the content area full width. I DON’T want to use the ALB on this page. I have included the link: I created a template in a child theme that seems to include just those items but the right side still includes a margin. I have targeted all of the CSS and nothing seems to get rid of that right margin.Here’s what I”ve targeted:
.responsive #top #wrap_all .container {
width: 100%;
max-width: 100%;
margin:0;padding:0;
}
The bb-container style is my workaround trying to make this content area full page.
.bb-container {
max-width:none;
width:auto;
margin:0 0;
margin-right:0;
}
.entry-content{margin:0; padding:0;}I tried to take the call to the sidebar out of the template, but it didn’t work. I thought the sidebar may be keeping it from being full width:
Here’s the template :<?php /* Page Template Name: BB full width */ if ( ! defined( 'ABSPATH' ) ){ die(); } global $avia_config, $wp_query; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); /** * @used_by enfold\config-wpml\config.php 10 * @since 4.5.1 */ do_action( 'ava_page_template_after_header' ); if( get_post_meta(get_the_ID(), 'header', true) != 'no') { //echo avia_title(); } do_action( 'ava_after_main_title' ); ?> <div class='bb-container'> <main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ get_template_part( 'includes/loop', 'page' ); ?> <!--end content--> </main> <?php //get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar(); ?> </div><!-- close default .container_wrap element --> <?php get_footer();I’ve searched for days and cannot find the answer to this issue. Thanks in advance.
Hi,
I’ve searched the forum to find a solution to have an image caption of a single image (ALB element) BELOW the image and NOT AS OVERLAY.
Unfortunately the ALB settings for a single image has only the option to show an image caption as overlay YES/NO, but not just below the image and not as overlay.I found a solution from @Yigit, but the post is old, the masonry-helper file does not exist in newest ENFOLD and I need it for single image ALB element:
I could use, for example the ALT text of the image as suggested here in Yigit’s post —> .This is what I would like to achieve:
But please note:
the normal behaviour of ALB image element should remain “as is” (with the possibility to show a caption as overlay).
It would be great, if I could add IN ADDITION to it my “own” custom ALB image element “with no overlay but caption below”.The function from your documentation to add custom ALB elements mentioned here –> is already added in my plugin “Code Snippets” area and activated!
Thank you.












