Forum Replies Created
-
AuthorPosts
-
May 1, 2015 at 3:16 pm in reply to: WORKAROUND for HTTP Error When Uploading Images to Enfold #438118
Hey!
I think increasing php memory limit on your server could solve it (to at least 128MB). You might need to contact your host for it or follow this instructions: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let us know if this helps.
Cheers!
AndyHey!
I can’t see any big space at the top and I can’t see any bis space under header on mobile. Could you fix it? If not, please always provide us screenshots of what you see.
Regards,
AndyHi!
as we can’t provide any support for 3rd party programs, you would need to contact feedly support. Ask them how you can set a custom thumbnail. However, it might help to use open graph which you could achieve with Yoast SEO plugin: https://kriesi.at/support/topic/facebook-open-graph-not-working-correctly/#post-384037
Regards,
AndyHey!
1.) I copied your whole tab’s content (using your shortcodes) into my own installation but could not reproduce the issue. That’s why I think it’s caused by a plugin or maybe you are using some custom CSS (e.g. in Quick CSS) which is causing this issue. Try to deactivate all plugins and check if things get better. Try to remove your custom CSS in Quick CSS or Custom.css and check if things are changing. If this helps you can put your custom CSS again one by one into Quick CSS/Custom.CSS and check which code is causing this issue.
2.) You could use a plugin like this: https://wordpress.org/plugins/simple-image-sizes/
3.) Add an !important as well:
#top .widget ul { margin-top: -8px !important; }
Best regards,
AndyMay 1, 2015 at 2:17 pm in reply to: Stop website from being responsive when browser reaches specific dimension #438067Hi!
are you talking abut this social media buttons?
Right now you are using one big background image, but if you want to make the social media buttons clickable, you would need to add them as an own element. I would recommend to you to use the blue color as background-color for your color section and everything else you can build with the other tools in the Advanced Layout Builder (text tool, image tool, etc.). This way you could add your social media buttons as images, which could link to where ever you want.Hope this helps.
Cheers!
AndyHi!
you can’t move the arrows outside of easy slider, but you could try to make your easy slider’s image smaller:
.avia-slideshow li img { width: 70%; }
Adjust as needed.
Regards,
AndyHi!
try this code instead, which is only for iPad portrait mode:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { .avia-logo-element-container.av-border-deactivate.avia-logo-grid.avia-content-slider.avia-smallarrow-slider.avia-content-grid-active.noHover.avia-content-slider1.avia-content-slider-even.avia-builder-el-59.el_after_av_hr.el_before_av_hr { width: 190%; }}
and adjust as needed.
Regards,
AndyHey!
please post a link to your website, as we need to inspect it, to see what’s going on. You can mark it as private message if you wish, so only we moderators are able to see it.
However, you could try to add margin-left and/or margin-right for your columns, so text and image get closer. But as I already said, if you want us to assist with some CSS code we would need to be able to see and inspect it.Regards,
AndyHey!
Kriesi told me that he is still investigating on this issue. As it’s happening only on Safari and not even every time, it’s quite difficult to find a solution. Thanks for being patient!
Best regards,
AndyHi!
ich weiß nicht genau wieso, aber die normalen Einstellungen werden überschrieben. Vielleicht durch einen Konflikt mit einem Plugin … wie auch immer, ich hab es jetzt für euch gelöst, indem ich diesen Code ins Quick CSS eingefügt habe:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: auto !important; } #top div .avia-gallery .avia-gallery-big { height: auto !important; width: 300px; }
Eventuell Browser Cache leere falls nötig.
Lieben Gruß,
AndyHi!
you did not post a link to the website in question yet. We would need to inspect it.
Regards,
AndyHi famewebdesign!
what you could try is this:
At first set the main background-color for your whole menu to transparent:#top #header .av-main-nav > li > a { background-color: transparent; }
Than you are able to define a custom color for each menu:
For your “afspraak” menu use this:li#menu-item-86 { background-color: green; margin-right: 10px; }
For the rest of the menu use your normal color:
li#menu-item-87 { background-color: #30b9db; margin-right: 10px; } li#menu-item-88 { background-color: #30b9db; margin-right: 10px; } li#menu-item-89 { background-color: #30b9db; margin-right: 10px; } li#menu-item-90 { background-color: #30b9db; margin-right: 10px; }
Hope this is what you need!
Cheers!
AndyHi!
I have put this code into your Quick CSS:
body { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } header#header { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
and not it’s working fine for me. Don’t forget to clear browser cache if necessary.
Regards,
AndyHey scaico!
you would need to search a plugin for this:
https://wordpress.org/plugins/category-wise-search/
https://wordpress.org/plugins/wp-extended-search/Best regards,
AndyHi tsoupakis!
those website checkers have all different criteria and I think no website could fulfill 100% everything for every website checker. Your site looks totally fine to me.
Enjoy the theme.Let us know when you experience any issue with the theme.
Best regards,
AndyApril 29, 2015 at 2:50 pm in reply to: Blog entries next to each other without picture and strange lines appearing #436705Hey cberentz!
I can’t see any grey lines. Did you remove them? can you show us a test page where they appear? If you did not remove them please provide us screenshots of what you see. Which OS and browser version are you using?
Regards,
AndyHi!
it seems there are some corrupted files. Please try to delete all theme files via FTP, getting a fresh copy from your themeforest account and installing it again via FTP. Make sure to have a backup.
Best regards,
AndyHi!
I can’t see any “pagina principal” in your page list. Could you please give us the link showing the masonry gallery in question?
Regards,
AndyApril 29, 2015 at 1:56 pm in reply to: Enfold: Missing Featured Image display for CPT when using Avia Builder #436651Hey!
you are totally right, when using ALB you won’t be able to set a featured image the default way. Instead you would need to add it manually with ALB.
I guess it’s not really relevant in this case when the checkbox is removed, when it happens only for your CPT built with ALB. If it happens for posts/pages using the default editor as well, then please provide us admin access, so we can have a deeper look into it.
Cheers!
AndyHi Pappasdg!
please refer to this post: https://kriesi.at/support/topic/entypo-fontello-icons-unicode-ue-number/#post-258819
Best regards,
AndyHey Hamdi!
as far as I know it’s not recommendable as videos need too much traffic, which could cost a lot for some users. Refer to Peters post here: https://kriesi.at/support/topic/video-slideshow-on-mobile/#post-233690
Regards,
AndyApril 29, 2015 at 12:53 pm in reply to: enlarged shopping cart icon in menu displays dropped down on mobile device #436620Hey!
try this code:
@media only screen and (max-width: 990px) { .cart_dropdown_link span:first-child { margin-left: -40px !important; bottom: 20px !important; position: relative; }}
you need to adjust the values for “margin-left” and “bottom” until it looks good for you.
Hope this helps. If not please provide us admin access, so we can have a deeper look into it.
Regards,
AndyApril 29, 2015 at 12:39 pm in reply to: Enfold theme not displaying icons in Chrome, Firefox #436618Hey!
check your htaccess file again, as it should work when done correctly.
Can you give us a link to your website please? so we can check your social icons. Admin access and even FTP access could be very useful to us. Post login information here as private reply.
Best regards,
AndyApril 29, 2015 at 12:34 pm in reply to: Masonry Portfolio: Transparency to title background on mobile devices #436616Hi!
thank you very much!
Glad you did it! Your code looks good and when you add media querries into it, you can be sure it only effects a specific screen size, for example:
@media only screen and (max-device-width: 1024px) { .av-inner-masonry-content.site-background { opacity: 0.7 !important; }}
Best regards,
AndyApril 28, 2015 at 7:39 pm in reply to: Masonry Portfolio: Transparency to title background on mobile devices #436321Hey!
I can see this code on your website:
@media only screen and (max-device-width: 736px) .av-masonry-entry:hover .av-inner-masonry-content { opacity: 0.7 !important; }
which is controlling the caption’s opacity on mobile phones smaller than 736px. You can adjust the value for opacity if you want or increase the max-device-width, so it will even work for tablets, e.g.:
@media only screen and (max-device-width: 1024px) .av-masonry-entry:hover .av-inner-masonry-content { opacity: 0.4 !important; }
Hope this make things clear.
If you still need help with it please provide us admin access.
Cheers!
AndyHi Avejnovic!
du hast den selben Thread hier schon aufgemacht und dort auch bereits eine Antwort erhalten:
https://kriesi.at/support/topic/lightbox-von-enfold-ersetzen-durch-wp-lightbox-2-pro/Bitte vermeide doppelten Content. Ich werde diesen Thread als “closed” markieren.
Gruß!
AndyHi dpiassociati!
there is no solution for this, as it is a totally intended behavior from WPML. Every language has it’s own styling settings in WPML. If you want global settings you would need to make changes in style.css file and not Quick CSS.
For further information about this topic please contact WPML.Cheers!
Andy -
AuthorPosts