
-
AuthorPosts
-
May 5, 2019 at 12:16 pm #1097394
hello friends,
please check my page via firefox. in the socket “Impressum” does not show up. there seems to be an error.
bec. on google-chrome it does show up.
please fix it !
thx and regards
il padreMay 8, 2019 at 9:18 am #1098376Hey ilpadre1,
Best regards,
VictoriaMay 17, 2019 at 10:42 am #1101709This reply has been marked as private.May 19, 2019 at 7:01 pm #1102317May 19, 2019 at 7:17 pm #1102318This reply has been marked as private.May 19, 2019 at 11:15 pm #1102335Hi,
Sorry this was an error, I clicked the wrong button.
When I look at your IMPRESSUM page on chrome, it looks like the same 404 page as on Firefox, is it meant to be a 404 page?
The same for your home page, or domain root. Are you using a maintenance plugin? Please see the link in the Private Content area.
Is this the correct page?Best regards,
MikeMay 20, 2019 at 7:28 am #1102394This reply has been marked as private.May 21, 2019 at 6:28 am #1102687Hi,
Thank you for the login, it made a difference once I logged in I could see your pages, and because I was not logged in Firefox I only saw the 404 page again.
Am I understanding the issue better now?
If I recall correctly this was an issue with your version, I could assist with updating your site but I would need FTP access, but I assume you don’t know what that is, I could also do it with cPanel login (webhost login)
Or I could try to write a very detailed post on how you could do this, but I could do it faster myself.
I notice that your links (permalinks) are like: /?page_id=143 instead of a real word, is that something you would also like? I also see you don’t have an image logo at the top of your site, did you have one?Best regards,
MikeMay 21, 2019 at 6:43 pm #1103015This reply has been marked as private.May 21, 2019 at 8:36 pm #1103065This reply has been marked as private.May 22, 2019 at 3:34 am #1103144Hi,
Thanks for the info above, but I don’t see any ftp or webhost login info or a link to your webhost login page.
Please include.Best regards,
MikeMay 22, 2019 at 7:57 am #1103176This reply has been marked as private.May 24, 2019 at 4:18 am #1103845Hi,
Thank you for the FTP access, I renamed your current theme to “enfold-old” then I uploaded the new “enfold” and checked that your site is working correctly. Please also check for yourself.
Once you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
I then created a new blank page “maintenance” and set it as your maintenance page and then disabled, to remove the message in the page builder.
It seems to be working now.
Please clear your browser cache and check.Best regards,
MikeMay 24, 2019 at 9:26 am #1103873This reply has been marked as private.May 24, 2019 at 7:05 pm #1104005This reply has been marked as private.May 25, 2019 at 3:23 am #1104119Hi,
I took another look at your IMPRESSUM page, and I believe I have it sorted out, and it’s now working. Please clear your browser cache and check.Best regards,
MikeMay 25, 2019 at 9:34 am #1104146This reply has been marked as private.May 25, 2019 at 1:47 pm #1104162Hi,
Glad to help, to make your slider text bold I added this css in the General Styling > Quick CSS field :#full_slider_1 .slideshow_caption { font-weight: bolder !important; }
For your footer widget I added this css to adjust the widget title from 28px to 18px:
#text-4 h3.widgettitle { font-size: 18px !important; }
please adjust to suit.
For the footer width, I added this css:#footer > div { width: 70% !important; }
Please clear your browser cache and check.
Best regards,
MikeMay 26, 2019 at 7:10 pm #1104329This reply has been marked as private.May 29, 2019 at 3:49 am #1105012Hi,
Sorry for the late reply, I’m not sure I understand this last issue, Please see the first screenshot in Private Content area.
So compared to the page content, please explain how you would like to see the footer width/height, Please see the second screenshot in Private Content area.
Perhaps a mockup or screenshot would help.Best regards,
MikeMay 29, 2019 at 7:57 am #1105072This reply has been marked as private.May 29, 2019 at 1:46 pm #1105143Hi,
Thank you, I believe I understand now. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#footer { padding: 0px !important; } #footer .widget { margin: 0px !important; } #footer #media_image-2.widget img { max-width: 40% !important; }
This will make the height of your footer smaller, you can adjust the max-width: 40% !important; to make the footer larger or smaller. I know the code says max-width but your middle image is square so this also adjusts the height, and it was so large it made the footer larger.
Please see the screenshot in Private Content area.Best regards,
MikeMay 29, 2019 at 2:20 pm #1105165This reply has been marked as private.May 30, 2019 at 3:53 am #1105321Hi,
2: your name is hidden because strong tags in the footer are set to be white, I added this code in the General Styling > Quick CSS field for you.footer_color#footer strong { color: #000 !important; }
1: I’m not sure why your audio player is doing this, I will need to review a little more.
Best regards,
MikeMay 30, 2019 at 12:00 pm #1105409This reply has been marked as private.May 31, 2019 at 4:19 am #1105556Hi,
To add a background image on your page I added a “color section” element with your columns inside and a background image, please review the page and settings of the color section.
This sample image I used makes reading the text hard so I also added some css to help.#top.page-id-603 .flex_column.av_two_third { background-color:rgba(250,250,250,0.5)!important; padding: 20px !important; }
Please add this css and clear your browser cache, and feel free to adjust to suit.
This thread is getting very long with many issues and solutions, typically we try to keep these shorter so they are easy for other users to search and other mods to assist. If this solution is good then let’s close this and open a new thread for other issues.Best regards,
MikeJune 11, 2019 at 11:04 am #1109081This reply has been marked as private.June 14, 2019 at 2:59 am #1110160Hi,
Sorry for the late reply, To fix the slideshow image, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 767px) and (max-width: 1023px) { .avia-slideshow-inner > li > div.avia-slide-wrap { max-height: 220px !important; } } @media only screen and (min-width: 1024px) and (max-width: 1438px) { .avia-slideshow-inner > li > div.avia-slide-wrap { max-height: 293px !important; } } @media only screen and (min-width: 1439px) { .avia-slideshow-inner > li > div.avia-slide-wrap { max-height: 430px !important; } }
This address the different screen sizes.
Best regards,
MikeJune 29, 2019 at 4:28 pm #1114458This reply has been marked as private.June 30, 2019 at 6:20 pm #1114641Hi,
To only target the second slide, please try this css instead:@media only screen and (min-width: 767px) and (max-width: 1023px) { .avia-slideshow-inner > li.slide-2 > div.avia-slide-wrap { max-height: 220px !important; } } @media only screen and (min-width: 1024px) and (max-width: 1438px) { .avia-slideshow-inner > li.slide-2 > div.avia-slide-wrap { max-height: 293px !important; } } @media only screen and (min-width: 1439px) { .avia-slideshow-inner > li.slide-2 > div.avia-slide-wrap { max-height: 430px !important; } }
Please adjust the height to suit and clear your browser cache.
Best regards,
Mike -
AuthorPosts
- The topic ‘firefox’ is closed to new replies.