Flash Buddy
Forum Replies Created
-
Forum: Plugins
In reply to: [One Click Demo Import] Few issues after import (one click demo import)FYI I too am getting the menu error:
Notice: Trying to get property of non-object in …\wp-includes\nav-menu.php on line 731
Notice: Trying to get property of non-object in …\wp-includes\nav-menu.php on line 727Working on localhost with the Divi Theme from Elegant Themes.
This may be related to the xml content not being imported. Right now I can’t figure out why. The import fails when trying to import local_import_customizer_file because mine is a .json (wrong format, it is looking for .dat), so no pages, menu items for non existent pages error out.
Ideas?
- This reply was modified 9 years, 3 months ago by Flash Buddy.
Forum: Plugins
In reply to: [Album Gallery for Flickr] Low quality of imagesLOL, that is one of the best gotchas I’ve ever seen to get somebody to buy the pro version. FWIW you can force the thumbnail images smaller thus eliminating low res imperfections via custom CSS. Add this to the custom CSS input box in the plugin admin:
div.weblizar-flickr-div { width: 18%; }Is pagination also available in the pro version?
- This reply was modified 9 years, 3 months ago by Flash Buddy.
Forum: Plugins
In reply to: [Realia] Agencies PageDid you set your permalinks?
Awesome. I’ll send you some money. Where can I send it to?
Same issue 🙁
Chiming in 🙂 Strangely, several sites on the same server, a couple fail with this error. Others works fantastic. Go figure.
Not expected HTTP response: Status-Code: 200 Server: nginx/1.10.2 Date: Mon, 16 Jan 2017 23:05:11 GMT Content-type: text/html; charset=UTF-8 Content-length: 20 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Set-cookie: Array Vary: Accept-Encoding Content-encoding: gzipForum: Themes and Templates
In reply to: [Sensible WP] Submenu: nobody can click!Add to your child theme (You ARE using a child theme aren’t you?):
`ul.sub-menu {
top: 55px;
}’Adjust to aesthetically please while remaining clickable.
Did you just say “Aloha”?! Too cool 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] CSS NightmareWell ksteele36, putting that form in a table makes it a real nightmare, so I credit you there. Your theme’s table styles are taking it over. You can try to fight back with the following CSS, though not guaranteed as I can’t test on your setup:
table.wpcr3_table_2{ background: #fff!important; } #top label { font-weight: bold; font-size: 0.92em; width: 70px; } input#wpcr3_fname, input#wpcr3_femail, input#wpcr3_ftitle{ width: 378px; }My form looks nothing like yours. Here is mine with no styling added:
http://www.awesomescreenshot.com/image/807846/48352562d5e2c27dff89f0fcbb44f88dForum: Plugins
In reply to: [WP Customer Reviews] CSS NightmareWow, you must be very creative. I see now you are having problems with the styling of your review input form, right? Now what I don’t know is what you are trying to do. Are you trying to get rid of the cyan color in the background? …and make the inputs 100% of the width?
Forum: Plugins
In reply to: [WP Customer Reviews] CSS NightmareNow way, it looks super cool. Love the forceful teal borders. Now that’s WEB 2.0.
Are you really displaying reviews with the plugin on this page? If you are I’m not finding them. The two I see look like you used your themes built in builder ‘casue I see selectors like .avia-. Your code is showing:
<div class="avia_textblock " itemprop="text"><blockquote><p>“We wanted to upgrade the look of our bathrooms by adding frames to our boring mirrors. We called MirrorChic.com and they helped us with the measuring process and were very helpful as we had medicine cabinets that were in the way. We received our order within a few days and had no problem assembling and installing them. Wow, what a difference they made! I would recommend this to anyone, best home improvement dollar we ever spent.”</p> <p>Sandy H<br> Escondido, CA</p> </blockquote> </div>This plugin wraps reviews thus:
<div id="wpcr3_id_13827" class="wpcr3_review" itemprop="review" itemscope="" itemtype="http://schema.org/Review"><meta itemprop="author" content="Clint Eastwood">So, again, how can we help?
Forum: Plugins
In reply to: [WP Customer Reviews] CSS NightmareYou do not point out what the issue is exactly?
Thanks. You’ll get your five stars after I get my first donation 🙂
When both are active, Crayon shows shortcode: [cryaon…. ]
Hmmm, could be theme related. I’m using the Elegant Themes Divi theme. I’ll do some testing in the AM on my dev server and see how it holds up.
Hmmm, I’m seeing this behavior too and I have ver. 1.1?