-
Search Results
-
Topic: Add "button" read more
Hello,
I’m trying to add the read more button on the Enfold (default) theme. I tried in a text editor, a block of text using the tag read on by checking in txt and visual but it does not work.
I did a search on the forum but I found nothing that meets my request.
Is this possible on this theme?
I have checked the settings in the Settings -> Read -> Extract option (is enabled)
thanks in advance
Hi Kriesi,
I’m using Enfold with WPML.
1) Would it possible to translate the „Ajax Search“ of your theme? „View All Results“, „Pages“ …
2) Is there a way to remove the „date“?
3) Is there a way, to prioritize the results?
Thank you! :)
Mobile menu show in addition to main menu but does not show on mobile. This is a 4.1.2 Enfold build. I have another site, prsa-pgh.org that is using Enfold 3.8 and the mobile menu does appear correctly.
In researching the forum, I found a solution with this code:
@media only screen and (max-width: 1366px) and (min-width: 768px) {
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none;
}.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
display: block;
}
}However, it does NOT work.
This is the second time I have posted this issue. This client cannot announce their new website without this fixed. FTP and WP logins were previously given.
Hello Kriesi-Team,
this is the first time I am creating a new Topic in Enfold. Love your theme, really great work.
I already searched that topic but unfortunately I haven´t found anything about it…I´ve a question about the social media buttons. A Lawyer from one of my customers advices me, that the social media buttons need to be implemented according to the 2-click-procedure in the EU / Germany. Is there any way to integrate something like the 2-click-procedure or maybe are the share buttons already “safe” enough to use them without a 2-click procedure?
Thanks in advanced, best
MarcTopic: Open Link in lightbox
Hi to all
I search a solution in Enfold, to open e Link from a button or a pic not in a “new Window” (or tab) – but in a lightbox!Like here: http://www.multipixx.com/de/demo
Thanks for helping
Markus
I’d be extremely grateful for any help here?
My web hosts FASTHOSTS have advised me that I have problems in my theme. About 2-3 weeks ago I updated WordPress, woo-commerce & re-installed the latest ENFOLD theme via FTP. This has resulted in showing a WHITE blank screen. I’m currently using a ‘Maintenance’ page on the site, but when this is removed it does indeed show a WHITE screen. I’ve copied the log of the last comms with the hosts, with only a modest technical background I’ve no idea where to turn next as I have been constantly battling with wordpress problems since we got the site up and running 12 months ago..COMMS START:
As I checked on your website, based on the error logs generated, there are problems on your themes especially the enfold on the line 14. I will provide the error logs generate below:[Wed Aug 23 11:42:52.057486 2017] [fcgid:warn] [pid 51559] [client 40.77.167.23:57050] mod_fcgid: stderr: PHP Fatal error: Call to undefined function avia_is_burger_menu() in /home/hp3-linc2-nfs1-x/782/567782/user/htdocs/wp-content/themes/enfold/header.php on line 14
[Wed Aug 23 11:54:28.202223 2017] [fcgid:warn] [pid 53275] [client 81.132.139.107:38978] mod_fcgid: stderr: PHP Fatal error: Call to undefined function avia_is_burger_menu() in /home/hp3-linc2-nfs1-x/782/567782/user/htdocs/wp-content/themes/enfold/header.php on line 14
[Wed Aug 23 12:01:20.065791 2017] [fcgid:warn] [pid 49146] [client 74.208.134.21:49820] mod_fcgid: stderr: PHP Fatal error: Call to undefined function avia_is_burger_menu() in /home/hp3-linc2-nfs1-x/782/567782/user/htdocs/wp-content/themes/enfold/header.php on line 14So what you to do is that, you need to check on the themes and optimise it.
Mark: If you open you site now, your site will be up and running because I disable the themes enfold.
Mark: However if I enable your the themes enfold, site will be down again.
Richard: When you say ‘optimise’ the them what do you mean Mark?
Richard: sorry ‘theme’ optimise the theme?
Richard: I’m not sure how to ‘optimise’ a theme? can you help?
Mark: I mean like optimise make sure that is up to date, the size of the theme is no too big because you are on a shared hosting package and our Clustered platform is still hosted on a shared platform. There are still limitations set on it in which it can’t be updated or changed because there are other websites hosted on it.
Mark: The back end processes of your site, the shared hosting resources usage, consumption of allotted memory, database entries and queries, all of them will change internally as your site is active on line all through out the day.The queries of your site will normally turn to its complexity and this will lead to a longer execution time of queries that always timed out the connection and result to cgi errors.
To sort this out, you will need to optimised your website script and inquiry.
In as much as we wanted to extend our support and help you out on this, we’re afraid we can not provide scripting help, as this is beyond the realm of service that we provide. We suggest searching on Google for scripting help sites.
Richard: OK Mark. Let me consider, thanks for your help today.
ENDAny help or advice to rectify this would be gratefully received.
RichardTopic: Ajax search not working
I have replaced the Enfold default search with Ajax Search Pro (using their one click option) but for some reason the autosuggest (Ajax) is not working when I enter search terms into the search box.
It works fine elsewhere on the site where I implemented it using a short code. (E.g at http://wisdomtrove.com/quote-topics/. )
Before I contact the support centre of Ajax Search Pro, is there any reason you may be aware of that it is not working? I know a lot of your other customers use this plugin and wondering if its come up before.
Thanks so for your help with this.
Hello. Enfold support provided the code (shown below) to assist with placing the Social Media links inline with the menu and search icon. A custom header widget (Enfold also assisted with this) was put in place, which required the code shown below.
Just upgraded to 4.1.2, today. After the update, there are now 2, identical sets of Social Icons appearing.
Here is a screenshot of the issue. I’ve turned off the Social Media icons option in Enfold, for the time being.
function av_move_social(){
?>
<script>
jQuery(window).load(function(){
jQuery(“#header ul.noLightbox.social_bookmarks.icon_count_3 li”).detach().appendTo(‘ul#avia-menu’)
});
</script>
<?php
}
add_action(‘wp_footer’, ‘av_move_social’);Hello, I am using images with the dimensions of 1200×628 (for social media purposes). I’m using the Enfold blog layout of “Single Post with Big Preview Image (Featured Image).” The inherent dimensions of the preview in the them is less height, cause this to cut off the top and bottom of my images. I want the big preview image to show the full height.
In the past I have searched these forums and found this CSS:
.big-preview img {
height: auto !important;
width: 100% !important;
}It has worked fine in the past but the last several weeks it has stopped working for some reason. You can see my recent posts do not have the full dimensions:
But past posts do:
Any idea what changed, why this is happening, and what I can do to fix? Thanks
Topic: Cooperation
Hey Kriesi I am searching for an Avia Layout builder for my Software FEELESTATE to create Infopoint content in my virtual tour Software.
Are you open for a rent/selling?I think your work is nearly perfect and i am using your enfold sice 3 years!
I think maybe there is more than that between us – please contact me – i am speaking german!!!regards,
claudio
Hi,
I´m using the Enfold theme and I have a question (I couldn´t find the solution on the forum). I want to remove the search button from the main menu of my web, but I don´t see the option in the WP backoffice, and I don´t know if this is possible to do.
How can i do that?
Thanks.
Regards.
Hi,
I realized, that after activating a shop main page with layout builder the search of products with URLs like:
/?s=trvb&post_type=product
does not work any more. It Shows the shop main page, instead of serach results.In my opinion the ENFOLD filter
add_filter( 'pre_get_posts', 'avia_woocommerce_default_page' );
does always show the shop main page, also in this case of product searching calls.My temporary solution is to deactivate this filter, but I think the Code should also evaluate whether the call is a search or not.
Regards,
MichaelTopic: PRODUCT LIST
Hello there! Thank you for the great theme!
We are trying to build an online delivery webpage for our pizza restaurant and we need your help:
We use Enfold Restaurant. We want to change the item links at the products list in the delivery webpage, in order to help the user with a pop up window in the delivery webpage, when the product has variations. Is there any quick css for that? It is of high importance for us.
And a second question: When we were trying to solve the problem above and we were searching on the support forum, we copied and change some quick css. They didn’t work, so we removed those css. But, even we removed them, when the item has variations, the item is being added to cart automatically, even when the “add item to cart” option is enabled.
Thank you for your time,
Andreas


