Hi there,
I am using Replete at the moment but I am searching for a new theme which I can use for Event Management. I think some functionalities like these
http://demo.cactusthemes.com/university/university-course-carousel/ – where the events are displayed in a carousel not a slider
and
http://demo.cactusthemes.com/university/course/master-of-photography/ – where in a single event “instructors” are being displayed
would be great, Is this possible with Enfold?
Thx in advance
Max
Hello Team,
I’ve searched your forums on instructions on how to change the default icon, as found here https://kriesi.at/support/topic/how-to-change-the-ajax-search-image-icon/ . The issue here is I would like to change the icon to a normal PNG image, not a font/icon.
How would I go about doing this? Thanks ahead.
Hi guys,
I know you don’t offer support for third-party plugins and so on, understandably, but I wondered if anyone knows of any conflicts with the Thrive Leads plugin and Enfold? If I could search the forum I would, but I don’t know how to, or if it’s possible. So if anyone can remember hearing about a conflict with Thrive Leads before, I’d appreciate it.
Many thanks,
Paul
Hi,
I just upload Enfold wordpress file only on themeforest.
I tried for start to put the zip file in wordpress plateform but it search and nothing happened.
Then I try to put the unzip file enfold in FTP, wp-content/themes.
It works.. I can see the Enfold theme and the others on wordpress… but when I activated it, I just have a white page… on my website and on my wordpress admin. When I delete the enfold theme on my FTP, every things appear as before.
What’s wrong ? What can I do to install my theme ?
Thanks
Bubarama
HI Elliot,
Thanks for ther link but I’m moe than familiar with that.
My question is: There is an option to block search engiens from indexing Avia Framwork in Wordpess for SEO. My question to Enfold Support is: Is it okay to block will it impact the website in anwyay?
Thanks
Vince
Hi jjohnson2123!
Thank you for using Enfold.
Add this in the Quick CSS field:
#searchDomainForm #search_domain {
width: 80%;
float: left;
}
#searchDomainForm input[type="submit"] {
width: 20%;
}
Cheers!
Ismael
This reply has been marked as private.
Hey GIEKApl!
Can you please post the link to your website? Have you added search form to your header? If not, please do so by referring to this topic – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Yigit
Thanks a lot, but now the search icon is with your code snippet part of the SUBMENU (at the LEFT) and not part of the social icons (at the RIGHT):
http://screencloud.net/v/p9du
See screenshot (see my header settings of ENFOLD above):
The color markers in my screenshot mean:
RED = search icon is with your code at the right (and therefor part) of the SUBMENU items – see Firebug code in the screenshot
ORANGE = my whole sub menu
GREEN = where the search icon should be ==> at the right side of the social icons part
Any idea?
Thanks.
Can I make the Advanced Layout Builder open immediately?
For Post creators, it’s easier if they don’t get confused by having to press the button to open the ALB.
Is there a way to make that the “default editor” instead?
Figure you guys “know all”…
Thanks in advance!
I apologize if I’ve missed where you wrote about this, but I DID do quite a search.
BTW, saw this elsewhere, not here at Enfold — maybe somewhat the solution?
But what would be the name recognized by Enfold?
Set default editor
Snippet below modifies the default editor in WordPress admin. You can go with the Visual Editor, or you can choose the HTML Editor, just add one of them into the functions.php file.
# This sets the Visual Editor as default
add_filter( ‘wp_default_editor’, create_function(”, ‘return “tinymce”;’) );
# This sets the HTML Editor as default
add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );
-
This topic was modified 10 years, 9 months ago by
CharlieTh.
This is my first experience with Enfold, and so far I am hooked.
Using Easy Slider, what is the best way to remove captions when viewed on a mobile device? When viewing site on my iPhone, the captions are too large for the area and I think it would be best to just remove them on a mobile device 480 wide or smaller.
Looks like putting some CSS in the options might fix it.
I did a forum search and found this code, but it did not work for me when placed in Theme Options–>General Options–>Logo Area:
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
What am I missing? Is there a better way to do this?
Thanks!
-
This topic was modified 10 years, 9 months ago by
etcgraph1.
Turns out to be an enfold bug…results are coming back but in tag.php the query function is being called without resetting. The results are actually coming back and they are displaying.
So this problem has always been in place on my install – I reverted back to the base site without any content and tag searches were working fine for pages but not posts.
Ironically, I would like to limits results from tags to only posts – is there an easy way to do that?
I had previously placed Google AdSense ads in the header of my website thanks to these two previous topics:
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
&
https://kriesi.at/support/topic/inserting-728×90-banner-into-header/
Also on the advice of the moderators I installed the “Functionality” plugin. All was working perfectly. However I am attempting to implement a new rich-media ad and am running into the following problem:
Parse error: syntax error, unexpected ”} else {nf=” (T_CONSTANT_ENCAPSED_STRING), expecting ‘,’ or ‘;’ in /home/########/public_html/######/wp-content/plugins/functions.php on line 30
Line 30 is the following:
if (window.self != window.top) {nf=”} else {nf=’NF/’};
A coding genius I definitely am not. Of all the research I have conducted I cannot solve the problem. I realize this is outside the responsibility of Enfold Support but thought I would take a chance anyway.
Thanks!
Hey good4cat!
Thank you for using Enfold.
You can use this plugin to improve the search index: https://wordpress.org/plugins/relevanssi/
In order to integrate the plugin to the ajax search, refer to this link: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Cheers!
Ismael
Hey!
If you would like to add searchbar to the header please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Regards,
Yigit
Hello, not so much a support thread but when searching for enfold support I came up this site. I think is actually theft. Maybe you can take legal action.
Thank you, Elliott!
I added this to a copy of header.php, to include a custom section:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
<div id='wrap_all'>
<?php
if(!$blank) //blank templates dont display header nor footer
{
//fetch the template file that holds the main menu, located in includes/helper-menu-main.php
get_template_part( 'includes/helper', 'main-menu' );
} ?>
<?php
if(!$blank) //blank templates dont display header nor footer
{
//fetch the template file that holds the main menu, located in includes/helper-menu-main.php
get_template_part( 'includes/helper', 'header-lower-bar' );
} ?>
<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
<?php do_action('ava_after_main_container'); ?>
Here’s the custom header, from the file enfold-child/includes/helper:
<div class="header-contact">
<span id="contact-form"><a href="/contact-us">Contact Us</a></span><br><span id="contact-email">at <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a></span>
</div>
<div class="header-bar">
<div class="header-bar-section pure-u-1-4">
<form action="//debraandsheri.us10.list-manage.com/subscribe/post?u=3850847aaaf73a1105ba96488&id=3bf1df761e" method="post" id="ccoptin" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="mailchimp" id="mce-EMAIL" placeholder="Join Our Email List">
<input type="hidden" value="1" name="group[1249][1]" id="mce-group[1249]-1249-0">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</form>
</div>
<div class="header-bar-section pure-u-2-4">
<ul class="noLightbox social_bookmarks icon_count_6">
<li class="social_bookmarks_facebook av-social-link-facebook social_icon_1">
<a target="_blank" href="https://www.facebook.com/DebraandSheri" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a>
</li>
<li class="social_bookmarks_twitter av-social-link-twitter social_icon_2">
<a target="_blank" href="http://twitter.com/DebraandSheri/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a>
</li>
<li class="social_bookmarks_youtube av-social-link-youtube social_icon_6">
<a href="http://youtube.com/channel/UClbqayOKoCk5HERSgHOK6Eg" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="YouTube"><span class="avia_hidden_link_text">YouTube</span></a>
</li>
</ul>
</div>
<div class="header-bar-section pure-u-1-4" id="header-bar-end">
<form action="http://www.debraandsheri.com/" id="searchform" method="get" class="">
<div>
<input type="hidden" value="" id="searchsubmit" class="button avia-font-entypo-fontello" />
<input type="text" id="s" name="s" value="" placeholder='Search' />
</div>
</form>
</div>
</div>
One of the things that’s odd is that the <div class=”header-contact”> is earlier in the code than the <div class=”header-bar”>, but in the Page Source, <div class=”header-contact”> appears after. What’s up with that?
Thanks again,
–Burt
Hi Septura!
– Yes, Enfold is fully compatible with WPML
– I search our forum and found this website – http://www.imarklab.dreamhosters.com/
There are so many Enfold users that are using their theme with WPML.
– Yes, you can simply go to WPML settings and choose to display language switcher on any menu, in the example above, it is displayed in Enfold secondary menu.
Cheers!
Yigit
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-search-tooltip {
left: 70px !important;
}
Best regards,
Rikard
This reply has been marked as private.
Hi,
I could use a little help styling the Enfold theme in Internet Explorer 8
It is working fine in other browsers…
But in IE8 on the home page upper right
http://www.uvalltogether.org/
The Input field “Search” is missing…
And then on all other pages it says “Home” in this area instead of search.
Any suggestions?
Thanks,
David
Hey!
You can use a more advanced search plugins such as Relevanssi. You can find implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Regards,
Yigit
Hi gigoz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .post-meta-infos { display: none !important; }
Best regards,
Yigit
Hi Ismael,
I know. I mean the blog page automatically generated. Are You searching for articles / posts by “category”, will this page automatically generated and displayed only with full-text. In general styling on the Enfold page can not be selected that. Where else?
Ich meine die automatisch erstellten Blogseite. Wenn Du nach Kategorie suchst, wird diese Seite automatisch generiert und nur mit vollständigen Artikeln/Beiträgen/Posts angezeigt. Im Generals Styling auf der Enfold Seite lässt sich das nicht einstellen. Wo sonst?
Thank You
Matthias
Hi, I have searched and tried all the suggestions for our website; http://www.projectenye.com and although I set the size to 100%, it doesn’t show. This seems to have come with the updated theme. Although it is set to 100%, it is showing only partial screen for everything almost. except for maybe firefox. I do not understand what might be going on. I turned off all plugins, one by one, and that didn’t help. I removed “smushit” plugin all together which i thought may have been the problem., but it is not. It would be great to know what transpired to change the sizing, because it used to be full size.
Any help will be greatly appreciated.
Hey!
Try adding this:
li#menu-item-search {
position: absolute !important;
right: 0;
}
li#menu-item-search:before{
content: "Suche: ";
position: absolute;
margin-left: -90px;
top: 2px;
}
Regarding the overlapping go to Enfold > Header > Mobile Menu and set the mobile menu to appear in tablets too.
Cheers!
Josue
Hi!
Please go to Enfold/includes folder and open helper-post-format.php file and search “h2” and change them to “h1”
Cheers!
Yigit