Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, I corrected the curly quotes so the font for the mobile menu and blog category is correct now.
I also found that you had an unclosed media query in your quick css breaking the mobile font size.
I saw the issue with the h4 “Unsere Podencos” on the homepage, since this is corrected I assume the others are also, please clear your browser cache and check.
I will close this thread, if you still have issues please respond to the other thread, thank you for using Enfold.Best regards,
MikeFebruary 19, 2023 at 4:03 pm in reply to: Changes in Advanced Styling displayed on desktop and tablet, not on smartphone #1398536Hi,
Thanks for the login, I corrected the curly quotes so the font for the mobile menu and blog category is correct now.
I also found that you had an unclosed media query in your quick css breaking the mobile font size.
I saw the issue with the h4 “Unsere Podencos” on the homepage, since this is corrected I assume the others are also, please clear your browser cache and check.
I will close this thread, if you still have issues please respond to the other thread, thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, I corrected the curly quotes so the font for the mobile menu and blog category is correct now.
I also found that you had an unclosed media query in your quick css breaking the mobile font size.
I saw the issue with the h4 “Unsere Podencos” on the homepage, since this is corrected I assume the others are also, please clear your browser cache and check.Best regards,
MikeFebruary 19, 2023 at 3:30 pm in reply to: Changes in Advanced Styling displayed on desktop and tablet, not on smartphone #1398532Hey tom_on_wheels,
Can you please link to your site so we can see these H2, H4 and H5 and examine what the issue maybe?
An admin login may assist.Best regards,
MikeHey easybusyweb,
Not as you have described, but you can go to Enfold Theme Options ▸ Main Menu ▸ Alternate Menu For Mobile and use a different menu for mobile devices.Best regards,
MikeHi,
Thanks for the feedback, I didn’t see the script there. My first thought was to try downloading the mailerlite universal.js script and upload it to your site to solve the Cross-Origin Read Blocking (CORB), because if the file is called from your domain it should solve the issue, but your media library wouldn’t allow me to upload the universal.js script, so we would need to try with FTP access, if you can provide or if you can upload it with your cPanel file manager try adding a /js/ directory in your child theme and adding the universal.js script in it so the path is:/wp-content/themes/enfold-child/js/universal.js
then use this URL in the script instead ofstatic.mailerlite.com/js/universal.js
I linked to the universal.js file below.So since I couldn’t do this on your site I created a test page on my demo, but when I added the script to WPcode and copied the code block I didn’t get the Cross-Origin Read Blocking (CORB) error and the reCAPTCHA shows and the form works from the page and then gives the correct redirect to your /thank-you-2/ page. Please give it a try and see if you had a new sign up for the name “support” and email ” (Email address hidden if logged out) ”
I can’t explain why my Enfold demo doesn’t show the same error, perhaps a plugin like Wordfence Security or something else? Try disabling your plugins and see if your test page then works correctly, if not we can try adding the universal.js to your child theme as a workaround.
Best regards,
MikeHi,
You can download the demos from our public GitHub library, but the demos are WordPress xml import files, from WordPress ▸ Tools ▸ Import as explained in our documentation: manually installing the demo.
These xml files import the images and settings into the WordPress database by getting the content from our server, which it can’t complete because your server times out.
This is how WordPress imports and it is a basic WordPress function, we don’t have a zip file of images because you can not import images into WordPress directly via FTP, images and settings must be imported into the WordPress database because they are serialized in the database, this is why WordPress created the xml import function.
I hope this helps explain.Best regards,
MikeFebruary 19, 2023 at 2:12 pm in reply to: Hover color in portfolio categories /portfolio grid #1398523Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, I’m seeing this error on your test page:universal.js Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.mailerlite.com/ with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
So the web browser is blocking the javascript from mailerlite: Cross-Origin Read Blocking (CORB)
I don’t see an expected script in the code block, just a div, is the script added by the plugin?
Perhaps mailerlite didn’t see this error when you talked to them last, but I would point this out to them as it doesn’t look like the theme is the issue.Best regards,
MikeHi,
Thank you for your patience, based on the error message: Please contact your web host and ask them to allow external connection to the following domain: repository.kreaturamedia.com. it sounds like your webhost or a plugin is not allowing an external connection to the license server for the LayerSlider.
If you asked your webhost to check already then please follow the instructions and visit https://layerslider.com/help/
Perhaps the LayerSlider team has another way for you to register the plugin.Best regards,
MikeFebruary 18, 2023 at 11:10 pm in reply to: woocommerce booking “display calendar en click not working” #1398500Hey BELHADJAsma,
This seems to be a duplicate thread, please see your other thread and reply there. Thank you for your patience and understanding and for using Enfold.Best regards,
MikeFebruary 18, 2023 at 11:08 pm in reply to: Mobile view transparent glassy header – columns move up under the menu #1398499Hey studiovene,
Thanks for the link to your site, it looks like you have this custom css:@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 0 !important; margin: 0; } } .html_header_transparency #main { padding-top: 0 !important; }
This is interfering with the #main top padding for mobile devices, try removing this custom css.
Best regards,
MikeHey jeel147,
Please try this css:@media only screen and (min-width: 1024px) { #full_slider_1 .caption_left .slideshow_caption { left: 40px; } }
please adjust the number to suit and clear your browser cache and check.
Best regards,
MikeHey jeel147,
Please try this css:.avia_textblock ul li::marker { color: red!important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey doug123,
For your icon the font family was tiktok and the icon number was ue802
This is the corrected code:function avia_add_custom_icon($icons) { $icons['tiktok'] = array( 'font' =>'tiktok', 'icon' => 'ue802'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['TikTok'] = 'tiktok'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
I also added the css for you:
#top #wrap_all .av-social-link-tiktok:hover a, #top #wrap_all .av-social-link-tiktok a:focus { background-color: pink; color: white; }
please clear your browser cache and check.
Best regards,
MikeHey Createve_Solutions,
This is because your logo shifts for the text menu with this css:@media only screen and (min-width: 780px){ #header .logo { left: 48%; transform: translateX(-40%); z-index: 999; } }
but your text menu doesn’t show until 990px, so the above css should be changed to at least 990px and not 780px.
But if you look at 990px your text menu is too large for the screen at 990px so I would recommend not showing the text menu until 1440px when it will fit correctly.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeFebruary 18, 2023 at 10:11 pm in reply to: Hover color in portfolio categories /portfolio grid #1398493Hey tom_on_wheels,
Thanks for the link to your site to change the color of the portfolio grid links on hover please try this css:.main_color #js_sort_items a:hover{ color: #499F99; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey tom_on_wheels,
Thanks for the link to your site, instead of font-family: ‘Ubuntu Condensed’, sans-serif;, try font-family: ‘ubuntu-condensed’, sans-serif;
After applying the css, please clear your browser cache and check.Best regards,
MikeHey tom_on_wheels,
Thanks for the link to your site, instead of font-family: ‘Ubuntu Condensed’, sans-serif;, try font-family: ‘ubuntu-condensed’, sans-serif;
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Sorry, we don’t have a chat option, please check your email and reset your password then once you log in, open a new thread with the url to the page in question and a admin login so we can investigate.
The contact form email is not appropriate for support questions, if you didn’t get the password reset email, please let us know and we will send it again, or check your spam folder.Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing the solution. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for your patience, I tested your function on my demo site for the top menu avia2 for my demo site the patient page portfolio and all of it child pages show [‘menu’] = ’11’; and for the parent page elements and all of it child pages show [‘menu’] = ’36’;, all other page show [‘menu’] = ’37’;.
This is the code that worked for me:function my_custom_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia2') if ( is_child( 'portfolio' ) ) { $args['menu'] = '11'; } elseif ( is_child( 'elements' ) ) { $args['menu'] = '36'; } else { //* otherwise set the default as defined in the enfold-child theme as Main Menu $args['menu'] = '37'; } return $args; }
try using the menu IDs instead of the names, that is the only difference I see from your code.
This is the full code I used:function register_my_menus() { register_nav_menus( array( 'patient-menu' => __( 'Patient Menu' ), 'HCP-menu' => __( 'HCP Menu' ) ) ); } add_action( 'init', 'register_my_menus' ); /** * Child page conditional * @ Accept's page ID, page slug or page title as parameters * https://sridharkatakam.com/useful-functions-checking-pages-sub-pages-wordpress/ */ function is_child( $parent = '' ) { global $post; $parent_obj = get_page( $post->post_parent, ARRAY_A ); $parent = (string) $parent; $parent_array = (array) $parent; if ( in_array( (string) $parent_obj['ID'], $parent_array ) ) { return true; } elseif ( in_array( (string) $parent_obj['post_title'], $parent_array ) ) { return true; } elseif ( in_array( (string) $parent_obj['post_name'], $parent_array ) ) { return true; } else { return false; } } add_filter( 'wp_nav_menu_args', 'my_custom_wp_nav_menu_args' ); /** * CManu switch based on page/parent relationship for HCP, Patient or others * @ Accept's page ID, page slug or page title as parameters * PJE – RESOLVE */ function my_custom_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia2') if ( is_child( 'portfolio' ) ) { $args['menu'] = '11'; } elseif ( is_child( 'elements' ) ) { $args['menu'] = '36'; } else { //* otherwise set the default as defined in the enfold-child theme as Main Menu $args['menu'] = '37'; } return $args; }
Best regards,
Mike -
AuthorPosts