Forum Replies Created
-
AuthorPosts
-
Hi,
would be bet to ask WooCommerce support about it, as they know their plugin best. 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,
I can’t see any issues on the screenshots you’ve provided. Also on the link of your website I can’t see any issues, wether on desktop nor on mobile. Can you highlight what you’re talking about please? Would be best to open your own thread, otherwise it gets quite confusing.
Best regards,
AndyHi,
please always use different tickets for different question, otherwise it gets very confusing.
The last code I provided to you will effect page with page-id-89520 only.
Yes, that possible, just edit page in question, scroll down and look on the right side for “Header visibility and transparency” and make your adjustments there.
Yes, I think so, you could just use a custom code with a page-id again.
Best regards,
AndyHi,
you could just go to Enfold->Advanced Styling->Select an Element to customize->H1
and define “Text Transform” to “None”.
I hope this helps.Best regards,
AndyHi,
feel free to make a feature request for Kriesi here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
AndyJune 22, 2016 at 4:17 pm in reply to: Editor Bug after Theme Import: No displayed text content #652200Hi,
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.
Best regards,
AndyHi,
login is still incorrect. Please check.
Best regards,
AndyHi,
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. 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,
freut mich, wenn wir helfen konnten. Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.
Gruß,
AndyHi,
Code Block Element is for actual code only, not for shortcodes. Use Text Editor instead, as I did it here: http://ttc-wuppertal.de/test/
Best regards,
AndyHi,
are you talking about excerpt length? If yes add the below code in your functions.php
function new_excerpt_length($length) { return 200; } add_filter('excerpt_length', 'new_excerpt_length');Increase the count as per your wish.
Best regards,
AndyHi,
we really don’t have the time to do this. We don’t even have an astrill account and I never used this 3rd party program before. Please make it easy for us to help you by providing us a login which works for us.
Best regards,
AndyJune 21, 2016 at 9:19 pm in reply to: Incomptibility between Enfold 3.5.4 and WPML latest version. #651727Hi,
glad you’ve found a solution for you. 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,
AndyHey limyj0923,
I checked the link you’ve provided, but can’t find any mailchimp form or button. Make sure to provide us a precise link showing the elements in question.
Best regards,
AndyHey theorchard,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyHey rlogan2334,
this is because you are using this code:
#top.page-id-126 #av_section_1 .av_textblock_section .avia_textblock>p { left: -120px; }change the value until it fits to you. Add media queries to your code for mobile devices, like:
@media only screen and (min-width: 414px) and (max-width: 736px) { #top.page-id-126 #av_section_1 .av_textblock_section .avia_textblock>p { left: -10px; }}Best regards,
AndyHey limyj0923,
are you talking about the hover color of the button? please make things clear for us by providing us screenshots of the elements in question. Use imgur.com or dropbox.
Best regards,
AndyHey limyj0923,
I checked your website on mobile and it looks fine to me. Can you highlight using screenshots showing what you want to change please?
Best regards,
AndyHey Sarah-B,
sure, why not? though we recommend to have a backup, just in case.
Best regards,
AndyHey mewmew21,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyHi,
glad you found a solution. 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,
it could be possible but would be considered as custom work, so you would need to search for a plugin with such function or hire a freelance developer for this kind of job: kriesi.at/contact/customization
Best regards,
AndyHey mobicamtv,
no, it won’t be easily possible due to restrictions by the vendors of those devices. That’s why we provided the function for a fallback image on mobile.
Best regards,
AndyHi,
not sure where exactly you want to insert your add, but you could try to use a Widget Area Element. If you want to use it inside your header then check out this: kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
AndyHi,
for this kind of customization you would need to search a plugin with such functions or hire a freelance developer for this job: kriesi.at/contact/customization
Best regards,
AndyHi,
you are using this code:
.fixed_header #header_main .container { height: 40px !important; }Change it to something like:
.page-id-89520 .fixed_header #header_main .container { height: 75px !important; }and adjust height value as needed.
Best regards,
AndyJune 21, 2016 at 8:35 pm in reply to: Editor Bug after Theme Import: No displayed text content #651701Hi,
at first update to the newest WP version and let us know if this helps. Keep all plugins deactivated while testing, to check if one is causing this issue.
If that does not help then 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,
AndyJune 21, 2016 at 8:31 pm in reply to: How to display parent page title before current page title in the header #651699Hi,
you would need to work with WordPress’ “is_page” conditional function: https://developer.wordpress.org/reference/functions/is_page/
Best regards,
AndyHi,
can you explain further please? not really sure what you want to achieve. Though it sounds to me as you would need to contact plugin’s author about it. However, send us precise links/screenshots to make things clear for us.
Best regards,
Andy -
AuthorPosts
