Forum Replies Created

Viewing 30 posts - 29,371 through 29,400 (of 34,554 total)
  • Author
    Posts
  • in reply to: uploading theme #905536

    Hi,
    Ok we have installed the demo and the child theme as requested. Please login and check.

    Best regards,
    Mike

    in reply to: (Newer) way to change IconBox title to H2? #905360

    Hi,
    OK, I was able to fix your child theme css, I had to clear the site cache and my browser cache a few times, so please try clearing your browser cache a few times too. I then added the custom files and functions.php code. Then I re-saved your home page icon-box & icon-list elements so they would work correctly. Please check the home page. Also check your other pages for icon-box or icon-list elements, if the title looks like code then open them in the editor and re-save, then save the page.

    Best regards,
    Mike

    in reply to: uploading theme #905338

    Hi,
    Sorry I was unable to import the demo, I will ask the team to take a look. Thanks for you patience.

    Best regards,
    Mike

    in reply to: uploading theme #905299

    Hi,
    Sorry for the late reply, I have been trying to do the full install a few times now and have been running into issues where the install stalls. I have been researching this and sorry I didn’t communicate this to you. I’m about to try this again, and will let you know the outcome.

    Best regards,
    Mike

    in reply to: (Newer) way to change IconBox title to H2? #905295

    Hi,
    Sorry for the late reply, I found that sometimes the enfold.css from wp-content/uploads/dynamic-avia is not loaded correctly to enfold_child.css
    2018-01-30_202330
    Please access via ftp and copy file content of enfold.css to enfold_child.css
    If you provide ftp access in Private Content area I will do this for you.

    Best regards,
    Mike

    in reply to: Enfold isn't working #905292

    Hi,
    Yes, this looks as a webhost issue, have they been able to offer any further info?

    Best regards,
    Mike

    in reply to: Hide logo on home page desktop device #905289

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hello @mgould,
    Please open new threads so we can assist, in these case we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private, thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Upgraded to 4.2.2 and my website has 500 error #905286

    Hi,
    @emac, @rickswearingen, @shawndubois,
    Please open new threads so we can assist, in these case we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private. Also it gets confusing when a group is communicating at once, thanks for your patience and understanding.
    Please note, as a rule of thumb, ensure your webhost has PHP v7 installed.

    Best regards,
    Mike

    in reply to: Underline color change #905284

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Font is broken with no EN letters #905282

    Hi,
    Glad to help, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold – how to add phone number to header? #905281

    Hi,
    Yes, the post: https://kriesi.at/support/topic/enfold-how-to-add-phone-number-to-header/#post-903199 explains.
    But I thought finding a easier way for you might be better, so I found the plugin Menu Item Visibility Control and gave it a quick test with Enfold.

    The idea behind this plugin is to set a menu item to have a conditional control as to when it shows, so in your case you want each of your 7 menu buttons to only show on one of 7 pages.

    So after you install the plugin and activate it, go you to menu, and choose a menu item. As an example I will set the “home” menu item to only show on the “about us” page, which has the “page-id-626”. So in the “Visibility:” box I will put “is_page( 626 )”
    2018-01-30_193255

    So in your case install the plugin, create 7 menu buttons, and set which pages you want each to show on.

    Best regards,
    Mike

    in reply to: Enfold Gym demo import does not load media files #905090

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    • This reply was modified 7 years, 5 months ago by Mike.
    in reply to: Problem mit dem Enfold-Child Theme. #905089

    Hi,
    Glad to help, do you have another question, or shall we close this?

    Best regards,
    Mike

    in reply to: Icon list problem in tablet view #905085

    Hi,
    Oops, wrong button:) Now we are closing it.

    Best regards,
    Mike

    in reply to: Roll Over Image Not Working #905082

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Icon list problem in tablet view #905081

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Few styling questions I am trying to solve #905080

    Hi,
    Sorry I’m not sure how your blog post got translated, but I’ll be sure to watch out for that. Thanks for fixing it. Which request numbers still need to be resolved?

    Best regards,
    Mike

    in reply to: Icon list problem in tablet view #904940

    Hey govus,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1310px) { 
    #top.home #yhteystiedot .container {
    padding: 0px !important; 
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 1309px) { 
    #top.home #yhteystiedot .container {
    padding: 0 20px !important; 
    }
    #top.home #yhteystiedot .container .iconlist_icon {
        margin-right: 10px!important; 
    }
    #top.home #yhteystiedot .container .iconlist_content p {
    font-size: 10px !important;
    }
    }

    For tablet it reduces the padding for the iconbox and the content font so it will fit in the area, and for laptops it reduces the padding to make the iconbox larger.

    Best regards,
    Mike

    in reply to: Problem mit dem Enfold-Child Theme. #904922

    Hey stefan,
    I cleared your site cache and then cleared my browser cache, and now the changes show. Please clear your browser cache and check.
    2018-01-30_075114

    Best regards,
    Mike

    in reply to: hn for IconList #904919

    Hi,
    Thanks for confirming. Also thanks for sharing, this works well :)

    Best regards,
    Mike

    in reply to: Hide logo on home page desktop device #904917

    Hi,
    Please try:

    @media only screen and (min-width: 1023px) { 
    .home .logo { display: none!important; }
    }

    Best regards,
    Mike

    in reply to: Hide logo on home page desktop device #904855

    Hey mawebdesign,
    I’m going to assume that the code from the post worked for you, but want to show the logo on mobile only. So please try this:

    @media only screen and (min-width: 767px) { 
    .home .logo { display: none!important; }
    }

    This will also hide on tablets, let us know if you wish to show on tablets.

    Best regards,
    Mike

    in reply to: -1 showing when updating an event #904851

    Hey Matt,
    This seems to be coming from the events calendar, I found a few references to it on their support forum, but the only solutions were to try to disable plugins including event ticket. I see you are also using event ticket, can you try this?

    Best regards,
    Mike

    in reply to: Enfold – Travel demo – Mobile Site setup #904819

    Hey cool_sketches,
    You could tweak you site some for mobile, for example this code will show your slider on mobile:

    @media only screen and (max-width: 989px) {
    .responsive.av-no-preview #top #wrap_all .av-medium-hide {
    display: block !important;
    }
    }
    

    if that would help. I see you have a additional header logo that is only text, and double sided menu, are you planning to use it also? Seems to clash some.

    Best regards,
    Mike

    in reply to: hn for IconList #904803

    Hi,
    I also tested and found this error is only visible until you edit the page and choose which heading you which to have and then save. I believe that it is when first loaded the option is not set. Afterwards it works fine.
    2018-01-29_234828

    Best regards,
    Mike

    in reply to: Roll Over Image Not Working #904801

    Hi,
    Is there a chance that you develop with a local css plugin? I didn’t see the needed css in the General Styling > Quick CSS field so I added it and now it is working for me, have your colleague check after clearing their cache.

    Best regards,
    Mike

    in reply to: Color Section Edit Options missing, not saving changes #904793

    Hi,
    I see that you have a few errors and warnings about mixed content, that is many of your scripts & images are not loading because they are not coming from your ssl url, I see you also tried to address this with the WP Force SSL plugin, but the plugin requires that https be added to the WordPress Address (URL) and Site Address (URL) parameters under General > Settings. Yet those fields are grayed out because they are managed by setting the default domain on your Flywheel dashboard.
    Please see screenshots in Private Content area.
    Please try to correct this at Flywheel

    Best regards,
    Mike

    in reply to: Admin Bar goes missing for some pages #904743

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 29,371 through 29,400 (of 34,554 total)