Hi,
erstmal ein großes Lob an die fleißigen Entwickler. Weiter so, erstklassige Arbeit!
Wir nutzen eine angepasste Enfold Version für unseren Schnäppchen Blog mit automatischen Preis-Such-Algorithmus und Preisverläufen.
Sollte jemand Fragen haben, immer her damit :-)
http://www.nerdsheaven.de/ (German)
Gruß,
Kay
-
This reply was modified 11 years, 8 months ago by
sevsh.
This reply has been marked as private.
HELP PLEASE ASAP THIS IS A LIVE WEBSITE CUSTOMER NOT HAPPY…
I should not have to write code to make a image smaller
In the Enfold editor the image is set to have a width or 200 px
But when I view the site it takes up the full screen.
Here is a link to what it looks like in edit mode
http://ottenbros.sbstrategies.com/wp-content/uploads/sites/6/2014/05/screen.jpg
Here is how it looks live it worked before the last update but now it does not?
http://ottenbros.com/meet-the-designers/
Hi all,
I have almost finished my migration from Avisio to Enfold and looking forward to going live with the new site very soon. I have some tidying up questions that I hope you could help with:
Mobile view:
1 – Is there a way to remove the breadcrumbs for only when the site is viewed only on mobile phones? iPads appear to be ok but I am not sure if you can distinguish between screen sizes.
2 – When viewed on an iPhone or Android phone my mobile menu icon in landscape is positioned fine but when put into portrait mode the menu icon obscures my logo. Could this be positioned higher than it currently is when viewed in portrait mode?
General:
When viewing a page from the main menu a highlighter is present under the selected menu item, however when viewing a page from the sub menu the highlighter disappears. Is there a way to make this present for any menu item that has been selection?
My website can be viewed here: http://marcgodfreeweddings.co.uk.gridhosted.co.uk/
Thanks in advanced for any help!
Marc
Hey web4proPL!
You can remove post nav by adding following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none; }
and you can use following code when you are using boxed layout
.avia-post-prev { left: 4%; }
.avia-post-next { right: 4%; }
I could not reproduce scrolling issue on my end on Chrome version 34.0.1847.131 on Mac OS X 10.9.2. Which OS and Chrome version are you using?
It does look fine on my end on Firefox 29 – http://i.imgur.com/fhsWzsH.jpg
Can you post the link to your website so we can look into it?
Regards,
Yigit
This reply has been marked as private.
Hey Sconcepts!
Please go to Enfold/Css folder and open Base.css file and edit table, tbody, td and tr values
Best regards,
Yigit
Hey!
Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It would be the best if you login on ThemeForest with the account you have purchased Enfold and go to Downloads page to download the latest version and update the theme via FTP (You can find video tutorial in the link i posted)
Cheers!
Yigit
Hi,
With UberMenu the shrinking settings (both placement and colour change) seem to have been overridden or lost.
Here is the link to see what I mean:
http://testsite.cutecircuit.com
The text is hard to read because the colour change is lost.
And once you scroll the page a little, the text does not place properly on the menu bar.
Presently I have added the CSS found at this page (http://sevenspark.com/docs/ubermenu-enfold) to the Quick CSS field of the Enfold Admin interface.
Thanks!
Hi Vicken!
Please add a Color Section element to your page and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; }
Regards,
Yigit
Hi kriesi-team,
I’m almost finished with another Enfold-project and have the following issue:
My client claims, that images are not loading (immediately) when she scrolls down the site. The images should load in the moment, the content is visible in the browser.:
http://webigami.de/guth/kunst/figurative-malerei/
Please advise asap. I need to go online tomorrow.
Thanks and cheers,
Jan :)
Hi!
would you mind updating to the latest theme version and check if the problem is fixed? we made som echanges and it seems to work fine here for example: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
Best regards,
Kriesi
Hey Sue!
I am afraid there is no other solution than updating. wordpress 3.9 made some substantial changes to the their editor and we had to change a lot of files to make it work with enfold. Sorry for that…
Best regards,
Kriesi
Hi Brett!
Do you mind posting a temporary admin login here, privately, so we can look into it? Just realized that you are using an older version of the theme. Please firstly update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
-
This reply was modified 11 years, 8 months ago by
Yigit.
Hi shadyraymond!
1- Please go to Appearance > Editor and open functions-enfold.php file and find
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['prev'] = get_previous_post($settings['same_category']);
$entries['next'] = get_next_post($settings['same_category']);
and change it to
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['next'] = get_previous_post($settings['same_category']);
$entries['prev'] = get_next_post($settings['same_category']);
2- You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
3- As far as i know, no one else reported such issue. I asked @dude to share his opinion. Let us wait for his answer.
Best regards,
Yigit
I am in need of some help to build a wp site using enfold. Small project, which I could do myself, just dont have the time right now. and I need the site up asap.
please email me, if you have the time and interest.
thank you!
rm at happy mac dot com
Hi spirit1977!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 150px;
}
Cheers!
Yigit
Hi, I can’t resize images at all in posts in Enfold. The inline width and height paramaters are there, but they are not respected in the front end. What can I do?
Thanks,
Tom
Hi!
You are probably using an older version of the theme. Please update Enfold to the latest version 2.7.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi ste_thumbs!
Please give a unique ID to your color section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#your-custom-id { display: none !important; }}
Regards,
Yigit
Hi!
1- Please go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 200px
2- Please add following code to Quick CSS
div .logo { margin-top: 20px; }
3- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Cheers!
Yigit
Hi!
@tkcenter: No worries. Please open another thread about the search form issue. :)
@ContentedKerry: Did you update the theme to the latest version, Enfold 2.7.1? The text block should be fix on the latest patch of the theme.
Best regards,
Ismael
Thanks, but this is absolutely not the same as the normal ENFOLD “latest news widget” -> see the (missing) widget header for example.
Latest News-Widget:

Combo-Widget:

Hey Romina77!
Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png
Cheers!
Yigit
Hey OrangeMediaNL!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .sub_menu>ul>li>a { color: red; }
.header_color .sub_menu>ul>li>a:hover { color: blue; }
Best regards,
Yigit
Hab da auf einer neuen Domain mal das Advanced Styling im Enfold Child für die Überschriften H1-H6, die in Blau dargestellt werden sollen, benutzt.
Nun hab ich auf der Homepage (http://koffer-kunst.de) ganz oben zwei AVIA Spezielle Überschriften Komponenten eingefügt, die aber gerne den Text in Grau erscheinen lassen sollen. Doch das kommt im Frontend nicht an, egal welche Farbe ich diesem Block zuordne. Im Code kann ich allerdings die korrekte Farbangabe sehen. Wird da das Advanced Styling vielleicht nachgeladen?
Enfold 2.7.1
Gruß, Adrian
I might be blind, but I can’t seem to find that string in the Enfold theme using the codestyling-localization plugin.
Hi!
If other users report such issue, i will let Kriesi know about it. But i cannot reproduce the issue on my end. You can add the code to Custom.css file inside Enfold/Css folder if you would like to keep Quick CSS field clean. I am marking this thread as resolved, let us know if you have any other questions or issues
Best regards,
Yigit
Hello Ismael
It works!
But, as i do not like to modify the Enfold core files, I have had this to my function.php:
add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.’/shortcodes/’);
return $paths;
}
And in my Enfold chield directory I have created a directory named /shortcodes and put in this one the modified slideshow.php. :-)
Thanks a lot.