dadislotroguides
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vega] Front Page Icon Columns Limited To 3?I have backtracked and started from scratch with the child theme files and custom CSS you have provided via the various threads. I have managed to correct the situation.
Thank you again for your assistance !
Forum: Themes and Templates
In reply to: [Vega] Front Page Icon Columns Limited To 3?Lyra,
I completely understand about the level of support that you can provide. I appreciate the effort you have put forth so far.
I have not changed any files since you made your changes. I have no idea why it is displaying the way it is.
The child theme file for the parts/banner-featured-image.php is the same as the one you advised me to use here: https://www.ads-software.com/support/topic/header-image-size-cropping/
In your link above you are telling me to use this for the parts/frontpage-banner.php; https://www.ads-software.com/support/topic/banner-size-on-pages/
However, that thread is related to the parts/banner-featured-image.php
These are two completely different things.
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] Front Page Icon Columns Limited To 3?I have actually noticed that the banner size is also messed up. It appears that the new functions.php in the child theme is not allowing the banner to be pulled from the child theme parts/banner-featured-image.php
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] Vega design customizingHave you tried using float left instead of float right for the elements you want to move?
{
??? float: left;
}Forum: Themes and Templates
In reply to: [Vega] Front Page Icon Columns Limited To 3?Thank you, the columns are now working but now I have the grey band across the banner image again. One thing fixes, another breaks ??
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] Front Page Icon Columns Limited To 3?I set up an admin account for you. Email went to [email protected]
Forum: Themes and Templates
In reply to: [Vega] Front Page Icon Columns Limited To 3?4 is selected. As I stated above I have tried changing this from 4 to 3 and back again.
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] How To Remove Post ID ?SOLVED
The code was;
.page-id-38 .page-title { display: none; }
It turns out that I had to use the Customize > Additional CSS area to make these modifications.
The Customize > Advanced Settings > Custom CSS did not work.
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] How To Remove Post ID ?I have identified the source code as;
<h3 class="page-title">Post ID: 38</h3>
I have tried the following variations and none remove the Post ID:38;
.page-id-38 .page-title { display: none; } #post-38 ?.page-title { display: none; } .page-id-38 .entry-title { display: none; } #post-38 ?.entry-title { display: none; } .post-id-38 .page-title { display: none; } .post-38 .page-title { display: none; }
Does this line have anything to do with it?
<div class="clearfix post-38 page type-page status-publish hentry" id="page-38">
I have noticed that “hentry” is probably supposed to be “entry”
- This reply was modified 7 years, 11 months ago by dadislotroguides.
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] Banner Size On PagesExcellent, TY !
Thank you, that removed it for me.
- This reply was modified 7 years, 11 months ago by dadislotroguides.
Forum: Themes and Templates
In reply to: [Vega] How To Remove Post ID ?The custom CSS did not remove the post ID.
Forum: Themes and Templates
In reply to: [Vega] How To Remove Post ID ?I don’t want it to have a title either.
I have the same question for #3.
See image below with the greyish bar when a featured image is not used.
Forum: Themes and Templates
In reply to: [Vega] Header Colour Not Matching ThemeI took a screenshot this time. I have no clue as to why sometimes the colours match and sometimes they do not.
- This reply was modified 7 years, 11 months ago by dadislotroguides.
- This reply was modified 7 years, 11 months ago by dadislotroguides.