Forum Replies Created

Viewing 15 posts - 61 through 75 (of 125 total)
  • Posted in:
  • in reply to: Strange Code in Dante CSS #296903
    3lias
    Member
    Post count: 128

    No worries.

    in reply to: Search Results Page Search Input Field #296518
    3lias
    Member
    Post count: 128

    Somehow after the last theme update it works now with the search.php in the child theme.

    in reply to: Mobile View – Padding Problem #296473
    3lias
    Member
    Post count: 128

    Ok… great.

    Thanks.

    in reply to: Mobile View – Padding Problem #296440
    3lias
    Member
    Post count: 128

    Hi David,

    I have added the code as you suggested to the Theme Custom CSS/JS area. Not my favorite spot to put code but it seems this is the only way to do it right now.

    When I update the Theme the settings in the Custom CSS/JS area will be still there right?

    Elias

    in reply to: Mobile View – Padding Problem #295999
    3lias
    Member
    Post count: 128
    in reply to: Mobile View – Padding Problem #295989
    3lias
    Member
    Post count: 128

    Are you sure that the order is handled by WordPress? I think this is theme specific and there must be an option for this. I have tried with your code but as I said before it still doesn’t works unless I switch the order of the called CSS files.

    Again if I switch the order of the CSS files it works as it should be but how can I achieve this?

    in reply to: Mobile View – Padding Problem #295899
    3lias
    Member
    Post count: 128

    You are right there was a missing closing bracket but it’s still not working. What I have found out is the order of the called .css files are important. Normally the child CSS file will be called first and than the responsive CSS file will follow.

    Current – Not working:

    Line 130: <link rel='stylesheet' id='sf-main-css'  href='foo/wp-content/themes/dante-child/style.css' type='text/css' media='all' />
    Line 131: <link rel='stylesheet' id='sf-responsive-css'  href='foo/wp-content/themes/dante/css/responsive.css' type='text/css' media='all' />

    Fixed – Working:

    Line 130: <link rel='stylesheet' id='sf-responsive-css'  href='foo/wp-content/themes/dante/css/responsive.css' type='text/css' media='all' />
    Line 131: <link rel='stylesheet' id='sf-main-css'  href='foo/wp-content/themes/dante-child/style.css' type='text/css' media='all' />

    If I switch them around in the browser inspector it actually works! But the order is something you guys have to change somewhere in the main theme right?

    in reply to: Mobile View – Padding Problem #295788
    3lias
    Member
    Post count: 128

    Unfortunately we have the website still on a staging server which is not accessible from outside the company. Do you think it will work with z-index?

    in reply to: Mobile View – Padding Problem #295769
    3lias
    Member
    Post count: 128

    That’s what I have thought as well but unfortunately it’s still not working. What can I do?

    in reply to: Search results excerpt #295768
    3lias
    Member
    Post count: 128

    Thanks for the follow up and the consideration for an update.

    in reply to: Search results excerpt #295479
    3lias
    Member
    Post count: 128

    So David, it’s not possible to add some extra excerpt or the beginning of the actual content form one page? As at the moment there is only the title which is (in my opinion) not much to decide if one should click at a certain result.

    in reply to: Font size on different screen resolutions #291274
    3lias
    Member
    Post count: 128

    Hi Kyle, the font in general (html/body) when viewing with a high resolution. I think this is usually with @media done right? Or does the Dante theme this already at certain elements?

    in reply to: Edit Column 1/6 Edit Bug #289386
    3lias
    Member
    Post count: 128

    Great! 🙂

    in reply to: Edit Column 1/6 Edit Bug #289187
    3lias
    Member
    Post count: 128
    [spb_column width="1/6"] [spb_single_image image="3126" image_size="full" frame="noframe" intro_animation="grow" full_width="no" lightbox="no" link_target="_self" width="1/1" el_position="first last"] [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"]
    <div style="text-align: center;">Name</div>
    <div style="text-align: center; color: #999;">Position</div>
    [/spb_text_block] [/spb_column]

    Which looks like the image below. You can click on edit, duplicate or delete (red squared area) but nothing happen.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Edit Column 1/6 Edit Bug #288893
    3lias
    Member
    Post count: 128

    I have just checked, the theme version is 3.3.2. Unfortunately the website is still on staging and not accessible from the outside.

Viewing 15 posts - 61 through 75 (of 125 total)