dfranck90
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Question about code injectionsGennerally,
Change passwords (FTP, WP, DB)
Change the secret keys
Find the code in question and delete it
If I’m noticing multiple files that are messed up, I replace the core files from a fresh download of wordpress
Update everythingI just noticed that the plugin author seems to be active again in the support forum for this plugin. Allendav, my client has sent me an email once again requesting a custom field. Could you please point me in the right direction on how to fix this problem?
Thanks
Unfortunately, I never got this to work. As you can see, no one replied. I think that the developer has abandoned this plugin.
I was able to get the fields to show up on the website, but they didn’t work. The values weren’t passed to the database.
I wish I could help you, but I’m not great at PHP.
If you want to take a stab at it, the files would be found in /wp-content/plugins/seamless-donations/.
I just downloaded this plugin and had the same problem. Maybe its a temporary problem with wordpress.com…
Forum: Plugins
In reply to: [Meteor Slides] Trouble overlaying an image on top of the slideshowThanks Josh,
I followed the directions in that link and it solved my problem. At first I could only make the navigation links work, without the images showing. After a few minutes I realized that by copying the plugin stylesheet into my theme folder the plugin was looking for the images in the wrong place. I changed that and everything works fine now.
The only z-index that I ended up needing to adjust was on the overlay image.
For anyone interested, here is the site I’m working on.
Forum: Fixing WordPress
In reply to: [Twenty Twelve] Problems with header width on tabletI figured it out. Once I realized that it was a problem in the CSS i started commenting out things I thought it might be.
Here was the problem
.site-header{ padding-top: 0; padding-bottom: 0; width: 1000px; width: 71.42857143rem; }I just changed where it said width to max-width. Stupid mistake. Thanks for your help esmi!
Forum: Fixing WordPress
In reply to: [Twenty Twelve] Problems with header width on tabletNo. I made some structural changes.
I just tried moving every file in my child theme folder, except the stylesheet, into a separate folder, temporarily. Same problem.
Forum: Fixing WordPress
In reply to: [Twenty Twelve] Problems with header width on tabletIt displayed correctly on the parent theme.
Forum: Fixing WordPress
In reply to: Custom Link per PostI figured out an easy way to do this if anyone is interested.
Use this plugin.
I tried using the default wordpress custom fields, but I found that to be easier. I’m sure its not hard, but I couldn’t figure it out from reading the codex.In your code put this where you need it:
<a href="<?php the_field('field_name'); ?>">Link Text</a>Forum: Themes and Templates
In reply to: How to remove mobile menu from twenty twelve themeI asked this same question a few weeks ago, but got no answer. I did find a way to turn the button into a select menu. which I just left aligned and increased the size. My client preferred this to the button.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Sidebar pushed down to bottom on mobile versionDoh. Website is: test.danielfranck.net
Forum: Themes and Templates
In reply to: [Twenty Twelve] Any way to get rid of menu button on phones?I’m fairly new to wordpress, so I’m not even sure of the implications. There aren’t that many pages, so I don’t really understand why it would be a problem. I don’t really feel like the button makes the navigation any easier than a horizontal bar.
If I can change it, and it looks bad, then I could always revert back to the menu button.