This reply has been marked as private.
Hey jbc1407!
It seems to be working fine. There is nothing wrong with it. If you would like to remove submenus on mobile, please add following code to Quick CSS in Enfold theme options under Styling tab
#mobile-advanced ul { display: none; }
Cheers!
Yigit
Hey sue007!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div.pp_pic_holder { width: 500px!important; }
div.pp_default div .pp_content, .pp_content_container { height: 300px!important; }
div.pp_default .pp_close { z-index: 9; }
Cheers!
Yigit
Well, that is a whole lot easier! Thanks – I may just revert back to the original loop-index.php file and pop this in the custom.css – much easier for updates! :)
The Enfold theme does not come with a “Join Mailing List” plugin or widget. Can you recommend one I can add to my home page?
Thanks in advance for your help!
Hey!
@webWahine: That is really helpful. You can also add this on your Quick CSS:
.text-sep.text-sep-cat, .blog-author.minor-meta, .comment-container.minor-meta, .text-sep.text-sep-comment {
display: none;
}
Cheers!
Ismael
Hi
I would like to use the same font like the one you can see in the Preview slide or the fonts in the sample slider of Enfold. Searched over 2 hours – with no results ;( – please help
Thank you
chartreader
Hi genkidesign!
There is no issue viewing on pc but i guess she meant on mobile. Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo {
height: 100px; }}
That should do it
Cheers!
Yigit
Hi!
Please refer to Ismael’s post here https://kriesi.at/support/topic/disable-lightbox-4/#post-198815
and disable Enfold lightbox and check if that helps. Please let us know if you hear from plugin authors
Regards,
Yigit
Hi,
I just purchased enfold theme.
I created a page and added it to my top menu.
When I click the menu item I get a 404 page.
http://www.xmpublishing.com/e-mail-marketing/
Actually just only 1 page is working on my website. What’s wrong here?
Other themes do work.
Thanks for a quick answer – this is my professional website!
Oliver
Hello
I have recently updated Enfold to the latest version, and am running it with the latest (wp 3.8). I have installed the Print Friendly and PDF plugin, which works just fine on a full width page but for my portfolio pages it is pushing my right sidebar below the icon. I saw the other post about fixing it for the top of the page but I think that this needs to be different? Here is a test page that shows what’s happening (right sidebar content is now below everything, even though the space for the sidebar is still there):
http://v2.equitablerealestate.ca/buildings/tester/
Thanks! Jodi
Sure! Go into your includes folder that is located in your Enfold folder (ie, unzipped Enfold.zip, which is inside the main themeforest zip file that you have downloaded). Open loop-index.php with a basic text editor, do a save as something else to be safe (and have a backup that you know works), then copy and paste what I have here:
Lines 125 – 134 (simply comments out each line) –
//if ( get_comments_number() != "0" || comments_open() ){
//echo "<span class='comment-container minor-meta'>";
//comments_popup_link( "0 ".__('Comments','avia_framework'),
// "1 ".__('Comment' ,'avia_framework'),
// "% ".__('Comments','avia_framework'),'comments-link',
// "".__('Comments Disabled','avia_framework'));
//echo "</span>";
//echo "<span class='text-sep text-sep-comment'>/</span>";
// }
Line 154 (add a space after in) –
echo '<span class="blog-categories minor-meta">'.__('in ','avia_framework')." ";
Line 156 (comment out the last text separator) –
// echo '</span><span class="text-sep text-sep-cat">/</span>';
Then save the file and FTP into the same folder, includes, on your server. If you do not know how or have FTP access then you can edit the loop-index.php file right in WP admin, but I prefer to have local back ups. Hope that helps you, DLuckyBreak! Jodi
Devin,
Thanks a ton for your fast response… I’m still not following though. Here’s what I put in my child theme’s functions.php from what I understood from your linked article and the article you linked to in that thread. But I’m still not getting the image size in the selectable list:
function avia_change_image_size_array() {
global $avia_config;
$avia_config['imgSize']['small_portrait'] = array('width'=>300, 'height'=>400);
$avia_config['imgSize']['small_landscape'] = array('width'=>400, 'height'=>300);
}
add_action( 'init', 'avia_change_image_size_array');
Would you mind modifying my snippet so that it’s included in the insert image drop-down of sizes?
Thanks man!
Kyler
Hey winojunko!
Please try re-updating the theme via FTP and it should solve the issue
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
Cheers!
Yigit
Hi there, I would like to hide the date and the comments in posts, but have to say I don’t understand how to go about applying what you’ve posted above. Are you able to advice me on how to accomplish this task. Would really appreciate it :-)
Talk to you soon.
I updated my Enfold theme by ftp from 1.7. to 2.5 and got the following message: Fatal error: Call to undefined function avia_markup_helper() in /data/24/2/33/59/2685222/user/2948887/htdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock.php on line 77
I tried updating WordPress to 3.8 to see if that would solved the issue, but no luck. Any ideas?
This reply has been marked as private.
I updated my Enfold theme from 1.7. to 2.5 and got the following message: Fatal error: Call to undefined function avia_markup_helper() in /data/24/2/33/59/2685222/user/2948887/htdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock.php on line 77
I tried updating WordPress to 3.8 to see if that would solved the issue, but no luck. Any ideas?
Hello, all
I have just updated to the latest version of Enfold (2.5), and had to make a few tweaks to the includes/loop-index.php file, which is slightly different from what I had before (v 2.2), and also a bit different from the post here in November. I wanted to share in case others need some clarification on how to change the latest file. I am hiding both comments and the author:
– comment out lines 125-134 to hide comments
– line 154 added a space after ‘in’ to look like this – (‘in ‘,’avia_framework’)
– line 156 to hide text separator after categories
– comment out lines 160-166 to hide author
Hope that helps! Jodi :)
After upgrading to wordpress 3.8 and latest Enfold theme 2.5 when using Chrome Version 31.0.1650.63 when clicked on search box it does not pop up. However it does work in I.E.11
Our site is: http://www.revion.com/
Can you help us resolve this?
Thank you.
Hey!
Glad it is working for you too now! I am marking this thread as resolved. Let us know if you have any other questions or issues
Best regards,
Yigit
Hi – I liked Enfold so much after using it on a client’s project that I am using it to redesign our company’s website!
I’m trying to setup a blog using the Blog Single Author Small layout but there seems to be an issue with the layout of the featured image and the text.
You can see the layout problem using the category by CLICKING HERE
I have also tried using the page-builder and setting it up that way and it has the same result. You can see that page byCLICKING HERE
My goad is to have it look like your demo, with the image on the left and the line connecting each post.
Thanks!!
John
Hi lpfa!
Please try re-updating the theme via FTP
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
Please update WordPress to version 3.8 if you have not already
Cheers!
Yigit
Okay made some small changes in colors en portfolio view but on other Mac so need to do it tomorrow.
Quickly checked new theme and it Works okay.
Now i only need to find my changes again but like said made them on other Mac so tomorrow i’ll fix it.
Great Thanks again!!
Hey dsauce!
Please update Enfold to the latest version as well. You can login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download it and update it manually via FTP
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
Best regards,
Yigit
Hey!
I would recommend you to update all files if you have not made any changes on them. There are some bug fixes and improvements added to the latest version.
Regards,
Yigit
This reply has been marked as private.
Hi there,
I am using the Enfold Avia ‘Blog Post’ content element to display posts from categories. For single post pages, I would like to change the default title on single.php blog pages from ‘Blog – Latest News’ to the category in which the post belongs.
I have copied single.php to my child theme to edit, and understand I need to change the line:
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
to use something like this instead:
<?php the_category(' '); ?>
but I’m just not quite sure if that is correct/where to put it/how to get it to work and keep the existing formatting. Your guidance is appreciated!
– Jill