maureenvs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where did my home page go?No idea what I’m doing with this, can you explain?
Forum: Fixing WordPress
In reply to: Where did my home page go?I got fatal error?? Yikes!
Forum: Fixing WordPress
In reply to: Where did my home page go?I’ll try that but I hope I don’t lose all my settings. I tried adding a home page, and now the url goes to that page but I have two home page tabs.
Forum: Themes and Templates
In reply to: Page order not responding.Thanks, I’ll try that.
Forum: Fixing WordPress
In reply to: How to add replace a logo with textIt worked! I can’t believe it, thank you so much!!! I am in shock. Thank you, thank you, thank you!!!
Forum: Fixing WordPress
In reply to: Remove CalendarThanks for trying Kim09!
Forum: Themes and Templates
In reply to: How do I replace theme logo with my own text?I moved this question to “how to and troubleshooting.”
Forum: Fixing WordPress
In reply to: Remove CalendarDon’t see “calendar” but is it okay to copy everything here?
<?php if ( is_active_sidebar(‘primary-sidebar’)) { ?>
<div id=”primary” class=”sidebar main-sidebar” role=”complementary”>
<?php dynamic_sidebar(‘primary-sidebar’) ?>
</div>
<?php } ?><?php if ( is_active_sidebar(‘secondary-sidebar’) ) { ?>
<div id=”secondary” class=”sidebar main-sidebar” role=”complementary”>
<?php dynamic_sidebar(‘secondary-sidebar’) ?>
</div>
<?php } ?><?php // Display Default Sidebar if no Widgets are set
if ( !dkret_is_active_sidebars() ) { ?>
<div id=”primary” class=”sidebar main-sidebar” role=”complementary”>
<?php the_widget( ‘WP_Widget_Search’ ) ?>
<?php the_widget( ‘DKRET_Widget_Sidebar_Columns’ ) ?>
<?php the_widget(‘DKRET_Widget_Meta’, array( ‘title’ => __(‘Login/Register’,’dkret’), ‘login’ => true ) ) ?>
</div>
<?php } ?>Forum: Fixing WordPress
In reply to: How to add replace a logo with text(as i have mentioned before)
smile-slow learner.I created a test logo using GIMP, uploaded to media. I am using cyberduck ftp. I dropped into theme but not directly into header.php because it doesn’t open that file.
I can’t find “testlogo” in my wp editor.
Forum: Fixing WordPress
In reply to: How to add replace a logo with textAh….
But it’s still at the top: https://maureenvetoslater.com/
How do I get it to look like the template was designed: https://www.elegantthemes.com/preview/BusinessCard/I’ll check out GIMP, thanks!
Forum: Fixing WordPress
In reply to: How to add replace a logo with textWould it benefit me to purchase a program to generate this? A quick google search on the generate a transparent png graphi
took me to Graphic Converter for MAC. I’ll purchase if it’s something that will make life easier.Forum: Fixing WordPress
In reply to: Remove CalendarKim09, I have no active widgets. “Tag Clouds” is not active.
I really appreciate the screenshot though, as I am visual learner!
But there are no widgets on the right column at all. Strange. ??
Forum: Fixing WordPress
In reply to: How to add replace a logo with textAlso, are there people for hire that can do these tweaks for me?
Forum: Fixing WordPress
In reply to: How to add replace a logo with textUh oh….
I tried what alchymyth said to replace the code with my name and now my name floats above and says, “Maureen Veto Slater” id=”logo” alt=”” />”I need to change it back to business card but I’ll leave it (for a bit) for you to see if you’re still there. Maybe I removed the wrong one. Is it possible (if I find the correct one) to simply text my name in?
I have no idea how to do what SS_Minnow is suggesting but that sounds like the best solution. How do I create an image that would work? Is there a logo service that can do this?
I’m soooooo newbie and appreciate your understanding!!
Forum: Themes and Templates
In reply to: Page order not responding.MichaelH: I am brand new to wordpress and do not understand what you mean. Is there a step-by-step tutorial? The only thing that I found was to set up desired page numbers in each page but it wasn’t working so I deleted pages and started over in the order I desired just to get it done. I would like to know how to do this though. Are there tutors for beginners?
Kim09: I do not see the entire code you list. I see parts of it but afraid to delete anything since I don’t know what I’m doing.
Thank you!!!