Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #718431

    1. I want to increase the width of the single post settings, but can’t find any info in the settings section on how to change that, can you help?
    2. How can I create a page with a list of all the posts I’ve written and I want it to autopopulate?
    3. I have different posts tagged with specific categories, when I click the category link on the sidebar it says nothing is found even though they are tagged in the post.

    • This topic was modified 7 years, 9 months ago by devynspirit.
    #719077

    Hey devynspirit,

    1. Please try this in Quick CSS:

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100% !important;
    }

    2. Did you try the Blog Posts element?

    3. I couldn’t see a sidebar on the page you linked to, where are you seeing this problem?

    Best regards,
    Rikard

    #719857

    1. That didn’t work. Please see the link to the post in the private remarks section. What I found is that when I use the Default editor and post in there, that’s when the width of the post is very narrow. When I use the Avia builder, then it works fine. But what happens is that when I use the Avia builder, the blog settings I set in the settings section don’t work. For example, on the blog page, the excerpt won’t show up under the image and then when I click on the Read More link, I have to set up an easy slide image and the title of the post in order for them to show up on the single post page. When I place the post in the Default editor, those two things show up automatically. You can see the difference on the home page. The first 2 posts are set up in the Avia Builder and the rest of the posts are set up in the Default Editor. I want to use the Avia Builder but want the features of the default editor (automatically inserting an excerpt of the post on the blog page and then automatically inserting an image and the title on the single post page).

    2. Yes, I tried the element and it didn’t work. Please see the link to the page in the private remarks.

    3. On the home page, you’ll see the sidebar, I have the categories listed there and when you click on any of the categories, none of the posts show up, even though I the posts are tagged with a category.

    • This reply was modified 7 years, 9 months ago by devynspirit.
    #721402

    Hi,

    1. To increase the blog post width we have added the below code in Quick CSS.

    #top .fullsize .template-blog .post .entry-content-wrapper,
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 1200px!important;
    }

    2. I checkd for the issue post not showing and it appears there is a plugin conflict.

    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    I’m suspecting that this is due to “WP Hide Post” plugin.

    We await the results of your plugin compatibility test. I’m sure the blog post shoudl work fine for you once the plugin in conflict is deactivated or re-installed.

    3. This issue too is related to the plugin conflict.

    Best regards,
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.