gladwda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Field "category-include" not workinga link to your website or the them would help
Forum: Fixing WordPress
In reply to: Wrong Front Page / 404 not foundcan you paste the contents of your .htaccess file? (found in the ftp directory)
Forum: Fixing WordPress
In reply to: Pagination – page refreshes and jumps to first pageWorked it out! Direct link after clicking the page, then clicking the pagination to the right place. Replace the link. Yeooooo!
Forum: Fixing WordPress
In reply to: Latest stable release of WordPress (3.3.1) can be easily hacked?Gooder isn’t a word. Try using Better instead.
Also – you sure you just werent using a dippy password like “password” or the default “pass”? with username “admin”
Forum: Fixing WordPress
In reply to: Creating a download buttonJust link it directly to the mp3 as you would link a button to a web page.
So for example youwebsite.com/upload/thissong.mp3 would be the link.
That’ll prompt a download when the button is clicked.
Forum: Fixing WordPress
In reply to: Pagination – page refreshes and jumps to first pageI’m told I need to do this:
Set a variable based on the main page ( page1, page2, page3 , whatever )… Modify your links on the “right side include”, to capture the variable of the current page, then when they click on the links on the right side, and it reload the main page, query the variable to see what page needs to be loaded…But I have no idea how?
Forum: Fixing WordPress
In reply to: Site messed up in IE9 compatibility modenevermind! was missing a / on a div close
Forum: Fixing WordPress
In reply to: The package could not be installed. The plugin contains no files@alex27 have you tried downloading it to your pc, then copying the files over to your ftp?
@pastorlane – same detail. As for the images, might want to start a separate thread there for that one and post a link.
Forum: Fixing WordPress
In reply to: on image click loan new imageWait, what do you want to do?
Also a link to a page might help.Forum: Fixing WordPress
In reply to: How to show a post and its comments in every pageuh, you want to use an include tag in the page and point it to the post.
Actually theres a plugin you might try:
http://wordpress.org/extend/plugins/mindvalley-include-content/Just echo the shortcode when you’ve chosen the post with:
<?php echo do_shortcode(‘[shortcodehere]’) ?>
Forum: Fixing WordPress
In reply to: Copyright pushed to side baryeh what he said, looks like you’ve got an open Div there mate. close it if it isn’t. Otherwise it’s dragging your footer in.
Forum: Fixing WordPress
In reply to: Copyright pushed to side barDid you close the div?
Forum: Fixing WordPress
In reply to: Copyright pushed to side barRighto.
When you were moving the widget down, was that through the dashboard?
As in you dragged and dropped it?
Or were you doing it in code?Forum: Fixing WordPress
In reply to: Copyright pushed to side barNot a css issue. It’s with the template and where it’s called. What template is your homepage using?
Is it static (did you set it to a specific page for the home page in settings?) or is it the index.php file?
Or more accurately – which file were you playing with when it suddenly happened 😛
Forum: Fixing WordPress
In reply to: I need help with with resizing the widget areaAdjust the z-index of the widget area to be above the main page. That should display it above (if thats your issue).