b...b
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Not Working after upgrade to 3.9All plugins are disabled, 2014 theme activated (its ugly)
also cloudflare is paused.
Devinemily,
I cleared wp-supercache.
No change to the counts.
Forum: Plugins
In reply to: [Smart Slider 2] Slider not showing on pageUnfortunately, my visual tab broke after upgrading to WP 3.9.1. I only have the text tab (with no S). It is difficult to write posts this way.
Once I fix the Visual tab I’ll try.
Yes…Connection to server is OK.
I put a snip of the screen here: http://www.currentinspiration.com/support/shareaholic_server_side.JPG
Forum: Plugins
In reply to: [Smart Slider 2] Slider not showing on pageHere are my plugins and other info:
### Environment ###
Home URL: http://www.currentinspiration.com
Site URL: http://www.currentinspiration.com
Ninja Forms Version: 2.6
WP Version: 3.8.3
WP Multisite Enabled: No
Web Server Info: Apache/2
PHP Version: 5.2.17
MySQL Version: 5.5.32-log
WP Memory Limit: 64 MB
WP Debug Mode: No
WP Language: Default
WP Max Upload Size: 2 MB
PHP Post Max Size: 8 MB
PHP Time Limit: 300
PHP Max Input Vars:
SUHOSIN Installed: No
SMTP: localhost
smtp_port: 25
Default Timezone: Default timezone is UTC### Plugins ###
Installed Plugins:
Adminimize by Frank BΓΌltge version 1.8.4
Akismet by Automattic version 2.6.0
All In One SEO Pack by Michael Torbert version 2.1.4
Download Monitor by Mike Jolley version 1.4.3
Google Analytics Dashboard for WP by Alin Marcu version 4.2.18
Google Calendar Events by Ross Hanney version 0.7.2
Magazine Columns by c.bavota version 1.0.6
Ninja Forms by The WP Ninjas version 2.6
nrelate Related Content by nrelate and SlipFire version 1.0.3
P3 (Plugin Performance Profiler) by GoDaddy.com version 1.4.1
Shareaholic by Shareaholic version 7.4.0.3
Smart Slider 2 by Nextend version 2.3.9
NextScripts: Social Networks Auto-Poster by Next Scripts version 3.3.4
WordPress Visualizer by Madpixels version 1.4.2.2
Wordfence Security by Wordfence version 5.0.3
WP Render Blogroll Links by Tanin Ehrami version 2.1.8
WP Smush.it by WPMU DEV version 1.6.5.4
WP Super Cache by Donncha O Caoimh version 1.4Forum: Plugins
In reply to: [Smart Slider 2] How to edit individual slidesThanks. I found the subslides.
Choose the slider (on left) -> Generator -> settings π
Forum: Plugins
In reply to: [Smart Slider 2] How to edit individual slidesHave a good sleep, talk with you tomorrow.
I watched the video. Thanks.
Unfortunately, I don’t see individual slides on the left. Only the title of the slider (Magic wand handbook). This slider has 24 individual slides that do not show up. But, they are showing in the preview. I put a screen shot on the link below.
http://www.currentinspiration.com/wp-content/uploads/2014/04/ss.jpg
I will try making a new slider to see if individual slide show up.
I added the plugin: Adminimize – allowing me to disable the menu item for any role.
In All In One SEO Pack – Should I Disable Jetpack Tags?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Not posting to Facebooksame issue.
Forum: Plugins
In reply to: [WooCommerce] Upgrading Breaks the Admin AreaI switched from woocommerce to a different shop installed on a subdirectory for mysite.
When creating a new post mysite would crash for eithor 10 minutes or for 1 hour. No rhyme or reason.
Turns out, the woocommerce plugin was causing too many database queries. My host allows 75k per hour. When posting I would hit more than 75k. My sql database would crash and mysite would crash. At the top of the hour my host would reset the database (hence the site being down for some amount of time until the top of the hour).
Uninstalled woocommerce plugin. Now using Opencart installed in subdirectory (not part of wordpress). I put links from the wordpress site to the opencart site (the user does not see any change).
Mysite is faster and does not crash when posting, without the woocommerce plugin. I also have WPSupercache and the Cloudflare CDN working well (shopping carts don’t like cache).
Jeremy,
Thanks. Publicize worked correctly for Facebook, Tumblr, Linkedin (with post picture), and Twitter.
Read more support posts on this topic.
Many, many others have the same problem.
I will disable Publicize.
I will check for updates, with hopes you can get the plugin fixed.
Same issues. Publicize sending bad links to facebook, twitter, etc…
If people follow the link it takes them to a non-existent page, and they get a 404.
also
The facebook button does not share. It only adds a like. Twitter and others seem to share OK
website: http://www.currentinspiration.com
Forum: Plugins
In reply to: [Contextual Related Posts] CSS style not working on Home pagesame problem:
The CSS styling only works on the post.
When home page is selected, it uses default styling on the home and custon css on the posts.
my site is here:
http://www.currentinspiration.com/my-blog-daily-dose-of-inspriation/
I am using this code from your sticky:
#crp_related ul {
list-style: none;
float: left;
margin: 0;
}
#crp_related li, #crp_related a {
float: left;
overflow: hidden;
position: relative;
text-align: center;
}
#crp_related li {
margin: .9em;
border: 1px solid #ddd;
padding: 6px;
}
#crp_related li:hover {
background: #eee;
border-color: #bbb;
}
#crp_related a {
width: 150px;
height: 150px;
}
#crp_related a:hover {
text-decoration: none;
}
#crp_related img {
max-width: 150px;
margin: auto;
}
#crp_related .crp_title {
position: absolute;
height: inherit;
bottom: 6px;
left: 6px;
padding: 3px;
width: 144px; /* = 150px – (3px * 2) */
color: #fff;
font-size: .9em;
text-shadow: #000 .1em .1em .2em;
background: rgb(0.5, 0.5, 0.5);
background: rgba(0, 0, 0, 0.5);
}
#crp_related li:hover .crp_title {
background: rgb(0.2, 0.2, 0.2);
background: rgba(0, 0, 0, 0.8);
}