Forum Replies Created
-
AuthorPosts
-
Hi,
Glad you figured it out!
Let us know if you have any other questions or issues :)Best regards,
YigitHi,
Can you please try removing following code from functions.php file temporarily and check if it helps?
function add_custom_megamenu(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 1024){ jQuery(“#header”).click(function(){ jQuery(“.avia_mega_div”).toggle(); }); } }); </script> <?php } add_action(‘wp_footer’, ‘add_custom_megamenu’);Best regards,
Yigit-
This reply was modified 8 years, 10 months ago by
Yigit.
Hey,
Login credentials did not work for me.
Please make sure you are using the latest version of Enfold which is currently 4.0.7 – 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
Best regards,
YigitHey Luisgasser,
Enfold is officially compatible with WPML and we recommend it however you can try using Polylang plugin as well.
As far as i know, to avoid having homepage issues, you would need to set your frontpage and blog pages in Settings > Reading and not in Enfold theme options :)Best regards,
YigitHey!
When creating your products using Advanced Layout Builder, you would need to add each element to your product manually. You can simply add image element or gallery element to your product to display product images :)
Best regards,
YigitHey!
You can use spaces as well but to be on the safe side, i prefer using with hyphen
Cheers!
YigitHi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHi,
Yes, please replace the code i posted above with the bold section. You have copied your avia.js file over to your child theme, therefore changes are still active however when you remove following code
function wp_change_aviajs() { wp_dequeue_script( ‘avia-default’ ); wp_enqueue_script( ‘avia-default-child’, get_stylesheet_directory_uri().’/js/avia.js’, array(‘jquery’), 2, true ); } add_action( ‘wp_print_scripts’, ‘wp_change_aviajs’, 100 );It will continue using parent themes avia.js file
Best regards,
YigitHi,
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top .avia-slideshow-controls a { display: inline-block; }}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,
YigitShalom Nick,
Please change the code in Functions.php file to following one
add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 ); function avf_add_search( $items, $args ) { if ($args->theme_location == 'avia' && wp_is_mobile()) { $search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-//level menu-item-top-level-5">'.get_search_form(false).''; $items = $search . $items; } return $items; }Best regards,
YigitHi,
Can you please do not use that solution but use following one instead to display different menu on mobile – https://kriesi.at/support/topic/change-mobile-menu-2/#post-784018
You should simply replace “main-menu-mobile” with the name of your mobile menu and “main-menu” with the name of your desktop menuBest regards,
YigitHi,
I changed the code to following one
@media only screen and (max-width: 767px) { .avia-content-slider-inner img { display: none; } .avia-content-slider-inner h4,.avia-content-slider-inner p { padding-left: 0!important; }}Please flush browser cache and review your website. If that still does not help, please post a screenshot of the issue and changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
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,
YigitHey Terrassenkind,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .avia-content-slider-inner img { display: none; }}Best regards,
YigitHey uribinsted,
It seems like you are adding short Youtube links, please insert full links instead :)
Best regards,
YigitHey Fabrice,
Thanks for contacting us! :)
Please edit your page and add Color Section element under Layout Elements tab of Advanced Layout Builder, then edit your color section and set a custom background image. Then you can add pricing table (or any other elements) inside your Color Section :)
Best regards,
YigitHi,
Please edit your Color Section with ID “about” and choose not to display top border :)
Best regards,
YigitHi Nick,
Please refer to my post here – https://kriesi.at/support/topic/disable-ajax-menu-in-the-header-and-replace-it-with-the-default-search-function/#post-726636
Best regards,
YigitHi,
Login credentials are not working for me. Can you please check them once again? :)
Best regards,
YigitMay 29, 2017 at 12:30 pm in reply to: Add Contact Form 7 shortcode to lightbox / modal window of Enfold. #801037Hi,
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
YigitHey ugtv,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) { .avia-image-container.avia-align-center .avia-image-container-inner, .avia-image-container.avia-align-center .avia-image-container-inner img { width: 100%; }}Best regards,
YigitHi,
I cannot reproduce the issue on my end either. I cannot find the image Mike posted in his screenshot in the source code.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and check if that helps
Best regards,
YigitHi,
@EZWebdesign Thanks Roger, we will be waiting for your post :) Thanks in advance!Best regards,
YigitHi,
I added following code to Style.css file of your child theme
.avia_transform .avia-gallery-thumb img { -webkit-animation: none!important; animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; opacity: 1; -webkit-transform: scale(1)!important; transform: scale(1)!important; }Please review your website
Best regards,
YigitHey cipriana,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.iconbox-duracion-comunicacionyproductividad .iconbox_content { box-shadow: none; background:#ffffff!important; border: 1px solid #00263a!important; }Best regards,
Yigit-
This reply was modified 8 years, 10 months ago by
Yigit.
Hey yourcloudworks,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
h1, h2, h3, h4, h5, h6 { text-transform: none!important; }Best regards,
Yigit -
This reply was modified 8 years, 10 months ago by
-
AuthorPosts
