Forum Replies Created
-
AuthorPosts
-
August 8, 2022 at 11:37 am in reply to: Burger Menu Submenu schwarz und Mobil Navi ohne Funktion #1361090
Hi,
Thanks for the update. Could you post a screenshot highlighting the problem please? Also please post admin WordPress login details in private, so that we can check the actual menu.
Best regards,
RikardHi Tim,
Updating via FTP doesn’t mean that you have to have two theme folder, but it’s the most secure way of updating, as @thinkjarvis pointed out. If I update via FTP, then I create a new folder called enfold_new for example, then I upload all the files. After that I change the old folder to enfold_old, and the new one to only enfold, then I check if the site is working as it should. If it’s working as expected, then I delete the old version under Appearance in the WordPress menu.
Best regards,
RikardHi,
Thanks for the update, we’ll keep this thread open for you.
Best regards,
RikardHi,
Thanks for the clarification. We can’t say why your site is not indexed by Google unfortunately, maybe it would be better to reach out to their support? I checked your sites http response, and it’s returning a 200 code. That means that it’s accessible by users and bots: https://httpstatus.io/. You could check that the option to discourage search engines is not checked under Settings->Reading in the the WordPress menu.
Best regards,
RikardHi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Great, I’m glad that you managed to solve your problems. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey monmouth,
Could you try updating the theme to the latest version (5.1.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private.
Best regards,
RikardAugust 8, 2022 at 11:16 am in reply to: Burger Menu backbround covers logo and cart icon on mobile #1361078Hey Suze,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { z-index: 999; right: 5px; } }Best regards,
RikardAugust 8, 2022 at 10:33 am in reply to: General Styling – Font No longer has a size option. #1361075Hi,
Changing the H6 element should work as expected in the theme options. If you need further help with investigating why it’s not working, then please post admin WordPress login details in private.
Best regards,
RikardHi,
Thanks for that. We are not aware of any security problem in the theme. Who exactly sent you this email?
Best regards,
RikardHey Christian,
I can see that you are running a very old version of the theme on the .net site. Could you try to update to the latest version (5.1.1) to see if that helps please? The update to 5.0 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/About the 403 error on the .com site; are you running Enfold on that site as well? It looks like the error message is not coming from Enfold, and we have no functionality in the theme for setting error screens like that either.
Best regards,
RikardHi,
Ok, I see how that could be confusing. The inline CSS of 72 pixels would take priority in that case.
I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Thanks for the update. Please try this CSS as well:
.av-burger-overlay-scroll #av-burger-menu-ul a { color: #fff; }I tried logging into your site, but the details are not working again.
If you want to set the colour for the strong tag, then you can do so under Enfold->Advanced Styling.
Best regards,
RikardAugust 7, 2022 at 9:06 pm in reply to: Reducing font size for "normal" text on mobile using "Typography" settings #1361015Hi,
You have set the body font to 19 pixels under Enfold->Advanced Styling, and that is what is currently applying. If you remove that, then the Typography settings should apply after that.
Best regards,
RikardHi Tim,
Thanks for that. I see that the latest version of the theme is being used on your site, you can verify that under Enfold->Theme Update. I see that you have two Enfold installations on your site, you can simply delete the old version under Appearance->Themes. The child theme version number is something you set yourself, it’s not an indication of the parent theme version. If you want to change that, then you can edit style.css in the child theme.
Best regards,
RikardHi,
Thanks for the apology, it’s appreciated. If I suggest a to use a different element or a different way of doing something, it’s not to be rude. I’m only trying to help you out to have a better interaction with the theme.
Please help me understand why the special headings element works and the text element I was using does not. I do understand that only putting the 72px value in and nothing else means everything is set to 72px I’m confused about this part though….Each of those elements has the same text size component, where you can leave it blank or insert your desired text size for each screen size. I did that on the text element I initially used but it didn’t work. I had only placed text sizes in the last two screen sizes previously, but in the special headings element, I went ahead and filled in the size for each screen. Could that be part of the problem? Must you fill in all the text sizes for it to work properly?
This is what I tried explaining with the first test page I linked to. If you add inline CSS to any html markup, then in most cases it will override any other CSS which is trying to set the same value. I’ll try a different example:
//This text will override theme settings, and will always show at 70px <h1 style="font-size: 70px;">My heading</h1>//This text should get its size from the theme settings <h1>My heading</h1>Special Heading element – will get its styling from the theme settings. You can set the responsive font sizes under Enfold->General Styling->Typography. You can also set styling under Enfold->Advanced Styling.
Text Block element with responsive font settings – If you use a Text Block element and you set font sizes for each screen size in the element options, then that should override the general theme settings. Please note that you need to set values for all screen sizes, otherwise the last value set will apply to smaller screens.
I hope that explains it a bit clearer.
Best regards,
RikardAugust 7, 2022 at 2:13 pm in reply to: Reducing font size for "normal" text on mobile using "Typography" settings #1360999Hi,
Thanks for the update. Please try to remove the CSS I referred to above, then make the settings you would like to have under Enfold->General Styling->Typography. Look for the Default content font size option.
Best regards,
RikardHi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-11020 #after_grid_row_1 .container { max-width: 100%; padding: 0; } .page-id-11020 #after_grid_row_1 .av-minimal-toggle .toggle_content { padding: 12px 0 11px 0; }If you need to add this to more than one element and page, then please add a class to the element options instead, and adjust the CSS accordingly. If you need help with new CSS, then let us know.
Best regards,
RikardHi,
Thanks for the update. Please try this CSS instead:
@media only screen and (max-width: 1270px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special, #avia-menu #menu-item-search { display: block; } }Best regards,
RikardHi,
Thanks for expressing your opinion. I’ve given you examples of how the theme works, if you need further explanations to that, then please try to ask direct questions.
Best regards,
RikardHi,
Try this CSS instead:
@media only screen and (max-width: 1024px) { .flex_cell.av-16do6c8-f1fb92f96cb985ed762e2e46a16b73b7 { vertical-align: top !important; } }Best regards,
RikardHey Angelo,
I think you did the same thing in this thread as in the other; you posted login details to the live site, but linked to a page on a staging site, which is htaccess protected.
Best regards,
RikardAugust 7, 2022 at 10:39 am in reply to: Reducing font size for "normal" text on mobile using "Typography" settings #1360979Hi,
Thanks for the update. The page you linked to on the staging site is still htaccess protected, but I checked your Quick CSS on the site you sent login details to, and it looks like you are overriding the theme settings with this CSS:
@media only screen and (max-width: 767px) { p { font-size: 18px !important; /*line-height: 1.3em !important;*/ } }Best regards,
RikardAugust 7, 2022 at 10:29 am in reply to: characters appearing on the front end where code blocks are #1360976Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
I tried your suggestion, and as I indicated before, it did not work. Adding the font size in css or inline makes to difference, the mobile settings are not responsive The font, remains at 72px on every screen.
But that is exactly what my example page showed you. If you add inline CSS, that will apply instead of any theme setting, since that CSS has a higher priority. If you don’t understand how CSS priority works, then please try to do a bit of research online.
This page will answer your question in the screenshot: https://wpexpert.se/enfold/text-block-font-sizes-example/
Not at all, I’m simply suggesting that when you design a website, it’s designed for the largest screen first, then the responsive settings adjust all the page elements to fit the appropriate size. That 72px value would still be there for the larger screens and naturally, adjust to smaller screens. That is how responsive websites are supposed to work.
You have explicitly told an element to be 72 pixels, with no further specification. How exactly should the theme then know when you want it to change, and on which screen sizes?
Best regards,
RikardHi,
Thanks for the clarification. Please try this CSS instead, to activate the burger menu at an earlier point:
@media only screen and (max-width: 1270px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }Best regards,
RikardHi,
Thanks for the update. So you want to remove all items from the burger menu? Or do you mean the desktop menu? I’m not sure what the point of that would be though, are you trying to activate the burger menu at an earlier point maybe?
Best regards,
RikardHi,
Thanks for the clarification. Could you post admin WordPress login details in private to the site where we can see this happening please?
Best regards,
RikardHi Tim,
Thanks for the update. I’m not sure I understand your last reply, are you saying that something is telling you different versions of the theme? Or is 4.9 the version of WordPress maybe? If I’m misunderstanding the problem, then please try to explain it a bit further. Screenshots highlighting it might help us understand better as well.
Best regards,
Rikard -
AuthorPosts
