Viewing 30 posts - 1 through 30 (of 56 total)
  • Author
    Posts
  • #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 padre

    #1098376

    Hey ilpadre1,

    Best regards,
    Victoria

    #1101709
    This reply has been marked as private.
    #1102317

    Hi,

    Best regards,
    Mike

    #1102318
    This reply has been marked as private.
    #1102335

    Hi,
    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,
    Mike

    #1102394
    This reply has been marked as private.
    #1102687

    Hi,
    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,
    Mike

    #1103015
    This reply has been marked as private.
    #1103065
    This reply has been marked as private.
    #1103144

    Hi,
    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,
    Mike

    #1103176
    This reply has been marked as private.
    #1103845

    Hi,
    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,
    Mike

    #1103873
    This reply has been marked as private.
    #1104005
    This reply has been marked as private.
    #1104119

    Hi,
    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,
    Mike

    #1104146
    This reply has been marked as private.
    #1104162

    Hi,
    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,
    Mike

    #1104329
    This reply has been marked as private.
    #1105012

    Hi,
    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,
    Mike

    #1105072
    This reply has been marked as private.
    #1105143

    Hi,
    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,
    Mike

    #1105165
    This reply has been marked as private.
    #1105321

    Hi,
    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,
    Mike

    #1105409
    This reply has been marked as private.
    #1105556

    Hi,
    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,
    Mike

    #1109081
    This reply has been marked as private.
    #1110160

    Hi,
    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,
    Mike

    #1114458
    This reply has been marked as private.
    #1114641

    Hi,
    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

Viewing 30 posts - 1 through 30 (of 56 total)
  • The topic ‘firefox’ is closed to new replies.