Hi John,
1. Uncomment / restore the line you deleted, and change the content of the variable $title in line 9:
$title = __('Blog - Latest News', 'avia_framework');
You can change “Blog – Latest News” for whatever you want to.
2. Yes, this will be wiped when you update Enfold, try using a child theme to preserve changes.
Regards,
Josue
Hi,
In your WordPress directory please go to Enfold > Js and open Shortcodes.js and search for “Iconlist shortcode javascript” ( should be in line 605 ) and comment out or delete all the code untill “Section Link Main Menu controler for one page sites”.
Then add following code to Quick CSS in Enfold theme options under Styling
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1!important; -webkit-transform: scale(1)!important; transform: scale(1)!important;
-ms-transform: scale(1)!important; }
I’m not sure if this is the best way to do it but does the trick.
Regards,
Yigit
BUT… your enfold demo does work correctly (I think it squashes the logo a bit, but it resizes)…. I haven’t really done any changes on the theme except for creating a child theme with nothing in it at this moment…..
Hi Andreas,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .thumbnail_container img { margin: 0 auto!important; width: 170px; height: 257px; }
Regards,
Yigit
Hi,
Not through wp-include but you should go to wp-content > themes > Enfold > Includes > Admin and register-admin-options.php file is there
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold and open Search.php file and search for “bellow” and change it.
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}
and change it to
if(st < el_height)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height;
header.addClass('header-scrolled');
}
Regards,
Yigit
Hey guys,
Love Enfold and the smooth layout. I had a couple of questions. First, does the theme react well with advertisement plugins and would you recommend a specific one? Secondly, the same question for geomapping plugins? I’m doing a travel site and want the ability to offer advertisement space as well as map locations I have been. Thanks!
Matt
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
body#top.page-id-2627.content { padding-top: 30px; }
.page-id-2627 div.avia_textblock {margin-left: -30px;}
Regards,
Yigit
Try adding the following to your Quick CSS (located in the styling tab of the theme options) or the child style.css:
.container_wrap.fullsize {
overflow-x: hidden;
}
Regrds,
Devin
Hi!
I searched the forum but there is no help topic to my specific problem.
I customized the theme enfold normaly but, the contact form does not work! We have tested other forms like as contactForm7 and others and they all worked. I would urgent help if possible because my website already on air. I have good knowledge of programming and i could change the contactform but would like the contactform from the theme. Where can I send the login for you to take a look? Tks!
The website is http://reallife247.org and the pages with the issue are the message archives page and the search results page: http://reallife247.org/?s=Test
Thanks for offering to take a look!
Just installed the Enfold theme successfully.
When I’m trying to Import the Dummy Content I’m getting the message:
Importing didnt work!
You might want to try reloading the page and then try again
(The script returned the following message:
)
No plugins activated.
What is wrong?
Hi,
Please add following code to Quick CSS in Enfold theme options
.grid-image img { height: 154px!important; }
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold folder and open Header.php and find following code in line 171
do_action('ava_after_main_menu');
?>
and right under it paste your code like
<?php echo "<iframe class='facebk' src='....'></iframe>"; ?>
do not forget to change all ” to ‘ inside your iframe code. You can use iframe.facebk class to style your button
Regards,
Yigit
Hello,
http://dev.escalamas.com/tienda
I do not this taking the styles that I have defined in WooCommerce, this taking me to enfold themselves. How to make the catch?
Also would want to have all products in view only “catalog”, ie could not buy. As do so only out for each product the button “show details”?
Thank you!
Xavier.
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.pricing-table>li { border-top-style: none; border-bottom-style: solid!important;
border-bottom-width: 1px; }
Regards,
Yigit
Thanks for your fast replay!
Maybe I am missing something, because the first code you proposed (to show related posts of the same category under ‘You might also like’) doesn’t work for me. When applied exactly as you proposed (by changing php code) it does display nothing at all: no related posts at all, and also the sentence ‘You might also like’ is not visible anymore.
I am working with a child-theme, so I copied the original file, changed the php code and placed it under enfold-child -> includes -> related-posts.php
The second code works great: I now can navigate to the prev. and next post of the same category.
Can you tell me or I have done something wrong, or maybe I can change the code a bit so that it is working?
Thanks in advance!
Regards, Fleur
After having to restore a backup for my Enfold themed site, the Accordion (which I use for the FAQ) is no longer working. Instead it just shows all of the fields opened.
Any assistance would be helpful, thanks!
In enfold/js/avia.js replace
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
with
if($.fn.avia_activate_lightbox){
if( !$('body').hasClass('page-id-1437') ) $(container).avia_activate_lightbox();
}
and instead of 1437 insert the id of the page where you want to deactivate the lightbox effect.
Hi Devin,
I will do it during the day and let you know once I deactivated all the plugins.
Thanks,
Hi,
Configure the options on Enfold > General Settings > Blog Style. Make sure that you select the same style when using Blog Posts element on the Advance Layout Editor.
Regards,
Ismael
Maybe you need to add another subset to the font ( see https://kriesi.at/support/topic/google-fotns-with-extended-latin-subset and https://developers.google.com/fonts/docs/getting_started#Subsets ).
You just need to add the code I posted in the thread to functions.php and replace “Open Sans” with your font name. I’m pretty sure that &subset=latin,latin-ext is what you need for ‘ê’ but if it doesn’t work try another subset.
Hi,
This is really weird as rest of users had no problem downloading version 2.1 from ThemeForest and installing it. I will tag Kriesi
Regards,
Yigit
That is exactly what I did, and it downloaded the 1.8, tried it twice, build websites all the time I know how to download and updates themes. I was logged in otherwise it would not download. Feel confused.
Hi,
no afaik this is not possible because Kriesi uses overflow:hidden to avoid any flickering or styling issues and thus all elements which are positioned outside the slider will also be hidden. I’d suggest to use the fullwidth layerslider ( http://kriesi.at/themes/enfold/ ) or the fullwidth easy slider if you want to place the controls on the left/right side of the screen.