Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • cmwwebfx
    Member
    Post count: 30

    Hi Kyle.

    Thank you for giving the advice. I have found the issue is the engineering logo has been uploaded to the site with huge padding on the png image itself which is causing the headaches. With you giving some clues I have now seen the issue.

    Ciaran

    cmwwebfx
    Member
    Post count: 30

    Yes, I have it set for max height. Does this only effect alt logo with this setting?
    I will remove this now and report back. Thanks for sticking through with this one.

    cmwwebfx
    Member
    Post count: 30

    Thanks Kyle for pointing out the description. I didn’t notice that. An update could have a checkbox in the same area as uploading the alt logo to have an if statement. If checkbox is selected, then use alt logo for sticky header. Should be quite simple for Ed.

    However this does not solve the other issue I have flagged in that the alternate logo has some sort of sizing issue. You can clearly see it in the link I have provided.

    Ciaran

    cmwwebfx
    Member
    Post count: 30

    Hi Kyle, for now I have unticked “Sticky Header”. This fixes the issue for now while Ed looks at a possible update to Joyn.

    However as you can see in my (screenshots in first post) settings the default logo works fine and is not resized to be too small. But when you look at the link I have provided for the engineering page the logo has been reduced in size further.

    Ciaran

    cmwwebfx
    Member
    Post count: 30

    Hi Kyle,

    Thank you for replying on the issue. However this seems to be a very limited feature to have it work only for the naked header and the default header. There is no description saying that this only works for these 2 options. Our site is due to go live in a week and need to figure a way that I can have an alternate logo for the engineering part of the website. Please send on my regards to Ed. Cardinal and Joyn are repeat purchases for us here in the studio 🙂

    Ciaran

    in reply to: Mega Menu and top bar menu on Cardinal issue #104036
    cmwwebfx
    Member
    Post count: 30

    Hi Ed,

    I have found the issue on the width of the megamenu not basing the width defined in the Redux general settings. I have not taken the time to go through your mega_menu_custom_walker.php file, but I have my redux option for max width set at 1250px, however when I inspect the child menu it is set to 1220px !important.

    I have manually added to the custom CSS to override this for now:

    li.menu-item.sf-mega-menu > ul.sub-menu {
        width: 100% !important;
        max-width: 1250px;
    }
    in reply to: Mega Menu and top bar menu on Cardinal issue #104003
    cmwwebfx
    Member
    Post count: 30

    Hi Ed,

    I didn’t notice the 1.62 was released. I must have skipped over that email notification from ThemeForest. Downloading now, and see that it also fixes the CSS editor in the changelog. Good to see.

    As for the mega menu, yes I did see that it lines up with the home navigation. Please see the screenshot attached. It would be better if the mega menu was to take up the full width of the main container, because if you have a banner image that spans the content below then the mega menu looks as though it is not lined up correctly on the site.

    Our designers and digital strategist picked this up right away when they say it.

    please can you show me one of your demo’s that have a mega menu switched on, I was trying to look for one on the demo’s but cannot see any.

    Here is my feedback on the mega menu & Menu issue in more detail with screenshots attached.

    Symbols used below:
    =< (equal and less than)
    => (equal and more than)

    Menu
    = < 1199px the main menu row/or container is reducing much more than needs to be and making menu stack.
    (screenshot attached: “Menu container reduced below 1199px.png”)

    Mega Menu
    Last row child menus are not consistent with margin to be added to bottom so that space displayed above the first row will show as space shown below the last row.
    (screenshot attached: “megamenu 1280px and above.png”)

    = > 1280px the mega menu is not taking up the sites container width declared in the redux general width settings.
    (screenshot attached: “megamenu 1280px and above.png”)

    1200px -> 1279px mega menu fits the container perfectly and is responsive
    (screenshot attached: “megamenu ok from 1200px to 1279px.png”)

    991px -> 1024px mega menu does not fit the main container and becomes un responsive.
    (screenshot attached: “megamenu should be responsive from 1024px to 991px but is not resizing.png”)

    Hopefully this detail helps see what the design studio and I are seeing.

    – Ciaran

    Attachments:
    You must be logged in to view attached files.
    in reply to: Mega Menu and top bar menu on Cardinal issue #103756
    cmwwebfx
    Member
    Post count: 30
    This reply has been marked as private.
    in reply to: Testimonial slider issue #98762
    cmwwebfx
    Member
    Post count: 30

    Ahh, then this is what I didn’t do. I simply renamed the old with # and uploaded new version. I will report back tomorrow.

    in reply to: Testimonial slider issue #98755
    cmwwebfx
    Member
    Post count: 30

    Then I am not sure what happened as I had simply uploaded the latest. I will check again in the morning and re upload the latest that I downloaded from theme forest. Something had certainly changed as the logo image size was completely ignored in the one I uploaded. will report back tomorrow.

    Thanks Kyle.

    in reply to: Testimonial slider issue #98675
    cmwwebfx
    Member
    Post count: 30

    I am sorry to report this does not fix the issue at all. In fact it has made the issue completely worse.

    The video is now squashed, the testimonial is still carrying a top margin with background going behind the row.

    I have noticed something else very odd.

    If I use a main Row as a solid band of colour, then add another row nested in this row, but place 2 columns in the nested row, they are automatically removed from that row very time I update the post.

    Screenshot of what I am trying to achieve. Also, once the page refreshes and the 2 rows are automatically removed from the nested row, I get a [/spb_row] added to the end of the editor. I think this is some strange bug going on here. screenshot of this attached also.

    So what I have now tried is to use a full width column instead, then nest 2x half columns in that column, then add my testimonials and video there. The issue seems “Semi Solved”. The video is still the issue for now. (last screenshots attached)

    Ciaran

    Attachments:
    You must be logged in to view attached files.
    in reply to: Testimonial slider issue #98303
    cmwwebfx
    Member
    Post count: 30

    Ahh, thank you, didn’t realise the 1.6 was out. My bad. I will report back once the upgrade is done so I can close this out.

    in reply to: Cardinal v1.5 known issues #92917
    cmwwebfx
    Member
    Post count: 30

    Oh, sorry, try this please with no space between them

    .galleries-wrap.col-sm-12 {
    padding: 0;
    }
    in reply to: Cardinal v1.5 known issues #92912
    cmwwebfx
    Member
    Post count: 30

    Hi Dan,

    Please add this to your custom CSS:

    .galleries-wrap .col-sm-12 {
    padding: 0;
    }

    That will sort your padding issue on the gallery page.

    in reply to: Cardinal v1.5 known issues #92888
    cmwwebfx
    Member
    Post count: 30

    Hi Ed, I noticed the 1.51 update on the Appearance Theme page. I decided to press the update button to see what would happen. unfortunately not a good move, it seems to have lost the theme from the themes page. I checked in FTP, it is still there.

    So for others that are going to have a crack and see what will happen, don’t do it.

    Wait to upload the latest from the TF downloads.

Viewing 15 posts - 1 through 15 (of 27 total)