Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #445526

    hi,
    I’ve got a few issues with the Enfold settings that I’m not sure how to resolve so would greatly appreciate your help:

    1. the top nav buttons are indenting on the left – starting with Home button – I don’t want the gap before this button
    2. this problem is making the last 2 nav buttons wrap down to the next line when I drag the screen in to make it narrower… eventually the burger menu kicks in but not til the last 2 options have wrapped down.
    3. I”ve recently moved a site over from one hosting company to another using the backup buddy plugin.. and have found that when I make news posts they’re not formatting as I’ve instructed them to…eg, they’re not showing the featured image at the top…nor showing the blog meta elements even tho I’ve selected them in the blog elements in the blog layout in the theme options. from this (link below) post through the later posts …… I’m getting all the correct elements but not the most recent 12/13 posts.

    many thanks!
    sarah

    #446512

    Hey sarahed!

    1. Add this to your custom CSS.

    #header_main_alternate .container { width: 100% !important; }
    

    2. Add this to your custom CSS.

    @media screen and (max-width:1000px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    And play around with the 1000px value.

    3. If your using the advanced layout editor then none of that information will display. You’ll need to use the default editor if you want the posts to display like regular posts and not pages.

    Regards,
    Elliott

    #447002

    thanks Elliot,

    1 – works perfectly now!
    2. – still not quite there… now just the last button moves down before the burger menu kicks in – which happens to be the Contact button so is very important for the business.
    3. – thanks – problem solved!

    sarah

    #447221

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1000px) {
    #top #header .av-main-nav > li > a {
      padding: 0 6px !important;
    }}

    Regards,
    Yigit

    #452374

    many thanks Yigit.

    I have one more problem with the template – my icon images seem to have dropped off…eg, I’ve lost the burger menu icon so there’s no way of navigating on mobile devices… the same with social media icons on post pages and all other small icons such as arrows – do you have any suggestions on how I can get these showing again… I used backupbuddy to transfer the site over from another domain and I’m wondering if something went wrong in the transfer…or if the path has got broken somehow.

    an example page is
    http://www.ozsun.com.au/5-questions-to-ask-when-you-are-getting-awnings-quotes/
    see the social media icons at the bottom of the page.

    thanks for your help,

    sarah

    #452916

    Hi!

    Sorry for the late reply. It looks like none of your icons are displaying, could you try this out to see if it helps? http://kriesi.at/documentation/enfold/enable-cors/

    Regards,
    Rikard

    #453556

    hi Rikard,
    many thanks – this fix has worked perfectly!

    all issues sorted now – thanks again.
    sarah

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘A few issues’ is closed to new replies.