Forum Replies Created
-
AuthorPosts
-
Hi!
alright. Let us know in your new ticket about the issue.
Best regards,
AndyHi!
try
.full-width-image-gallery { border: none; }
Cheers!
AndyOctober 6, 2015 at 6:27 pm in reply to: Sidebar titles are all uppercase how can i change to lowercase? #514669Hey!
please open a new ticket for a new question.
1. Use this code:.breadcrumb.breadcrumbs.avia-breadcrumbs { color: red; font-size: 10px; }
2. It seems that the font is made like this. Check with a different font though.
3. Use this to control font on footer:
div#footer { font-family: fantasy; }
4. Can you show us where we can find the easy slider in question? we need to inspect the elements.
Regards,
AndyHi!
feel free to hire a freelancer for this job here: http://kriesi.at/contact/customization
Cheers!
AndyOctober 6, 2015 at 6:16 pm in reply to: Enfold Avia Editor Stuck in Endless Loop – Second Time Trying to Get Support #514660Hey!
I see the issue on your end but can’t reproduce it on my end. It’s working totally fine on my own installation and for thousands of others it does seem to work fine as well. Something must cause it especially on your end and it could be thousands of things, not sure what to be honest. I will ask my teammates, maybe anyone has an idea about it.
Regards,
AndyHey!
not sure about which gallery you are talking about. Can you highlight using screenshots please? use imgur.com or dropbox.
Cheers!
AndyHi!
what happens if you deactivate all plugins but Gravity Forms?
Regards,
AndyOctober 6, 2015 at 5:37 pm in reply to: Enfold Avia Editor Stuck in Endless Loop – Second Time Trying to Get Support #514631Hey!
I created a new test page and ALB editor is working fine for me there. Could you confirm please?
Cheers!
AndyHey!
you are using an old version of WordPress and Enfold. Please upgrade both to the newest version.
Though button is working fine for me. It’s displaying fine and opens another page just fine for me. Could you fix it?Best regards,
AndyOctober 6, 2015 at 5:19 pm in reply to: Blog Style "Single Author, small preview Pic" positions different w/ Adv Editor #514608Hi!
it won’t be possible to get the same look with ALB automatically. When using ALB for blog posts you have all freedom but need to do everything from scratch.
Cheers!
AndyHi!
following up into the thread will push it behind in our queue.
Follow these instructions here please: https://css-tricks.com/snippets/css/using-font-face/
Best regards,
AndyHi!
link you have provided does not work for me. I get a 404 error page. Could you please check?
Regards,
AndyHey!
lightbox is showing up fine for me: http://imgur.com/cp9DRBS
Regards,
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
October 6, 2015 at 4:56 pm in reply to: Enfold Avia Editor Stuck in Endless Loop – Second Time Trying to Get Support #514583Hi!
did you delete ALL theme files before installing a fresh copy of the theme? to make sure no corrupt files are staying.
Regards,
AndyHi!
use this code for you “Prefix” field:
select#input_2_1_2 { width: 100% !important; }
You can increase width value for the other fields as well. Right click on Chrome browser and choose to “Inspect elements” to find the correct CSS class for an element.
Best regards,
AndyHi!
no, but it would be best I think to include your customization into a child theme.
Cheers!
AndyHi!
sorry, no idea what you mean … can you explain a little bit more precise what you want to achieve please? would be best to see on screenshots what you are trying to do, so we get a clear idea of which kind of CSS code you need.
Regards,
AndyOctober 6, 2015 at 4:26 pm in reply to: German translation misses time units for countdown timer #514533Hi!
does it work for you when you make translations in the original po/mo files instead?
Regards,
AndyHi!
use different media queries for landscape mode. Check out this link for more information about it on different devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
AndyOctober 6, 2015 at 4:17 pm in reply to: Enfold Avia Editor Stuck in Endless Loop – Second Time Trying to Get Support #514511Hey!
thanks for the link. In every single thread we need new login credentials, so I will post it here again as private reply, for other moderators.
Are we allowed to deactivate all your plugin temporarily? It seems that there are some corrupted theme files, so please delete all theme files via FTP and get a fresh copy from your themeforest (I hope you did not try this already).
EDIT: By the way the link with php info file does not work for me. Could you check please?
Best regards,
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
Hey!
not sure what you mean, because I can’t see any sharing icons on your screenshots. Can you show us what you want to achieve please?
Regards,
AndyHi!
no idea what you are trying to do and the link your post here does not load for me. Can you explain using screenshots please? However, if you don’t find the file you need in the PSD files, then I think we can’t help you much. Feel free to make a feature request here: kriesi.at/support/enfold-feature-requests/
Best regards,
AndyOctober 6, 2015 at 3:35 pm in reply to: Enfold Avia Editor Stuck in Endless Loop – Second Time Trying to Get Support #514432Hi!
can you provide us admin access, so we can check the link you have send us?
Cheers!
AndyOctober 6, 2015 at 1:14 pm in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #514364Hey!
you won’t loose any settings when deleting all theme files via FTP. However, make sure to have a backup, just in case. If you need someone who does this job for you feel free to hire a freelancer here: http://kriesi.at/contact/customization
Best regards,
AndyOctober 6, 2015 at 1:12 pm in reply to: Changing Font Color in 'Special Header' corrupts links on my page. #514363Hey!
I followed all your steps from your first post and could not reproduce the issue. I can change the color just fine. However, I can see the error on your end. I am pretty sure it has something to do with your server. Let us know what you host says about it.
Cheers!
AndyAlso on a desktop, there is still an alignment issue with Lost Password vs Remember Me.
As I already told you, you can control lost password with this code:
p.lost_password { bottom: 33px; }
Just adjust as needed.
Where do you want “Remember me” to move? Use this code to control it’s position on mobile:
@media only screen and (max-width: 767px) { label.inline { position: relative; bottom: 10px; left: 10px; }}
Cheers!
AndyHi!
you can increase button’s width using this code:
input.button { width: 33%; }
Best regards,
AndyHey!
use this code to adjust “Lost password” on desktop:
p.lost_password { bottom: 33px; }
For mobile use this:
@media only screen and (max-width: 767px) { p.lost_password { bottom: 3px; left: 6px; }}
and adjust as needed.
Best regards,
AndyHey!
not sure what you mean. Can you provide us a link where we can see the tabs you are talking about? and then show us an example where it looks and behaves as you want?
Best regards,
Andy -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts