breakoftheec
Forum Replies Created
-
Forum: Plugins
In reply to: [FB Photo Sync] Cannot copy the shortcodeI did use left click. It’s not working.
It happened in two different browsers with latest versions of the player.
I’m on localhost so maybe there’s something there. I haven’t tested on other computers so it might be an issue with mine.In any case, let me suggest adding a plain text fallback or some flash-less option.
I for one, use WordPress sometimes from my phone, and It doesn’t support flash.
Great plugin though. I’ll do a,review soon.
I said this:
The theme variable.php file is updated.
Still getting this error.Sorry, I was wrong.
I was stupidly checking the wrong theme.
Now it works. It broke the layout, but that’s fixable.@alusion
I’m seeing your site is working fine.
How did you fix it?I’m getting this same error.
Got a wordpress upgrade from 4.0.6 to 4.2.3 and it broke this.
I did all most of what’s suggested on this thread. No go.The theme variable.php file is updated.
Still getting this error.Any ideas? Besides disabling plugins, what else could be a good troubleshooting?
In general there are a lot of inline styling like these:
$content .= '<div style="text-align: left; color: red;">' $content .='<div style="padding-bottom:5px;" >'; $content .= '<div style="text-align: left;">
Besides the fact that the whole HTML content is being created as a PHP string, these don’t have classes, so I can’t override the inline styling, without going into “hacking mode”, which I won’t do.
I know this is WordPress, so I’m not expecting full clean separation of logic and views, but for example:
If this:
$content .= '<div style="text-align: left; color: red;">'
Was this:
$content .= '<div class="errormsg">'
I could simply change the CSS, and make my error messages whatever my designers want.
It seems the pro version has options to change styling on the admin section. So maybe this is not an issue but a feature.
In any case If I ever can/need to pay for a Contact form Plugin, I would definetely consider this one, because it’s easy fast and very functional.
Forum: Plugins
In reply to: [NextGen NivoSlider] Resizing SlideshowHi,
Did you ever find out a solution for this?No.
Still not working. I guess it’s not on Google’s side.If I have time, I’ll try to do some troubleshooting soon and post back my findings.
Forum: Fixing WordPress
In reply to: Upgrade from 2.0.5 to latest version (3.3 )All right!
I’ll try this.Thanks.