Forum Replies Created
-
AuthorPosts
-
Hi!
not sure if I understand what you mean and I think screenshots would help a lot (use imgur or dropbox). You link in private content does not work for me, because I see “Sorry, you do not have permission to access this page.”.
Regards,
AndyHi!
would be better for us if you separate each question/issue into different tickets, because then we can answer simultaneously and you would get a faster reply.
2.) I can’t see any captions for mobile devices. Did you remove them? Could you please provide us admin access so we can take a deeper look? post login details here as private reply.
However, try this code to control font-size of captions:.av-inner-masonry-content-pos { font-size: 6px; }
and this to control height of captions:
figcaption.av-inner-masonry-content.site-background { height: 35px; }
Hope this helps.
Regards,
AndyHey!
not sure if I fully understand your issue. I could not find the page in question to see the issue. Could you give us a precise link where we can see what’s going on? Screenshots would help a lot (use imgur or dropbox link).
Best regards,
AndyJuly 13, 2015 at 9:58 am in reply to: Move right end menu of fullwidth menu to the far right #472204Hey!
not sure what you mean, as I can’t see any difference on the link you have provided. Screenshots would help (imgur, dropbox).
However, it sounds to me as other elements would move as well, when using my code, right? if that’s the case you would need to turn on custom class for all ALB elements, to give the element in question a unique CSS class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Cheers!
AndyJuly 13, 2015 at 9:55 am in reply to: Border on Full Width site, only reach maximum container width/Header Back Respon #472203Hey!
that’s why I told you that Ismael’s solution is best :).
However, if you have more control over it, then you would need to work with media queries. For mobile device you could use something like this:
@media only screen and (max-width: 736px) { .header_color .header_bg { background: #ffffff url(//gl.dyndns-ip.com/coles/wp-content/uploads/2015/06/headerback.jpg) top center no-repeat scroll; background-size: 100% 100%; }}
For a table something like this:
@media only screen and (max-width: 1024px) { .header_color .header_bg { background: #ffffff url(//gl.dyndns-ip.com/coles/wp-content/uploads/2015/06/headerback.jpg) top center no-repeat scroll; background-size: 100% 100%; }}
Adjust it as needed.
Cheers!
AndyHey!
control the image with this code:
.avia-image-container-inner { top: 31px; }
I can’t see any underline on any link. Could you remove it already?
Regards,
AndyHi!
please turn on custom class for all ALB elements as Yigit mentioned. Then you can define a custom background color to each layout section (not color section).
When you are done you can give us admin access so we can help you further. Basically you would need to add something like this into Quick CSS field:.custom-css-name-for-layout-1 { background-color: red; } .custom-css-name-for-layout-2 { background-color: yellow; }
Cheers!
AndyHi!
I tried to call “custom-image” via CSS but it did not work, so it seems that there is no element with the CSS class “custom-image”. Did you implement it correctly? please check again.
Cheers!
AndyHey!
as Ismael already mentioned each language has its own CSS file. So changes you do for english does not effect other languages. This is how WPML works.
Hope this makes things clear for you.
Best regards,
AndyJuly 13, 2015 at 9:31 am in reply to: How do you set up the avia login/register widget to work with bbPress? #472193Hey!
you are using lots of plugins. Please deactivate all of them temporarily to see which one is causing this issue. Clear browser cache and hard refresh your website to check again.
Cheers!
AndyHi!
@markt8_gmbh
Upgrade to the newest theme version (Enfold v3.2.3.). If that does not help try to deactivate all plugins to check if one is causing this issue. Please open a new ticket if you still need help, as it gets too confusing otherwise in this thread.Best regards,
AndyJuly 13, 2015 at 9:25 am in reply to: Fullwidth Easy Slider – Slideshow Background Image broken #472187Hi!
for me all images are fully loaded on the link you have provided. Did you clear browser cache and hard refresh a few times?
Regards,
AndyHi!
bitte suche dir ein anderes Plugin, das diese Funktion für dich übernimmt, wie z.B. dieses hier: https://wordpress.org/plugins/simply-exclude/
Gruß,
AndyHi!
schön, dass du es hinbekommen hast. Lass uns in einem neuen Ticket wissen, wenn du wieder eine Frage oder Hilfe bezüglich des Themes benötigst. Wir unterstützen dich gerne.
Gruß,
AndyHi!
glad you could figure it out!
Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist.
Best regards,
AndyJuly 13, 2015 at 9:14 am in reply to: Testimonial has white on white for any text/links. Text tab never opens. #472179Hi!
the installation might be corrupt and in this case you would need to delete all theme files via FTP and get a fresh copy from your themeforest account.
Hope this will help for you!
Best regards,
AndyHi!
glad Rikard could help you. Let us know if you have any more questions related to the theme. We are happy to assist.
Regards,
AndyHi Micheal0424!
can you show us whats going on providing us a link? you might need to turn on custom class for all ALB elements.
Regards,
AndyHi!
hm I checked again on chrome emulator and on my htc one device. I will tag Yigit for this thread, so he can check if menu and close button overlap correctly on his iPhone in landscape mode. Kindly wait for his reply please.
Cheers!
AndyHi markzarak!
you would need to turn on custom class for all alb elements. Let us know when you are done and still need help.
Cheers!
AndyJuly 10, 2015 at 3:56 pm in reply to: Issue with breadcrumb/title section not showing on home page #471550Hey!
the header seems to be a little bit chaotic, because your menu is not visible. Did you make any customizations on custom.css? because your Quick CSS field seems to be fine. Please try to deactivate all your plugins, so check if one is causing this issue.
Best regards,
AndyHey rdswestnet!
use this code in Quick CSS field:
.header_bg { background-color: transparent !important; }
Cheers!
AndyJuly 10, 2015 at 3:44 pm in reply to: add lines on side of fullwidth esay slider additional caption text> #471540Hi rdswestnet!
I think Enfold does not have something ready to make this, but you could still achieve it using the Avia Layout Builder I think.
Cheers!
AndyHi rdswestnet!
I think this is happening because of the font size of the captions. Change its size for the specific screen size using media queries:
@media only screen and (min-device-width: 768px) and (max-device-width: 1078px) { h2.avia-caption-title { font-size: 38px !important; } .avia-caption-content.av_inherit_color { font-size: 30px !important; }}
Cheers!
AndyHi audiotech520!
I checked your website on mobile and your menu is already above the logo. Could you fix it?
Regards,
AndyHey!
glad Yigit could help you. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist.
Best regards,
AndyHey vastaffer!
on the themeforest site you can see the notes:
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990Best regards,
AndyJuly 10, 2015 at 3:17 pm in reply to: Need to add a link back to portfolio category in portfolio item page #471495Hey!
glad Elliott could help. Let us know in a new ticket if you have any more questions related to the theme. We are happy to assist.
Best regards,
AndyHey Jagrav!
I don’t think it will be possible because you can only use one demo at the same time.
Best regards,
Andyyou are welcome. Let us know in a new ticket if you have any more questions related to the theme. We are happy to assist.
Cheers!
Andy -
AuthorPosts