Jeff F.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My Site has been hackedFurther recommendations:
https://codex.www.ads-software.com/FAQ_My_site_was_hacked
https://www.ads-software.com/support/topic/268083#post-1065779
https://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
https://ottopress.com/2009/hacked-wordpress-backdoors/Forum: Fixing WordPress
In reply to: removing white spaceYou have to post a url, we can’t tell if your margin or padding can be adjusted, or if it’s the nature of your image, without seeing something.
Forum: Fixing WordPress
In reply to: Where to add (PHP or HTML) slider code?I wasn’t sure if that applied to you so if it didn’t answer your question perhaps the theme might help one of us here help you.
If you’re all set can you please mark the is topic resolved, because only you can do it and then another volunteer moderator will move on to the next one. Thanks.
Forum: Fixing WordPress
In reply to: Trouble with position of search bar in headerI’m not sure how familiar you are with css and html, but you can move the position of the form by wrapping it in a div. Below is an example I just used on a blog site and this is a little bit shorter code unless you need to have the search form search Google, this will just search your site.
<form action=”<?php bloginfo(‘url’); ?>” id=”searchform” method=”get”>
<div class=”header-search”>
<input type=”text” id=”s” name=”s” value=”” />
<input type=”submit” value=”Search” id=”searchsubmit” />
</div>
</form>Then you would set the div where you wanted it to go in the flow of the document and position it using CSS. But after looking at your site, I might recommend that you use the search widget and place it in the sidebar under the blog sign up. Let your visitors see the photo and not search bar, that’s a nice image. That part is just my design two cents.
Forum: Fixing WordPress
In reply to: After moving menu bar can not add new pages.Hi jane
Thank you yes, it was a lot of worrying but everything is cool. I’m glad you found it and good luck with the site and gallery. Please mark this topic resolved if you get a chance, it can only be done on your end. That way one of the other volunteers won’t take time to look.
cheers
Forum: Fixing WordPress
In reply to: Removing Read More FunctionStart by checking under Settings>Reading. You have the opportunity there to choose “Blog Page Shows at Most” which you can change to 3 and then “For Each Article” full text or summary. Let us know if this is what you’re looking for.
thanks
jeffForum: Fixing WordPress
In reply to: Where to add (PHP or HTML) slider code?This page has some basic instructions from WOW themselves, please try to search before you post questions on the forum. Your question all depends on the individual theme and template.
https://wowslider.com/rq/insert-wordpress-gallery-plugins-into-wp-header-4n.html
This link has some introductions to help you before posting if you could take a look.
https://codex.www.ads-software.com/Forum_Welcome
thanks and please mark this resolved if you find the answer, that’s only on your end. ??
Forum: Fixing WordPress
In reply to: My Site has been hackedContact your host provider right away and make sure they’re aware of it. They can help you to remove the files and assure that you have a back-up of your main site if you don’t already know how to do that. As long as they deem you safe from there, then this informational link will help you with improving the security. There are also a great many articles and plugins to help you such as iThemes Security and Wordfence.
Forum: Fixing WordPress
In reply to: How to add photos to blog postsWhere you want the photo to appear, place your cursor in front of the letter. then go up to Add Media and upload a photo or find it in your library. The photo will display on the right and give you a choice between left, center and right.
https://codex.www.ads-software.com/Inserting_Images_into_Posts_and_Pages
Please try to search for other things like this before posting as there are many text and video tutorials on the basic mechanics of WordPress. thanks, good luck and please mark this topic resolved, we can’t do it on this end. ??
Forum: Fixing WordPress
In reply to: wp-ecommerce shipping to paypal issueIf you can mark it resolved that would be good, it’s only on your end.
Forum: Fixing WordPress
In reply to: wp-ecommerce shipping to paypal issuegreat
Forum: Fixing WordPress
In reply to: Custom Menu IssueI’m not sure about the above post, but I think you’re going to need to use z-index, which is a CSS property that affects the stacking of individual elements, so that you can basically overlap like you need to with the drop-down menu. Here’s a link, you can Google z-index if this tutorial doesn’t help you.
https://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
Forum: Fixing WordPress
In reply to: After moving menu bar can not add new pages.My apologies I jumped in to look and then got a phone call emergency. I hope one of the other volunteer moderatos can assist you.
Forum: Fixing WordPress
In reply to: Social media buttons pushing down sliderDavid
I’m sorry, I’ve had a bit of an emergency around here. I hope someone can jump in and help you, I neglected to mention the use of a child theme, if you’re not familiar, in my haste to discuss.
I will jump back and check on it and help tonight about 5:30aUTC
Forum: Fixing WordPress
In reply to: Title in different position for pages and postsI’m glad you found it, I had to go to sleep. ??