Forum Replies Created

Viewing 30 posts - 29,401 through 29,430 (of 34,558 total)
  • Author
    Posts
  • 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

    in reply to: Enfold isn't working #904729

    Hi,
    Sorry I don’t understand, can you provide screenshots of what you see in Chrome?
    2018-01-30_042222

    Best regards,
    Mike

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

    Hi,
    Odd, I was not able to get your child theme to take the styling of your parent theme, even with clearing your cache and disabling it. I will have to look into this more and get back to you. That a side, I didn’t see the file and code from the post above in the child theme, the file would need to be uploaded via ftp to a folder called “shortcodes”
    It adds a new feature in your iconbox to choose the heading type.
    Bildschirmfoto_2018-01-28_um_20.08.35
    I tested this on my localhost and the only drawback is when you first load the page with icon boxes the title code looks broken:
    2018-01-29_234828
    But once you edit the icon box and choose your heading type everything works good. And there are no issues switching back to your parent theme.
    Hope this helps.

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #904629

    Hey Neil,
    While there is not a easy way to add this to both sides of your logo, you can add a widget next to your header and add your number. Please read this: Adding a widget area to the header
    For an alternative you can try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    .inner-container:after {
    content: '555-55555';
    font-size:20px;
    color: red;
    }
    }
    

    and adjust to suit. Please see screenshot in Private Content area for expected results.

    Best regards,
    Mike

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

    Hey TCAmedia,
    Has this begun after the last update? What php version are you using?
    Can you please include a admin login in the private content area so we can take a closer look. Please include the url to the page in question also.

    Best regards,
    Mike

    in reply to: Few Questions About Layout #904624

    Hey projectt_co_uk,
    You can do this with custom css and custom images, if you inspect the page you can get an idea how they did it. For example:
    1 the curved top uses this png image as a overlay to their square image:
    https://www.britishgas.co.uk/aem6/etc/designs/britishgas/clientlib/styles/images/jumbo-curve.png
    2 the circle image uses the classic [border-radius: 50%;] to make a square image look round.
    3 for the half circle they used this png image as a overlay to their square image:
    https://www.britishgas.co.uk/aem6/etc/designs/britishgas/clientlib/styles/images/curve-left.png

    Best regards,
    Mike

    in reply to: Roll Over Image Not Working #904612

    Hi,
    Yes this is what I’m seeing too, the broken images. Please see screenshot in Private Content area.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

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

    Hi,
    Would you like to include a admin login in the private content area so we can take a closer look?

    Best regards,
    Mike

    in reply to: Roll Over Image Not Working #904599

    Hey Kim,
    I wanted to confirm that your code was working in Chrome on Windows, yet I do not see where on your page that demo 1 should be working, is it the set of 3 images next to “Caldwell” that is broken?
    Can we also see the backend, admin login?

    Best regards,
    Mike

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

    Hey siestajoye,
    I would first ask if you have tried disabling your plugins?
    If so please like to one page that loses it’s admin bar and please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

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

    Hi,
    There are a number of reasons that some hosts are having issues, yet I have been testing alternative methods of importing the demos with these troublesome hosts. If you wish, please try this:

    Here is the All-in-One WP Migration files for the Gym Demo in the Private Content area.
    They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
    Read this All-in-One WP Migration tutorial

    Best regards,
    Mike

    in reply to: Enfold isn't working #904591

    Hey MarcusEls,
    I see that you are using PHP Version: 5.5.38
    Please update to php v7

    Best regards,
    Mike

    in reply to: uBlock/Adblock removing social links #904590

    Hey chiligroupharstad,
    While we don’t have a working function to change the top two (title=”facebook”) the bottom three can not be changed without rewriting the css because they are classes & ID’s
    Sorry this would not work without major changes to the theme. Typically people that use these filters do not want to see or use these elements.

    Best regards,
    Mike

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

    Hi,
    Here is a post for changing in the H in the iconbox: https://kriesi.at/support/topic/hn-for-iconlist/#post-903934
    It’s a custom file.
    As for you child theme, you may need to clear your browser cache a few times, along with any cache plugin and minify plugin for your site. Sometimes css files are the hardest to clear.

    Best regards,
    Mike

    in reply to: Logo on Main Menu #904580

    Hi,
    When you say that it is not working for mobile, is that because the header is not sticky for header on mobile?
    When I view I see it working, yet as you scroll down it hides because the header is not sticky.

    Best regards,
    Mike

    in reply to: Heading 1 Font Size on Individual Pages #904578

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

    #top.page-id-29 .post-entry-29 h1 {
    font-size: 90px !important;
    }

    It targets only that page, and that area, adjust the font-size to suit.
    Note that the first line is manually set to 80px, please remove that code to have this code also work.

    Best regards,
    Mike

    in reply to: need custom post type to use blank page template #904577

    Hi,
    Did this work for you?

    Best regards,
    Mike

    in reply to: Start Up Demo #904575

    Hi,
    I’m not sure what you would like to see, It seems to be that way now. Please see screenshot in Private Content area.
    Can you add a mockup of what you would like to see?

    Best regards,
    Mike

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

    Hi,
    Sorry this is a MS Edge issue that is out of our control, have you tried other fonts? We have not tested fonts with different browsers to find the most compatible across all. I didn’t find a list of fonts for the Lithuanian language, but I did find this article: 15 Best Web Safe Fonts

    Best regards,
    Mike

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

    Hi,
    Sorry, to show the CSS Classes, go to screen options > CSS Classes and check the box:
    2018-01-29_191056

    Best regards,
    Mike

    in reply to: Menu overlaping in tablets #904409

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

    Best regards,
    Mike

    in reply to: space color section #904407

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

    Best regards,
    Mike

    in reply to: space color section #904265

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

    #top #after_section_2.main_color {
        border-color: transparent !important; 
    }
    #top .avia-section-small .content {
        padding-bottom: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Menu overlaping in tablets #904251

    Hi,
    Unfortunately you have a lot of long menu titles, perhaps try having your mobile menu show for larger screens until the main menu will fit across. For this Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1465px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Best regards,
    Mike

    in reply to: Page loading time #904245

    Hi,
    Please try. Have you tried the layerslider option?

    Best regards,
    Mike

    in reply to: Spread out menu items #904233

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

    
    ul#avia-menu.menu.av-main-nav {
    	display: flex!important; 
        justify-content: center!important; 
    }
    .av-main-nav > li {
        width: 20%!important; 
    }

    Please see screenshot in Private Content area for expected results.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: created page is just a code smashup #904212

    Hi,
    Glad we could help, thanks for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 29,401 through 29,430 (of 34,558 total)