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

    Hello Support Team,

    i have a display problem with the home page.

    I have created a page with sidebar and one without but with “content elements”. Here I put the blog entry on the left and created the sidebar with the “Custom Widget Area”. But now I have the problem that the blog is no longer displayed correctly.

    I am glad about a solution. In the Onedrive is a PDF with graphics.

    Thanks René

    #1374761

    Does anyone have any ideas or can confirm this so?

    #1374885

    Hi testpress23,

    Thanks for giving us a screenshot however I can’t seem to see the issue on my end.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1375086
    This reply has been marked as private.
    #1375586

    Hi,
    Thanks for the link to your test site, as I understand you want this layout:
    2022-12-08_006.jpeg
    but when you use the widget element on a page with no sidebar you get this layout:
    2022-12-08_005.jpeg
    this is because the first layout is shown when a sidebar is used, is there a reason you don’t want to use a real sidebar?

    Best regards,
    Mike

    #1375623

    Hello Mike, thanks for your answer.

    is there a reason you don’t want to use a real sidebar?

    Yes, i will use the “Partner/Logo Item” in full wight.
    I have added the at the bottom of the page

    Maybe there is another way to solve this. Or you have an idea, how I get the advertisers on the whole width, if I insert a content element.

    Best regards
    René

    • This reply was modified 1 year, 11 months ago by testpress23.
    • This reply was modified 1 year, 11 months ago by testpress23.
    #1375688

    Hi,
    Thanks for the feedback, try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #top .fullsize .template-blog .blog-meta {
        float: left !important;
        margin-right: 50px !important;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper {
        overflow: hidden !important;
    }
    #top .fullsize .template-page .big-preview {
        padding: 0 0 10px 131px !important;
        text-align: center !important;
    }
    #top .fullsize .multi-big .post_author_timeline,#top .fullsize .single-small .post_author_timeline {
        position: absolute;
        top: 0;
        left: 40px;
        width: 1px;
        height: 100%;
        border-right-width: 1px;
        border-right-style: dashed;
    }
    #top .fullsize .template-blog .post_author_timeline {
        display: block !important;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.