Forum Replies Created
-
AuthorPosts
-
Hey!
wp-content/plugins is the wrong place to delete theme files. Instead files in wp-content/themes/enfold should be deleted completely before getting a fresh copy from your themeforest account.
Feel free to hire a freelancer here: http://kriesi.at/contact/customization
Cheers!
AndyHey!
ich kann keine screenshots sehen. Bitte füge einfach einen entsprechenden link hier mit ein …
Zusätzlich bräuchten wir noch Admin Zugang. Poste login Daten hier als private content.
Gruß!
AndyHey!
1. Try this code in Quick CSS field:
#top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span { display: none; }
2. use this code:
#top #menu-item-search.menu-item-search-dropdown>a { background-color: red; }
3. Use widgets to add you social icons into footer.
4. Sidebar is the same for me on all of your sites. Could you fix it?
5. Check your widget (title) or use this code:label.screen-reader-text { display: none; }
Would be best for us if you use different ticket for different questions.
Regards,
AndyHi!
Wordpress is cropping by default and you can control image sizes easily with a plugin like this: https://wordpress.org/plugins/simple-image-sizes/
I hope this helps!
Cheers!
AndyHey!
your icon is working as expected for me (Chrome and Firefox, Mac OSX 10.9.5).
Regards,
AndyHi!
you are using an old version of the theme. Please upgrade to Enfold v3.3.2.
Best regards,
AndySeptember 9, 2015 at 10:42 am in reply to: Masonry Shop Element not displayed correctly on Mobile Devices #500287Hi!
captions are gone for me on mobile. Could you fix it? Also cart icon is gone for me on mobile. Could you remove it already?
Cheers!
AndyHi!
right now the account is a normal user account and we need admin access instead. Let us know when we can access your backend as admin.
However, I can’t see on your website what you are showing on your screenshots. This “bubble” picture is not there for me and we need to inspect this element to be able to provide you some CSS code.Cheers!
Andy-
This reply was modified 9 years, 10 months ago by
Andy.
Hi!
for this kind of customization we recommend to hire a freelancer, as it would be considered as custom work. You can find one for example here: http://kriesi.at/contact/customization
Regards,
AndyHey!
for this job you would need to hire a freelancer. However, I think WordPress is allowing HTML in excerpt, so good luck with the plugin!
Best regards,
AndySeptember 9, 2015 at 10:18 am in reply to: How to insert different background images to mega menu? #500276Hi!
your first link does not work for me. However, just adjust background-size from Ismaels Code:
.avia_mega_div > .sub-menu { background-size: 1050px 473px !important; }
Cheers!
Andy-
This reply was modified 9 years, 10 months ago by
Andy.
Hi!
I can see that you implemented the post slider element (Einträge-Slider) successfully into your frontpage.
Let us know in a new ticket if you have some more questions or issues related to the theme.Cheers!
AndyHi!
I can’t see the the account icon on your website. Where is it? we need to inspect the element to be able to provide you some precise CSS code.
Cheers!
AndyHi!
you can put in the code in the end of your functions.php.
Can you provide us admin access, we can take a deeper look? post admin access here as private reply.Cheers!
AndyHey!
quite difficult to follow this thread for me and I can’t see any issue on the link you have provided. I even can’t see any anchor links under “ACCOUNTING”. Can you highlight what you mean using screenshots please? you can use imgur or dropbox.
Regards,
AndyHey!
für dein Menü gehe zu Enfold->Header->Header Layout->Header Style und wähle “Default” aus.
Ich weiß nicht mit was für Probleme du gerade zu kämpfen hast. Was meinst du?
Support gibt es ausschließlich über dieses Support-Forum. Du kannst imgur.com oder dropbox nutzen, um Screenshot zu zeigen.
Gruß,
AndyHi!
try something like this:
.header-scrolled .logo a { max-height: 50px !important; max-width: 80px !important; } .header-scrolled .logo img { max-height: 50px !important; max-width: 80px !important; }
Cheers!
AndyHey!
I checked your backend and it does not happen for me. I created a new page called “Kriesi Test”, implemented a full screen slider via ALB, clicked update and when coming back to edit this page everything look fine to me.
Best regards,
AndyHey!
die grüne Linie kannst du hiermit wegkriegen:
.container_wrap { border: none; }
Beim mouse hover (Menü) erkenne ich keinen Unterschied zw. den beiden Seiten. Was genau meinst du?
Das Hintergrundbild kannst du hiermit kontrollieren:
damit es sich nicht wiederholt (was ich zwar nicht sehen kann):.av-section-color-overlay { background-repeat: no-repeat !important; }
und die Position kannst du hiermit kontrollieren:
.av-section-color-overlay { background-position: -24px -200px; }
Du müsstest dann für verschiedene Bildschirmgrößen auf media queries setzen. Also z.B. so etwas wie:
@media only screen and (max-width: 736px) { .av-section-color-overlay { background-position: -24px -200px; }}
Gruß!
Andy-
This reply was modified 9 years, 10 months ago by
Andy.
Hi!
since when does this happen? it does not happen on my own installation, so something must cause it in your case. We can just try to guess what it could be.
What happens when you create a new page with the ALB? does this work for you without problems? so there is only an issue when using your existing shortcodes? if yes make sure your shortcodes don’t have any typo and all tags are closing correctly etc.Regards,
AndyHey!
header von
http://www.inzell-mtb-challenge.com/challenge/
und
http://schwarzwald-bike-marathon.de/
sehen für mich gleich aus (ohne border). Hat Elliotts Code doch funktioniert?Von welchem Hintergrundbild redest du? kannst du screenshots nutzen um deutlich zu machen was du meinst? du kannst imgur oder dropbox verwenden.
Gruß,
AndyHi!
mir ist kein anderes Plugin außer WPML bekannt (das auch zu 100% mit Enfold kompatibel ist).
doch du hast einen Widget Bereich im Footer (ist WordPress standard). Gehe zu Design->Widgets und schiebe die entsprechenden Widgets in den Footer Bereich.
Gruß!
AndyHey!
super! lass uns in einem neuen Ticket wissen, wenn du wieder eine Frage oder Problem mit dem Theme hast. Wir unterstützen dich gerne.
Liebe Grüße,
AndyHi!
eventuell musst du deinen PHP memory limit erhöhen. Du kannst dazu deinen Host fragen, der das für gewöhnliche für dich machen kann.
Gruß,
AndyHi!
add “display: block” into my code:
@media only screen and (min-width: 751px) and (max-width: 1087px) { ul.noLightbox.social_bookmarks.icon_count_4 { left: -60px; display: block; }}
Best regards,
AndyHi!
thanks. I think Kriesi will implement a fix for it in a future update.
Cheers!
AndyHey!
use this code:
.logo, .logo * { max-height: 282px !important; height: 282px !important; width: 320px !important; }
Best regards,
AndyHi sedminek!
wirklich helfen können wir dir erst, wenn du uns einen Link zu der jeweiligen Seite schickst, wo wir uns die Elemente einmal anschauen können. Versuche Bilder zu verwenden die alle gleich groß sind.
Gruß,
AndyHey!
there is a typo, please change Ismael’s code to:
@media only screen and (max-width: 467px) { body { font-size: 13px !important; } }
OR
@media only screen and (max-width: 467px) { body { font-size: 13px !important; } }
and maybe you need this code for the text passage in question:
@media only screen and (max-width: 467px) { .avia_textblock { font-size: 13px !important; }}
Cheers!
AndyHey!
have a look here: http://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/
Best regards,
Andy -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts