Forum Replies Created
-
AuthorPosts
-
Hi!
although it sounds easy, it requires quite a lot of coding and time to achieve that. Please refer to this answer: https://kriesi.at/support/topic/reward-for-sidebar-top-on-mobile-screens/#post-130977
I recommend to hire a freelancer for this job.Best regards,
AndyHey!
seems that it is exactly as you wish, because your single product description is first, then I see “You may also like …” etc.
Could you fix it?Best regards,
AndyHey!
use this code:
.avia_transform a:hover .image-overlay .page-id-1284 { background-color: black; }
Best regards,
AndyHey!
please regenerate your thumbnails with a plugin like this: https://wordpress.org/plugins/regenerate-thumbnails/
Afterwards clear browser cache and refresh you website a few times.Wordpress is cropping your images by default when uploading and if you want to have more control over image size you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/ (which can also regenerate your thumbnails).
Best regards,
AndyHi!
use this code for iPhone and only landscape mode:
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) { a#advanced_menu_hide { top: 40px; right: 50px; }}
Best regards,
AndyHi!
you are using an old version of the theme. Please upgrade to Enfold v.3.2.2. and let us know when you are done and still need help.
Cheers!
AndyHi!
it won’t be possible to use only one and the same background image for three different color sections.
However you could turn on custom class fields for all ALB elements to have a little bit more control over the elements.
Let us know when you are done and still need help.
Regards,
AndyHi!
I will tag someone from our team who has an iPad to check what’s going on with your drop-down menu. Please kindly wait for his reply.
Best regards,
AndyHey!
dein zweiter Link vom ersten Post funktioniert nicht: “Es konnte leider nichts gefunden werden”, daher kann ich mir nicht genau anschauen was du brauchst.
Einen Freelancer für diesen Job kannst du hier engagieren: http://kriesi.at/contact/customizationCheers!
AndyHi djshortkut!
use this for your logo on iPad portrait mode:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .logo { left: 250px; }}
For your header:
@media only screen and (max-width: 989px) and (min-width: 768px) { div#header_main { background-color: black; }}
Cheers!
AndyHi getmebranded!
1. you could try to work with different plugins out there or just use the ALB elements to add images.
2. you could use masonry gallery element or any other ALB element to display those images.
Hope this helps.
Regards,
AndyHey!
we had an issue in the forum related to private contents. Can you repost it again please? because we can’t see any login details in your last post.
Best regards,
AndyHi!
you are using quite a lot of code inside your Quick CSS. Could you please remove all of it and try again if the issue is still happening? if not put your code again one by one to see which one is causing it.
Hope this helps to identify the problem.
Deactivate all plugins while testing.
Regards,
AndyHey!
in our experience it is best to use images instead of text for layer slider to get best results for responsiveness.
Regards,
AndyHi!
I can’t see what you mean on your website. Could you provide us screenshots of what you are trying to achieve? please use imgur or dropbox.
Regards,
Andy@LoyaltySolar!
Would be best for us if you open a new ticket for your issue. You can include a link showing what’s going on and maybe even admin access, so we can take a closer look.Cheers!
AndyHey!
hm unfortunately I can’t open your Website. I see an error “ERR_TOO_MANY_REDIRECTS”. Please check and let us know when your website is available again.
Cheers!
AndyHi!
mein letzter Code greift für eine maximale Bildschirmgröße von 1024px. Das heißt wenn der Browser entsprechend klein gemacht wird, solltest du Wirkung des Codes sehen. Du musst den Code natürlich anpassen für deine speziellen Wünsche, also den max-width Wert sowie den margin-left Wert anpassen. Probiere ein wenig aus was für dich passt.
Bezüglich eines Placeholders habe ich das hier gefunden:
http://www.hagenburger.net/BLOG/HTML5-Input-Placeholder-Fix-With-jQuery.html
http://www.jacklmoore.com/notes/form-placeholder-text/Hoffentlich hilft dir das weiter.
Gruß!
AndyHey!
what happens when you remove the background image and just use the vimeo video?
Please deactivate all your plugins, because one might cause this issue and you are using lots of different plugins …Upgrade to Enfold v.3.2.2.
Regards,
AndyHey!
I think you could try to play with background color and opacity to make it more visible:
a.avia-post-nav { background: rgba(0,0,0,0.5) !important; }
Adjust “0.5” to change opacity.
Cheers!
AndyHey!
use this code to get rid of the gray space on top of your page:
#top .sticky_placeholder { height: 0 !important; }
Clear browser cache and hard refresh your website.
Best regards,
AndyHey!
please upgrade to Enfold v3.2.2.
I think Google is worried about this:
There you have four different links very close to each other, which is not very user friendly. You need to add more space between them or refuse from using so many links in one place.
For more information you can use Google PageSpeed.
Cheers!
Andy-
This reply was modified 9 years, 7 months ago by
Andy.
Hey!
seems that we need authentication login as well. Do you mind providing us details for this as well?
Best regards,
AndyHey!
I can’t see any widget in your header:
Please activate it: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
so we can provide you some precise CSS code.Regards,
Andy-
This reply was modified 9 years, 7 months ago by
Andy.
Hi!
ah da lag wohl der Hase begraben.
Hier kannst du mittels media queries die Position deines Suchfeldes kontrollieren, für iPad z.B. so:@media only screen and (max-device-width: 1024px) { div#search-2 { margin-left: 154px; }}
Gruß,
AndyJuly 7, 2015 at 3:09 pm in reply to: Mobile Menu on desktop & laptop (breakpoint and close button), move search button to top bar #469708Hey!
go with this code to control hover color for search item:
div#menu-item-search:hover { color: red; }
To control its position when resizing browser you need to work with media queries, e.g. for iPad use something like this:
@media only screen and (max-device-width: 1024px) { div#menu-item-search { right: -37px; }}
Cheers!
AndyJuly 7, 2015 at 11:48 am in reply to: Pretty Photo Video displaying very small size on mobile #469560Hi!
I think you forgot to include the username for login, right? Let us know when we can access your backend.
Regards,
AndyHi!
you can find a tutorial on how to do it here: http://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/
Hope this helps!
Cheers!
AndyHi!
login details are not working for me. Please check.
Regards,
Andy -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts