Forum Replies Created
-
AuthorPosts
-
February 20, 2023 at 8:29 pm in reply to: Header (logo and burger menu) show on scroll up MOBILE #1398682
Hi,
To show the mobile header, logo and burger menu when scrolling down try this css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Chris,
Thanks for the link to your site, for the LayerSlider the best solution is to create a mobile version of the slider, because for mobile it will be a portrait view, compared to desktop which is a landscape view.
Try cloning your current desktop slider and naming it mobile, then change the canvas in the settings to about 425px x 768px and adjust the video to this aspect, if you find the video is cropped too much for mobile portrait then upload a new version of the video that will work for you.
Then set the visibility for the mobile video to only show on mobile and the desktop to only show on desktop.Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing your 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,
MikeFebruary 20, 2023 at 6:56 pm in reply to: woocommerce booking “display calendar en click not working” #1398675Hi,
Thanks for the login, but I don’t see the URL to your site, please include this also.Best regards,
MikeFebruary 20, 2023 at 6:54 pm in reply to: Although all of my pages are accessible in admin mode, they do not show live #1398674Hi,
Thanks for the feedback, on each line I see error anon-0-0-0-187.ip6.invalid so it looks like your server is returning an invalid error for ip6
I’m not a server expert so I recommend asking your webhost to investigate this error.Best regards,
MikeHi,
Thanks for the feedback, I guess I misunderstood, if you are talking about a Recaptcha button that always showing on the right bottom site then this would be from another plugin because Enfold doesn’t have this.
The only thing we have similar to the is the Enfold Theme Options ▸ Privacy and Cookies ▸ Advanced Options ▸ Show reopen badge it looks like a “lock” icon to reopen the cookie bar.Best regards,
MikeHi,
Thanks for the feedback, please note that you need to have the full url in your stylesheet because you have two different url’s in your
WordPress ▸ Settings ▸ General ▸ Site Address
WordPress ▸ Settings ▸ General ▸ WordPress Address
when you only use /wp-content/uploads/avia_fonts/type_fonts/gothic.ttf in your css @font-face the correct address in not used, I corrected this for you and now the gothic.ttf is loading correctly.
But gothic_bold.ttf or gothic-bold.ttf is not correct, it still gives a 404, please include FTP access so we can see what the path & file name for the bold version of the font is a correct your @font-face cssBest regards,
MikeHi,
Glad we were able to help, Try making the text of the menu items smaller so they will fit on one line. 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,
Oops, I adjusted to this:#avia2-menu #menu-item-599 a:before { content: "\e800"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-599 a{ font-size: 0; } #avia2-menu #menu-item-673 a:before { content: "\e835"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-673 a{ font-size: 0; }
Please clear your browser cache and check.
Best regards,
MikeHey Jables,
I assume that you uploaded them via FTP, please check the file name for gothic-bold.ttf as it is a 404.
I was able to get gothic.ttf to load by changing the url but not gothic-bold.ttf
I see you are not using SSL, do you plan to?
I adjusted your css because body is too weak as a css rule, this works for most of your plain text not including headers:body #wrap_all #main { font-family: 'gothic', sans-serif; font-weight: normal; }
For your special heading this css is better:
#main h1.av-special-heading-tag { font-family: 'gothic-bold', sans-serif; font-weight: normal; }
Best regards,
MikeHi,
Thank you, I see this menu:
and these custom icons:
If you use this css:#avia2-menu #menu-item-599:before { content: "\e800"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-599{ font-size: 0; } #avia2-menu #menu-item-673:before { content: "\e835"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-673{ font-size: 0; }
you should see this result:
After applying the css, please clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Glad we were able to help, I’m not sure what the cause was but I messed with it a few times. 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, this is what I added to your child theme functions.php:function custom_top_nav_menu( $args = '' ) { if($args['theme_location'] === 'avia2') if ( wp_is_mobile() ) { $args['menu'] = '28'; } return $args; } function custom_main_nav_menu( $args = '' ) { if($args['theme_location'] === 'avia') if ( wp_is_mobile() ) { $args['menu'] = '7'; } return $args; } add_filter( 'wp_nav_menu_args', 'custom_main_nav_menu' ); add_filter( 'wp_nav_menu_args', 'custom_top_nav_menu' );
In my test the topbar menu and the main burger menu switched for mobile, I tested on an Android device.
Please note that if you test on a desktop browser you will need to reload the page for it to work.Best regards,
MikeHi,
Sorry for the very late reply and thank you for your patience I did some more tests and found the changing your Permalink structure to plain corrects the search result pagination, please test your site now.
I’m not sure why this is, I have asked the rest of the team for ideas. I’m encouraged that this may point to the core issue.Best regards,
MikeHey jeel147,
You can enter your new code in the same field, see Enfold Theme Options ▸ Google Services ▸ Google Analytics Tracking Code the field shows both examples:Either enter your Google tracking id (UA-XXXXX-X), (G-XXXXX) or your full Google Analytics tracking Code here.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please log in to the forum and create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks please include the FTP password, the site password didn’t work.Best regards,
MikeHi,
Thanks for the feedback, try going to your menus and hovering over the “Delete Menu” link for your main menu and your topbar menu so that at the bottom of the page your browser will show you the link address, in the link address look for menu=xx the xx will be a number, in this screenshot the number is 11
Ok, so now you have both numbers, for this example let’s say 37 for the one you want to be the mobile topbar menu & 11 for the one you want to be the new mobile main burger menu.
Now add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_top_nav_menu( $args = '' ) { if($args['theme_location'] === 'avia2') if ( wp_is_mobile() ) { $args['menu'] = '37'; } return $args; } function custom_main_nav_menu( $args = '' ) { if($args['theme_location'] === 'avia') if ( wp_is_mobile() ) { $args['menu'] = '11'; } return $args; } add_filter( 'wp_nav_menu_args', 'custom_main_nav_menu' ); add_filter( 'wp_nav_menu_args', 'custom_top_nav_menu' );
Adjusting the numbers to suit.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
If you have trouble please include an admin login in the Private Content area so we can assist.
If you get an error from WordPress that you can’t add the code to your child theme functions.php then try doing so via FTP or your cPanel file manager.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,
I believe that Ismael may have meant the css above in a media query, please give this a try.
I didn’t see a cause for the issue, hopefully Ismael finds a cause after the weekend.@media only screen and (max-width: 767px) { .avia-slideshow .avia-slideshow-inner { height: 300px !important; } .avia-slideshow .avia-slideshow-inner .avia-slideshow-slide, .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap { height: 100%; } .avia-slideshow .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap picture { height: 300px !important; display: block; left: -80%; position: relative; } }
Best regards,
MikeHi,
Please link to your site so we can see, I assume that it becomes 3 lines because it won’t all fit in one line?Best regards,
MikeHey Dan Weisberg,
Thanks for your question, you can use the theme on one domain with unlimited sub-domains, you can also use a localhost version for testing and a staging site, typically this would be a sub-domain.
https://themeforest.net/licenses/standardBest 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,
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 #1398532 -
AuthorPosts