Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all 130136 articles
Browse latest View live

jillin on "Deleted Page Showing Up In Permalinks"

$
0
0

I deleted the "sample page" that comes with Wordpress but it is showing up in some of my permalinks anyway. I can't seem to delete it because it doesn't show up in the editable field on the page in my admin. For example, this page leeharveyroswell.com/temp/sample-page/paintings/ should not have "sample-page" in the url. I'm having this problem with all the pages under Artworks. I do not have a page with that title anymore. If someone could take a look at what I mean and offer feedback that would be much appreciated.


grahambg on "How do I remove "Sample Page in permalink?"

$
0
0

Sorry, also forgot - how do I remove the comment box on the homepage and inner pages!

Thank you.

phoenixis on "Bulk Import of Posts & Comments"

$
0
0

I'm looking for a way to bulk import my posts and comments from an old blog to a different wordpress site. I'd like to import everything as private first, so I can take my time deciding which posts to make live.

If I change the status of all the posts on the old blog to private, then export the .xml, import the .xml onto my new blog, will they still show as private?

Thanks!

a1exus on "wp-admin -> posts | publish, format, categories, tags are blank"

$
0
0

I'm experiencing weird issue with one of my WordPress instance.

Whenever I click on "Posts" menu and go to any "Posts" (or create a new one) on right hand side I'm seeing few boxes, such as: "Publish", "Format", "Categories", "Tags" and "Featured Video".

Everything _BUT_ "Feature Video" are showing "blank" boxes (even after I try to expand each box)

I cannot figure out what's missing(

Any ideas?

IRW030370 on "Most recent blog posts displaying incorrectly"

$
0
0

I hope you can help me - please!

This is my website: jerichoconsulting.co.uk

You will note at the bottom of the homepage the blog posts are displaying incorrectly. These are supposed to display in date order with the most recent in the top left and the oldest of the four in the bottom right. The theme was developed for me by a web company; however just before we parted ways they botched an earlier error and it has left me with this.

There is a specific page template for the front page and I roughly know where the relevant code is on that page for the recent blog posts, however I don't know what exactly to replace; and with what!

The code that I believe to be relevant to the section of the page in question is:

<div class="read-all-about">
	<div class="wrapper">
		<div class="read-all-about-inner">
			<div class="all-about-tittle"> <span>Read All About It!</span> </div>
			<div class="all-about-blog">
				<?php
							$i = 1;
							$query = new WP_Query(array( 'post_type' => 'post', 'posts_per_page' => -1, 'orderby' => 'date', 'order' => 'DESC'));
							if (have_posts()) : while ( $query->have_posts() ) : $query->the_post();
							$postid = $post->ID;
							if(get_field('blog_display') == "yes" && $i <= 4)
							{
								$link = get_permalink();
								$title = get_the_title();
								$attach_id = get_post_thumbnail_id();
								$featured_image = wp_get_attachment_image_src( $attach_id,'full');
								$excerpt = get_the_excerpt();
								$date = get_the_date();

						?>
				<div class="blog-view <?php if($i%2 == 0) echo ' right-view"'; else echo '" style="float:left"';?> >
					<div class="blog-img"> <a>"><img src="<?php echo $featured_image[0]; ?>" alt="<?php echo basename($featured_image[0]); ?>" /></a> </div>
					<div class="blog-text"> <a>">
						<h3><?php echo $title; ?></h3>
						</a> <span><?php echo $date; ?></span>
						<p>
							<?php $str = $excerpt;
                                              $string = (strlen($str) > 70) ? substr($str,0,70).'...' : $str;
                                              echo $string;
                                        ?>
							<a>">Continue reading</a></p>
					</div>
				</div>
				<?php  $i++; }  ?>
				<?php endwhile; ?>
				<?php else: ?>
				<div class="error">
					<?php _e('Not found.'); ?>
				</div>
				<?php endif; ?>
			</div>

Can anyone help?

laceridesbig on "google search my website brings up business wordpress heading"

$
0
0

when i do a google search for my website i designed with the help of wordpress. business/ just another wordpress site comes up and is highlighted in blue as the link.and my site is just below it in green. can i remove the > business/ just another wordpress site? leaving only my heading? check it please> http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB8QFjAA&url=http%3A%2F%2Fwww.puraranexecutivesuites.com%2F&ei=_rjaVKbcIMHLmwWe9oKIDw&usg=AFQjCNF0uR0uSsLw3KN7aCi6WgnROF74-A&sig2=AJPeK43T6vCVwl1ztCMYKw&bvm=bv.85761416,d.dGY

thank you for the help

Trebly on "Several problems loading images and uploading : an error occurs..."

$
0
0

Hi,

I have several problems while uploading images or media gallery.

Facts
1- When I load images by basic function and with the current list displayed there is no problem.
2- When I try to use the "grid mode" there is no display
2b - in grid mode "Add" generates the same error than in (4)
3- When I try to use the gallery for theme test : define a top image :
- The "from gallery" option doesn't display any image (the icon "loading" rotates ad-vitam) ; Seems the same problem as previous
4- When I try to use upload file while defining the image for a test of "theme" (template), the upload begins well and after a very short partial display of informations about the image, I get (with any image, any size) the error message "An error occurs : try later"

Google chrome gets the exception error :

Error in event handler for extension.onRequest: TypeError: undefined is not a function
    at Object.window.diigolet.x.Messenger.handlers.globalDataChanged (chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/js/content/diigolet.js:311:493)
    at Object.window.diigolet.x.Messenger.onMessage (chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/js/content/diigolet.js:308:171)
    at chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/js/content/diigolet.js:307:74

For now I could not go farther.

Note : I have installed the plugin NextGen gallery but not used till now. The site is activated and test are created but they was needing few images managed with basic media functionality and WP 3.9.2 updated to 4.1

It seems sure that it is a grid display problem (generating icons ?, they are well on any image size with the list ?)

Best regards

Trebly

MrYann on "Wordpress can't send mail for Forgot Password and new account"

$
0
0

Hi,
Got a strange issue, my new client web site can't send the Forgot Password and New registration email.

It says an error occurred and that mail() might not be enabled on the host server. Mail() is working. I can also send mail using the contact form and a mail check plugin.

I tried deactivating all plugins. same result. I can't find similar problem elsewhere. I'm hosted on Godaddy. I tried a few smtp for wordpress plugin but I was not able to get any of them to work. However, if a contact form works, I can'T see why it behave differently for the admin mails.

site: http://www.bikersquebec.com/fr
phpinfo: http://www.bikersquebec.com/phpinfo.php

Thanks for your your help.


albertaugustin on "List ordering the wrong way - increase indent!"

$
0
0

Hi,

i've got a problem with the unordered lists. If i use the visual editor to increase the indent (second line) - than wordpress put the html-code in chaos like this:

<ul>
	<li>Bullet1
<ul>
	<li>Bullet2</li>
	<li>Bullet3</li>
</ul>
</li>
	<li>Bullet4</li>
</ul>

Wordpres is a new install. So it not depending on the Theme or version on Wordpress!

flwebnet on "syntax error, unexpected end of file"

Stephanie Noecker on "How to sort a NextGen Gallery"

$
0
0

I downloaded the latest version of WordPress this morning and since doing that, I cannot sort my photo galleries in Next Gen. Everytime I re-order them, it refuses to save the changes. Any idea how to work around this?

bordersk on "admin panel won't load"

$
0
0

Yesterday I tried to access my admin panel and nothing loaded. Literally nothing. No dashboard, no error message, nothing. Just a blank screen. I can log in and log out through the toolbar that pops up on my site, but it still just takes me to a blank, white page.

The site itself still works fine.

I thought it might be a server downtime thing, but a day later it's still not working.

I believe it first occurred after deleting a plugin.

Any thoughts on how to fix this?

brayanne on "How to add user profile with features such as connection to database"

$
0
0

Hello I am working on developing a website in which the user can have a profile. I am using the social media plugin in which the user can log in. I also tried profile builder plugin but it doesn't really do what I want to do.

So once the user is logged in and they're in their profile, I want to show a gallery of what the user has uploaded to the website. I also want them to be able to upload images to the website and those images are then stored to that gallery. I am working with a bigger database that would store all the images from all users, but I would also like for the individual user to see what they have uploaded individually.

Please someone help me accomplish this.

Thank you for your time,

Helpkidswithmath on "Plugin File corrupted"

$
0
0

Site was blacked out - contacted bluehost and they said that plugin file was corrupted. Bluehost renamed plugin file 'OLD' and site was restored - however i am unable to see my plugins and more importantly activated my LMS plugin which renders my site worthless
Can anyone assist - not sure which plugin has corrupted the plugin file

acid2k1 on "Theme wont work with prefix www."

$
0
0

Hello,

I am hoping someone could help me, I am using a VPS server with WHM and I recently just setup Google page speed dns and it works fine, I installed a fresh word press on the domain and everything works fine but if its just mydomain.com, I want to add www. to my domain so I added it to the admin page in settings-general, and i changed the wordpress URL and site URL to http://www.mydomain.com, it loads the website but some icons are missing and it doesn't load the search bar basically doesn't load it all compared to if I had the Home URL and site URL as mydomain.com. Is there somthing I missing from the DNS? I dont know what else to do please help. Thanks


royedw on "down arrow on Menu bar"

$
0
0

I have found a quick down & "dirty" way to add down arrows to your menu bar without a lot of difficulty coding, etc.

Go to your menus under Appearance, on the main menu where you have sub-menues click Page to get to your attributes,.. copy this code; (&#9660) beside the title of your menu. Voila! Guess what now appears?? ▼ OH,.. add a ; after the last 0...

To find this arrow I Googled "down arrows" and looked for graphic answers, so if you don't like this one, simply find one you like and copy that code the same way...

scottypee on "Large .mov file won't load"

$
0
0

Hi!

I've filed a 48MB .mov video file in the appropriate folder on my server, then gone into the Worpress admin and input the FTP URL into the relevant box, but the video doesn't show up on the site. The video player shows up, but the screen is black and nothing will play. I've successfully loaded a 5MB .mov file and a 116MB .m4v video file but this one won't work. Any thoughts?

Thanks so much!

-scottypee

dicemanrick on "Menu not working with Twenty Ten theme"

$
0
0

Need help please with the menu. My blog was created on my Yahoo-based website here: http://spearhead1944.com/blog/.

All works fine when building the blog, but the menus won't work in either Firefox or IE. I tried clearing cache, no luck. The menus work when previewed live for this theme and others.

Any suggestions?

Thanks in adbvance.

sfhd on "RSS feed shown instead of posts/pages"

$
0
0

Hello,

I recently encountered a very strange behaviour with my wordpress homepage: when I visit a page, post or category for the first time, it links to the respective RSS feed, instead of the html version.

(In addition, there is a problem with the encoding of the RSS feed, which however does not bother me since I don't use it.)

I tried disabling the feed, disabling all plugins, changing to one of the standard Wordpress themes, but to no avail. Because the site is hosted on a university server, I have no control over the version of Wordpress used (it's 3.5.1). But since it worked in the past, I don't really know what the problem could be.

I would be greatful for any ideas or suggestions.

Thanks,

Fabian

Richard D'Angelo on "SITE HACKED: All images have link to spam"

$
0
0

http://www.naficymedicalgroup.com

Every image has a link under it, the anchor text is "main ingredient in viagra in south korea" and it points to some .ca site that I dare not click.

I installed Wordfence and it found 2 issues:

File appears to be malicious: wp-content/themes/healthpress-theme/functions.php

Filename: wp-content/themes/healthpress-theme/functions.php
File type: Not a core, theme or plugin file.
Issue first detected: 1 day 3 hours ago.
Severity: Critical
Status Ignoring this file until it changes

This file appears to be installed by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The text we found in this file that matches a known malicious file is: "$wp_user_functions_init = create_function".

AND

File appears to be malicious: wp-content/themes/smallbiz/functions.php

Filename: wp-content/themes/smallbiz/functions.php
File type: Not a core, theme or plugin file.
Issue first detected: 1 day 3 hours ago.
Severity: Critical
Status Ignoring this file until it changes

This file appears to be installed by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The text we found in this file that matches a known malicious file is: "$wp_user_functions_init = create_function".

I didn't create this website, I am managing it for my uncle (it's his medical practice. So I didn't install the theme(s). I've never seen anything like this before so I don't know what to do, and I'm weary of deleting a functions.php file. Any insight is appreciated! Thank you!

Viewing all 130136 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>