Forum Replies Created
-
AuthorPosts
-
Hey cyberhrc!
You are using an old version of the theme, so please upgrade to Enfold 3.5.3 and let us know if you still need help afterwards.
Regards,
AndyHey!
quite difficult to imagine what you need. Can you provide us a mockup showing the results you want to achieve please?
Regards,
AndyApril 20, 2016 at 9:51 am in reply to: Changes made by Enfold to predefined settings of WP, WC and may be others #618113Hey!
I think I don’t get your question, because the link I have send to you is already the list of image sizes that Enfold applies by its own. You can control those image sizes with a plugin like https://wordpress.org/plugins/simple-image-sizes/
Please activate a default WP theme to check if you get similar results with it or not and let us know about your results here, if you still need help from us.
Regards,
AndyHi!
egal auf welchen Reiter ich klicke (Beschreibung, Zubehör, Datenblatt) die Bildgröße verändert sich für mich nicht. Es bleibt immer gleich. Kannst du bitte deinen Browser Cache leeren und einige Male ein hard refresh machen? Bitte checke es auch auf einen anderen Computer.
Gruß,
AndyHi!
add page-id to call the pages in question only:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-id-376 .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; width: 100%; }}@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-id-374 .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; width: 100%; }}Cheers!
AndyHi!
du müsstest deine Icons bei fontello hochladen, dann werden sie dort konvertiert und anschließend kannst du sie runterladen und in Enfold nutzen.
Gruß!
AndyApril 19, 2016 at 5:00 pm in reply to: Changes made by Enfold to predefined settings of WP, WC and may be others #617558Hi!
kannst du uns einen präzisen Link mit denen entsprechenden Elementen schicken bitte? wir müssen sie untersuchen können.
Gruß,
AndyHey!
try to deactivate all your plugins, to check if one is causing this issue. If that does not help there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
AndyHi!
glad 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.
Cheers!
AndyHi!
you can control your background on mobile using this code inside of Quick CSS field:
@media only screen and (max-width: 736px) { div#av_section_2 { background-size: 136% 100% !important; background-position: -20px 0px !important; }}Adjust it as needed.
Best regards,
AndyHi!
it would require a huge amount of time and customization of the theme and that is why you would need to hire a freelance developer for this job.
Cheers!
AndyHi alnalu!
not sure what you mean with session breadcrumbs, but sounds to me as if you would need to search for a plugin with such a function.
Best regards,
AndyHey philcrothers!
use this code for iPad screen size:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; width: 100%; }}Best regards,
AndyHey!
thank you for providing us your solution. We have forwarded this to our devs.
Regards,
AndyHey!
you can try to do it, but maybe there is a plugin out there with such a function. Otherwise you would need to hire a freelance developer for this job, as already mentioned.
Cheers!
AndyHi!
you would need to hire a freelance developer for this job, as it would require a huge amount of time and customization of the theme.
Cheers!
AndyHey!
deactivate all plugins but WooCommerce by WooThemes to check if one is causing this issue. Make sure to use newest WP and theme version (Enfold v.3.5.3).
Post login details here as private reply, then we can take a closer look into it.
Cheers!
AndyHi!
can you provide us admin access, so we can check your functions.php, please? post login details here as private reply.
Regards,
AndyHey!
glad 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.
Cheers!
AndyHi Arthith!
not 100% sure what you mean, but can you provide us admin access, so we can take a closer look please?
Deactivate all your plugins and check if you get different results or not and let us know. Make sure to use newest WordPress and theme version (v3.5.3).Cheers!
AndyHey!
please check if you get the same error when using a default WordPress theme and let us know about your results.
Regards,
AndyHi!
can you provide us admin access, so we can take a deeper look into it please? post login details here as private reply. Try to deactivate all your plugins, to check if one is causing this behavior.
Best regards,
AndyHi!
this is WordPress’ default behavior and has nothing to do with the theme. Go to your Media Library and edit the image in question. The title you enter for the image is the element which will appear in the lightbox.
Best regards,
AndyApril 19, 2016 at 3:37 pm in reply to: Changes made by Enfold to predefined settings of WP, WC and may be others #617469Hi!
check if you get the same results with a default WP theme, to make sure Enfold is really causing it. I doubt it to be honest, because WordPress is cropping images by default when uploading them. You can control this default behavior with a plugin like: https://wordpress.org/plugins/simple-image-sizes/
Regards,
AndyHi!
please activate Enfold’s default menu (so deactivate you menu plugin), to check if it’s working with it or if you get the same issue. Let us know about your results.
Regards,
AndyHi!
can you provide us login details to access your website, so we can take a closer look into it?
1.) Use html in your footer widget to use linked text.
2.) Try this code inside of Quick CSS field:
#text-2 .textwidget { text-align: center; }3.) You need to search for a plugin with such a function.
4.) Not sure if it will be possible the way you need it. Try to activate debug mode:
to be able to see shortcodes. Then build the elements inside a page the way you want it. Use the shortcodes to implement them inside your widget.
Regards,
AndyApril 19, 2016 at 12:30 pm in reply to: Grid row: always fit image 100% width + height in cell #617336Hey!
hm not sure how you want to achieve this. You could try to work with media queries, so something like this:
@media only screen and (min-width: 414px) and (max-width: 736px) { .avia-image-container-inner img { height: 400px; }}Adjust the values as needed.
Cheers!
Andy -
AuthorPosts
