Forum Replies Created
-
AuthorPosts
-
Hi kimogroup!
1. On the link you have provided I can see thumbnails with a read more link. Could you fix it already?
2. Use the excerpt field when editing your blog post. You might need to activate it in Screen Options on the very upper right corner.
Cheers!
AndyHi kimogroup!
image does not load for me. Please use imgur.com or dropbox to add screenshots. A link would be good as well, because we would probably need to inspect the elements in question.
Regards,
AndyNovember 4, 2015 at 1:46 pm in reply to: Masonry Gallery layouts worse after publishing compared to Preview #529998Hi!
if you don’t want to handle with margin values then we can’t do much. You would need to hire a freelance developer for this job: http://kriesi.at/contact/customization
Regards,
AndyHi!
try this code without the “+” instead:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Playfair Display'] = 'Playfair Display:400,400italic,700'; $fonts['Playfair Display'] = 'Playfair Display:400,400italic,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Playfair Display'] = 'Playfair Display:400,400italic,700'; $fonts['Playfair Display'] = 'Playfair Display:400,400italic,700'; return $fonts; }
Cheers!
AndyHey!
are you sure this is a theme related question? I think you should ask google maps support about how to load it asynchronously.
Let us know if you have some questions directly related to the theme and we are happy to assist you.
Best regards,
AndyNovember 4, 2015 at 1:27 pm in reply to: Site does not display text & text box in slider, on Home page. Please help. #529982Hi!
I think it would be best to ask Gravity form support about this issue.
Cheers!
AndyHey!
I checked it on my android device and it’s displaying fine, not like in your screenshot. Please clear browser cache and hard refresh a few times. Check on another device as well.
Regards,
AndyHey!
still not sure what you want to achieve. Can’t find any logo element on your home page. Where st it?
Can you send us a mockup showing the results you want to achieve please?
Regards,
AndyNovember 4, 2015 at 12:56 pm in reply to: WPML doesn't show feature image in blog page in other languages #529950Hey!
I made a new test page. Here is the italian version:
http://www.marypola.com/kriesi-test2?lang=itand here the english version:
http://www.marypola.com/kriesi-test2-english/Cheers!
AndyNovember 4, 2015 at 12:35 pm in reply to: Masonry Gallery layouts worse after publishing compared to Preview #529943Hi!
how do you want it to look like instead? maybe this is what you would like to have:
a#av-masonry-1-item-987, #av-masonry-1-item-985 { top: -42px; }
Regards,
AndyHi!
it looks fine on my end:
Could you fix it? If not which device are you using?
Cheers!
AndyNovember 4, 2015 at 12:06 pm in reply to: Tabs shifting showing wrong images from different tab in ligthbox #529929Hi!
can you post login details here as private reply please? so we can have a deeper look into it.
Cheers!
AndyHi!
I think that could work and it would be best to ask cleverreach about it, as they should let you know how to implement their pop up into WordPress.
Let us know in a new ticket if you have some more questions directly related to the theme.
Regards,
AndyHi!
these are css media queries:
@media only screen and (max-width: 768px) { }
With them you can achieve different behaviors on different screen sizes.
Put the code Ismael provided to you into Quick CSS field in Enfold->General Styling->Quick CSS
Regards,
AndyHi!
refer to this post: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
You could also resize images using a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/
Regards,
AndyHey!
Wordpress is cropping images by default when uploading them. If you want to control image sizes then please follow Ismael’s instructions.
Cheers!
AndyHey!
it should be translatable using loco translate. Can you provide us admin access, so we can double check it? post login details here as private reply.
Best regards,
AndyHey!
follow the instructions Elliott provided you here. You could also try a plugin like this: https://de.wordpress.org/plugins/simple-image-sizes/
Best regards,
AndyHey!
try this code in Quick CSS field:
.term-description { top: 250px; } li.product-category.product.first { top: -145px; }
Regards,
AndyHi!
statt die drei Punkte als Menüpunkte zu nehmen, könntest du doch einfach bei den beiden Menüpunkten “Termin vereinbaren” und “Sonnenbrillen” definieren, dass eine neue Zeile (column) begonnen werden soll. Dies tust du indem du auf “This column should start a new row” klickst bei diesen jeweiligen Menüpunkten.
Gruß,
AndyHey!
no, I did not say you should remove the code, but include the other elements into this code.
Regards,
AndyNovember 4, 2015 at 10:41 am in reply to: Justify length of sidebar menu container to content container length #529853Hey!
seems to work fine for me:
Clear browser cache and hard refresh a few times.
Regards,
Andyglad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
AndyHi!
this is caused because this code:
#field_2_49, #field_2_35, #field_2_36, #field_2_37 { top: -390px; }
does not apply for the fields after the white space. Include them into the code above and they will move up too.
Cheers!
AndyHi!
try to use a slighter bigger value, then it should work for firefox as well:
@media only screen and (min-width: 1024px) { .home #av_section_2 .iconbox_content { min-height: 356px; }}
Best regards,
AndyHi!
can you explain what you mean with piou-piou images please? I googled it and got this result.
I checked the websites and there are no images with any hover effect at all for me.
Cheers!
AndyNovember 3, 2015 at 6:17 pm in reply to: Justify length of sidebar menu container to content container length #529540Hey!
use this code instead:
#header_main .container { background: url(https://dlcmed.rushforthdesign.com/wp-content/uploads/2015/11/main-menu-bg.jpg) no-repeat; }
Regards,
AndyHey!
you are using an old version of WordPress and the theme. Upgrade to the newest one and let us know when you still need help afterwards.
Regards,
AndyHi!
please open a new ticket for a new question.
Try to add an !important into your code.
Cheers!
Andy -
AuthorPosts