Fladramon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image on a specific locationwith dynamic header plugin I managed to add the image onto the hgroup area but somehow I have to tell to php code to go on the right side
(also for some reason the image it’s resized from a small icon to a very large one)
<hgroup> <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1> <?php if(function_exists('show_media_header')){ show_media_header(); } ?> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2> </hgroup>
Is there any way to add the inserted code to h1 so it could be on the same line?
Forum: Fixing WordPress
In reply to: smaller header (not the image) and removing search fieldblue from the screenshot is my background image, I wanted the black (from theme) to be a little smaller in height only https://www.omega-team.eu/wp/
Forum: Fixing WordPress
In reply to: smaller header (not the image) and removing search fieldAm back ??
Am totally sure its a simple setting on a php or css,
about making smaller height of the black background
(look this screenshot please)https://www.omega-team.eu/images/1.jpg
its where there is the search form and the site name
ps (I found out that footer message can be changed through footer.php instead of child’s, or function solution etc)
Forum: Fixing WordPress
In reply to: smaller header (not the image) and removing search fieldmany people write about not editing the main files, I will do the thing with the child theme, but cutting something from the main header.php to move it to the other dont seem so right, of course am not someone html expert etc
Your way is more suitable for me modifying until something crash ??
edit I think this solution has to do with the image and not the upper section it says header width image :/
Nah, I cannot find it on the css
Forum: Fixing WordPress
In reply to: smaller header (not the image) and removing search fieldesmi says to remove some lines from header.php and to make a child theme and probably to put it there with all the changes
am I right?
Forum: Fixing WordPress
In reply to: Put pages in orderoooo
thank you