Forum Replies Created
-
AuthorPosts
-
Hi!
I checked you website on my mobile device and it looks exactly as in the mockup you have send. Could you fix it already?
Cheers!
AndyHey!
try this code:
@media only screen and (max-width: 767px) { .footer-email, .footer-info { margin-left: -196px; margin-top: 171px; }}
Regards,
AndyHey!
then just try
width: 50%;
inside your code.
Regards,
AndyHi!
try this code instead:
.avia-menu.av-main-nav-wrap { left: -50%; }
and adjust if needed.
Best regards,
AndyHey!
try out this solution: https://kriesi.at/support/topic/adding-links-to-a-gallery/#post-225935
Regards,
AndyHey!
you need to work with media queries to achieve different results on different screen sizes (devices).
Best regards,
AndyHey!
1. Your footer looks like this for me:
Isn’t that the result you wanted to achieve? if not can you show us a mockup with the result you want to achieve please? then we can provide you some precise css code.
Don’t forget to clear browser cache and hard refresh a few times afterwards.2. Refer to this tutorial: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
For centering the text use this code:#socket .copyright { float: none; }
Best regards,
AndyHey!
the link you have posted here does not work for me and I don’t know what you mean with “I want the images have little to the side”. Can you show us an example of what you want to achieve please?
Best regards,
AndyHey!
versuche es mit dieser Lösung: https://kriesi.at/support/topic/social-icons-fontello-not-working-in-firefox-enfold-2-5-4/#post-233290
Gruß,
AndyHi!
welche Punkte? ich dachte die wolltest du weghaben?
Gruß
AndyHi Caiser_Souze!
refer to this post and adjust as needed: https://kriesi.at/support/topic/mobile-navigation-visible-when-scrolling-to-the-right-also-on-krisie-at-demo/#post-408748
For the icon replacement use this code:
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: url(https://your-picture.png); }
and adjust as needed.
Cheers!
AndyHi!
which ftp client are you using? I recommend filezilla. Maybe you can ask your host about why your folders are not visible.
Regards,
AndyNovember 5, 2015 at 7:51 pm in reply to: Display Woocommerce price and sale price dynamically #531158Hi!
there is currently no such function in ALB for that. You can make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/ and if lots of people need this function as well, we might see it soon on an update. If you really need this function right now, then I would hire a freelance developer or maybe the guys from WooCommerce support have an idea for you.
Regards,
AndyHi!
custom.css and Quick CSS field are update safe.
Use this code to control it on mobile devices:
@media only screen and (max-width: 767px) { .avia-slideshow li img { height: 500px; width: 630px !important; max-width: 630px; }}
Cheers!
AndyHey!
you can add a video element to your site which you can hide for desktop and show it only on mobile devices. To do so activate debug mode and give the video element in question a unique css class. Then use something like this in Quick CSS field:
@media only screen and (min-width: 1200px) { .my-video-element { display: none; }}
Best regards,
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Glad you figured it out!
Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.Best regards,
AndyHi!
sorry, but no idea what you want to do.
I can’t see any logo element above the red box in your picture. I just see the image of the guy hanging on the basket above the red box.Please send us a mockup of the results you want to achieve, to make things clear for us.
Cheers!
AndyHey!
not sure about which button you are talking about, but there is no function for this in the theme settings and I don’t think it would be easy to implement. If you really need to it, you would need to contact a freelancer.
Regards,
AndyHi!
try to add an !important:
#top .thumbnail_container img { width: auto !important; }
Clear browser cache and hard refresh a few times before checking again.
Regards,
AndyHey!
ich hab in den entsprechenden Menüpunken statt “…” ein “-” eingefügt, sodass dadurch kein Titel entsteht. Mit diesem Code kannst du das Submenü wieder ein wenig nach unten verschieben:
#menu-item-1118, #menu-item-1119 { top: 25px !important; position: relative; }
Gruß,
AndyHey!
always use newest browser version please. Does this happen with IE11 as well for you?
Regards,
AndyHi!
I tried to open the link from your first post, but it does not work for me. I get a “502 Bad Gateway. The server returned an invalid or incomplete response.” error message. Can you check please an let us know when we are able to inspect the elements in question please?
Regards,
AndyHey!
login does not work for me. Can you check please?
Regards,
AndyHi!
a SEO plugin like Yoast should be able to handle this. Ask Yoast support about it, as they are specialists when it comes to SEO.
Best regards,
AndyHi!
I can’t access your ftp account. Make sure login credentials are correct.
Try to delete all theme files via FTP by yourself and afterwards install the fresh copy from your themeforest account.
Regards,
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Hi!
Logindaten funktionieren für mich nicht. Bitte einmal checken.
Cheers!
AndyHi!
ok sorry, I looked at your website without logging in and did not see that it was just a maintenance site.
Add this code to your Quick CSS for the image overlay animation:
.avia-image-container-inner:hover .avia_image:before { animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; -webkit-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; -moz-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; -o-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; }
Hope this helps finally!
Regards,
AndyNovember 5, 2015 at 4:45 pm in reply to: Sidebar navigation is echoing invalid HTML whenever a title is set via hooks. #530932Hi!
not sure what you are trying to achieve. Could you highlight your intentions using screenshots please? you can use imgur.com or dropbox.
Do you get the same error when activating a WordPress default theme?Regards,
AndyHey!
try this code in Quick CSS:
.av-masonry-image-container { background: no-repeat; }
However WordPress does not know if it is a portrait or landscape picture, so I am not sure if it will be possible to not get cropped results for your masonry. You could also open your functions.php and adjust this line:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
Cheers!
Andy -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts