Forum Replies Created
-
AuthorPosts
-
Hi!
glad you will get help soon. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you. Of course you can forwards this link to the programer.
Regards,
AndyHi mixedmedia99!
not sure what you mean. Can you explain further? and show us a link where we can see the issue please?
Regards,
AndyHi gofthet!
try this code in Quick CSS field:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { .content .entry-content-wrapper { display: inline-block; }}
Best regards,
AndySeptember 11, 2015 at 4:52 pm in reply to: Full screen slider buttons not lining up on mobile devices #501782Hey dashofred!
use this to control it:
@media only screen and (max-width: 568px) { .avia-multi-slideshow-button.avia-slideshow-button-2 { margin-left: 0px; }}
Best regards,
AndyHi kalebw!
this plugin should do the job for you: https://wordpress.org/plugins/simple-image-sizes/
Don’t forget to clear browser cache and hard refresh a few times afterwards.
Refer to this answer as well if it does not work using the plugin: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176Best regards,
AndyHi!
I still can’t see any account icon. Where is it? at the right side of your header? but social icons are on the left side. So where exactly? A mockup would help a lot …
Best regards,
AndySeptember 11, 2015 at 3:51 pm in reply to: how can i change background to green and dont show "alt text" at images #501719Hi!
use this code:
.avia-image-container.av-styling-circle.avia-builder-el-18.avia-builder-el-no-sibling.blog_portrait-class.custom-image_blog_round.avia-align-center { top: 40px; left: 20px; }
Cheers!
AndyHey!
we are aware of the issue on firefox mobile and there is currently no solution for it, due to little demand of firefox mobile. However, you can make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Best regards,
AndyHi!
use this code:
.av-hover-grow:hover img { -webkit-transform: scale(1.6); transform: scale(1.6); }
and adjust 1.6 as needed.
Regards,
AndyHey!
that would require a heavy customization of the theme, which would be considered as custom work. You can hire a freelancer for this job here: http://kriesi.at/contact/customization
I would try the plugin Yigit has mentioned.
Cheers!
AndyHey!
freut mich, dass du jetzt glücklich bist. Lass uns in einem neuen Ticket wissen, wenn du wieder einmal Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne!
Dir wünsche ich auch ein schönes Wochenende.
Lieben Gruß,
AndySeptember 11, 2015 at 3:15 pm in reply to: Change color in Sidebar extend to bottom of sidebar in internet explorer #501683Hi!
there is no avia contact form, because the theme uses the standard WordPress contact form. If this does not work I would ask in general WordPress forum or use a plugin like https://wordpress.org/plugins/contact-form-7/
Best regards,
AndyHey!
refer to this answer: https://kriesi.at/support/topic/sticky-header-for-mobile/#post-276637
Regards,
AndyHi!
you can include padding with this code:
img.attachment-portfolio { padding-right: 54px; }
Cheers!
AndyHi!
use this code to reduce space on your last menu:
.html_header_top.html_bottom_nav_header .main_menu { width: 97%; }
Best regards,
AndyHey!
on the URL you have provided here, I can’t see any cart or menu hanging down over any slider. Can you show us what you mean please? a specific URL would help.
Cheers!
AndyHi!
try to deactivate all plugins to see if one is causing this issue.
Can you provide us admin access please? post login details here as private reply.Cheers!
AndySeptember 11, 2015 at 2:34 pm in reply to: Masonry Shop Element not displayed correctly on Mobile Devices #501650Hi!
glad you could fix it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.Cheers!
AndyHey!
not sure what you mean, because your first and third screenshot are exactly the same. Can you provide us a mockup showing what you want to achieve please?
Cheers!
AndyHey!
try this instead:
#top .av_header_glassy.av_header_transparency #header_main { background-color: rgba(255,255,255,0.3)!important; }
Best regards,
AndySeptember 11, 2015 at 2:12 pm in reply to: Full Width Sub Menu & Main Menu (mobile), change or add text #501638Hey!
not sure what you want to achieve and I think you want to have a different menu for mobile? if yes create one and hide it on desktop using media queries.
Cheers!
AndyHey!
I can’t see in your source code that you are using my code and I think it should work fine. However, try to add an !important into it:
h3.av-magazine-title.entry-title { display: none !important; }
Best regards,
AndyHey!
Plugin should work to achieve cropping. Did you clear browser cache and hard refreshed a few times?
You can go to Appearance > Editor and open Functions.php file and find:$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
Best regards,
AndySeptember 11, 2015 at 2:02 pm in reply to: Standard Kategorieanzeige zeigt falsches Bildformat / Woocommerce Kategorieseite #501629Hi!
I checked the website in private content and can’t see any issues with your images. Looks all fine to me. So no idea if you could fix it already or if not which changes you want to achieve. Can you provide us a mockup showing the things you want to achieve please?
Regards,
AndyHey!
try this code:
#top .aviaccordion-slide img { width: 100%; } #top .aviaccordion-preview-title-wrap { width: 490%; }
and adjust as needed.
Cheers!
AndyHey!
not sure what’s happening on your .com page. Can we have admin access to it? I tried logging in using /wp-admin but it says it’s down.
Best regards,
AndyHi!
when I add an image to your header widget it looks totally different to your screenshot. That is why let us know when you are ready and when we can look into your issue with your widget header and inspect the elements.
Regards,
AndySeptember 11, 2015 at 1:29 pm in reply to: Masonry Shop Element not displayed correctly on Mobile Devices #501610Hi!
try this code:
figcaption.av-inner-masonry-content.site-background { font-size: 10px; width: 200px !important; margin: -10px; padding: 10px; height: 200px; }
and adjust as needed.
Cheers!
AndyHey!
1. Ich weiß zwar immer noch nicht welchen border-top du genau meinst, aber versuche diesen Code:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { border-top: 2px solid green !important; }
Vielleicht ist das ja was du dir wünscht. Ansonsten bitte ich um eine präzise Skizze.
2.) Probiere stattdessen diesen Code:
.av-main-nav .sub-menu li:hover { border: none !important; }
Gruß,
Andy -
AuthorPosts