Forum Replies Created
-
AuthorPosts
-
Hey NicomIT!
Can you please post the link to your website and a screenshot showing the changes you would like to make?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereCheers!
YigitDecember 12, 2016 at 2:50 pm in reply to: Fullscreen slider block element which switches Portfolio pages #723134Hi!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Post nav is disabled on portfolio items that has fullwidth elements by default.
Best regards,
YigitHi!
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to hide/display certain elements on mobile and desktop. You could remove your slider on mobile and display your video using Video Element
Best regards,
YigitHey MadRhino,
Can you please post the content of your style.css file from child theme here using – http://pastebin.com/? There might be an error in your custom CSS that is stopping your code from working.
Best regards,
YigitHi Sam!
Sorry for the late reply!
Your website is currently in maintanence mode. Can you please post logins here privately so we can see which element you are talking about? :)Best regards,
YigitHey!
Can you please upload image to your alternate content and then post the link to your page where we can see the issue so we can provide you an accurate solution? :)
Best regards,
YigitHi,
Sorry for the late reply and thank you for your kind words :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 600px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHey!
To change the icon, please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
I added following code to Style.css file of your child theme
ul#menu-item-shop { display: block; }then added following code to functions.php file in your child theme
function av_move_ci(){ ?> <script> jQuery(window).load(function(){ jQuery("ul#menu-item-shop").detach().appendTo('#avia-menu') }); </script> <?php } add_action('wp_footer', 'av_move_ci');Please review your website now
Cheers!
YigitDecember 12, 2016 at 2:21 pm in reply to: Illegal string-warning from config-wpml/config.php #723119Hi,
Please add following code to Functions.php file in Appearance > Editor
/** * This fixes the issue with truncated links in Enfold theme with WPML 3.6.0 * WARNING: ILLEGAL STRING OFFSET 'LANGUAGE_CODE' IN …\WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE (number of line) */ add_action( 'init', 'wpmlcore_3776_temporary_fix' ); function WPMLcore_3776_temporary_fix() { remove_filter( 'WPML_filter_link','avia_change_wpml_home_link', 10 ); }Fix will be included in Enfold update.
Best regards,
YigitDecember 12, 2016 at 2:20 pm in reply to: CSS styling for secondary max-width logo in header #723118Hey L3anne!
Thank you for contacting us!
It seems like URL field is empty in your code – http://i.imgur.com/sR0poi5.png
Can you please elaborate on the changes you would like to make. We might be able to provide you an alternative solution. Adding your secondary logo as subtext – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/ and displaying/hiding it on certain screensize or when scrolled down would be a better solution in my opinion.
Cheers!
YigitHi,
Glad you figured it out!
Let us know if you have any other questions or issues :)
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 post them here on the forum and we will gladly try to help you :)Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#simple-social-icons-2 li, #simple-social-icons-2 { width: 100%; text-align: center; }Best regards,
YigitHi,
Regarding WPML issue, please add following code to functions.php file in Appearance > Editor
/** * This fixes the issue with truncated links in Enfold theme with WPML 3.6.0 * WARNING: ILLEGAL STRING OFFSET 'LANGUAGE_CODE' IN …\WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE (number of line) */ add_action( 'init', 'wpmlcore_3776_temporary_fix' ); function WPMLcore_3776_temporary_fix() { remove_filter( 'WPML_filter_link','avia_change_wpml_home_link', 10 ); }Enfold is using modified version of Magnific Popup plugin. If you would like, you can disable it in Enfold theme options and use any other lightbox plugin as a standalone plugin.
@jorgegurbindo we have replied you here – https://kriesi.at/support/topic/lightbox-gallery-opens-image-out-of-the-window/. Let us continue thereBest 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 :)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 :)Regards,
YigitHi!
Great! Thank you for choosing Enfold!
If you have any questions or issues, you can always start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/ :)
Regards,
YigitHey Alvin!
Thank you for contacting us!
Our premium WordPress themes are compatible with WooCommerce. You can turn your site into an e-commerce site within few minutes.
We would recommend Enfold as it is the most powerful, flexible and user-friendly theme we have ever created. You can import Enfold demos with a single click in Enfold theme options > Demo Import and start working on your site right away.
Your visitors can register and you can always use a plugin to extend that functionality :)
Let us know if you have any other questions!
Regards,
YigitHi,
@itarab Please go to Enfold theme options > Sidebar Options and choose not to display it :)Best regards,
YigitHi,
I removed this code – http://pastebin.com/TEQf6zhc from functions.php file and it is working now. Please review your website :)
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 :)Regards,
YigitHi,
@Kahil Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; }
@jfumanya Thanks for your help :)Best regards,
YigitHi Richard,
For your information, we would recommend Enfold since it the most powetful, flexible and user-friendly :)
Let us know if you have any other questions!
Cheers!
YigitHi pascaline!
Thank you for contacting us!
Please register to our support forum – https://kriesi.at/support/register/ and start a new thread under the sub forum of theme you are using. For Enfold, it would be – https://kriesi.at/support/forum/enfold/
Cheers!
YigitDecember 9, 2016 at 9:17 pm in reply to: Warning: Illegal string offset 'language_code Enfold Theme #722609Hi,
Great! Not at all! Let us know if you have any other questions and have a lovely weekend!
Best regards,
YigitDecember 9, 2016 at 9:16 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #722608Hi,
It could be because of the link. Can you please try editing your buttons and changing href in both and check if that helps?
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 :)Regards,
YigitHey Michael!
Can you please post your purchase and email address in private content field so we can reset your account? :)
Cheers!
YigitDecember 9, 2016 at 6:26 pm in reply to: Warning: Illegal string offset 'language_code Enfold Theme #722570 -
AuthorPosts
