Forum Replies Created
-
AuthorPosts
-
November 27, 2017 at 1:33 pm in reply to: Modification on CSS do not have any changes on frontend #882210
Hi,
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,
YigitHey Johan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia_ajax_form .button { padding: 13px 20px; }Best regards,
YigitNovember 27, 2017 at 1:28 pm in reply to: How can I create a button with phone number behind "click to call" #882207Hi,
Glad Ismael the legend could help! :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header_meta { border: none!important; } #header_meta .container { min-height: 60px; }Best regards,
YigitHi,
Could you please create temporary admin logins and post them here privately? That would be possible with some customization :)
Best regards,
YigitHi,
I created a private page and added heart icon in it and copied HTML of the icon and replaced “love” with “heart”.
I noticed you imported FontAwesome icons. You can refer to this post – https://kriesi.at/support/topic/how-can-i-add-font-awesome-icons-manually/#post-849678 to add them to your theme as well.
Please review your website :)
Best regards,
YigitHey,
I believe those post are already deleted as i could not find them. If they are not, please post links in private content field so we can delete them.
Best regards,
YigitHey Risa,
Top and bottom paddings were not equal in your custom button. I adjusted them in Style.css file of your child theme and flushed cache. 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:
.caption_bottom .slideshow_caption .slideshow_inner_caption { padding: 0; } .av_slideshow_full .container.caption_container { width: 100%!important; max-width: 100%!important; } .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { width: 100%; }Best regards,
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHi,
Following values are from my local installation
Max_execution_time = 30
Max_input_time = 60
Post_max_size = 32M
Upload_max_filesize = 32M
Max_input_time = 60Hope that helps! Let us know if you have any other questions :)
Regards,
YigitHi Sanh,
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.
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! :)
Best regards,
YigitNovember 24, 2017 at 10:49 am in reply to: IMPORTANT! Video Fullscreen with WordPress 4.9 with Enfold 4.2 #881107Hi,
Could you please try adding following code to Enfold theme options > General Styling > Quick CSS
.mejs-layer.mejs-overlay-play{ height:100% !important; }and flush browser cache?
Best regards,
YigitHi,
I tried increasing the values via wp-config.php file but it did not work. Could you please ask your hosting provider to adjust configuration as following?
Max_execution_time = 30 Max_input_time = 60 Post_max_size = 32M Upload_max_filesize = 32M Max_input_time = 60I was not even able to update Functions.php file. I believe increasing these values will help :)
Best regards,
YigitHallo,
You can add following code to Functions.php file in Appearance > Editor to change subject field
add_filter('avf_form_subject', 'avf_form_subject_mod', 10, 3); function avf_form_subject_mod($subject, $new_post, $form_params) { $subject = "Here is the new subject"; return $subject; }Best regards,
YigitNovember 23, 2017 at 8:48 pm in reply to: Error w. Safari Browser: Burger/Mobile Menu – Sidebar Flyout Menu (Classic) #880941Hi,
You are welcome! :)
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 23, 2017 at 8:46 pm in reply to: IMPORTANT! Video Fullscreen with WordPress 4.9 with Enfold 4.2 #880940Hey,
Could you please update your staging site to 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/? Current version is 4.1.2 and video shows up fine on my end.
Regards,
YigitHey!
Please refer to this post – https://kriesi.at/documentation/enfold/color-section-with-100-container/ :)
Best regards,
YigitNovember 23, 2017 at 8:19 pm in reply to: Error w. Safari Browser: Burger/Mobile Menu – Sidebar Flyout Menu (Classic) #880917Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia_desktop.avia-safari #top #wrap_all #av-burger-menu-ul > li { -webkit-transform: none; }Best regards,
YigitHi Pas7o!
I added following code to bottom of Quick CSS field
#header .widget li { background: transparent; }and set padding of menu links in your widget to zero. Please review your website
Regards,
YigitHi,
You are welcome!
It seems like issue was resolved for everyone on this thread so i am closing it. If you have any other questions or issues, please feel free to start a new thread under Enfold sub forum :)
Best regards,
YigitP.S.: Please consider reviewing Enfold on ThemeForest if you have not already – https://themeforest.net/downloads :)
Hi Jose,
Thanks for contacting us!
Enfold is fully compatible with WPML and you can use it to turn your site into a multilingual one :)
If you have any other questions regarding our themes, please feel free to contact us again :)
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:
.subtext h1 { color: red; overflow: hidden; } .logo img { float: left; } .logo, .logo a { width: 100%; max-width: 500px; }Best regards,
YigitHi!
@niguli Please remove your custom CSS code and use this one instead – https://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/.Best regards,
YigitHi!
@metasequ0ia Thanks for your help :)Please download 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 in /wp-includes/ folder via FTP. This is a WordPress core issue that should be fixed in upcoming WP update.Cheers!
YigitHi,
“Site en construction. A bientôt”. Could you please post logins here privately so we can look into it? :)
Best regards,
YigitHi,
Please download 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 in /wp-includes/ folder via FTP. This is a WordPress core issue that should be fixed in upcoming WP update.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_main_alternate { border: none; } #header #header_main_alternate .container { padding: 0; } .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 170px; line-height: 170px; position: relative; top: -119px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Then please remove following inline styles from your logo menu item
position: relative; top: -120px;Best regards,
YigitMerhabalar Ugur,
O tarz stillendirme degisikleri yapmak icin CSS kullanabilirsiniz. Link gonderirseniz gerekli CSS kodlarini gonderebilirim seve seve :) Tema dosyalarinda degisikligi daha cok elementlerin yerlerini degistirmek, ek elementler ekleme, duzenleme ve silme icin gerekir.
Sorun olusmadan once yaptiginiz her hangi bir degisiklik oldu mu? Ayrica hosting firmaniz SMTP kullanimini mi gerektiriyor?
Best regards,
YigitHi,
Can you please elaborate, what exactly is the issue you are having?
If it will be easier to explain, you can post screenshots. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Also, please post temporary WP admin logins here privately so we can look into it. Currently maintenance mode is active, therefore we cannot inspect your website :)
Best regards,
Yigit -
AuthorPosts
