Hey,
ich habe eine Vereinsseite für ein Catering erstellt. Hier muss man wöchentlich den neuen Speiseplan als jpg zum ansehen bereitstellen. Da das mein Vater erledigen muss, sollte es so einfach wie möglich sein.
Ich habe eine Textbox erstellt und einfach diesen Code verwendet:
[av_image src='/speiseplan/kinder/plan.jpg' attachment='' attachment_size='large' align='center' animation='bottom-to-top' link='/speiseplan/kinder/plan.jpg' target='' styling='' caption='' font_size='' appearance=''][/av_image]
Meinem Vater hab ich jetzt erklärt, wie man den aktuellen Speiseplan via FTP hochläd und die Datei auf dem Server überschreibt.
Leider wird der neu hochgeladene Plan aber nicht erkannt und der alte wird weiterhin angezeigt. Liegt das daran, dass der Alte noch im Cache gespeichert ist? Gibt es die Möglichkeit, dass der aktuelle Plan angezeigt wird ohne dass der Besucher jede Woche seinen Cache leeren muss?
Vielen Dank für die Hilfe!
-
This topic was modified 10 years, 2 months ago by
maxndi.
Hi,
thank you for trying. :)
I attach screenshots of the result of this fix.
Basically, the layout collapsed into a little chaos at various positions.
As you can see, at some points elements lost their fixed positions and started to float around out of rows and columns. At the blog page, the middle and right photos merged togeether.
As soon as I removed the fix, everything looked orderly again, apart from being not rtl as it should.
Please look at this again.
Could you note a bug for the metafizzy isotope script so that it goes rtl? The enfold theme is advertised as RTL, so the elements should respect the correct order.
Thank you :) Matthias
-
This reply was modified 10 years, 2 months ago by
mattbo.
Hey,
I created my blog with the template Enfold – Responsive Multi-Purpose Theme.
I have a problem, my goal is to get my articles posted in full on the page, without “Read More ” link, nor option to click on the picture to get access to a new page where the article will figure in full.
My Enfold Reading settings is set on “Full text”, I also selected “Full Content” in my page > Content Element > Blog posts>Blog Content length.
But I still only can see the picture, and in the best case a few words, then a link “Read More.
By trying to restart from zero, I actually noticed than the article will stop to appear in its full, once I select a featured image. Even if I delete the feature image, the text will remain hidden and the option “Read More” will stay…
What should I do ? Thanks in advance
Hello,
i just find an hexadecimal line added to the top of these 2 files :
– framework/php/function-set-avia-frontend.php
– framework/php/class-framework-widgets.php
as in your header file some functions are included from function-set-avia-frontend.php it can be the same origin
i also find a malicious file in the uploads/dynamic-avia folder (777 instead of 755)
see https://kriesi.at/support/topic/dynamic-avia-folder-has-permissions-set-to-777/#post-325278
and an administrator profile (user “backup”) have been created directly in data base…
Some hackers seems to well know Enfold theme…
STATUS = FIXED – I FOUND A SOLUTION HERE: http://stackoverflow.com/questions/29146888/disable-scrolling-zoom-in-google-maps-iframe
Hi There
I have a Google My Map with a lot of pointers on, and as always the scroll is an issue. You have fixed it with the enfold google maps, so you must have the solution for me.
Can you provide me with the proper CSS class I can use to make my embedded google my maps stop scrolling/zooming?
I figured out the issue, There’s a bug in your color section. Whenever you use ANY color section, responsive view (smaller view) does NOT automatically stack side by side items top to bottom.
I really hope you guys can fix this because this prevents using any color section anywhere if you want any mobile users through responsive!!!
Hi!
It looks fine on my end. I recommend leaving it like it is because when you click on the links the section will be at the very top of the page.
Regards,
Elliott
Hey!
Create a custom link and set the URL to “#”. If you do not see the custom link option then click on “Screen Options” in the top right hand corner of the screen and check it to display.
Best regards,
Elliott
Hey rasa!
You can set them to link to the same category, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/.
Best regards,
Elliott
Hi Eric!
Add this to your custom CSS.
.iconbox_content_container p {
margin-top: 0px !important;
}
Cheers!
Elliott
Hi laptophobo!
You should be able to select as many as you want. The categories might not all be displayed though. They will only be displayed if there are some posts on the page to sort through. You most likely need to increase the amount of posts per page.
Cheers!
Elliott
Hi laptophobo!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Use the magazine element in another page.
4. Make sure WordPress is updated.
Regards,
Elliott
Hi DjBeau!
You could try doing this, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/, but in your case it would probably be best to use a regular table since it doesn’t look like your using any table headings.
Cheers!
Elliott
When I add that code it adds them to the top not next too.. it also makes all instances with the icons do that… that wont work…
Please advise
Hi guys! I was wondering how you can alter this code so that it looks like the menu just fades in rather than fading in from the top.
.avia_transform3d #mobile-advanced {
opacity: 0;
top: -100%;
left: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
.avia_transform3d .show_mobile_menu #mobile-advanced {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
Hi Josue! Quick question, how do you get this animation to slide out from the right instead of from the top?
Hi,
I find the solution here:
Thanks.
Giuseppe
Hi Andy.
I think there might be some misunderstanding on your or my part (can’t really say which), but what you describe is exactly the problem: I need horizontal scrollbars – or another means of scrolling horizontally – otherwise I cannot see all the content, but I am not getting them.
The code I mentioned above adds scrollbars in a browser window on a desktop computer if that windows is made so narrow, that horizontal scrolling becomes necessary. Alas, on my iPad in portrait mode or on my iPhone those scrollbars are not displayed.
So the question is: Do you know a way to make the content of an iframe visible that is wider than the webpage in which the iframe is embedded?
Best regards,
Helge
Hi, i have tried the thread https://kriesi.at/support/topic/logo-for-transparency-is-too-small
The logo is still small. I also tried the css. not sure what to do.
Hey!
I will do close the topic here now.
Thanks a lot
Cheers!
Basilis
Hi Wils1234!
Please try the following code and let us know if it works as should
#payment #place_order {
float: right !important;
margin-top: 40px;
}
#payment .terms {
margin-top: -20px;
font-weight: bold;
text-align: left !important;
}
#payment .terms label{
font-size: 14px !important;
}
Best regards,
Basilis
Hello,
I have this theme installed on a couple sites, and on one of them, I am getting chinese characters for the icon when I use google chrome on my computer only.
I have read through the following threads and attempted the solutions:
http://kriesi.at/documentation/enfold/enable-cors/
The website is hosted under a godaddy linux server. This works fine in both IE and chrome on other computers, and IE on my computer. The random thing is that I have several sites using this theme, and only this site gives me a problem on chrome. This site does use cloudflare and the others don’t.
Any thoughts appreciated.
Thanks in advance!
W
When I add a full-width submenu, my whole page (background color) turns the same color as the main menu.
Also why is there a white space between the submenu and the top of the page. I want the submenu to be right under the menu
Thanks!
Ahoy
I want to center allign the content in my footer so I followed this post https://kriesi.at/support/topic/center-align-footer-widgets/
it worked but for some reason the icon didnt center… can you help with that?
Hey Yigit,
thanks for your quick reply!
I’ve had no contact with the plugin authors yet, but I’ve found a thread concerning a similar issue:
https://www.dfactory.eu/support/topic/duplicated-lightbox/
Is the position for disabling the theme lightbox I mentioned above the right one?
Which is the gallery selector of the theme?
Greetings,
Hella
Hey,
I use a background video in Enfold which works fine on desktop view, but on mobile, instead of showing me the replacement background image, that I uploaded, it shows a still image from the video and a bit play button over it. Since the video is behind the headline and the text, I cannot click it, it just looks nasty.
What do I have to do to get rid of the video in mobile view and show the background image instead?
Hi!
It is the output that gets buged with the ‘.
I will add the topic to our git, so it can be doubled checked!
Thanks a lot for your patience
Best regards,
Basilis
Thanks, Yigit!
What email address should I set up the temporary admin for?
Christopher Yoder