Quantcast
Channel: help – WordPress.org Forums
Viewing all 13924 articles
Browse latest View live

kirksgirl1997 on "WordPress Maintenance Mode not working"

$
0
0

When I am trying to update this website http://autonomypublishing.com/oneshotonetakes.com/ to show a page with the following code

<p style="text-align: center;"><img style="width: 600px; margin: 0 auto;" src="http://autonomypublishing.com/oneshotonetakes.com/logo.png" alt="" /></p>

<h2 style="font-family: Tahoma; font-weight: normal; font-size: 18px; margin-top: 35px; margin-bottom: 35px;">New website coming soon, in the meantime, please visit YouTube.com/OneShotOneTakes.</h2>
<p style="text-align: center; width: 620px; margin: 0 auto;"><iframe style="float: left; margin=right: 30px;" src="http://www.youtube.com/embed/PMv7KKrpGfg?rel=0" width="300" height="220" frameborder="0" allowfullscreen="allowfullscreen"></iframe><iframe style="float: right;" src="https://www.youtube.com/embed/Ht9CKoeb-TY" width="300" height="220" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>

However, whenever I save settings, part of the code disappears:

<div style="width: 100%; height: 100%; float: left; margin: 0; padding-top: 30px;">
<div style="width: 960px; height: 575px; margin: 0 auto; padding: 50px 40px 40px 40px; text-align: center; background-color: #efefef;">
<p style="text-align: center;"><img style="width: 600px; margin: 0 auto;" src="http://autonomypublishing.com/oneshotonetakes.com/wp-content/uploads/2014/05/logo.png" alt="" /></p>
<h2 style="font-family: Tahoma; font-weight: normal; font-size: 18px; margin-top: 35px; margin-bottom: 35px;">New website coming soon, in the meantime, please visit YouTube.com/OneShotOneTakes.</h2>
<p style="text-align: center; width: 620px; margin: 0 auto;"> </p>
</div>
</div>


Nick Young on "[Plugin: WP Simple Pay Lite for Stripe] Multiple accounts on Stripe"

$
0
0

This plugin is for one time transactions so the user only enters a credit card information during the checkout process.

Lordwarz on "[Plugin: Smart Slider 2] Paste shortcode but slider has an Error"

$
0
0

Hello,

I created my slider but when i try pasting this code that it gives me.

<?php
echo do_shortcode('[smartslider2 slider="3"]');
?>

and then refresh the page to see if its set and ready, it shows the slider dismantled, with no sliding effect just the images on top of one another.

Any help?
Thank you.

https://wordpress.org/plugins/smart-slider-2/

nextendweb_gabor on "[Plugin: Smart Slider 2] Paste shortcode but slider has an Error"

$
0
0

Hi! This problem can happen, when our files aren't called in. You theme probably doesn't have this php code inside it's header.php file:
wp_head();
and your footer should have this:
wp_footer();
because these are used by plugins to call in their files.

But the problem could be also something bigger, like some important part is missing from the html code, so one of these:
</head>
</body>
</html>

You can read about this in here:
http://www.nextendweb.com/wiki/smart-slider-documentation/troubleshooting/#header_footer

(When you are editing your theme, make sure to have a backup, and you should edit it in your ftp, not the backend, just to be sure, that you won't make a php error, which can cause a blank page, maybe in your whole admin area too.)

If you need help, please send me an admin account: gabor@nextendweb.com

stitchie on "Remove Bullet Point from Homepage Widget"

karanvito on "How to Remove Featured Image From Post Pages"

$
0
0

I am using the newspaper theme and my website url is TeenMoneyClub.com. I need urgent help on how to stop the featured image from coming in the post all the time. Please help me.

sarabendz on "help in installing a theme"

Ranscapture on "[Plugin: Postman SMTP Mailer/Email Log] cant get it to work with yahoo"

$
0
0

hi, i am trying to use your plugin so i can receive mail from my contact form (WCP Contact Form). They say that they use your plug in and it works. I ran your wizard and it completed successfully, but when i try to send a test email to yahoo it fails with:

220 *.smtp.mail.yahoo.com ESMTP ready
EHLO localhost
250-*.smtp.mail.yahoo.com
250-PIPELINING
250-SIZE 41697280
250-8 BITMIME
250 AUTH PLAIN LOGIN XOAUTH2 XYMCOOKIE
AUTH PLAIN
334
AHIud2VpQHJvY2tldG1haWwuY29tAFRvcGFjdHJlc3M4OQ==
451 4.3.2 Internal server error (6530)

please let me know what i can do, its not possible to change this email address. Thanks,
Andrew

https://wordpress.org/plugins/postman-smtp/


Ranscapture on "[Plugin: Postman SMTP Mailer/Email Log] cant get it to work with yahoo"

$
0
0

actually, Solved, got it working, had to use the Oath way and do the yahoo developer thing. Cheers!

traxmx on "Anyone can help me to explain me how to split a loop using flexslider?"

$
0
0

Hey people, how are you, this is my first question here, Im trying to do a loop with all posts but using a grid of 4 images , I want to do this inside a slider pagination with flexslider, but I can't resolve it and really I need help, my question is, how can I split the loop in groups of 4 posts, in the way that flexslider could read it as new page of posts and be a slide ?, thanks..

this is my code

<div id="main-slider" class="flexslider">
      <ul class="slides">
         <li> <div id="looks-box">
                <ul class="grid cs-style-3 " >

       <?php $the_query = new WP_Query( 'posts_per_page=4' ); ?>
      <?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>

        <li>
          <figure>
            <?php echo get_the_post_thumbnail( $page->ID, 'featured_image' ); ?>
            <figcaption>
              <h3><?php the_title(); ?></h3>
              <span><?php the_author(); ?></span>
              <a href="<?php the_permalink(); ?>">Take a look</a>
            </figcaption>
          </figure>
        </li>

<?php endwhile; wp_reset_postdata();?>

      </ul>
 </div>
</li>

     </ul>

    </div>

Jason Hendriks on "[Plugin: Postman SMTP Mailer/Email Log] cant get it to work with yahoo"

$
0
0

Ok, glad you got it working. Unfortunately, Yahoo's services are often buggy.

Lordwarz on "Feature Image Size"

$
0
0

Hello,

I'm trying to resize the featured image that show on my index page but i can't seem to be able to modify the height of the image.

<!-- Begin post -->
			<div id="post-<?php the_ID(); ?>" <?php post_class('posthome'); ?>>
				<?php if ( has_post_thumbnail() ) { ?>
							<div class="">
								<a href="<?php the_permalink(); ?>">
									<?php
										$image_src = wp_get_attachment_image_src( get_post_thumbnail_id(),'post-thumbnail' );
                                        $title = get_the_title();
	     								echo '<img src="' . $image_src[0]  . '" width="100%" alt="'.$title.'" />';
                                    ?>
					        	</a>
					    	</div><!-- End Thumb Container -->

this part of the above code lets me resize the image, but how do i add a fragment of code to adjust the height?

'<img src="' . $image_src[0]  . '" width="100%" alt="'.$title.'" />';

I tried Settings > Media > thumbnails but it doesn't seem to work so i have resorted to modifying the code.

This part of the code comes from the page index.php

lweaver on "[Plugin: User Meta Manager] Short Code To Update Meta Values Via PHP"

$
0
0

I am trying to update the meta values of a user using php code. Is there something I am missing trying to do this? Here is a bit of my code that I use to do this:

#Retrieves Current User's ID
$user_ID = get_current_user_id();
        #Retrieves Amount Left To Pay
$lefttopay = get_user_meta($user_ID, Left_To_Pay, true);
	#Gets This Payment Amount
$lastpayamt = get_user_meta($user_ID, Last_Pay_Amount, true);
	#Subtracts This Payment From Total
$newlefttopay = $lefttopay - $lastpayamt;
	#Changes Left To Pay Amount To Above Amount
update_user_meta($user_ID, Left_To_Pay, $newlefttopay, true);

So this chunk of code retrieves the user id. Then plugs it into the next line to get the Left_To_Pay meta data (which is at 10 by the way), it then gets the Last_Pay_Amount meta data which was set to 1 further up in the code. It then subtracts 1 from 10 and then updates the Left_To_Pay meta data to 9.

When I run this code and then go to edit the meta data for a specific user, I see no change for the user. Any help? I assume all the update and get formats are similar so if there is a problem up you should see the same problem in the code above.

Thanks in advance.

https://wordpress.org/plugins/user-meta-manager/

happymix on "[Plugin: iThemes Security (formerly Better WP Security)] Changed HTTP to HTTPS and not I cannot access my site"

$
0
0

@dwinden - So sorry for the delayed response, I was busy having a baby... haha. :)
No, but seriously.

Anyways -
I think I have screwed this plugin up royally. When I try to reinstall it I get the following error: "Warning: Cannot modify header information - headers already sent by (output started at /home/.../public_html/wp-includes/rewrite.php:1) in /home/.../public_html/wp-includes/pluggable.php on line 1207"

Any ideas?

cardsteven on "Unable to create directory wp-content/uploads/2015/11. Is its parent directory w"

$
0
0

When I try an upload my images I get this message.

Unable to create directory wp-content/uploads/2015/11. Is its parent directory writable by the server?

I have no idea what to do to get this to work.
Can someone please assist me.

Thank you


dwinden on "[Plugin: iThemes Security (formerly Better WP Security)] Changed HTTP to HTTPS and not I cannot access my site"

$
0
0

@happymix

Never mind. Only wanted to hear whether your previous issue was solved and have this topic marked as 'resolved'.
And now we are suddenly having a baby ... phew
This must be the weirdest post everrrrr ...;-)

Anyway -

Read this.

And mark this topic as 'resolved' ...

dwinden

lernerconsulting on "[Plugin: iThemes Security (formerly Better WP Security)] Changed HTTP to HTTPS and not I cannot access my site"

$
0
0

@happymix: The problem is rewrite.php reported some error, not iThemes Security or your Google Maps plugin.

Check your server error log, or try what I wrote on Debugging WordPress Problems
(how to show detailed error messages to only the IP addresses you specify, nobody else)

Or have your hosting company, or someone from your local WordPress Meetup look at it, or you can contact me.

You can't fix this without knowing what the actual error message is.

But your iThemes Security problem is fixed, so mark this resolved.

arcaniaapothecary on "[Theme: Minamaze] Malware Issues on new website"

$
0
0

Hello

I am completely new to building websites and after announcing to everyone at work that our new website had gone live my colleagues all went home to have a look, one of them reported back to me this morning as soon as they went on to the home page that their browser said they had detected malware and would not allow them to go any further, shutting down their internet.. I'm really worried, Is there something I should have to stop this from happening? Or is there anything I need to do!

Any help is greatly appreciated!

http://www.arcaniaapothecary.uk.com/

Medians on "Feature Image Size"

modith on "[Theme: Sela] Theme not functioning properly"

$
0
0

Hi,

I've looked through the threads here, but I still can't figure out how to make the demo page of Sela match my site: http://postcardsfromablonde.com/

I want the homepage to be a static (dynamic) page featuring a large photo with three to five (3-5) most recent posts underneath and the social media menu to either be featured in the bottom gray footer as in the demo or following the curser along the lefthand side.

Then, I want my posts page "Journal" to be a grid page such as featured in the demo here:https://selademo.wordpress.com/page-templates/grid-page/.

I'm really new to Wordpress and any html/coding. I basically don't know anything, but I've been reading around and trying every suggestion.

Any help is really appreciated.

Thank you!

Viewing all 13924 articles
Browse latest View live




Latest Images