Forum Replies Created
-
AuthorPosts
-
Hi,
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,
YigitHi,
You could try creating two different menus in Appearance > Menus one for mobile and one for desktop and then adding following code to Functions.php file in Appearance > Editor
function av_different_mobile_menu( $args = '' ) { if(wp_is_mobile()) { $args['menu'] = 'main-menu-mobile'; } else { $args['menu'] = 'main-menu'; } return $args; } add_filter( 'wp_nav_menu_args', 'av_different_mobile_menu' );Best regards,
YigitApril 27, 2017 at 1:57 pm in reply to: Broken links in main menu after child theme activation #784016Hi!
It seems like you have not completed WordPress installation. Attached a screenshot in private content field. Can you please complete it and then let us know? :)
Best regards,
YigitHi,
You are welcome! Glad Sarah could help :)
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,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) { .responsive #top #wrap_all .container.av-logo-container { margin: 0 30px; }}Best regards,
YigitHey Krissie,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your icon list element and give it a custom CSS class (‘my-custom-class’ in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-custom-class .iconlist-char:before { display: none; }Best regards,
YigitHi Steven,
For time being i cannot think of anything better than first workaround. However i have noted this thread and let you know if i come up with something else :)
Best regards,
YigitHey Norbert!
Thanks for contacting us!
Can you please firstly register to our support forum here – https://kriesi.at/support/register/ and then post temporary admin logins in private content field? Also, please post screenshot showing the issue you are having. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Regards,
YigitApril 26, 2017 at 5:46 pm in reply to: Can't get my custom google font Amatic SC to work in the right places! #783630Hi,
That must be caching related. Please make sure to flush cache and refresh your page a few times after making changes on your site :)
Glad Rikard could help!
Let us know if you have any other questions or issues!Best regards,
YigitHey!
@hjwalter Can you please try updating the theme manually via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/?
If that does not work as well, please start a new thread and attach WP admin logins and FTP logins in private content field so we can look into it.
If you post them here, they will be visible to creator of this thread as well :)Cheers!
Yigit -
AuthorPosts
