Angie Bergmann
Forum Replies Created
-
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Mobile Form FillsHAHA, oh for sure. I figured it was specific to this theme, just figured you guys would know exactly which class it was since I couldn’t replicate it to easily identify it on mobile :D. Thanks so much!
- This reply was modified 7 years ago by Angie Bergmann.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Progress Not UpdatingFantastic, thanks so much!
Forum: Themes and Templates
In reply to: [Graphy] get_the_author_link Not WorkingI want to link the author name to a specific page within the website as opposed to the post list. Is there an easy way to do this?
Forum: Fixing WordPress
In reply to: Sub-folder Installation IssueAlso, here is my mod rewrite, which works for the other sub-folders:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /advizex/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /advizex/index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /advizex/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /advizex/index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: can't use wordpress galleryYou will need to contact the theme author at UFO Themes to get help. If you switch your site to the default theme and the galleries work, it would be an issue with the theme itself requiring author assistance.
Forum: Meetups
In reply to: Cleveland/Akron/Canton Meetup?Hello! I am currently a co-organizer for the Akron/Canton Meetup group, which you can find here: http://www.meetup.com/NEOWordPress/
There is also a Cleveland Meetup group that recently got together: http://www.meetup.com/Cleveland-WordPress-Meetup/
Forum: Hacks
In reply to: Edit Web PageI would recommend this plugin: https://wordpress.org/plugins/contact-form-7-to-database-extension/
It will add a database so that all contact form submissions can be retrieved and stored in the backend.
Forum: Meetups
In reply to: Columbus, Ohio WordPress User Group?There is a Columbus Group on Meetup! http://www.meetup.com/wp-columbus/
Forum: Fixing WordPress
In reply to: Can't log in to renew domain nameThis is not the support area for WordPress.com, sorry. You can find WordPress.com support here: http://en.forums.wordpress.com/
Forum: Fixing WordPress
In reply to: How To Change Title To H1 TagI cannot help, but you could try:
Forum: Fixing WordPress
In reply to: WordPress 4 upgrade errroeWe would have to have the error to be able to troubleshoot it. One thing you might consider is contacting the host to see if they are having issues with updating to 4.0 on their servers.
Forum: Fixing WordPress
In reply to: Static page on parallax themeAre you using a wordpress.org theme or a theme purchased from somewhere? If it is a purchased theme you will have to contact the theme author for assistance.
Forum: Networking WordPress
In reply to: Error MessageAre you using just subdomains or are you trying to use a domain of its own?
Forum: Fixing WordPress
In reply to: How To Change Title To H1 TagThis would be done by editing the theme. It looks as though you are using a custom theme, so you would need to know how to edit the theme files to do this.
Forum: Fixing WordPress
In reply to: WordPress 4 upgrade errroeWhat is the error you are getting? IS the website updated to 4.0?