cukeving
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Top Bar Font ColorAre you missing some hyphens?
In the demo of Flatsome I see #menu-top-bar-menu or .top-bar-nav
Try
#top-bar li>a { color: #777777; }and if that doesn’t work
#top-bar li>a { color: #777777!important; }Forum: Fixing WordPress
In reply to: Cannot access my wp-login pageAny security plugins like iThemes Security installed?
Anything extra in your .htaccess file?
Using the .htaccess file you can restrict a login to an IP and redirectForum: Fixing WordPress
In reply to: WordPress in subfolderA lot of host installers have the sub-folder set as ‘wp’ as a default instead of leaving it blank ….. so this happens to people quite often π
Forum: Fixing WordPress
In reply to: Insert a Read More with jQueryYou can’t use jquery shorthand in WordPress – for example – $(this).outerHeight(); has to be jQuery(this).outerHeight();
Forum: Fixing WordPress
In reply to: Problem with updating wordpressSounds like a permission issue at the host – let us know how they reply.
I have a client that is on a host where none of the updates can be done from the dashboard due to issues with the file ownership ….. I have to manually upload everything with FTP.
Forum: Fixing WordPress
In reply to: Any one know how make an online site like this?Are you using PayPal?
You could create a form to capture the invoice number and amount.
This page looked helpful for this topic:
http://code.tutsplus.com/tutorials/creating-a-paypal-payment-form–net-6Sorry – found a typo in the client content that caused this error.
Please ignore.Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been createdI deleted it and re-added it – no change. It must be something strange about NextGEN.
Following is the .htaccess code:
# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes [OR]
RewriteCond %{REQUEST_URI} /wp-content/gallery# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php [L]</IfModule>
# END Adaptive Images
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been createdIt is at version 0.5.1 – upgraded it before sending.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been createdSure:
# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes [OR]
RewriteCond %{REQUEST_URI} /wp-content/gallery# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images/ai-main.php [L]</IfModule>
# END Adaptive Images
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been createdPlugin is still active
The page with the NextGEN galleries is
http://springdalehomes.ca/our-homes/Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been createdHey there, I actually sent an email through your website a week or 2 ago – guessing you never received it.
I have installed the updates – it’s still not loading the NextGEN gallery images into the cache only the uploads directory.
The .htaccess file does have the directory listed:
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes [OR]
RewriteCond %{REQUEST_URI} /wp-content/galleryIt is potentially once again a server issues – it is running Parallels and I’m not a fan.
Forum: Plugins
In reply to: [HubSpot for WordPress] HubSpot Plugin: Error connecting to API – 401The error has stopped coming up.
Hopefully that means the issue is resolved.Forum: Plugins
In reply to: [HubSpot for WordPress] HubSpot Plugin: Error connecting to API – 401We are running the current versions of everything as well – the site is new.