Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1187305

    Hello,

    I’ve some troubles with the Blog:
    In Category the featured Image is not shown (In preferences i choosed “Single Post with large previev image” And I deactivated all Meta Elements except Category, but Author and Date are still shown…

    And some other strange thing creating a new Post:
    The Panel where to choose a Post type doesn’t appear any more…

    Anyway I would like to show also Category in Grid-Layout, like the Blog-Layout with the row of Categories above. Is that possible in a way? (or should I ask this question in a new Topic?)

    thanks in advance
    znello

    #1187422

    Hey znello,

    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

    #1188547
    This reply has been marked as private.
    #1188924

    Hi znello,

    Here is how you can change the category page layout:
    https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1189237

    Hi Viktoria,
    I tried it out and it worked fine, thanx. Is it possible to get rid of the rounded corners?
    In the end I left it like it was so that Nikko can see what I described before…I’ll change it later.
    znello

    #1189900

    Hi znello,

    We apologize for the delayed response, here’s how you can remove the Author and Date in the Category, just go to Enfold > General Styling > Quick CSS, then add this CSS code:

    #top.category .post-meta-infos {
        display: none !important;
    }

    As for creating new post The Panel where to choose a Post type doesn’t appear any more…
    I can’t seem to find this, can you give us a screenshot?

    As for the 3rd question, Victoria has already pointed out the answer.
    The reason why the featured image was not showing because Blog Layout is set to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page) (we have already reported this as a bug), for now just use the solution posted by Victoria, when that is done, to remove the rounded corners, just add this CSS code in Quick CSS:

    #top .big-preview img {
        border-radius: 0 !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1190121

    Hi Niko,
    delayed response is no problem, thank you for the answer ;-)
    1.Meta data:
    I tried the code you sent me to hide the meta data but it didn’t work, the date is still shown below…
    2. Post type panel:
    It was a panel with symbols for each kind of post e.g. “video” or “link”. An if the post doesn’t have a featured image this symbol was shown instead. For category “general” for example I remember it was the symbol of a lead pencil. Unfortunately I can’t give you a screenshot, because it’s all gone ;-)
    3. Also the css to set the border radius of the previews to 0 didn’t work, corners are still round.
    But this is not that important, I just leave it as it is now.

    Cheers, znello

    #1190741

    Hi znello,

    1. Can you give us a link to the page that shows that? so we can try to inspect the page and see why the code is not working as you mentioned. You can post it in private content if you want.
    2. Can you remember what version of Enfold was that? I’ll try to check in the archive and try to review it.
    3. Same as #1

    Best regards,
    Nikko

    #1190949
    This reply has been marked as private.
    #1191566

    Hi,

    1. Try adding this CSS code:

    #top .slide-meta {
        display: none;
    }

    2. We’ll have to check on this further.

    3. Add this CSS code:

    .avia-content-slider .slide-image, 
    .avia-content-slider .slide-image img {
        border-radius: 0 !important;
    }

    Best regards,
    Nikko

    #1191793

    Hi Niko,
    1. and 3. worked fine, thank you ;-)

    Cheers
    znello

    #1192673

    Hi znello,

    You’re welcome, you can disable the access to your site since it’s not needed anymore.
    As for #2, I have checked the previous versions but I could not find what you mentioned, I just want to clarify if you are referring to Blog Posts element in the Advanced Layout Builder?

    Best regards,
    Nikko

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