wputler
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] CPT & Tagsservices is correct. Here’s a test page using just services and then services with autism:
https://focusdev5.info/test-2/
And it has the shortcode:
[catlist post_type=services]
You can see it just pulls the services.
Then further down the page:
[catlist post_type=services tags="autism"]
Show the services tagged with autism, but also the team members and the posts.Any other ideas?
Forum: Plugins
In reply to: [List category posts] Add class to posts_morelinkPart of the var_dump:
[show_protected] => no [class] => lcp_catlist [conditional_title] => [conditional_title_tag] => [conditional_title_class] => [customfield_name] => [customfield_value] => [customfield_display] => [customfield_display_glue] => [customfield_display_name] => [customfield_display_name_glue] => : [customfield_display_separately] => no [customfield_orderby] => [customfield_tag] => [customfield_class] => [taxonomy] => [taxonomies_and] => [taxonomies_or] => [terms] => [categorypage] => [category_count] => [category_description] => no [morelink] => [morelink_class] => [morelink_tag] => [posts_morelink] => learn more [posts_morelink_class] => [year] => [monthnum] => [search] => [link_target] => [pagination] => [pagination_next] => >> [pagination_prev] => << [no_posts_text] => [instance] => 0 [no_post_titles] => no
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple Calendar & WoocommerceNevermind – this ended up being a memory issue.
Just tested setting the label to hidden on an individual field and that works – the overall form default doesn’t though.
Unfortunately, adding placeholders to every field individually and then switching the labels to hidden (and hoping it doesn’t hide checkbox or radio labels) doesn’t work because when you select “Labels Hidden” for the whole form, instead of changing the class to label-hidden, it leaves the class as label-inside and so the labels don’t disappear.
This is not just a nice to have – WordPress sanitizes – removes spaces and lowercases and so that’s what all my code and imports are expecting.
I really appreciate that it leaves the images in the same folder they started in, but without the sanitized name, it’s not going to be as compatible as it should be.
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] WooCommerce ProblemDo you need more information to help figure out why all the sizes aren’t getting updated? I can give you a login to our staging environment.
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] WooCommerce ProblemAny ideas about making it work with WooCommerce product images?
I went to try this and now something more weird is going on. If I look at the feed from wp-admin, I see this for the post content:
[if-not-all-day][start-custom format="g:ia"][/if-not-all-day] [event-title] [if-description] [/if-description] [if-location] [maps-link newwindow="true"] [location][/maps-link] [/if-location] [if-description] [description] [/if-description]
But on the front end if I inspect the page source, I can see the s3Toggle class and the <div>s I added. I was careful not to save/update, and I went into the database and for the same feed, this is what it in post_content:
<div class="gce-list-event gce-tooltip-event [if-description] s3Toggle [/if-description] ">[if-not-all-day][start-custom format="g:ia"][/if-not-all-day] [event-title] [if-description] <i class="fa fa-chevron-circle-down fa-lg"></i> [/if-description]</div> <div class="s3ToggleContent"> [if-location] <div>[maps-link newwindow="true"] <i class="fa fa-map-marker"></i> [location][/maps-link]</div> [/if-location] [if-description] <div>[description]</div> [/if-description] </div>
The feed editor is not picking up what’s in post_content – it’s using the default!
Now what??
Forum: Plugins
In reply to: [Genesis Featured Page Advanced] Using Shortcode within widgetI was wondering if you implemented allowing shortcodes in the actual content or custom content yet? I don’t see it in the changelog.
Forum: Plugins
In reply to: [Better Font Awesome] FontAwesome not loading on Company computersThank you so much! Love this plugin!
Forum: Plugins
In reply to: [WP-LESS] Crashing SiteOn 1.8, I’m getting “Fatal error: Uncaught exception ‘Less_Exception_Chunk’ with message ‘ParseError: Unexpected input in fwt.less on line 131, column 39 129| padding-left: 0; 130| } 131| .simple-social-icons a { .rounded(3px); } 132| h1 { 133| font-size: 36”
after upgrade. It was working until upgrade. I’ve run the section in question through a LESS tester and get no errors.
Forum: Plugins
In reply to: [Genesis Club Lite] Custom LoginI upgraded and it WORKS BEAUTIFULLY now! Thank you so much. Looks gorgeous.
Forum: Plugins
In reply to: [Genesis Club Lite] Post Info change default doesn't workOK, thanks. I understand now. But, yes, I wanted to show the date on the archive page.
Forum: Plugins
In reply to: [Genesis Club Lite] Custom LoginHere is a screenshot of the login/logout screen: https://www.dropbox.com/s/gei8oehbgehaaqh/Screen%20Shot%202015-05-27%20at%207.41.48%20AM.png?dl=0
So the custom login is enabled, but it’s not picking up my info. Here is the background URL that I specified: https://www.focusdev4.info/wp-content/themes/fwt/images/company_bg.jpg
It should be able to find that.
Ideas?