1-jah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Main text box cut off earlyIn reference to your blog page, go to your style.css line 85 and add:
background: none repeat scroll 0 0 #FFFFFF;As for the main page…..
same file, line 1117(mine & wife’s anniversary) and add:
text-align: center;
margin: -50px 100px 30pxplay the the margin numbers to place it in your desired placement this is for the title text
I almost had a solution for the placement on your affiliate link image, but i see you’re trying to fix it live cause when i refreshed the page, you made changes.
Hope this makes sense and works for you.
Forum: Fixing WordPress
In reply to: Uploading mp3 audio7mb….really. You should see if your host allows you to edit the ini file to set the limit to at least 50mb. That’s common with most hosts anyways. What the link to your site?
Forum: Fixing WordPress
In reply to: post loading limit in homeIf I understand you, you would want to go into the dashboard go to settings>reading. There you can have the home page display 20 posts if you like.
Forum: Fixing WordPress
In reply to: How to get thumbnails from the latest 3 postsThis is a good question that I would like to know too. If I had to take a stab at it, maybe placing the tags/command something like %feature image% followed by the bookmark blog command? I’m still fairly new to the coding.
Forum: Fixing WordPress
In reply to: Replacing a link with an imageIf you’re looking to do what I think you’re gonna do, you can add the image in you style.css file. Might have to play with it for placement. But you’re trying to make that section or link be a clickable button or image still following the same path right?
Forum: Fixing WordPress
In reply to: How to change url of the pages in wordpressWho are you referring to? In either case, you want to leave programs on the menu but make it none clickable so the the user does not go to it, for whatever reason, but so that when the user still hovers over the programs name on the menu the sub-menu appears for them to chose from, right?
If this is so, please go into your dashboard and follow Sandra’s instructions. However, keep in mind you might have to add a custom link to the menu, again naming it programs, save it, the open that programs menu options again and this time delete the URL. That will leave it on the menu but still display the sub menus to it.
Forum: Fixing WordPress
In reply to: How to change url of the pages in wordpressAhhhhh….I see. In other words it was the menu being talked about. Make the selection on the menu bar un clickable but still have the options of the drop down menu…..too early and no coffee. Sorry for the misunderstanding.
Forum: Fixing WordPress
In reply to: How i can add new pageBy the way, to put a page to a category, look in the page attribute section and see if you categories are in the parent drop down menu, but it looks like on some themes you can find them there and assign one or more, again, depending on your theme.
Forum: Fixing WordPress
In reply to: How i can add new pageTo assign a page to categories it would have to be put in via post as far as I know. As for assigning a page as the home page, go to >settings>reading, put the front page to a static page and select the page you want to display as the home page.
Forum: Fixing WordPress
In reply to: Can I change site registration?Well depending on your needs, try pie register plugin to allow users to put their own password and customize your registration a Little.
Forum: Fixing WordPress
In reply to: Unable to Log into wp-admin from my blogDid you simply just move the folder back to the root directory!
Forum: Fixing WordPress
In reply to: Member Register ProblemBy the way, I never got an email confirmation to activate my account. is there a plug in you’re using for membership? and here’s your layout issues I was talking about. And one last note, next to my name on the admin bar, it says $100.
Forum: Fixing WordPress
In reply to: Member Register ProblemWell if I had to guess, your registration does not work well with your translate plugin. Cause I tested that first before I attempted to register and got the error message. but straight from your home page I got in and accessed my profile page right a way…..though I do see other problems you’re facing or will be facing with the layout.
Forum: Fixing WordPress
In reply to: How to disable a sidebar on 1 pageWhen you’re in the edit mode of that page, does your theme offer page template options in the page attribute section? Surely if it does there’s a template to have the side bar removed.
Forum: Fixing WordPress
In reply to: How to change url of the pages in wordpressI’m not sure if I understand your question. But over all to play with the url structure to your site, adjust it in the settings>permalinks and set your structure there. then when editing/adding pages/post, edit your url right under the title.