Forum Replies Created
-
AuthorPosts
-
March 5, 2015 at 5:38 pm in reply to: After update to 3.0.8 white space and scroll error top of page on mobile phone #406540
Hi!
instead of this:
@media only screen and (max-width: 989px) and (orientation: landscape) { #advanced_menu_toggle, #advanced_menu_hide { margin-right: -15px; }}
use this code:
@media only screen and (max-width: 989px) and (orientation: landscape) { #advanced_menu_toggle, #advanced_menu_hide { margin-right: 10px; }}
2.) I can’t really see any scroll issue. Can you show it using a screencast or explain exactly when it occurs? I also can’t see any errors in Chrome console. It seems fine for me.
However it sounds for me that Cloudflare and/or your caching plugin would cause this issue. Please switch them off, then clear your browser cache and refresh your site a few times. Make sure to have all plugins deactivated while doing this.Cheers!
AndyMarch 5, 2015 at 4:38 am in reply to: How to create vignette inside Masonry Blog and Parallax images in Color Sections #406216Hi!
I can’t see any images where you could add this effect in “What is the jet coaster?”.
The ones I see are way to small, aren’t they? Which images do you mean exactly? please use screenshots (imgur.com).I think you could add this line into the brackets of Ismaels code:
box-shadow: 0 0 150px 5px #000 inset;
but for the other effects I think you would need to hire a freelancer for this. It would require a heavy customization of the theme and is out of our support scope.
Cheers!
AndyMarch 5, 2015 at 4:19 am in reply to: After update to 3.0.8 white space and scroll error top of page on mobile phone #406207Hi!
your header behaves really weird. Maybe there is a conflict with a plugin. However remove my code from above and try this one:
@media only screen and (max-width: 989px) and (orientation: landscape) { #advanced_menu_toggle, #advanced_menu_hide { margin-top: -18px; right: 0; margin-right: -15px; }} @media only screen and (max-width: 989px) and (orientation: landscape) { #top #menu-item-search { margin-top: -168px; bottom: -93px; }}
If that does not help, can you please give us admin access so we can take a deeper look into the issue? post login details here as private reply.
Cheers!
AndyMarch 5, 2015 at 2:24 am in reply to: Probleme mit Enfold 3.08 / WooCommerce 2.3.5 / MarketPress German Market 2.4.10 #406179Hey!
also deine /bestellung_pruefen_bezahlen/ Seite ist nicht mit https versehen. Eine Fehlermeldung kann ich dazu nicht sehen, daher nehme ich an, dass sie einfach noch nicht von dir als SSL verschlüsselt wurde. Ist das richtig? Bitte schaue in deine Force SSL Settings bei WooCommerce nach.
Du könntest auch versuchen dieses Plugin hier zu verwenden:
https://wordpress.org/plugins/wordpress-https/Gruß,
AndyHi!
kannst du uns einige Zeilen aus deiner enfold-child/functions.php zeigen? poste so etwa Zeile 20-40.
Gruß,
AndyHi!
das ist zwar kein Theme bezogenes Problem, aber gehe zu Settings->Permalinks und unter “Optional” kannst du die “tag base” und “category base” einstellen.
Gruß,
AndyHey co4!
Elliott’s code should work. Did you clear browser cache after implementing the code? What’s happening after you implement it? Can you post a link to your website showing the hotspots?
Cheers!
AndyHi tstirl!
seems to me that something went wrong with the update. Could you please update again? but this time via FTP: https://vimeo.com/67209750
Let us know when you still need help.
Regards,
AndyMarch 4, 2015 at 6:59 pm in reply to: specify in the link if the page opens with or without header #405981Hi 18frames!
you would need to search a plugin for this. Maybe these can help you:
https://wordpress.org/plugins/custom-header-images/
https://wordpress.org/plugins/custom-header-extended/Cheers!
AndyHey set70!
Any CSS style should only go into Quick CSS or custom.css. Not needed to modify base.css. Does you custom.css have the right file permissions? please check and maybe put them to 777 temporarily just to check.
Can you post a link to your website?
Regards,
AndyHi!
versuche auch alle anderen Plugins zu deaktivieren. Eventuell verursacht eins einen Konflikt. Wäre super, wenn du uns auch mitteilst was die Antwort vom WooCommerce Support ist.
Gruß!
AndyHey Patrick!
which browser are you using? On my android browser it works fine. Can you please clear your browser cache and refresh your page a few times afterwards? Please also try to deactivate all plugins to make sure none is causing any conflict.
Are you using any caching plugin? if yes go into it’s settings and deactivate caching while testing.Best regards,
Andy- This reply was modified 9 years, 9 months ago by Andy.
Hey!
you can follow https://www.facebook.com/kriesi.at?fref=nf or https://twitter.com/kriesi to be immediately informed about any updates.
Cheers!
AndyHey!
can you post a link to your website so we can see what you mean? we would also need admin access. You can post login details here as private reply. You can also add screenshots using imgur.com
Regards,
Andy- This reply was modified 9 years, 9 months ago by Andy.
Hey!
ah now I get what you mean. Remove this code:
.clear-button a.avia-button { background: transparent !important; }
and replace it with this:
.clear-button a.avia-button { background: rgba(0,0,0,0.7); }
With the last number (0.7) you can control the opacity.
Hope this helps.Best regards,
AndyHey!
in deinem Backend kann ich sehen, dass du diverse Plugins nicht aktualisiert hast, u.a. ist da auch WooCommerce mit dabei. Bitte nutze immer die aktuellste Version. Gut wäre auch wenn du dich gleichzeitig an den Support von WooCommerce wendest, denn die kennen ihr Plugin am Besten und so kommt du noch schneller an eine Lösung.
Aber ich denke wenn du die Plugins updatest, müsste es wieder ordentlich funktionieren.Gruß!
AndyHey!
tut mir leid für die Umstände.
Lass uns wissen, wenn du noch Hilfe mit dem Theme benötigst.Gruß!
AndyMarch 4, 2015 at 5:29 pm in reply to: After update to 3.0.8 white space and scroll error top of page on mobile phone #405892Hey!
I checked on my android device with chrome and in portrait mode everything look fine. In landscape mode it looks like in your screenshot here: http://www.screencast.com/t/NjTXAHkjeFm, but you didn’t tell us what you want to change/achieve. I would need to guess now. Do you want to put the search icon on another place? maybe on the right side next to the menu? if yes use this:
@media only screen and (max-width: 989px) { #advanced_menu_toggle, #advanced_menu_hide { margin-top: -106px; right: 45px; } #top #menu-item-search { margin-top: -168px; bottom: -45px; }}
Please always tell/show us exactly what you want to achieve.
Regards,
Andy- This reply was modified 9 years, 9 months ago by Andy.
March 4, 2015 at 4:07 pm in reply to: Al clonar web problema con el menú superior (limita entradas y se desconfigura) #405828Hey!
quizas algo fue mal esta vez con la clonacion. Por favor hazlo otra vez y esta vez con este plugin: WP MigrateDB or WP MigrateDB PRO
Saludos!
AndyHi!
danke für die Info @Manuel Dengler
@Austrianweb
Vielleicht kannst du ja wirklich bei deinem Host erfragen, ob die den Email Versand für dich freischalten können. Falls sich all deine 35 Seiten bei ein und dem selben Host befinden, hättest du ja damit alle Fliegen mit einer Klappe geschlagen.Lieben Gruß!
AndyHi qamarqrsh!
I am not really sure if this is planned for the future, but feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Regards,
AndyHi!
2.) I don’t have an iPad, but as far as I know there is no hover function for iPad, because you don’t have any mouse. So for iPad captions are visible by default. If you want to remove them you can use this code:
@media only screen and (max-device-width : 959px) { .av-inner-masonry-content { display: none !important; } }
3.) Use this code to control it:
.av-masonry-entry .av-masonry-entry-title { margin-top: -17px; } .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content { height: 14%; }
4.) Remove this code:
.avia_transform .avia_animated_image { left: 250px; } and try instead this one: .avia_transform .avia_animated_image { margin: auto; }
5.) You can try this code:
p { margin-left: 85px; margin-right: 85px; }
but it will affect all your texts and even other elements. You would need to put the text into an extra element (layout element for example), so we can call it with some specific CSS.
Best regards,
AndyHey!
also wir können hier wirklich nur basic support anbieten, wie bereits hier schon erklärt:
https://kriesi.at/support/register/
Daher können wir nicht immer so schnell wie gewünscht antworten oder irgendwelche Garantien aussprechen. Ich denke in eurem Fall wäre es wirklich am Besten einen WordPress Developer zu engagieren, der das zuverlässig und zeitnah für euch umsetzt.Wenn ihr euch dennoch dazu entscheidet es ohne einen professionellen Freelancer zu machen, dann werden wir natürlich unser Bestes geben, aber es gibt sehr viele andere die ebenfalls ihre Fragen so schnell es geht beantwortet haben möchten, wie du unter “Recently active” sehen kannst: https://kriesi.at/support/
Lieben Gruß,
AndyHey sensationallife14!
can you post a link to your website so we can see what you mean? Unfortunately I can’t see your screenshots. Please use imgur.com or a public dropbox folder.
Cheers!
AndyHey roamingk!
when I try to load the links you have written, I get redirected to this page: http://www.1and1.com/website-builder?
Can you please send the correct link? so we can see what you mean? You can also add screenshots to make things clear (imgur.com).
Regards,
AndyHi felipetto!
do you remember if you used CSS code to hide it? or did you edit your functions.php?
try this:.avia_cart_buttons { display: block; }
Best regards,
AndyHi mhafeezmm!
which image do you want to behave better? I can’t really see what you mean. The one with the lock? it seems fine to me on mobile. Please be specific and use screenshots (imgur.com).
Cheers!
AndyHey Frijsinger!
It`s weird I can’t see which theme you are using. Even in your backend (appearance->themes) it doesn’t say. Can you please deactivate your child theme and see if things get better? Are you using the newest theme version?
I am not sure yet, but to me it sounds like you would need to delete all theme files and get a fresh copy from your themeforest account.
Cheers!
AndyHey ShortieD!
you could try using a plugin like this one: https://wordpress.org/plugins/simple-image-sizes/
Hope this helps.Regards,
Andy -
AuthorPosts