frdrc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Autofocus theme – Img on welcome screen always loadingYoupiii it’s done !
Thanks a lot geeman12030 for your help it’s great !
Best regards
Forum: Themes and Templates
In reply to: Autofocus theme – Img on welcome screen always loadingNo problemo your help is very good for me !
If i comment like this page structure is loss
/* .home .featured.post{background:transparent url('img/loading.gif') center center no-repeat; display:inline; float:left; height:300px; margin:0; overflow:hidden; position: relative; width:200px;} */ page structure is loss
i’ve done that
.home .featured.post{background:transparent /* url('img/loading.gif') */ center center no-repeat; display:inline; float:left; height:300px; margin:0; overflow:hidden; position:relative; width:200px;}
and it seems right but is this “serious” ?
Forum: Themes and Templates
In reply to: Autofocus theme – Img on welcome screen always loadingIt seems like .png is the problem.
I’ve reload one picture in .jpeg and loading doesn’t appear now.Is there a way to modify that ?
Forum: Themes and Templates
In reply to: Autofocus theme – Img on welcome screen always loadingStrange because now everything is disabled and “loading’ is always here…
I see in media library that two loading images are attached to an article whereas “Hulk” is not is there an idea with that ?
Forum: Themes and Templates
In reply to: Autofocus theme – Img on welcome screen always loadingHello and thanks for the suggestion.
contact-form-7 is turn off and it’s the same thing like you can see now.
Forum: Themes and Templates
In reply to: Autofocus theme – font-sizeWouhouuuu ! It’s wonderful.
Thanks a lot thebfdesignsLike you suggest i’ve first modify style CSS with your code :
h3.entry-title {
color: #888;
font-size: 1.8em;
left: 0em;
position: relative;
top: 0px;
text-transform: normal;
width: 100%;
font-weight: 100;
}Second i’ve modify single.php line :
<h2 class=”entry-title”><?php the_title(); ?></h2>
by this one :
<h3 class=”entry-title”><?php the_title(); ?></h3>And everything is ok.
“Et voilà” comme on dit depuis la France.
Thanks a lot.
Regards.Forum: Themes and Templates
In reply to: Autofocus theme – font-sizeHello thebfdesigns thanks for suggest.
Maybe i misunderstand :
I’ve try to modify page.php but nothing new.
(<h3 class=”entry-title”><?php the_title(); ?></h3> instead of <h2 class=”entry-title”><?php the_title(); ?></h2> is it the job ?)“Mariages” is a post title and i don’t know how to modify