Hey sandboxes!
I don’t know if LayerSlider supports this script and we can’t provide support for this customization. However you can try to place the html code into the “html” field of a layer
<span class="hsjs">Each line in this code’sHTML</span>
<span class="hsjs">is set off with a</span>
<span class="hsjs"><span></span>
<span class="hsjs">element, & HatchShow adjusts the font size</span>
<span class="hsjs">automatically.</span>
<span class="hsjs">Each line should end up</span>
<span class="hsjs">(roughly) the same width.</span>
and then insert this code at the very bottom of enfold/js/avia.js:
(function($){
$(window).load(function(){
$().hatchShow();
});
jQuery.fn.hatchShow = function(){
$('.hsjs').css('display','inner-block').css('white-space','pre').each(function(){
var t = $(this);
t.wrap("<span class='hatchshow_temp' style='display:block'>");
var pw = t.parent().width();
while( t.width() < pw ){t.css('font-size', (t.fontSize()+1)+"px"),
function(){while( t.width() > pw ){t.css('font-size', (t.fontSize()-.1)+"px")}};
};
}).css('visibility','visible');
};
jQuery.fn.fontSize = function(){return parseInt($(this).css('font-size').replace('px',''));};
})( jQuery );
Cheers!
Peter
Hi!
Open up wp-content/themes/enfold/includes/helper-post-format.php and replace
$current_post['title'] = "<a href='$link' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' $markup>".get_the_title()."</a>";
with
$current_post['title'] = "<a href='$link' target='_blank' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' $markup>".get_the_title()."</a>";
Cheers!
Peter
Hey!
Can you please post a link to your enfold website? This website: http://www.floatingflooradelaide.com.au/ does not use Enfold.
Regards,
Peter
Hey!
I suggest to try the portfolio ajax previews (you can select this option when you add a “portfolio grid” element to a page). The portfolio preview can show any type of content (slideshow, toggle, columns, etc.). Just select “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A on the portfolio entry editor page and insert your shortcode(s) into the text editor field.The preview content will load when the user clicks on a portfolio entry: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Cheers!
Peter
BTW, can you implement search in forum within a specific WP theme thread, Enflod for instance? Browsing through search results where it’s not obvious if it’s Enfold or not is not convenient. I have even tried to google “xxx site:https://kriesi.at/support/forum/enfold/” but it didn’t work, because topics are not within the enfold folder.
Hi Erdogan!
Dieses Seite ist nicht für Entwickler bestimmt, sondern für Personen wie dich. Einfach der Anleitung folgen (Einstellungen, etc. so wählen wie beschrieben) und dann den Code in das Quick CSS Feld (Enfold > Theme Options > Styling) einfügen oder in die Child Theme style.css einfügen. Genauer/besser kann ich die Anleitung auch nicht verfassen…
Cheers!
Peter
I recently purchased both the Enfold and Choices theme in hopes that I could mix and match elements and short codes that fit for my application.
Is there any way to adapt the layout of the Choices header into the Enfold? I would like the logo, menu placement and social media icon placement of the Choices header with the placement of the phone numbers as seen on my current site . I also want to then have the search bar from Enfold under the phone numbers.
Any help is greatly appreciated.
This reply has been marked as private.
Hey!
DId you try increasing the PHP memory limit?
Best regards,
Josue
Hey!
Please insert a blank Text widget on Appearance > Widgets > Footer – column widget areas. You can also disable the footer columns on Enfold > Footer > Footer columns.
Best regards,
Ismael
Hi!
I don’t see any white border below the slider. Can you please post a screenshot pointing to the issue? You can use imgur or dropbox to post a screenshot.
Regards,
Ismael
Hey!
Can you please separate the username and password? It is jumbled, not sure what login details to use. Did you set the home page using the Enfold > Theme Options > Frontpage settings?
Regards,
Ismael
Finally our site is ready. Enfold is such a great because it’s so easy to try new things!
http://blackouthair.fi/
This reply has been marked as private.
Hi Devin
Thank you for your response but I am not able to do it because I do not find it.
I went to “Appearance” and “Editor” but I could not find the right page.
Do I need to change it in a css or php pages or is it somewhere else in an other page?
I am using the Enfold theme.
Thank you.
Regards
Michael
This reply has been marked as private.
This reply has been marked as private.
Hey there,
is there a possibility to integrate a mailing list provider like Aweber in a contact form in Enfold?
Many marketers use themes or plugins like OptimizePress and I do too with other sites I have, but I think among the ones here using this incredible theme (Enfold) it would take everything to the next level if it were possible to send those who filled in a specific form into a mailing list and usually OP or similar have a few fields in the contact form’s backend where you insert the form code from Aweber, Mailchimop or whatever and it links the contact form or optin to your list!
Is it possible? If not, would you consider it in a future update of Enfold? I promise if you do that, your theme will just explode with sales in the market!
Antonio
This reply has been marked as private.
This reply has been marked as private.
Hello
Here is my version of Enfold: http://www.domodeco.fr/
It is not yet fully completed but it’s on the way.
This was a very hard migration from about 1100 Joomla 1.5 posts
I have some problems with the navigation (Enfold do not highlight the active link in the mainmenu/submenu if i use Pages as Blog, see:
https://kriesi.at/support/topic/building-a-non-conventional-website-with-enfold/
The site is a litle bit slow but i plan to migrate it to a PHP 5.3+/Apache 2 soon. I could, at this point, install some cache systems.
Hey guys,
I searched through the support forum and couldn’t quite find what I needed. I’m using Enfold’s “Black” theme option.
In my navigation, I need the inactive sub/child pages’ text to be white (currently gray) and the active sub/child pages to be black (currently white).
What would I put into the Quick CSS to make this happen?
Thanks for the help.
Hi elisabertoldi!
Website you linked is default Twentyfourteen theme and not Enfold. Please see my post here https://kriesi.at/support/topic/problem-with-layerslider/#post-220974
Best regards,
Yigit
Also make sure to update your theme files to the most recent version so that you have all of our current bug fixes and newest features. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Hey pako69!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 193px!important; }
#header_main .container, .main_menu ul:first-child > li a { height: 105px; line-height: 105px; }
It will increase the header height and display your logo fullsize. If you would like to keep the header height the same, please edit your logo image and make it smaller, 160x88px
Cheers!
Yigit
Hi tyrenzo!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust it
.page-id-1195 .main_color { background-color: red; }
.page-id-1167 .main_color { background-color: orange; }
You should change page ID’s to match your page ID’s. You can right click on Chrome or Firefox and click Inspect elements to find out the page ID
Best regards,
Yigit
Hi Willem-Paul!
The portfolio grid in Enfold does not yet support videos for the thumbnails.
Regards,
Devin