Few issues with integrity

Hi team, I’ve been struggling this entire week with a few things and have looked for answers all over the net. Still cannot seem to resolve them. I’m a newbie. Using Integrity. Here are my issues: 1. There’s a huge empty space on the left and right side of my screen and my content and sidebar are very narrow. I’ve tried to increase the width to fit full screen but can’t seem to. 2. Author details are not showing up on my posts. 3. I can’t seem to put a full width image on the top of my home page. It appears small. 4. When I hover over my posts feature image, the entire image turns to the set hover colour with a link sign. How can I get it to just pop up or even stay the same without changing color or showing a link sign? 5. The top part of featured images of my post is getting cut off. It isnt showing the complete image. Thanks so much, Ramona

Hello @fitnizfury,

Thanks for asking. :slight_smile:

Can you please share website URL for us to take closer look as most of the questions will require us to take a first glance look at the website and setup?

Thanks.

Hi Prasant, my website hasn’t launched yet. Is there another way you can assist please?

Hi,

  1. To make your site wider you can increase max site width and site width

If you would like it to be full, you need to select No Container Template under Page atrributes

  1. You can enable it under X > Launch > Options > Blog > Content > Post Meta

  2. You can achieve that using revolution slider plugin.

  1. To disable that effect, you can add the code below in X > Launch > Options > CSS
a.entry-thumb:hover:before {
    opacity: 0;
}

a.entry-thumb:hover img {
    opacity: 1;
}
  1. Not sure about this, we need to see it to tell what is causing it.

Would you mind providing us with login credentials so we can take a closer look? Please provide following information:

Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password

All the best!

Hi Ramona,

Please double check the credentials. It is incorrect.

Regarding revolution slider, see Manual Updates here: https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62

Since enabling Post meta includes tags, what we can do is hide those tags using CSS. See this: https://screencast-o-matic.com/watch/cb62VEIHOC

.p-meta>span:nth-child(3) {
    display: none;
}

Hope this helps.

Hello Ramona,

Can you please double check the credentials and the website backend. Upon entering the login details it’s redirecting to a maintenance page. Please see screencast. https://screencast.com/t/7zL9Q7QgHD

Thanks.

Hi Prasant. I’ve been trying to contact my hosting company as I can’t seem to get a new user to login to my site. Will let you know once this is resolved. Thanks!

Feel free to let us know how it goes.