chris1design
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] No Post Title on BlogHi jjhinton,
Try this:
h2.entry-title { display: none; }If it doesn’t work for each page, then for each page write this rule. For example for the “About” page, write:
#post-12 .entry-title h2 { display: none; }You may have to apply this rule separately for each page. Unless there is an option in your theme to not display the title of pages.
Forum: Themes and Templates
In reply to: [evolve] Transparent HeaderHi Aiko,
I’ve checked and yes if we make the header transparent, there is still the wrapper underneath that’s white. If we make the wrapper transparent, the whole page background becomes transparent. So we need to isolate the header from the main wrapper. This is not a simple operation as we must modify the php file. So sorry but it would be too difficult to just make the header transparent. Regards ChrisForum: Themes and Templates
In reply to: [evolve] Transparent HeaderHi Aiko,
I was able to install the “hola” add on. To make the background transparent you can put this code into your Custom CSS style sheet.
.header, .footer { background: transparent; }This will make the header and footer transparent. In your case “white”. If you want only the header and not the footer, you just put:
.header { background: transparent; }Hope this helps. Regards Chris
Forum: Themes and Templates
In reply to: [Hueman] mobile menu – may it start soonerHi Martin,
I’ve inspected your page and I’ve put this code:
.col-3cl .s1 { margin-right: -100px; display: none; }It seemed to solve the problem. If that’s what you want, you can just add this code to your Custom style sheet and only one line will appear. Hope that helps. Regards Chris
Forum: Themes and Templates
In reply to: [Travelify] No Post Title on BlogHi Julie,
I saw that in your style sheet it said:
.page .entry-title {display: none;}
I’ve changed it to:
.page .entry-title {display: block;}
It seems to work as I can see: Important Creek update. You would have to put that code into your Custom style sheet. Let me know if it works. ChrisForum: Themes and Templates
In reply to: [evolve] Transparent HeaderHi Aiko,
Sorry but when I click on your link it says “access forbidden” so I cannot see the problem for you in my browser.
Forum: Themes and Templates
In reply to: [Forceful Lite] Color for data entry e take off icon?Please post a link to your site so I can see what you mean.
Forum: Themes and Templates
In reply to: [MesoColumn] Remove "No Comments Yet" under postHi little sister,
You can install a plugin called No Comments by Steven Fernandez. This will get rid of any comments, comment boxes in all your posts and the “discussion” option in your Settings. Hope that helps. Regards ChrisForum: Themes and Templates
In reply to: [Storefront] Move widget area of header to the topHi Jess,
One simple thing would be to add your social icons to your top secondary menu. Edit your secondary menu in the WordPress menu editor. In the Custom link metabox, add the link to your Twitter page and label the link Twitter. Then Add to Menu. You do the same with the other social icons. Try this and let me know. Regards ChrisForum: Themes and Templates
In reply to: Using Customizr – Trying to make a blog pageHi Y4TE,
First you create a page in Pages/add new. Then you go to Settings/Reading. There you choose Front page displays you choose A static page . Now you select one page for your front page and one page (that you’ve just created) for your blogs. Hope that helps. Regards Chris
Forum: Themes and Templates
In reply to: [ProfitMag] Footer Menu IssueHey, I just opened your blog in IE and Chrome and Firefox and it seems your footer is aligned properly with the rest. Are you talking about the Footer columns? You want them to be aligned center?
In that case you could add this CSS into your Style sheet:
#footer-bottom .footer-columns { text-align: center; }I’ve tried it in Firefox inspector and it centers your columns. Hope that helps. Chris
Forum: Themes and Templates
In reply to: [Forceful Lite] Color for data entry e take off icon?Hi,
Could you post a link to your website so I can know exactly what you mean? Thanks Chris
Forum: Themes and Templates
In reply to: [Hueman] Add image beside my logoHey Sohowp,
Well one idea would be that instead of the Brandon-Badminton-Club-400×123.png you have there, you would create a new image which would span across the width of your group pad which is 128px by 1380px wide. If you could make a new image that wide in which you would add your gym image. Lets say you create a collage photo with your first image on the left and your gym on the right. I just don’t know if your theme supports wider logo images. You could try to insert a wider image but respecting the boundaries of 128pixels by 1380pixels.
Hope this is helpful. Chris
Forum: Fixing WordPress
In reply to: Adding Image Behind Embedded YouTube Video?Hi Jessica,
I directly put your movie behind the TV in Photoshop and then uploaded it in Wistia. If you just copy this code and paste it wherever in your post it will display correctly and centered.
<iframe src="//fast.wistia.net/embed/iframe/x994s8erc6?videoFoam=true" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="640" height="480"></iframe><script src="//fast.wistia.net/assets/external/E-v1.js"></script>This will give you a link to your movie in my Wistia account. If you want to upload the movie itself on your computer then I’ll need your email and you can upload it on Google Drive.
It is set to occupy the whole width of the page and has 2 black bars one on top and one at the bottom but this I cannot remove. Hope that helps. Regards Chris