Wordpress and Webdesign Forum go41 » WordPress Code Snippets

  1. Thanks Joern, I did not understand the difference between the 2 forums. Thanks for the cutting and pasting idea - it worked.

    Your reply:
    Your header loads bannerfans_5793749(3).png, so I guess this is coded in your header.php? What should be 'reflected' there? ;-)

    My banner is supposed to say Womens Empowerment Center not Forum. The bannerfans code is revised, but not displayed:
    /"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/bannerfans_6122144.png"

    Kinyofu
    http://www.empoweringwomenslives.com

    Posted 1 year ago #
  2. Hi, you could also copy and paste a shorter version to be displayed, like this now the article is too long for my feeling. You could however display more thoughts of the day beside..?

    And looking at the source code in the browser I see clearly this entry:
    <img src=" ...... /wp-content/themes/arthemia/images/bannerfans_5793749(3).png"

    I am sure this is in your header.php. You might have to open the file again and change. Being in this line you could fill the alt="" tag of your header image with the title of your site.

    To move your Feature Article headline in category bar left you just change:

    <span class="textimg">Feature Article</span>

    to:

    <span class="textimg clearfloat">Feature Article</span>

    and it will align left

    About the forums, I am just a user of arthemia and wrote a lot in the other forum. But having my own forum I prefer to put some time into this one, not fill the arthemia forum. Thanks for coming here ;-)

    Posted 1 year ago #
  3. Great. All's well. I pasted in the code about align left but I saw no difference. As for the banner, I re-downloaded it and re-uploaded it. I must have missed a step earlier.

    I did not even realize you were not an official forum person. You are so present and so helpful. Good job you are doing. Maybe one day I will have your skills.

    Thanks again.
    Kinyofu

    Posted 1 year ago #
  4. Kinyofu, this <span class="textimg clearfloat">Feature Article</span>
    is still not in your index.php, no wonder you see no changes

    Posted 1 year ago #
  5. Something wierd is happening. I, too, do not see that code in the 'view source', but it is in fact in my wordpress editor and saved. See following:

    <div id="headline">
    <!--banner removed <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/headline.png" width="400px" height="40px" alt="" />-->
    <span class="textimg clearfloat">Feature Article</span>
    <!--Kinyofu's comment-can change "headline" category name here-->
    <!--not working - Why? <?php query_posts("showposts=1&category_name=A Word About Your Money"); ?>-->

    Posted 1 year ago #
  6. Another thing I am noticing.... In firefox, my Browse Journals is in the middle of the page - it should be on the left (as Internet Explorer shows). How do I fix this?

    Kinyofu

    Posted 1 year ago #
  7. sorry, I was wrong, this 'Feature Article' stuff should be for 'Browse Journals'.
    It is actually the fix for the thing you just noticed.
    I wanted to say replace under div id="middle" class="clearfloat" this:

    <span class="textimg">Browse Journals</span>

    with:

    <span class="textimg clearfloat">Browse Journals</span>

    to move the text above the category bar to the left...

    (not in header.php but in index.php)

    Posted 1 year ago #
  8. Sorry to sound like a broken record, but it's still not working. What am I missing? I see that my source code has the code without the clearfloat, but I assure you I did save it in my wordpress.

    Kinyofu

    Posted 1 year ago #
  9. Kinyofu, I actually never use this WordPress theme editor. I tell you how my working flow is:

    I use Filezilla ftp programm to connect to my site and backup all on my pc in a folder with the sites name.

    Now I see two folder trees side by side, one on my pc, the other one exactly the same on the hosts server.

    Clicking in both trees to wp-content/themes/arthemia shows me the theme files side by side.

    Now I can edit any file in a text editor and transfer to the server.

    one refresh in the browser shows the result.

    Having problems, make an UNDO in the text editor and transfer again.

    Keeping a backup of your exported database file is the second important thing.

    Now if the server crashes or your hoster does something wrong you can quite easy restore or even move.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Join us! or log in (lost password?):