Forum Replies Created
-
AuthorPosts
-
Hi,
Please try this as well to reduce the size of the preloader logo on mobile screens:
@media only screen and (max-width: 767px) { .av-preloading-logo { max-width: 250px; max-height: 250px; } }
Best regards,
RikardHi Havi,
Great, glad you got it working. Rebooting stuff usually helps :-)
Happy holidays to you too!
Best regards,
RikardHi,
Thanks for the login details, though I can’t see the problem on the home page on my end. I might be missing something in the thread though, could you post a screenshot of the problem on the home page as well please?
Best regards,
RikardHi,
I think upgrading to PHP7 would be a good idea if you have the possibility to do so, it will likely solve the problem you are having and might improve the performance of the site in general.
Best regards,
RikardHi,
Great, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey schnippel,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-search a:before { color:white !important; }
Best regards,
RikardHey gerdkulhavy,
Thanks for the link, though I can only see a coming soon page. I’m guessing we need to be logged in? If so then please post login details in private.
Best regards,
RikardHi,
Thanks for the feedback, we’ll check it out before the next release :-)
Best regards,
RikardHey tonydobrevski,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-icon-list li { padding: 0 0 15px 0 !important; min-height: 20px !important; }
Best regards,
RikardHi again,
I just had a talk with one of our developer and we will add an option in the theme options to disable the LayerSlider. I can’t promise that it will make it into the next version, but it will be added at some point. Until then, can you please use the option to disable it manually from your functions.php file?
add_theme_support( 'deactivate_layerslider' );
Best regards,
RikardDecember 13, 2017 at 5:51 am in reply to: How to target all pages except from one with a CSS code? #888212Hey tonydobrevski,
Please try this:
.content { padding:0 !important; } #html_entry_id_44 .content { padding:0 !important; }
Though I’m not sure where you found that ID? It might be better to use the page-id class which you can find in the body tag.
Best regards,
RikardHey DROR,
Go to Appearance->Menus, then select Screen Options in the top right hand corner of the screen. Select to display the Description there and you will see the option for that in your menu items.
Best regards,
RikardHey kingbolo,
Thanks for the login details, I’m not sure why that is happening to be honest. Did you try to remove all your custom CSS to see if some of it might be causing the mobile menu to be hidden?
Best regards,
RikardHi,
Thanks for the screenshot and link. First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHey Gemcrm,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardDecember 13, 2017 at 5:28 am in reply to: Adjusting the min width of the resolution to 1360px for hamburger menu #888205Hi,
Thanks for the feedback, I can’t access the Google Drive files though, could you set them to publicly accessible please? Also, I could find the word Voorbeelden in your menu?
Best regards,
RikardHi Claudia,
Thanks for the feedback, when you analyse your site using Google Page Speed insights you will see links to the documentation on how to fix all the items Google thinks you should do, did you try to look there?
Best regards,
RikardHi Tom,
Great, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi Hokuspokus,
Thanks for the feedback, you are most welcome to write Kriesi about me, although I cannot see that I have done anything wrong here. We’re trying to help you out, nothing else. How have we fooled you for instance?
I asked you a question previously if you have tried to deactivate the LayerSlider since you don’t need it, did that work out or not?
Maybe it would be better if you started a new thread and included admin login details to one of your sites so that we can have a closer look?
Best regards,
RikardHi,
Thanks for the feedback, but I still can’t see the background repeating on your site. Do you mean the images under Our Activities maybe? If so, how do you want to change them? Also, in what device/browser are you seeing the error in question?
Best regards,
RikardHey Lenju,
Did you try using a Color Section element and set the background image to parallax?
Best regards,
RikardHi Joe,
Could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHey Alex,
We are not accepting guest posts at the moment, thanks for your interest though.
Best regards,
RikardHi,
Thanks for the login details, though I can’t see the problem. I see the one widget you have in the widgets on the front end. Did you do anything to fix the problem? If not then please clear your browser cache and reload the page.
Best regards,
RikardHey Dialogo2017,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardHey condonpb,
There’s not enough space in the header for smaller screens, maybe you could hide that button for tablets and phones and place it in a Color Section instead? You can hide the Color Section for all screens except small ones in the element options.
Best regards,
RikardHi Havi,
Did you make sure to clear you browser cache and reload the site? If that doesn’t work, then please try to change a few value in the theme options and save again. That usually works for most sites.
Best regards,
RikardHi CONCEPTENCREATIE,
Did you try the code posted by L in your child themes functions.php file?
add_action( 'ava_after_main_menu', 'wpml_switch_to_header' ); function WPML_switch_to_header() { echo do_action('wpml_add_language_selector'); }
Best regards,
RikardHi,
Great, glad you got it working. Do you mean the actual links in the menu or the burger menu link?
Best regards,
RikardDecember 12, 2017 at 8:04 am in reply to: Post>All Post give vertical column of text with no spaces #887779 -
AuthorPosts