Forum Replies Created
-
AuthorPosts
-
Hey,
Can you please try de-activating all active plugins and check if that helps? If it does not, please elaborate on the issues you are having and post temporary admin logins here privately so we can look into it.
Regards,
YigitHi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header .widget { top: 55px; width: 100%; left: auto; transform: none; text-align: center; background: #06b0e4; padding-bottom: 0; } #header .widget p { margin: 0; }Best regards,
Yigit-
This reply was modified 8 years, 4 months ago by
Yigit.
Hi,
Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 767px) { .responsive .pricing-table.avia-desc-col { display: block !important; }}Best regards,
YigitHey Chris!
Thanks for contacting us! :)
According to Envato’s rules, each domain requires a new license, therefore if your blogs will be on two different domains, you would need 2 licenses. If they will be on subdomains such as blog1.domain.com and blog2.domain.com, then you can use a single license.
I hope that was helpful. Let us know if you have any other questions :)
Best regards,
YigitHi!
It seems like you are still using 4.1.2 on your site. Please try updating the theme via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi,
Bitte schoen! Glad it worked :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi,
Could you please post a screenshot and show it should look? To me it sounds like it would be a better to use header meta with blue background and set background of main header section to transparent.
Regards,
YigitHi Roger,
Thanks for contacting us! :)
We sell premium WordPress themes and provide support for our themes and do not provide services such as creating custom themes or modifying them.
Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one. It is also the theme your example site is using.
Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.
Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).
Enfold is $59 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.
Let us know if you have any other questions! :)
Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home .avia-tooltip.avia-icon-tooltip { color: grey; }Best regards,
YigitHi,
Glad you figured it out! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitNovember 22, 2017 at 2:18 pm in reply to: Title Tags have Archive written. How do I remove Archive from the Title? #880263Hi,
I added following code to bottom of Functions.php file in Appearance > Editor
add_filter('avf_which_archive_output','avf_change_tag_archive', 10, 3); function avf_change_tag_archive($output) { if( is_category() || is_tag() ) { $output = __('Tag for:','avia_framework')." ".single_tag_title('',false); } return $output; }Please review your website
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background: transparent; position: absolute!important; }}Best regards,
YigitHi,
Login credentials are not working for me. Could you please check them once again and post FTP logins here as well, if you do not mind? :)
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header .widget { top: 20px; }If that does not help, please post a link to your website.
Best regards,
YigitNovember 22, 2017 at 2:06 pm in reply to: Mobile Menu showing when full width but disappears when screen size reduced #880255Hey!
Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Cheers!
YigitHey!
Login credentials are not working for me. Could you please check them once again?
Also, please firstly try downloading these two files
1- https://www.dropbox.com/s/oylrzlxp0d97ch1/l10n.php?dl=0
2- https://www.dropbox.com/s/6hvov152yuj38gl/script-loader.php?dl=0
and upload them into /wp-includes/ folder via FTP and check if that helpsRegards,
YigitHi!
Excuse me @zeelim, i thought this was @infonewmultimedia’s thread. Could you please try re-updating the theme via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/ once again and post FTP logins here privately if that does not help?
@infonewmultimedia Glad we could help! Let us know if you have any other questions or issues :)Regards,
YigitHi,
It seems like you have modified header.php file or includes/helper-main-menu.php file. Those two files were update therefore you would need to copy a fresh copies to your child theme and apply the changes you applied on those files again.
Regards,
YigitHi,
You are currently using an older version of the theme. Please update it to 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width:635px) and (min-width: 480px) { .logo img { max-width: 30%!important; }}Best regards,
YigitHi Picante!
Please edit your element and go to “Screen options” tab and make sure that you have not chosen to hide Table element on mobile.
Regards,
YigitHey Picante,
You are currently using an older version of the theme. Please update Enfold to the latest version 4.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitNovember 22, 2017 at 12:15 pm in reply to: Affordable Guest Posting,SEO & Development Services #880204Hey Megha,
Thanks for contacting us!
Currently we are not interested in such business opportunities however we are going to share this thread with Kriesi, save this thread and contact you if we change our mind in future :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Can you please try to download and to overwrite these two files in /wp-includes/ via FTP and check if that helps?
1- https://www.dropbox.com/s/oylrzlxp0d97ch1/l10n.php?dl=0
2- https://www.dropbox.com/s/6hvov152yuj38gl/script-loader.php?dl=0
This is a core WP issue which should be fixed in upcoming WordPress update :)Best regards,
YigitHey!
Please refer to this post – https://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
YigitHey Pas7o,
Please refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and if that does not help, please post a screenshot showing the changes you would like to make so we can make sure that we are on the same page :)
Best regards,
YigitHey Dorian,
Thanks for contacting us!
Due to our agreement with Envato/ThemeForest, unfortunately we are not allowed to sell/distribute themes directly. Even if that would be possible and we sent you a copy, you would not be able to update the theme (you can either download theme files from your Themeforest profile or insert your username and API key in Enfold theme options to receive auto updates from WordPress dashboard) and receive support from us (you would need a purchase code to register to our support forum). Therefore, i am afraid providing you a free copy is not possible.
If there is anything else we can do to help, please let us know! :)
Regards,
YigitP.S.: If you would like to receive replies in German, please let us know so our German speaking moderators can reply :)
Hey Joachim,
Thanks for contacting us!
Yes, that would be possible however you would need to use a 3rd party plugin such as this one – https://wordpress.org/plugins/wp-members/ for such functionality.
I hope that helps! Let us know if you have any other questions! :)Best regards,
YigitP.S.: If you would like to receive replies in German, please let us know, so our German speaking moderators can help :)
-
This reply was modified 8 years, 4 months ago by
-
AuthorPosts
