Hi,
Iv just updated my WP to version 3.6.1
My enfold theme now is not showing the advanced page template editor.
Can you please advise me on how to fix this issue.
Im a WordPress novice so keep it simple :)
Thanks
Ben
Here is something else I noticed.
I narrowed down the problem to being related to using a child-theme for enfold.
My child theme is extremely basic. Just an empty functions.php file and my style.css file for the child theme. When I deactivate the child theme and use the base Enfold theme by itself the duplication does not occur – very very strange behavior.
Hello,
we’re working on our second website using Enfold template. On our new website we added the WPML plugin wich seems to cause issues with permalink (we didn’t have WPML installed on our last website and this issue didn’t happen.)
You can see the issue live at: http://www.gocaravan.ca/modeles/ when you click one of the portfolio entry.
If you could point me in the right direction to fix this issue it would be greatly appreciated
Thanks for the support.
Hi,
I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:
Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):
foreach($sorted_rows as $ul_k => $ul){
$output .= "<div class='pricing-table-wrap'>";
Replace it with:
$i = 0;
foreach($sorted_rows as $ul_k => $ul){
$i++;
$output .= "<div class='pricing-table-wrap' id='table_$i'>";
Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.
Regards,
Josue
Hello,
I tried to change the Enfold theme folder name following these instructions but the theme won’t show again:
http://roywebdesign.net/change-wordpress-theme-folder-name/
I hope you can help me with this, best regards.
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,