Home>Support>post loop

post loop

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

hi hope your well

I just change over my theme from snapshot to vantage and upgraded to proffecional version

My site can be seen at perrancosti.com.

Questions related to the post loop, which appears on the home screen and in the categories page.

1. how i can adjust the size and dimensions of the feature image tiles?

2. how do i remove the photo frames around each image?

3. how do i remove the categories archive title on each category page? so it only displays the category title for example just NEWS or ART

Questions related to the navigation menu

4. how do i change the font to normal instead of bold for the menu text.

thanks thats it for now.

really loving the theme so far

cheerc perran

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Support Assistants

    Hi Perran

    Thanks for your support.

    1. The Grid loop, unfortunately, can’t be adjusted. We’re planning on launching a widget in our Widgets Bundle that will have the same functionality as the Grid loop but with options. This should be out in the first quarter of 2016.

    2. Add the following to Appearance > Custom CSS:

    /* Grid Loop */
    
    .vantage-grid-loop article .grid-thumbnail {
        border: none;
    }
    

    3. Please, see: Thread: Delete “Category Archives” title

    4. Add the following to Appearance > Custom CSS:

    /* Menu */
    
    .main-navigation a {
        font-weight: normal;
    }
    
  2. 9 years, 6 months ago Perran Costi

    hello?

    Just following up on my last questions

    thanks

    Perran

  3. 9 years, 6 months ago Support Assistants

    Hi Perran

    Did you reply after our reply?

    • 9 years, 6 months ago Perran Costi

      Yes i have a few more questions

  4. 9 years, 6 months ago Perran Costi

    Thanks for the help so far.

    i have another question

    is it possible to remove the text under the images on the post loop? or can i make it so it only shows up on roll over like the snapshot theme?

  5. 9 years, 6 months ago Perran Costi

    oh and can i make the post names in the loop normal instead of bold and all capitals?

  6. 9 years, 6 months ago Support Assistants

    Sure, you can un-bold the grid loop titles by adding:

    .vantage-grid-loop article h3 a {
        font-weight: normal;
    }

    The capitalisation of the grid loop headings isn’t being altered. The words are capitalised as they’ve been entered into each post title field.

    Unfortunately, it isn’t possible within our support offering to hide and show the titles on hover. That would be a custom development job.

  7. 9 years, 6 months ago Perran Costi

    hello again

    is there a way to center the headings in the post loop?

  8. 9 years, 6 months ago Support Assistants

    Hi Perran

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .vantage-grid-loop article h3 {
    	text-align: center;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  9. 9 years, 6 months ago Perran Costi

    Hello again thanks for all you help so far.

    i have another question.

    1. how do you hide the post title on the post page but not in other locations?

    see http://www.perrancosti.com/kumano-koda/ for example

    thanks perran

  10. 9 years, 6 months ago Support Assistants

    Try:

    .single-post h1.entry-title {
    	display: none;
    }
  11. 9 years, 6 months ago Perran Costi

    Hello, happy new year

    Just want to say i love your theme, page builder and the support has been amazing.

    Just got another two things i need to fix.

    1. since installing vantage my media library has stopped importing files and the files that are in the library often don’t display on the posts and pages?

    2. is there a way to set the font size in the post loop? it seems to also override other widgets post loops settings as well see perrancosti.com

    cheers
    perran

  12. 9 years, 6 months ago Support Assistants

    Happy New Year to you too :)

    1. It’s unlikely Vantage is causing this challenge. Try a plugin conflict test, I’ll include the test steps in a message after this one.

    2. Are you looking to change the site of the titles on your home page?

    Thanks

  13. 9 years, 6 months ago Perran Costi

    1. i saw mention on other support posts that mention the same problem with the library
    2. yep the size of the titles on the home page and other post loops in pages

    cheers

  14. 9 years, 6 months ago Support Assistants

    Thanks for your feedback.

    1. WordPress plugins have huge power. There are other users that have had issues with their Media Library and or uploads, but, at the moment, there are no open issues/bugs that relate to Vantage directly causing any Media Library problems. A plugin conflict test is the best place to start. I’ve included those steps below:

    This sounds like it could be a plugin conflict issue. Can you try disabling all non-SiteOrigin plugins and see if this fixes the issue? You’ll need to clear all your caches after disabling your plugins.

    If it does fix the issue, then try re-enabling your plugins one by one until the issue comes back. This procedure will help diagnose which plugin is causing the issue.

    Once we know that, we’ll be able to look at what might be causing the conflict and either solve the problem or help you find an alternative plugin.

    If you aren’t using a SiteOrigin theme, then you can also try temporarily switching to one of the default WordPress themes to see if the issue is theme related.

  15. 9 years, 6 months ago Support Assistants

    Try the following to change the loop title size:

    #main .panel-grid-cell .iw-so-article-title {
        font-size: 19px;
    }

    Adjust as required.

  16. 9 years, 6 months ago Perran Costi

    Hello again

    re 1. i have tried deactivating all plugins and cleared the cache but the problem persists? any other advice
    for an example of what i am talking about see http://www.perrancosti.com/skyboxes/

    thanks

  17. 9 years, 6 months ago Support Assistants

    Images seem to be loading correctly for us on this page: http://www.perrancosti.com/skyboxes/. Is that the problem you’re experiencing? Images have uploaded and saved but aren’t displaying in the published post?

  18. 9 years, 6 months ago Perran Costi

    I just replace the images for that page from the beginning, it seems to be the only way i can fix the problem

  19. 9 years, 6 months ago Support Assistants

    Thanks for the update. If you need any further assistance, please, let us know.

  20. 9 years, 6 months ago Perran Costi

    Hello i have come up with another question?

    1. is it possible to adjust the dimensions of the header photo on the posts pages?

  21. 9 years, 6 months ago Perran Costi

    Sorry one more

    2. how do you remove the underline on links?

  22. 9 years, 5 months ago Support Assistants

    Hi Perran

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
    	margin: 0 auto;
    	width: 50%;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  23. 9 years, 5 months ago Support Assistants

    For your links, try:

    .entry-content a {
        text-decoration: none;
    }
    
    .entry-content a:hover {
        text-decoration: underline;
    }
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More