loudivers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't embed youtube videos!have you tried this –
https://en.support.wordpress.com/videos/youtube/#troubleshooting
Forum: Fixing WordPress
In reply to: Can't embed youtube videos!Are you using jetpack shortcode embeds?
Forum: Fixing WordPress
In reply to: Which Registration Plug-in Works Best?I have been working on something similar, unfortunately I haven’t found a good free solution but WPMU DEV has a couple plugins that I think will be the best solution for me. They are Events+ and Membership. I have also used a plugin called Event Espresso in the past, it worked well.
Forum: Themes and Templates
In reply to: margin on right side twenty thirteen mobilegot it. thanks for taking your time to help out : )
Forum: Themes and Templates
In reply to: margin on right side twenty thirteen mobilethank you. would it be better to remove all of the css for the search?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Twenty Thirteen Margin on Mobile DevicesHello, I am having the same problem. Everything was working fine on local server once I uploaded everything and made site live I started having this issue. Here is the site – https://wdlandscapemanagement.com/
any help would be kindly appreciated!Forum: Fixing WordPress
In reply to: styling custom page template fot twenty thirteenI have tried using .slider-wrap #slider-wrap .home-slider #home-slider, this what I currently have and it’s not working.
`.slider-wrap{
max-width: 2880px;
width: 100%;
}
.home-slider {
margin:10px auto;
max-width:1080px;
}`I don’t have a live link, i am working on this locally.
Forum: Fixing WordPress
In reply to: How to add an external url to a featured imagenever mind – got it.
for anyone else that may need to know<?php $name = get_post_meta($post->ID, 'ExternalUrl', true); if( $name ) { ?> <a href="<?php echo $name; ?>"target="_blank">><?php the_post_thumbnail(); ?></a> <?php } else { the_post_thumbnail(); } ?>
Forum: Fixing WordPress
In reply to: How to add an external url to a featured imagethank you guys so much, I was just trying to figure this out. Is there any way to get the external link to open in a new tab.
Forum: Fixing WordPress
In reply to: contact form mail gets lostHello ClockfireCoder, I have had no luck with fixing this problem have you found a solution?
Forum: Fixing WordPress
In reply to: contact form mail gets lostNo, but I tried custom contact forms once just to try a different form, and the mail did make it through. I have one site that is using the clean contact form and the message comes through but only with the subject, and the body of the message gets lost. Shortly afterward I get the mailer-daemon message in the same inbox that tells me “Your mail message to the following address(es) could not be delivered”
The other 2 contact forms are built in to themes that I bought, and I do not get any messages that are being sent from them with one exception – I had the studio that I bought one of the themes from test the contact form and 9 out of 10 of their messages came through. I have not had a single message show since and I must have sent 20 myself. Their e-mail address was [email protected] I’m begining to think that godaddy has some serious spam policy and these 10 messages may not have been as “suspicious” due to the .co.uk e-mail address.
I have thought about updating to 3.1 to see if this fixes the problem because it was released like a week after 3.0.5, so I’m gonna go ahead and try it now. I’ll let you know how I make out.Forum: Fixing WordPress
In reply to: locked out syntax errorWell I feel like a complete idiot, but no, I was not going in to the wdlandscape folder to get to the wp-content menu for that particular site. I was just going to to the wp-content menu and I was wondering why there were all kinds of themes in there that I was not using with that site ?? Guess that’s what happens when you’re a newb! I’ll learn one of these days!
you’re a life saver macmanx, and I can not thank you enough!
Forum: Fixing WordPress
In reply to: locked out syntax errorthats good to know. when I delete the files I am just highlighting them and hitting the delete button. When I hit the delete button cyberduck asks if I am sure I want to delete the file because it can’t be undone….
Is that an incorrect way of deleting files?
Forum: Fixing WordPress
In reply to: locked out syntax errorI am using cyberduck as my FTP client. Yep it still exists according to all of my browsers too except safari
Forum: Fixing WordPress
In reply to: locked out syntax erroror will the reinstall atleast fix the problem?