Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1067572

    Hello,
    in my blog page I have written some text, but it does not appear on the web page.It is impossible to customize the page.
    I would also like to customize my categories, for example removing the title and breadcrumbs.
    Thaks for helping.

    #1067602

    Hi @Anj27;
    I think you can find the answer, and more, in the Enfold Documentation.

    #1067606

    I didn’t find the answer I need.

    #1068158

    Hi,

    Try to select a different page or no page at all for the blog in the theme options.

    Best regards,
    Rikard

    #1068305

    Hello,
    it didn’t work. I might write everything in my blog page, but it would only show the last posts.

    #1068327

    Hi Anj27,

    If you set the page in the settings to be blog, only the blog posts will be rendered there.

    You can go to Theme options > Blog Layout tab and in the Blog styling section you need to select “Use Advanced Layout Builder to build the page”
    Image 2019-02-18 at 12.39.06.png

    Then you get the clean slate, you add all you need there and the blog grid too.

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

    #1068337

    Hello Victoria,
    thank you so much. Now everything is ok on the blog.
    But I have troubles on my home page. I opened a new ticket called “Strange things in home page”.
    Can you please take a look?
    Best regards

    #1068442

    Hi Anj27,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1068507

    Hi Victoria,
    how can I attach some screenshots?
    This is my homepage: http://www.angelapetrella.it
    There is a black stripe on the very top pf the page, but there shouldn’t be any stripe, because the picture is full screen.
    If you scroll down you can see there is no text in the blue and grey sections. But it used to be some white text in both of them.
    Thanks

    #1069077

    Hi Anj27,

    The child theme has to have a functions.php file even if it empty. Your child theme does not have it. You need to create tath file.

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    Best regards,
    Victoria

    #1069098

    Hello Victoria,
    I created an empty functions.php file.
    I deactivated all plugins one by one but nothing changed.
    What should I do?
    Thanks

    #1069433

    Hi Anj27,

    Best regards,
    Victoria

    #1069685

    Hello Victoria,
    I removed it. It was a plugin to change the css style, but I only used it once and deactivated it.
    Now I have to edit the functions.php file?
    Thanks

    #1069697

    Hello Victoria,
    I deleted
    “/> from the header. Now it’s ok.
    I think I made a mess while pasting the google tag manager code. I think that’s the most likely explanation. I just have few plugins and didn’t download any new before the problem showed. So I think it was all my fault .
    Thank tou very much for your support
    Best regards
    Angela

    #1070616

    Hi Angela,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1070664

    hello Rikard,
    I would like to know if it is possible to customize the category page. For example, for this page :https://www.angelapetrella.it/category/seo/
    I would like to remove the grey container on the top of the page.
    Thank you

    #1070845

    Hi Anj27,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .archive.category .title_container {
      display: none;
    }
    

    Here is how you can change category display
    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

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