zoedor
Forum Replies Created
-
I will always advice you to work with a child theme, because a update will automatically change your CSS. So first make a child theme!
It is a while ago when I changed it, I think I took this part out of the post.php:
<?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-published] Β· by [entry-author] Β· in [entry-terms taxonomy="category" before=""] [entry-edit-link before=" Β· "]', 'oxygen' ) . '</div>' ); ?>But PLEASE use a child theme
Forum: Themes and Templates
In reply to: [Oxygen] Enlarge header imageI added the padding, but nothing happend (for real this time).
Forum: Themes and Templates
In reply to: [Oxygen] Enlarge header imageCan one of you tell me how to get rid of some of the white space on top of the website, above the logo?
Forum: Themes and Templates
In reply to: [Oxygen] Enlarge header imageThank you so much for your help WPyogi π
So glad it worked. As you saw I just started the website and need to fill in a lot of text and other empty spaces, but it is fun to work with. Thank you for your compliment, learning every day!They place is the most beautifull place on earth if you ask me. Worked there last summer. On the 18th of May I am flying back there (I’m from the Netherlands, the place is in West-Canada). While building the site I can dream about the place by looking at all those pictures.
Thank you paulwpxp, I will make the changes!
Forum: Themes and Templates
In reply to: [Oxygen] Enlarge header imageoh sorry, it DID work :O forgot to reload my site.
Thank you so much!!
Forum: Themes and Templates
In reply to: [Oxygen] Enlarge header imageThanks WPyogi for your respons.
This is the first time I am making a wordpress website. I made a child theme and guess I have to put the code you send me in this Style.css in my child theme?
Do I just put the code under the @ import url line on the blank CSS of my child theme and it should work? Did this and nothing happend
So need some help where to put it and how.
Thanks
Forum: Themes and Templates
In reply to: [Oxygen] Enlarge header imageI found a way to make my logo the real size it needs to be.. now I only need it centered.. This is the code if got in my header.php
</head> <body class="<?php hybrid_body_class(); ?> no-js"> <?php do_atomic( 'open_body' ); // oxygen_open_body ?> <div id="container"> <div class="wrap"> <?php do_atomic( 'before_header' ); // oxygen_before_header ?> <div id="header"> <?php do_atomic( 'open_header' ); // oxygen_open_header ?> <div id="branding { 100% }"> <?php oxygen_site_title(); ?> <?php hybrid_site_description(); ?> </div><!-- #branding --> <?php get_sidebar( 'header' ); // Loads the sidebar-header.php template. ?> <?php get_template_part( 'menu', 'primary' ); // Loads the menu-primary.php template. ?> <?php do_atomic( 'header' ); // oxygen_header ?> <?php do_atomic( 'close_header' ); // oxygen_close_header ?> </div><!-- #header --> <?php do_atomic( 'after_header' ); // oxygen_after_header ?> <?php do_atomic( 'before_main' ); // oxygen_before_main ?> <div id="main"> <?php do_atomic( 'open_main' ); // oxygen_open_main ?>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Oxygen] Enlarging Header ImageMokor,
They easiest way to get your child theme is with the one click child theme plugin. http://wordpress.org/extend/plugins/one-click-child-theme/. It is better to download it in you dashboard, so you have it there right away.
You can make your child theme with by going to appearance –> child theme, fill in the fields and click on create child theme. The child theme automatticly installs.
I didn’t figure out how to enlarge the image though…
Forum: Themes and Templates
In reply to: [Oxygen] Enlarging Header ImageHey Angel1410,
I took a look at your website and you seem to got it fixed. I have the same problem, maybe you can help me out? Don’t know anything about the #header or #branding, so maybe you can explain?
Thanks
ok, worked it out all by myself π
Don’t think it is possible to like the featured images on the front page to link to a page, so found a way to make the child theme work (my FTP put it in a different folder, so couldn’t find the themes before) and made the posts behind the images (almost) the same as the pages I wanted them to link to.
If there is anyone who wants to know how i fixed it, just ask.
Forum: Themes and Templates
In reply to: [Oxygen] Slider: How to remove publishing dates?ok, after a lot of reading i found it. Don’t know how to delete the comment
Forum: Themes and Templates
In reply to: [Oxygen] Slider: How to remove publishing dates?I have trouble working with a child theme.. hope someone can help me.
I would like to delete the date in the featured header also.
I made a child theme with the plugin one click child theme and my child theme is now active.When I open the editor of my child theme, i only find style.css, but that is not the css where you find the line you have to delete here. Where do I delete the line? Do i need to import the featured-content.css somehow.
Hope someone can help.