Jump to content

Mind Theme


Heosforo

Recommended Posts

Posted (edited)

Hi again. Would it be possible in a future update to add a slider? Maybe an option to have slider in place of header faces?

Also, I'm not sure if it's bugs or just my site that wont work correctly but trending bar and footer are not showing. Theme colors are not changing on front page even if changed and saved in theme options.

Edited by OldAssGeek
Posted (edited)
3 hours ago, OldAssGeek said:

Hi again. Would it be possible in a future update to add a slider? Maybe an option to have slider in place of header faces?

Also, I'm not sure if it's bugs or just my site that wont work correctly but trending bar and footer are not showing. Theme colors are not changing on front page even if changed and saved in theme options.

Hello

1. Sure: What would be better, Slider from theme setting or from Pages?

2. I would need admin access to check (privately)

Let me know :smile:

Edited by Heosforo
Posted
1 hour ago, Heosforo said:

Hello

1. Sure: What would be better, Slider from theme setting or from Pages?

Awesome. I think from theme settings would be best. Pages would just be confusing for some i think. Better to have theme settings in one place. Either custom slides or pull from applications featured content works for me. Maybe both?

PM sent.

Posted (edited)

Hi,

I really like the look of this theme (well done) and trying it out on a new site.

I have applied this code to increase the logo as recommended in custom.css

#elLogo img {
  width: 389px;
  height: 132px;
}

However on a mobile it is not resizing down but getting squashed thin

What else would I need to add so it displays ok on mobile?

Edited by Unlucky
Posted

Hello @Unlucky

Thanks :smile:

For mobile you'll need to search in custom.css, this:

#elLogo img {
  width: 100%;
  height: 42px;
  margin: 0;
}

You probably would need to add "max-width" also to replace the default css.

Let me know if that helps.

Posted

Hello @beats23

In your custom.css find:

.ipsNavBar_secondary > li > a {
  opacity: 0.5;
  padding: 4px 25px;
  border-bottom: 0px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

Replace with this:

.ipsNavBar_secondary > li > a {
  opacity: 1;
  padding: 4px 25px;
  border-bottom: 0px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

I think you meant this, let me know 👍

Posted
4 hours ago, Heosforo said:

Hello @beats23

In your custom.css find:


.ipsNavBar_secondary > li > a {
  opacity: 0.5;
  padding: 4px 25px;
  border-bottom: 0px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

Replace with this:


.ipsNavBar_secondary > li > a {
  opacity: 1;
  padding: 4px 25px;
  border-bottom: 0px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

I think you meant this, let me know 👍

Thanks. 

Posted

Hi, How do I get the avatar effect to show?

Thanks 

137106782_ScreenShot2018-09-14at4_07_47am.png.c62b0f75ff34e9b621fc7ed41ada9571.png

I don't have a live site yet. I'm on localhost.

Maybe its because I haven't populated an area with posts yet.

Can you tell me where those comments are posted for it to show?

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...