Forum Replies Created
-
AuthorPosts
-
Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
AndyJanuary 17, 2017 at 1:54 pm in reply to: Advanced layout builder – problem with the format of quatation marks #734699Hi,
if this is happening with a default WP theme as well, then this seems to be about a general WordPress question. In this case it’s best to ask in general WordPress support forum about it.
Best regards,
AndyHi,
stick to one question only in one ticket and feel free to open another one for a different question.
Use this code inside Quick CSS field:
.avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1; }
Best regards,
AndyHi,
you can use this code to control your background image on iPhone screen size:
@media only screen and (max-width: 767px) { div#av_section_1 { background-size: 190% 100% !important; background-position: 35% 89% !important; }}
and adjust as needed.
Best regards,
AndyHi,
login is not working. Can you check please?
Best regards,
AndyHi,
please open a new ticket for a issue/question, otherwise it gets very confusing here.
1.) Not sure what you mean, but you can do this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then you can provide all your buttons the same unique custom css class.
2.) You could do same as in 1.). Or you use this code inside Quick CSS field:
a.avia-button.avia-icon_select-no.avia-color-custom.avia-size-medium.avia-position-center { border: none !important; }
Make sure you’re not asking for too many customizations, as we’re here to help you if you have problems with our theme and not for making customizations of your client’s website. If you need help with those kind of jobs, then feel free to hire a freelance developer here: http://kriesi.at/contact/customization
Best regards,
AndyHi,
1.) Use this code inside Quick CSS field:
.avia_mega_div { top: 80px !important; }
2.) Use this code:
.logo img { width: 42% !important; max-height: 200px; }
Adjust as needed.
Best regards,
AndyJanuary 17, 2017 at 1:15 pm in reply to: Customize Woocommerce Shop Page on Enfold shop Demo #734683Hi,
after logging in I just get a blank page, so I can’t access your website. Make sure that no IP’s or countries are blocked.
Best regards,
AndyHi,
you need to wrap the code Nikko provided to you inside media queries, to make sure it’s working properly on smaller screen sizes. So for iPad something like this:
@media only screen and (min-width: 768px) and (max-width: 1024px) { #top.page-id-705 .avia-layerslider .ls-slide p { height: auto !important; line-height: 1.2 !important; padding: 0 20px !important; position: static; width: 100% !important; text-align: center; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; } #top.page-id-705 .avia-layerslider .ls-slide p.ls-main-heading { font-size: 28px !important; padding: 30px 20px 0 !important; } #top.page-id-705 .avia-layerslider .ls-slide p.ls-subheading { font-size: 18px !important; padding: 10px 20px 0 !important; } #top.page-id-705 #wrap_all .ls-wp-fullwidth-container .ls-slide { display: flex !important; flex-direction: column; align-items: center; } #top.page-id-705 .ls-wp-fullwidth-container { height: 74px !important; }}
For more information about media queries refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
AndyHi,
could you explain which problems you experience exactly on the frontend? so what exactly is not working properly?
Have in mind that we have no experience with this plugin and it’s not one recommended in our plugin list for Enfold. So best to contact plugin’s author for support about it, as they know their plugin best.
Best regards,
AndyHi,
use this code inside Quick CSS field:
@media only screen and (max-width: 767px) { .av-parallax-inner.alternate_color.avia-full-stretch { background-size: 206% 69% !important; background-position: 66% 100% !important; }}
Adjust media queries and the values as needed. More information about media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
AndyJanuary 16, 2017 at 5:43 pm in reply to: Menü + Untermenü ohne hover in Photography Demo / submenu in photography demo #734246Hi,
alright! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
AndyHey wbitsolutions,
website you’ve provided is not accessible. Can you check please?
Please use different tickets for different questions/issues.
Best regards,
AndyHi,
does this happen with a default WP theme as well?
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyHey tipinoncomuni,
what is WooCommerce telling you about this? would be best to contact them, as they know their plugin best.
Best regards,
AndyHey sky19er,
unfortunately there is no easy solution for this. Feel free to make a feature request for Kriesi about this here: https://kriesi.at/support/enfold-feature-requests/
If you really need this function, you could always hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
AndyHi,
at first do this: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug, then you’ll see shortcodes below your ALB. Create the icon you want using Icon Element. Then use the shortcodes to insert them inside your captions.
Hope this helps!
Best regards,
Andy@tipinoncomuni
Please contact WooCommerce about this issue. Have you got similar results when using a default WP theme?Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyHey sandra1307,
category pages are not controlled by the theme, but by WordPress itself. So we can’t really help you with this. If you want to customize the archive (category) page you must customize the code of enfold/archive.php and the post loop file (enfold/includes/loop-index.php). If you need help with this you can hire a freelance developer for this job here: http://kriesi.at/contact/customization
Best regards,
AndyHey livelee,
not sure what you mean. About which WP sticky post are you talking about? a precise link showing the elements in question and a screenshot would help (imgur.com, dropbox).
Best regards,
AndyHi,
kannst du uns noch mal einen präzisen Link mit den Element zukommen lassen? kann die Bilder nicht mehr auf deiner Website finden.
Gruß,
AndyJanuary 16, 2017 at 5:06 pm in reply to: Menü + Untermenü ohne hover in Photography Demo / submenu in photography demo #734204Hi,
it doesn’t matter if it’s “downgrading”, because in both cases it would mean a customization. You could also hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
AndyHi,
ah du redest vom Menü. Schaue hier wie du solch ein Mega Menü erstellen kannst: http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
Gruß,
AndyHi,
try this code inside Quick CSS field:
#top .thumbnail_container img:hover { opacity: 0.3; }
and adjust as needed.
Best regards,
AndyJanuary 16, 2017 at 4:59 pm in reply to: (Hamburger) menu icon and full screen slider not visible on mobile #734195Hi,
alright! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyJanuary 16, 2017 at 4:59 pm in reply to: Translate No products found which match your selection. #734194Hi,
I can’t find any english strings on the link you’ve provided. So could you fix it already?
Best regards,
AndyJanuary 16, 2017 at 4:58 pm in reply to: Menü + Untermenü ohne hover in Photography Demo / submenu in photography demo #734192Hi,
as far as I understand it there is no option for this in Enfold. So you really need to look for another solution. Use a plugin which such functions.
Best regards,
AndyHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Andy -
AuthorPosts