-
Search Results
-
Dear Kriesi team,
our website id down since yesterday. i tried to work with google search console yesterday but i am not aware that i changed any settings. Could you please check what the problem is?! Thank you, Finja
When i go to the website editor, it says:
warning: set_time_limit(): Cannot set max execution time limit due to system policy in /customers/e/b/c/surfagency.dk/httpd.www/wp-content/plugins/wpmandrill/lib/mandrill.class.php on line 432when i go to the website, it says:
Fatal error: Uncaught Error: Function name must be a string in /customers/e/b/c/surfagency.dk/httpd.www/wp-content/themes/enfold/framework/php/class-style-generator.php:123 Stack trace: #0 /customers/e/b/c/surfagency.dk/httpd.www/wp-includes/plugin.php(496): avia_style_generator->create_styles(”) #1 /customers/e/b/c/surfagency.dk/httpd.www/wp-includes/general-template.php(2197): do_action(‘wp_head’) #2 /customers/e/b/c/surfagency.dk/httpd.www/wp-content/themes/enfold/header.php(48): wp_head() #3 /customers/e/b/c/surfagency.dk/httpd.www/wp-includes/template.php(501): require_once(‘/customers/e/b/…’) #4 /customers/e/b/c/surfagency.dk/httpd.www/wp-includes/template.php(477): load_template(‘/customers/e/b/…’, true) #5 /customers/e/b/c/surfagency.dk/httpd.www/wp-includes/general-template.php(45): locate_template(Array, true) #6 /customers/e/b/c/surfagency.dk/httpd.www/wp-content/themes/enfold/template-builder.php(12): get_header() #7 /customers/e/b/c/surfagency.dk/httpd.www/wp-content/themes/enfold/config-templatebuilder/ in /customers/e/b/c/surfagency.dk/httpd.www/wp-content/themes/enfold/framework/php/class-style-generator.php on line 123
Hi There,
I’ve been searching for a way to add a shortcode to the Masonry Excerpt. I have found several threads on this but none seem to help me.
I found the masonry_entries.php file here: wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php, and then created a child theme version using this http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/:/* Pull Shortcodes from folder... */ add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Then I found several posts that mention changing the code of masonry_entries:
https://kriesi.at/support/topic/theme-shortcode-in-the-excerpt/However my masonry_entries.php file only goes to line 331, and the code snippets that they say to look for don’t exist. I’m using version 3.4.1.
I have created custom post types, and have listed them in the masonry grid. I have also created custom meta data for each cpt. The title and exerpt are showing, but I would like to pull through some of the custom meta data from the cpt. However the shortcode is only displayed as this:
[custom_field field="price" this_post="1" limit="0" after=" Vatu" between=", " /]Is there anything I can do? Is the difference between the advice from 2015 and now because of a version change?
Cheers,
Wade.I need a header that I don’t see as an option in the Enfold header options and need some guidance. I need to create a large header area (500px) with a video background that has the logo, buttons, social icons and search bar on top of it, along with the menu at the bottom of the area. I put the design of the header I’m trying to recreate in the private area so you see what I’m trying to mimic. This seems more advanced that what is out of the box for Enfold based on other sites I’ve built with it, so wanted to get your opinion if this is possible to do and if so, how i would go about doing it in the best way.
Any insight and help would be appreciated.
Hi,
I love Enfold!
How do I change de effect of overlay just for one image?
A was searching for a while and I didn’t find any reply that fits my needs, so sorry if this is a frequently asked question.Topic: Change Location of search
I am not very experienced so please excuse my ignorance. At present the search function is set-up to search within the Enfold website. However I would like when a person enters something in a search box to go to a different website – sort of a like a back-end on my website. That is where all of our products are.
My current website at http://www.bw-wholesale.com/ has this search functionality. You can see the results if you try and search a product.
I want this exact same search feature in my enfold website. Where do I change the search functionality?
Thanks for your help.
I understand that “Enfold modifies the Event Calendar plugin in order to integrate it with the theme”, I had laboriously worked out settings for The Events Calendar so that it looked nice in previous versions of Enfold. I have skipped a few Enfold updates for fear of screwing this up. Anyhow, I finally bit the bullet and upgraded Enfold to the latest version. I won’t say it screwed things up,but I do I have a few questions about the resultant reformatting of my events calendar.
Here’s the first: The main events page has a search bar at the top. This search bar is semi-transparent, so that the page heading “Upcoming Events,” which is covered by the search bar, shows through. However, the same heading is also repeated (again) a bit further down. The effect is odd and to me looks unprofessional.
See: http://centerforworldmusic.org/events/
Any way to fix this? Perhaps restore the option in The Events Calendar to “disable the search bar”? Or is there a way to make the search bar opaque?
Thanks!
Hi!
Just upgraded Enfold theme from 3.4.7 to 3.5.1. After the update, the mobile search button/icon is gone. Any tips on how to solve tis issue? This os the code that was working before the upgrade:
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -86px;
right: -25px;
}}BR, Torbjörn
Hi,
I’ve searched and tried many variations of custom CSS to add a border around the fields in my Enfold contact form, image link of it in private message along w/ login. I do not have a lot of CSS knowledge and spent over an hour searching past threads… I’d greatly appreciate help! Thanks in advance.
Hi,
Thanks for helping me out.
Best regards
TobiasLink: Private
did this:So i should get the results from searchWP through the envold Ajax Search in header.
installed this:
so it should hightlight, but it does not
and did this:
You can take it one step further by utilizing Term Highlight to generate an excerpt from a number of potential sources (including Custom Fields) by replacing calls to the_excerpt() like so:
/* SearchWP Term Highlight offers an alternative to the_excerpt()
If you’re looking to generate any sort of excerpt based on one of the following:
– the actual excerpt
– the generated excerpt from the post content
– the post content itself
– string-based custom field values
this function is for you. It will try to find one of the above (in that order)
and output something with at least one search term in it (if possible)
*/
// echo the excerpt (designed to be used IN PLACE OF the_excerpt
if( function_exists( ‘searchwp_term_highlight_the_excerpt_global’ ) ) {
searchwp_term_highlight_the_excerpt_global();
}
// return the excerpt (designed to be used IN PLACE OF get_the_excerpt
if( function_exists( ‘searchwp_term_highlight_get_the_excerpt_global’ ) ) {
$excerpt = searchwp_term_highlight_get_the_excerpt_global();i talked a lot with the developer:
Answer: It looks like you are using Enfold’s live search functionality.
I’m not sure how to customize that results template but if you can
determine how to customize it you can highlight any string with$highlighter = new SearchWP_Term_Highlight();
$search_query = get_search_query();
$string = $highlighter->apply_highlight( $string, $search_query );Topic: Future options?
Hi there!
Actually, we want to purchase ENFOLD for a third project. Do you provide the following options for the next updates?
Or do you know meanwhile effective solutions for customizing these issues?
1) Ajax search on mobile devices.
2) Open videos on Masonry Blog in a lightbox.
3) Centered logo with left and right navigation.
Thanks and best regards
BerndHi,
I can’i install the theme, with the enfold.zip, so I get:
Forbidden
You don’t have permission to access /wp-admin/update.php on this server.I search in the web logs and I find:
[Tue Mar 22 20:05:52 2016] [error] [client 79.152.140.120] ModSecurity: Access denied with code 403 (phase 2). File “/opt/modsecurity/var/tmp//20160322-200539-VvGXgy4QOnUAAATzRlgAAAAE-file-GktVQL” rejected by the approver script “/opt/modsecurity/bin/antivirus.pl”: 0 trobat al php [file “/opt/modsecurity/etc/rules.conf”] [line “10”] [msg “Virus detected by clamscan”] [hostname “www.benbo.cat”] [uri “/wp-admin/update.php”] [unique_id “VvGXgy4QOnUAAATzRlgAAAAE”]It seems to be a virus… My kaspersky didn’t find it in the enfold.zip
What can I do?
Thanks in advance!
Joan
Hi there,
I’ve searched the forums and can’t find a solution to this. Only in Chrome (on my Mac) I have a submenu that scrolls down with the UberMenu. When scrolling – the links at bottom of the submenu only appear on mouseover. The same thing happens when scrolling back up. Links are hidden until mouseover. I’ve tried some different “-webkit-transform” code in the css general styling but nothing is working. Any help would be appreciated. Thanks!
Hello Kriesi,
Easy Slider isn’t working anymore.
-It was working fine before (since I created it 6 months ago)
-Currently in latest WordPress 4.4.2
-Currently in latest Enfold version 3.1.3
-All plug-ins have been disabled but the easy slider still isn’t appearing
-it’s within a color block (always has been)
-the page has not been edited in over 3 weeksAny suggestions? Website below
I’ve searched several forums (#464369,#372766,#356083…)Hi, I use Polylang in enfold and I have a little problem in Ajax search,.
for example, when I typing some Word I see results:
——–
Products
-Product1
-Product2
Portfolio Ítems
-Portfolio 1
-Portfolio 2
View all results
———–The problem is in (View all results link), for main language I don’t have any problem, (/?s=xxx), but for other languages don’t apply the language link (/es/?s=xxx)
Thanks in advance
Hello!
I have a client that loves her site, but complains about WooCommerce being a bit cumbersome and time consuming to upload her products to. I am in the process of making a second store for her, and would like to give her a few options for eCom if possible. Are there other plugin platforms that are compatible for use with Enfold? I tried doing a search on the topic, but came back with inconclusive answers.
Thanks in advance for any help! Keep up the good work!
Topic: Woocommerce language
Hey Guys
First of all, thanks for always provide an fantastic support job :)
I have tried to search everywhere, but i’m setting up a woocommerce shop in my Enfold tema, but i need to have the woocommerce language in Danish. What to do? Every suggestion i found on the internet is either outdated or not usefull.
Thanks for the help.
Page is: ocr-sportshop.dk
Hello to the team,
I keep getting from Google search console the server response 500 (wp-content/themes/enfold).
Another problem that also appears is with wp-content/themes/enfold/framework/.I have read from others hier in the forum that they have had the same problems, so I would like to ask for your advice.
Is it a serius problem or can one just ignore it? I never had this before, so I am a bit worried.Here are some screenshots:
My site:
SiteThank you in advance
Best Regards
AsteriosHow makes a contact/Feedback like this example (Right side – Orange)
Can you make this in Enfold or do you need a plugin?Thanks
