Forum Replies Created
-
AuthorPosts
-
Hey!
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 gallery element and give it a custom CSS class (“your-custom-class” in the example below)
then add following code to Functions.php file in Appearance > Editorfunction avia_new_link_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class a').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'avia_new_link_target');Best regards,
YigitHi!
Please go to Settings > General and make sure that your “Timezone” is set correctly.
Regards,
YigitJanuary 16, 2017 at 5:32 pm in reply to: Masonry – portfolio items – filter showing blanks with Hierarchical Categories #734232Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-sort-by-term .text-sep { border: none!important; text-indent: 0!important; } .av-masonry-sort .avia_hide_sort { display: inline-block; }Best regards,
YigitHey!
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 :)Cheers!
YigitHey!
Thanks for reviewing the theme with 5* :)
Let us know if you have any other questions or issuesBest regards,
YigitHi,
It seems like light font weight is not included. Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and add the same Google font once again with all font weights.
Best regards,
YigitHey Brigitte,
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitHi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
YigitHey arteffekt,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top div .avia-gallery img { border: none; } #top .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; }Best regards,
YigitHi!
And now login credentials are not working for me. Can you please check them once again?
Best regards,
YigitHey Elames!
That is because you are using 3 column layout and images are resized to fit in the column. Please consider increasing image sizes. 450x450px should be fine
Cheers!
YigitHey!
We will forward your request to our devs :)
Glad it is working fine now!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 :)Cheers!
YigitHey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-img { -webkit-animation: none !important; animation: none !important; }We will include the fix in upcoming Enfold update :)
Best regards,
YigitHey!
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 :)Cheers!
YigitHey Xavier!
That is because your header height is too small. Please consider increasing initial header size
Cheers!
YigitJanuary 16, 2017 at 4:18 pm in reply to: How to disable delay in main-navi to sub-menu hover? #734147Hey Ralf,
That is not the expected behaviour of dropdown menus. Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey!
Please try adding following code to Functions.php file in Appearance > Editor
function get_product_by_sku( $sku ) { global $wpdb; $product_id = $wpdb->get_var( $wpdb->prepare( "SELECT post_id FROM $wpdb->postmeta WHERE meta_key='_sku' AND meta_value='%s' LIMIT 1", $sku ) ); if ( $product_id ) return new WC_Product( $product_id ); return null; }Best regards,
YigitHey!
– Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }– Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change theentry_without_sidebarimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitHey Charlotte,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.copyright { font-size: 20px; } #socket .social_bookmarks li a { font-size: 16px; }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 :)Cheers!
YigitHi!
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.
Regards,
YigitHey Martin,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.goog-te-gadget-simple { max-height: 45px; }Best regards,
YigitJanuary 16, 2017 at 4:04 pm in reply to: How to prevent the transparent header on mobile to transform into normal header? #734123Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
YigitHey decode,
Please add following code to Functions.php file in Appearance > Editor and change the link as needed
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; }Best regards,
YigitHey omardimassi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitJanuary 16, 2017 at 3:54 pm in reply to: Change to function.php – error message & site crashed #734116Hey ennaz,
Can you please post FTP and WP admin logins here privately and post the code you would like to add using – http://pastebin.com/?
Best regards,
YigitJanuary 16, 2017 at 3:51 pm in reply to: Hentry microformats.org (fields author and updated are missing) #734113Hey Gabri,
Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
YigitHey!
It seems like you are using JetPack for IP restriction. Please go to JetPack settings and disable it
Cheers!
YigitJanuary 16, 2017 at 3:49 pm in reply to: Background Overlay goes over the Diagonal Border of the color section #734109 -
AuthorPosts
