adonya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sela] Blog Pagination ButtonsI figured it out.
Forum: Themes and Templates
In reply to: [Radiate] scaling header image for mobileSo folks don’t have to go to another site to receive the actual solution, I am including it here. I just used it for a client site, and it worked!!! YAY!
***************** (don’t copy the asterisks; not part of code)
@media screen and (max-width: 768px) {
#masthead {
margin-bottom: 230px;
}
#parallax-bg {
background-repeat: no-repeat;
background-size: 768px 230px;
}
}
@media screen and (max-width: 767px) {
#masthead {
margin-bottom: 145px !important;
}
#parallax-bg {
background-repeat: no-repeat;
background-size: 600px 180px;
}
@media only screen and (max-width: 400px) {
#masthead {
margin-bottom: 110px !important;
}
#parallax-bg {
background-repeat: no-repeat;
background-size: 400px 120px;
}
}I asked for assistance on the FREE version and didn’t receive much by way of a viable response. Definitely not upgrading if this is how I’m treated while testing the plug-in’s basic functionality.
SIDEBAR: I have to admit that the plug-in does have great potential. I’m just not sure why the PayPal integration isn’t working. Installation was very easy, soooooooooo…
Forum: Fixing WordPress
In reply to: Fatal Error Genesis-Simple-SidebarsUpdated a client’s plugins, and POOF! I now have the same issue… no access to the admin panel. I renamed the plugin folder to no avail. Does anyone know the best way to install the latest Genesis update via FTP?
Thanks in advance for your help!
Forum: Fixing WordPress
In reply to: Changed WordPress URL; Getting 404Never mind… got it! ??
Forum: Fixing WordPress
In reply to: Changed WordPress URL; Getting 404Thanks for the answer… stupid question number 2: Where do I access the wp-config.php? I have a feeling I’m going to need the help of the person who designed the site.
Forum: Fixing WordPress
In reply to: I want to change the website addressSorry… do the files now have to be moved to the new URL, or is there a back way to get this resolved? I’m never touching the settings again. ??
Forum: Fixing WordPress
In reply to: I want to change the website addressWhat if you changed the WordPress URL under General Settings, and now you’re getting a 404? Hit the back button to change it back to its original URL, but that didn’t work. How can this be fixed? Thanks for your help…