-
Search Results
-
Hi!
How can I change the colour on the search results page with Quick CSS?
I like to have the SEARCH functionality – but is there a possibility that results shown are only blog related?
Thank you in advance! Enfold support rocks!
Kind regards
capuchinHello,
I want to change my current page to Enfold-theme, now i’m using the Entrada theme (which i won’t recommend – bigb problems with the support and wpml, css, etc…). In my current theme (entrada), the trips are managed within Woocommerce, and you can manage various travel features that can be used to find travel through a search function (see link).
So my question is: Can i create the trips in Enfold with Woocommerce and is it possible to use a searchbox for the individual products?
I really like to work with enfold by the way and want all of my pages to be based on enfold.Thanks in advance!
JanTopic: Search Loupe not visible
Hi,
I can’t see the “Search Loupe” in the Navigation/Header.
Running the latest Version of Enfold. Is this something you’ve recently changed – I mean: Do I need to activate the loupe somewhere in the Theme settings?
I double-checked, and there’s definitely no custom CSS activated on the site.
The site is currently in Maintenance mode – so can’t send a link. But happy to share login details with a moderator here if need be.Thank you!
Hi – I am posting a new message about this issue as we haven’t had a response on https://kriesi.at/support/topic/css-javascript-merging-and-compression/ for a couple of days and it is now important that we get this resolved. The main reason for selecting Enfold were the promised performance benefits which we are not seeing as the files are not being merged.
Searching your forum also finds other users with the same issue:Can you please respond with some idea of how we start to debug this issue. My original request below.
CSS & Javascript Merging and Compression
I have switched on this option in Enfold theme options but it is not merging or compressing files. There are about 20 shortcode CSS files?Hi Guys,
I noticed yesterday that I can not change the font sizes in the child options. Likewise the attitudes for the h1 etc. headings. In other words, I can change the values, but they will not appear on the website. I’ve been searching for the error for hours – without success. I disabled my plugins – without success. I am getting desperate.
Update: Another issue:
If I change settings under design / customizer they will be saved but not displayed on the live website.
I’ve cleared the cache, deactivated WP Fastest Cache – no success.Update 2: I saved the child options via export as a textfile. I change the theme to the parent enfold and activate it, then i delete the child theme. The enfold parent theme works as expected. After testing i install the child theme and import the settings. But no success, the same as before. I am at a loss. I’ve created a Userprofile for Support if someone will help me.
I have no idea what’s going on with my websiteThanks a lot for helping me.
Best regards, MarkusHello!
After moving my client’s website to a new ISP and reinstalling it in the latest version of WordPress plus Enfold 4.3.1, I cannot get any kind of image to display in the background of the header behind the logo. Choosing one of the default backgrounds doesn’t work, neither does uploading the site’s custom image through the theme options interface. The image appears in the preview of the theme options, however. It has definitely uploaded.You can see the no-show at the temporary address (see private content). Compare this with the original version (see private content).
I have searched the forums and tried the suggested approaches. Nothing seems to work. Any ideas?
Only plug-ins installed are “duplicate post” and “search exclude”, neither of which are causing problems with this setup on other sites I run.Many thanks
I’ve started re-building my site now for a month and so far haven’t used a child theme.
Now that I need to add some codes to the header, I see that I should have this.
I followed a tutuorial but can’t seem to get ‘Enfold Child’ to come up under Appearance – Themes.
Will there be any problems with what I’ve created so far if I add a Child Theme now (only made a lot of custom CSS in the dashboard and some changes to functions.php)?
How exactly should I go about adding ‘Enfold Child’ if it’s not coming up when I search it? Is that tutorial outdated?
Is there a better option for added codes to the header?
Please advise, site info in PC.Hello! I am using Enfold to redesign my library’s website and I am not quite sure how to alter the search feature to allow users to search either the online catalog or the library website. What I want is similar to how The City Library does it. I know it isn’t exactly an Enfold issue, but I am using Enfold, so I thought I’d start here.
I’ve purchased the Enfold theme and I’m trying to upload it to wordpress but it keeps saying “waiting for a response….” and times out. I’ve used Enfold on a previous site and I didn’t have this problem. Any ideas how I can fix this? I’ve been in touch with the web host and they said there isn’t a problem with the site. I really am in a rush with this one. I’ve searched the forums and one answer was to upload via FTP – but I don’t have this option.
Topic: Translation – Child Theme
Hi there!
I’m working on a site that is in portuguese (pt-br) and I’m using child theme.
I followed the instructions on https://kriesi.at/documentation/enfold/translation/ about how to make Enfold read the language files in a child theme, but I’m still having problems.
I’d tried using this function that I saw in https://kriesi.at/support/topic/theme-update-and-child-theme/#post-140430:add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { $lang = get_stylesheet_directory() . '/lang';<br /> load_child_theme_textdomain('avia_framework', $lang); }… and it didn’t worked also.
If you go to my site and try to search something like “asdfasdasdas”, forcing to not find anything, the message is still in english. The same thing on the search page results.
I did the translation using POEDIT and I have put both files (.PO and .MO) in to enfold-child/lang.
What I’m doing wrong? :(
Thanks for helping!
Regards!
Hi,
We have a custom search plugin.
The search plugin have a search bar short code that we can insert to our site.I would like to insert it to main header area.
Now the main header area have many social profiles icons.
I would like to insert the short code bar next to social profiles icons1) How to insert short code in main header area?
2) How to disable the Enfold default search magnifier ? We hope to use the search plugin on our site.Thanks!
Dear Enfold team,
I have a question which is probably quite easy to answer for you – I tried searching the board though and couldn’t find a solution.
I’m using a php snippet which inserts the last updated date of single posts, if the updated date differs from the publishing date.
This is the snippet:
function wpds_last_updated_date( $content ) { $u_time = get_the_time('U'); $u_modified_time = get_the_modified_time('U'); if ($u_modified_time >= $u_time + 86400 && is_single() ) { $updated_date = get_the_modified_time('j. F Y'); $updated_time = get_the_modified_time('G:i'); $custom_content .= '<p class="last-updated">Zuletzt aktualisiert am '. $updated_date . ' um '. $updated_time .'</p>'; } $custom_content .= $content; return $custom_content; } add_filter( 'the_content', 'wpds_last_updated_date' );Everything works fine on “regular” blog pages, like here – the updated date is inserted between my social sharing buttons and the first paragraph:
updated date 1But when I use the avia page builder for blog postings (which I love to do for complex layouts), the updated date gets inserted right before the first element:
avia blog postingThis updated info is really important to me – any chance to change the insertion position on avia postings?
greetings,
RitchieHi Smart people
Good day,I am so glad in using Enfold and it’s my fav theme, but i faced an issue with the following :
– Sorting in Portfolio, I need to change “All” to another word in Arabic which is “الكل”
– Search: there is an english words while the wordpress is arabic, such as ” view all result” it should be “عرض كل النتائج” also the word”New Search” it should be “بحث جديد”
– “Portfolio item” it should be “عناصر البورتفيليو”this is site: https://ayyar.net/taqdeer/
portfolio page: https://ayyar.net/taqdeer/%D8%A7%D9%84%D8%AA%D8%A3%D9%85%D9%8A%D9%86screen shots:
https://ayyar.net/taqdeer/wp-content/uploads/2018/07/Screen-Shot-2018-07-13-at-2.52.35-PM.png
https://ayyar.net/taqdeer/wp-content/uploads/2018/07/Screen-Shot-2018-07-13-at-2.52.54-PM.png
https://ayyar.net/taqdeer/wp-content/uploads/2018/07/Screen-Shot-2018-07-13-at-2.53.03-PM.pngHi there,
Really stumped on how to fix this issue.
I’ve updated the enfold theme, reinstalled the Layerslider plugin from the enfold theme bundle installation zip and still no luck.
Basically, I was modifying some text quickly in ‘Better Search and Replace’ yesterday to find that the fonts and layout of my website had changed on me?? Its almost as if it’s semi-ignoring the avia layout builder?
Some elements display okay, but all the page media, images, sliders etc are bigger than they should be.
Please help!
Thank you.
BeckyHello. I updated to Enfold 4.4. I visited the new Enfold Performance page of the dashboard and disabled CSS file merging and compression, along with Javascript file merging and compression. I do not have any other page caching plugins installed on the website. I am using a child theme, so technically, it’s the “Enfold Child Performance” page.
I had a few custom css entries in the custom CSS field on the General Styling tab. One of them was causing a problem with the display of the home page on mobile devices. I deleted the code that was giving me problems, then cleared caches on browsers, phones, etc. a dozen times. Every time I visited the page and checked the code using my browser’s “inspect code” function, the custom CSS I deleted was still active.
I deleted all the custom CSS code from the custom CSS field. I pasted it into the child theme’s CSS file, and again removed the line of code that was giving me problems.
No matter what I do, that line of code is still being served to browsers. I don’t understand what is going on. When I check the code of the page using Firefox, it is still showing the CSS code from the custom CSS field that I deleted hours ago.
I also connected via FTP, went to uploads/dynamic_avia and downloaded the enfold_child.css file, searched the code for a couple keywords from the code I’m trying to get rid of, and it isn’t there.
Can someone please advise me on how I can fix this? Any help would be greatly appreciated. I have spent several hours going around and around and can’t figure out why the code I have deleted keeps showing up.
