Forum Replies Created
-
AuthorPosts
-
Hey!
@mensmaximus Thanks for your help as always :)
Glad @mensmaximus could help! Let us know if you have any other questions or issues :)Best regards,
YigitHey Peter,
Sorry for the late reply!
That would depend on your content and server configuration. max_input_vars is set to 1000 on my local installation and i did not have any issues whatsoever but some users needed to increase the value. Therefore, unfortunately, we cannot promise but out of the box 1000 for max_input_vars should work just fine
Let us know if you have any other questions :)
Cheers!
YigitHey!
You are currently using an older version of the theme. Please update Enfold to the latest version 4.0.5 – 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
No, we only have premium WordPress themes :)
Cheers!
YigitHi Norbert!
Thanks for contacting us!
You can add Color Section elements with custom background images to your pages and place any content you like inside them or you can use Fullwidth Easy Slider and add captions to your slides :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Cheers!
YigitP.S.: If you would like to receive replies in German, please let us know so our German speaking moderators can help :)
Hi!
As far as i understand you would like to be able to get a purchase code but want to purchase the plan with hosting while hosting it on your own host. Could you please contact Envato support about it? Purchasing themes with hosting plan is a fairly new option and in your case they might ask you to purchase a regular license or switch to their hosting plan. It would be the best if you contacted Envato support :)
Regards,
YigitHey Omar!
Thanks for contacting us!
Thanks for considering Enfold!
Kriesi mentioned he might make a discount in future however that is not certain yet and we do not know when it would happen if it happens.
Since purchase and download processes are managed by Envato, it would be the best if you contacted them and ask if they would be able to provide some sort of discount when you make a bulk purchase. I hope they can help! :)Let us know if there is anything we can help you with! :)
Regards,
YigitHey Ginger!
Thanks for contacting us!
It seems like you are using Jetpack to display a different theme on mobile. Please disable it.
If you have any other questions or issues, please register to our support forum here – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum as we only provide support to our registered users :)
Regards,
YigitApril 27, 2017 at 11:27 pm in reply to: Avia layout builder doesn't load – tried ALL fixes I found in threads #784251Hi,
Everything seems to be normal. I copied your page to my local installation and ALB loads fine there. I tried removing elements one by one and after removing many elements, it starts working. 512M should be enough already but can you ask your hosting provider to increase memory limit to 1024M?
Best regards,
YigitHi,
My bad, please change the code to following one
add_filter('avf_author_description','av_new_avf_author_description'); function av_new_avf_author_description(){ global $avia_config; $author_id = get_query_var( 'author' ); if(empty($author_id)) $author_id = get_the_author_meta('ID'); $name = apply_filters('avf_author_name', get_the_author_meta('display_name', $author_id), $author_id); $email = apply_filters('avf_author_email', get_the_author_meta('email', $author_id), $author_id); $gravatar_alt = esc_html($name); $gravatar = get_avatar($email, '81', '', $gravatar_alt); $name = "<span class='author-box-name' ".avia_markup_helper(array('context' => 'author_name','echo'=>false)).">". $name ."</span>"; $heading = __("About",'avia_framework') ." ". $name; $description = get_the_author_meta('description', $author_id); echo '<section class="author-box" '.avia_markup_helper(array('context' => 'author','echo'=>false)).'>'; if(empty($description)) { $description = __("This author has yet to write their bio.",'avia_framework'); $description .= '</br>'.sprintf( __( 'Meanwhile lets just say that we are proud %s TESTING HERE %s entries.', 'avia_framework' ), $name, count_user_posts( $author_id ) ); if(current_user_can('edit_users') || get_current_user_id() == $author_id) { $description .= "</br><a href='".admin_url( 'profile.php?user_id=' . $author_id )."'>".__( 'Edit the profile description here.', 'avia_framework' )."</a>"; } } return $description; }Best regards,
YigitHi!
I got following error and could not connect. Can you please check the credentials once again?
Best regards,
YigitHi,
@george Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.menu li > a:after { content: ' ▾'; } .menu li > a:only-child:after { content: ''; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHi,
Can you please post WP admin and FTP logins here privately so we can look further into it?
Best regards,
YigitHi,
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 post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi,
@Webber Thanks for your kind words! Your website looks really nice :)
Best regards,
YigitApril 27, 2017 at 7:17 pm in reply to: Header Transparency – keeping header same on scroll down #784153Hi,
I see that you have changed the code to following one
.home .header_bg { background: #6e2a7d; }If you would like to display transparent header even when scrolled down on all pages, please use the code as following
.header_bg { background: transparent!important; }If that is not what you meant, please elaborate :)
Best regards,
YigitHi,
You are currently using PHP version 5.6.30 and that should not cause any issues. Hopefully, your hosting providers shed a light on it :)
Best regards,
YigitApril 27, 2017 at 3:55 pm in reply to: Header Transparency – keeping header same on scroll down #784087Hey!
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
.home #header_main { border: none; } .home .header_bg { background: transparent; }Please review your website and remove “.home” classes from codes if you would like to apply the changes globally and not only on home page
Best regards,
YigitHey,
Sorry for the late reply. We have a queue and reply each and every thread however depending on how busy forum is, it may unfortunately take longer sometimes.
We have replied to your thread which you started 22 hours ago and there does not seem to be another one. Let us continue there.Regards,
YigitHey!
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
Also, Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor and change the text as needed
add_filter('avf_author_description','av_new_avf_author_description'); function av_new_avf_author_description(){ $author_id = get_query_var( 'author' ); if(empty($author_id)) $author_id = get_the_author_meta('ID'); $name = apply_filters('avf_author_name', get_the_author_meta('display_name', $author_id), $author_id); $description = __("This author has yet to write their bio.",'avia_framework'); $description .= '</br>'.sprintf( __( 'Meanwhile lets just say that we are proud %s contributed a whooping %s entries.', 'avia_framework' ), $name, count_user_posts( $author_id ) ); if(current_user_can('edit_users') || get_current_user_id() == $author_id) { $description .= "</br><a href='".admin_url( 'profile.php?user_id=' . $author_id )."'>".__( 'Edit the profile description here.', 'avia_framework' )."</a>"; } return $description; }Best regards,
YigitHi!
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 post them here on the forum and we will gladly try to help you :)Best regards,
YigitApril 27, 2017 at 3:42 pm in reply to: Masonry with portfolio entries – display of titles on mobile #784069Good morning Emilie!
Sure! We will keep the thread open and wait to hear from you :)
Best regards,
YigitHi,
It seems to be server issue. Can you please contact your hosting provider and tell them that you are getting “ERR_CONTENT_DECODING_FAILED” error?
Best regards,
YigitMerhabalar,
Lutfen Ayarlar > Kalici Baglantilar’a gidip “Duz” secip degisiklikleri kaydedin sonrasinda tekrar /%postname%/ olarak ayarlayip tekrar kaydedin :)
Best regards,
YigitApril 27, 2017 at 3:08 pm in reply to: Masonry with portfolio entries – display of titles on mobile #784050Hi,
That seems to be a better solution :)
Please add following code to Quick CSS instead@media only screen and (max-width: 767px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100%; }}Best regards,
YigitHi,
I updated WordPress to the latest version manually as well. Something seems to be wrong on your installation. Can you please contact your hosting provider? They should be able to point out the cause of the issue
Best regards,
YigitApril 27, 2017 at 2:56 pm in reply to: Avia layout builder doesn't load – tried ALL fixes I found in threads #784041Hey!
Can you please post FTP logins here privately as well?
Regards,
YigitP.S.: You do not need to bump your own threads. We have a queue and every thread gets replied :)
Hi!
They show up fine on my end.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
Yigit -
AuthorPosts
