atlanteavila
Forum Replies Created
-
Forum: Plugins
In reply to: [Simnor Shortcodes] Can't close the accordionHi, is this supposed to be the actual functionality where the accordion menu won’t toggle closed?
Thanks!
Forum: Plugins
In reply to: [Simnor Shortcodes] Can't close the accordionSame exact problem here. Did you ever find a solution?
Forum: Themes and Templates
In reply to: Twenty Twelve child theme not replacing footerThanks! Worked perfectly–I needed to delete the plugin and data for it to work–thanks!
Forum: Fixing WordPress
In reply to: Properly showing posts of currently logged in usersSux. Thanks anyway…
Forum: Fixing WordPress
In reply to: Properly showing posts of currently logged in usersSorry, not resolved, still hoping to get a quick answer. Thanks!
Forum: Fixing WordPress
In reply to: Properly showing posts of currently logged in usersBump–a little help here would be greatly appreciated! TIA for your responses!
Forum: Fixing WordPress
In reply to: Child Page Nav Bar problemsTry this:
#access ul ul a { background: #121212; border-bottom: none; color: #9bd8e9; font-size: 17px; font-weight: normal; height: auto; line-height: 1.4 em; padding: 10px 10px; width: 168px; } #access ul ul a:hover{background: #f8e52d}
Change the background colors to your color choices. I just did it that way to show you the contrast.
Forum: Fixing WordPress
In reply to: (dashboard/settings/sharing) how to enable sharing option?Was this part of a plugin? You have to move your plugins too. I don’t recall a sharing option in the off the shelf WP install.
Forum: Fixing WordPress
In reply to: Possible to import 'page' into static websiteSo confused as to what you are trying to do here. Can you clarify and link to your site?
Forum: Fixing WordPress
In reply to: WP-Content Download for site migrationWhen you say you got it figured out, do you mean connecting your ftp client?
Forum: Fixing WordPress
In reply to: Child Page Nav Bar problemslook for this line:
#access ul ul a
Change the delete the background: transparent line and it should fix the problem:
#access ul ul a { background: transparent; border-bottom: none; color: #9bd8e9; font-size: 17px; font-weight: normal; height: auto; line-height: 1.4em; padding: 10px 10px; width: 168px; }
Forum: Fixing WordPress
In reply to: can't connect to FTP or login into wordpressAgain, this is definitely something your host should take care of.
Forum: Fixing WordPress
In reply to: can't connect to FTP or login into wordpressDo you have a cpanel or a control panel provided by your hosting company? Should be in their welcome e-mail.
Forum: Fixing WordPress
In reply to: Zip up entire blog and re upload to a different server?Not possible, WP isn’t set up like that. There would have to be configurations made. The easiest way would be to export the blogs via WP export and have them import the blogs on their installation of WP. They would still have to configure the look and feel of the site though. You would have to go with your second option.
Forum: Fixing WordPress
In reply to: can't connect to FTP or login into wordpressGo to php my admin and change the password on the database. Also, if you can’t connect via ftp, this is definitely a server issue and your hosting company should fix that.