I am trying to do the same as explained here, but with enfold!
https://kriesi.at/support/topic/removing-elements-from-specific-pages/
I have created the template php file, but I can’t seem to find the lines of code to delete. I have searched up and down this forum.
I am still new at this level of customisations so any help will be deeply appreciated. :)
what a great forum this is! I have managed to accomplish so much with reading others threads! – Thank you!
Hi Ismael,
As I tried to explain in my previous message, the logo issue occurs after loading the page and then you narrow the browser (from i.e. 1000px to 300px) by hand. If you load the page directly no matter the browser window width (i.e. 300px), the logo is shown ok. Maybe is a problem of the responsive framework itself.
About the image rendering, take a look to your capture: the logo is ok but the LayerSlider is so pixelated. What browser are you using? Could you definitely check this issue, please? No matter the good theme Enfold is if the images cannot show up at their best quality in most popular browsers.
And the last question -that no one has answer it yet, is how to change the way the images pile up in responsive from 1-2-1-2 to 1-1-1-1. Example:

As you can see in that capture, when the window is narrow the logos appear that way 2-1-2 instead all at the same size and 1-1-1-1-1 in one column. Do you know how to change it?
Regards.
Hi DavidMiles!
1) Make a copy of /wp-content/themes/enfold/includes/loop-index.php and add it to the child theme folder (/wp-content/themes/enfold-child/includes/loop-index.php). Then open up the file and replace
echo "<article class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
with
echo "<article class='".implode(" ", get_post_class('post-entry post post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
2) Open up your single-report.php and search for
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
Replace “Blog – Latest News” with your custom text (i.e. post type name).
Best regards,
Peter
Finally!! Problem solved! This piece of code fixed the issue! Thank you so much, I would have never found this solution without your help!
Thank you again and have a happy new year!
Oriol
Hi Devin,
awesome, that helped a lot !
I didn’t know the existence of that documentation. Will spend more time on it!
Kind regards ,
Happy new year !
Chrys
Hi!
Please try to insert this code
add_action('init','deactivate_avia_flush', 10);
function deactivate_avia_flush(){
remove_action('wp_loaded', 'avia_flush_rewrites');
}
into the theme functions.php file and check if it fixes the permalink issue.
Regards,
Peter
Happy New Year :-)
I will Upload my file on monday. I’m translating the backend.
Found some nice words for some Content elements :-)
I’ve been trying what you said with that results:
First of all I’d like to say that my Enfold theme was already updated to the last version (2.4.4) when I wrote the above post.
– Changing permalinks setup from “Day and name” to “default” it does work although it cannot be considered an option for me until the slugs provided by the “default” permalink setting are not useful for the end-user and my choice is “Day and name” which looks much better.
– As soon as I set back “Day and name” permalink option after trying the “default” one, the 404 errors come again.
The solution so far to keep the permalinks style I need it’s deactivating a number of plugins and reactivating all over again.
Any idea on how to fix this permanently and keeping the permalinks I want?
Thank you and have a happy new year!
Oriol
In the default Enfold mode, paragraphs are far too close to each other, making text difficult to read and follow….
On searching the forum I found the following code to insert into the Quick CSS:
p {
padding: 1.00em 0;
}
…which had the desired effect,
Please see http://www.vinesdrive.com/about/ where the paragraphs are spaced nicely.
However this has now effected every page, spacing large headings out so they look terrible.
Please see http://www.vinesdrive.com/ to see how all the large text has now also been spread out, making it look unprofessional.
Could you please advise how I could keep certain ‘proper’ paragraphs spaced as in the first link, but not have it affect everything?
Many thanks
Jason
Hi!
1) Please make sure you’re using the latest version of the theme (Enfold 2.4.4). The demo website uses an older Enfold version and maybe the latest theme version already fixes the issue.
2) If the latest theme update does not fix the issue try following css code
.avia-msie-8 #top img.alignleft, .avia-msie-8 #top img.alignright, .avia-msie-8 #top img.aligncenter, .avia-msie-8 #top img.alignnone{
max-width: 100%;
width: auto;
}
and insert it into the quick css field.
Regards,
Peter
Hi!
We removed the option from the theme options page and added it to the WordPress settings page (Settings > Permalinks). You can change the slug on the permalinks settings page and then hit the “Save” button to flush the rewrite rules.
Best regards,
Peter
Hey Guys from kriesi.at, which you all a happy new year!
Is it possible to display the feature image from a single post above the text on smartphone?
We use a multi author blog with the settings for an multi author single post (big image above and little author image on the left), but if we look the single post on smartphone, the feature image isn´t display. Is there a way to change this?
It works fine on tablet..
We work with the newest version of enfold..
Best regards!
Hey Justin!
Glad it works now. Maybe the browser cached the stylesheets.
Best regards,
Peter
/wp-content/themes/enfold/footer.php
Best regards,
Josue
And all the best to all of you @Enfold Support Team!
Thank you!
Hi,
Having a bit of a problem with Enfold styling not applying any of the changes.
Any ideas?
J
Update#1 – Stretch/boxed mode is applying
Update#2 – Took a long time for the effects to take place
-
This topic was modified 12 years, 2 months ago by
jslawler.
Hey laurendevine!
As you can on the demo here: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
The images use for the Fullscreen Slider is 1500x1500px in size.
Best regards,
Ismael
Here is a screenshot showing 2.4.2 side by side with 2.4.4 to show you what I mean. The ‘Portfolio’ option has disappeared:
http://imgur.com/KcpX6xH
I did update the theme via FTP.
I am wondering why I had the ability to use a custom URL instead of portfolio-item in 2.4.2, but no longer have the option in 2.4.4. Clearly, the option was there at some point, as I was able to make the change from Enfold Settings > General Settings previously. This is also mentioned in the following support thread:
https://kriesi.at/support/topic/rename-portfolio-item-to-products-in-the-url/
Are there any plans to add this functionality back into Enfold options? If not, is there another way I can change the /portfolio-item/ piece of the URL to something else?
Hey EvanMPW!
The Portfolio options is not available on Enfold Settings. You can create a specific portfolio page using the Portfolio Grid element on the Advance Layout Builder. I’m not sure why the portfolio slug revert back to default but try to update the theme via FTP in the future. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
Ismael
I am working on a website for a real estate team, and am using the portfolio feature in enfold to build a gallery of agents. I changed the permalink for portfolio items from portfolio-item to agent, and everything was working fine.
However, I recently upgraded the theme to version 2.4.4. The permalinks were all set back to use portfolio-item, and the ‘Portfolio’ option that I initially changed appears to be missing from Enfold General Settings.
Was this functionality removed in 2.4.4?
I have Enfold loaded and all the plugins activated, but I cannot get the bbPress forum to show in the menu to add it as a link. Any suggestions?
Hi,
Can you post the link to your website please?
Regards,
Josue
I was looking at the fullwidth layout and it was too narrow so I increased the content width to 800 or about 1000px.
The gallery seems to be left justified when the titles are centered.
The content of the post itself is left justified which is fine but I believe the gallery on a fullwidth page should be centered like the title. I have been trying to find how to change that but I can t figure it out so in case you have any clues :)
Happy new Year btw and thank you guys for all the great support you are giving us, its invaluable.
I think I understand. I guess I’ll have to stick with it as-is. Thank you for your time!
Daniel
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘]’ in /home/onepenny/www/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394
Our site is on a protected development environment, but you can see the issue in the theme demo:
http://kriesi.at/themes/enfold/2009/03/07/html-styles/
I just tried to update Enfold to 2.4.4 and after uploading the new files from theme forest, I get a blank screen and can’t get into admin. If I delete new files and reupload old ones the site goes back to normal.