• I was finally able to get my PHP updated to 7.4.11 today, so I could update Enigma from 6.0.5 to 7.1.2 today. I also installed webilizar companion as required.

    There are a few options that I’m having issues with since the update.

    1) I no longer can show the tagline without showing the title. I only want to display the tagline under the logo, while still have the information in the title section for Google.

    2) While on an android phone (or the phone choice in the wordpress customizer), the slider section doesn’t show the full image. It also doesn’t display the description line or button. It looks fine on a desktop.

    3) Home Blog Options no longer let me choose a category. It’s showing all posts, from all categories. It’s also showing more than just 3 at a time on the page; even with AutoPlay on or off.

    4) Also, while on a cell phone, the menu hotspot links are not lining up to where the words are. The hotspots are slightly under the words. The main 3 line menu button lines up, and the first 2 choices line up when expanded, it’s everything after that.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello add tagline I’ll fix it
    for blog go to folder core > scripts > css_js.php
    replace this file with click here

    Thread Starter dr_andy

    (@dr_andy)

    Thank you. That fixed the second half of #3, the Blog showing more than the at a time.

    Thread Starter dr_andy

    (@dr_andy)

    @dikshita46 I just updated to 7.1.3. (companion is on 1.2.3)

    I see you added the category option for home blog. The menu is also working correctly while on a cell phone. The hotspots all line up correctly. Thank you.

    Did you add the Tag line only option? I don’t see it.

    Also, While on my phone, I’m still having the issue with the slider section not showing the full image. It also not displaying the description line or button. It looks fine on a desktop.

    Go to appearence > customize > additional css
    Add this custom css
    @media screen and (max-width: 767px){
    .carousel-text h1,.carousel-list li,.carousel-text .enigma_blog_read_btn{
    font-size: 10px;
    }
    }
    @media(max-width: 467px){
    .carousel-caption {
    top: 0;
    }
    }

    Thread Starter dr_andy

    (@dr_andy)

    Thank you.
    That fixed the mobile sizing issues.

    The only thing the is still missing is the display tagline only choice that used to be there.

    Thanks again.

    Thread Starter dr_andy

    (@dr_andy)

    @dikshita46 I just noticed another option missing. There isn’t an option to have the Social Options open in a new tab. If I remember correctly, they used to do this.

    Also, the ability to display the tagline only.

    Thanks again.

    @dr_andy – Soon we’ll update this.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Options missing after update’ is closed to new replies.