-
Chad started the topic Auto Excerpt in Wordpress 5.0.3 in the forum
WordPress Troubleshooting and Support 4 years ago
Hello,
I just found out that all my custom blog themes that had Auto Excerpt (first Paragraph from content) stopped working since i upgraded to wordpress 5.0. I assume it has to do with the new Gutenberg editor and block feature.Anyone else having this problem?
Is there a fix? -
Chad replied to the topic WP Customizer Data in the forum
WordPress Troubleshooting and Support 7 years, 6 months ago
I placed this question on Ottopress.com post How to leverage the theme customizer in your own themes and got a quick response from Chip Bennett which makes sense..
He wrote:
The Customizer, by default, uses the Theme Mods API, which saves settings as Theme-dependent – meaning that parent and child Themes will have a unique option in w…[Read more] -
Chad replied to the topic WP Customizer Data in the forum
WordPress Troubleshooting and Support 7 years, 6 months ago
I placed this question on Ottopress.com post How to leverage the theme customizer in your own themes and got a quick response from Chip Bennett which makes sense..
He wrote:
The Customizer, by default, uses the Theme Mods API, which saves settings as Theme-dependent – meaning that parent and child Themes will have a unique option in w…[Read more] -
Chad started the topic WP Customizer Data in the forum
WordPress Troubleshooting and Support 7 years, 6 months ago
I am using a Parent theme to set up most of my customizer settings and Parent theme. Then creating a child theme that has additional controls/settings and different layout. Does the customizer data move its values from theme to theme if they have the same value name or does it need to set values again for each theme?
-
Chad replied to the topic How many sites in a Multi-site install? in the forum
WordPress Troubleshooting and Support 7 years, 8 months ago
Thanks Steve
I understand wordpress.com is a good example of multi-site but i also know Automatic is behind it. I checked out Edublogs.org but it seemed to me that every sign up was a multi-site install. I have read the WPMUdev article and it seems that it shouldn’t be a problem.
Steve any suggestions on a host for something like this?
-
Chad started the topic How many sites in a Multi-site install? in the forum
WordPress Troubleshooting and Support 7 years, 8 months ago
Hello WPNYC
I was wondering if anyone had experience with a wordpress multi-site install having over 100 sites?
My company is looking into creating a system that will have around 130 sites install in 1 multi-site. There maybe even more added in the future. We do have multi-site running now for some conference and member sites but are limited to…[Read more]
-
Chad replied to the forum topic New Admin Options Page trouble in the group
WordPress Troubleshooting and Support 10 years ago
@Steve
That was it.. Thanks
-
Chad replied to the forum topic New Admin Options Page trouble in the group
WordPress Troubleshooting and Support 10 years ago
Andy,
I was using double quotes … I did change them to single and still getting that error. Thanks for catching thatIt’s not even getting to my wp_die function. It still displays “You do not have […]
-
Chad started the forum topic New Admin Options Page trouble in the group
WordPress Troubleshooting and Support 10 years ago
Hello,
I having a problem adding a options page for my plugin under the setting tab but when i try to access that page I get the error
“You do not have sufficient permissions to access this page”
After […]
-
Chad replied to the forum topic jQuery Cycle plugin in the group
WordPress Troubleshooting and Support 10 years, 2 months ago
Sorry can write code in the post.
Hey WPNYC is there away to write snipplets of code? or how about markdown?
-
Chad replied to the forum topic jQuery Cycle plugin in the group
WordPress Troubleshooting and Support 10 years, 2 months ago
Michael
you gotta love IE… lol
I like to wrap my sliders like the one you have in a UL this way i can hide any overflow.
So my slider would look like thisThis way the li tags get the generated style […]
-
Chad replied to the forum topic jQuery Cycle plugin in the group
WordPress Troubleshooting and Support 10 years, 2 months ago
Hey Michael,
Here is the link to show you how if you are going static http://jquery.malsup.com/cycle/anchor.html
But if you are doing a custom post type you will need to add a custom field to add the […]
-
Chad changed their profile picture 10 years, 8 months ago
-
Chad replied to the forum topic Custom Plugin Question in the group
WordPress Troubleshooting and Support 11 years ago
Steve,
I explained to you that my co-worker help me develop a plugin and we are pulling data from SQL databse listing members. We wanted to have each member to have a detail page but we were having a problem […]
-
Chad replied to the forum topic Custom Plugin Question in the group
WordPress Troubleshooting and Support 11 years ago
Hey Steve..
We talked briefly about this problem i have at the last Wordpress Meetup.
You mentioned that you may have some code to for Wordpress to check if a parameter is being used. Can you please post it so […] -
Chad replied to the forum topic Edit image button Not Showing in the group
WordPress Troubleshooting and Support 11 years ago
The Solution….
My company created a server for Wordpress to run on. We are not using a outside hosting service. For some of WP functions to run (such as Image editing on admin side) you need to install […]
-
Chad posted on the forum topic Crazy tags in the group
WordPress Troubleshooting and Support: 11 years, 3 months ago
No luck using that method… But
I just found this on the codex http://codex.wordpress.org/Function_Reference/wpautop
Place remove_filter(‘the_excerpt’, ‘wpautop’); in the functions file (this remove the unwanted paragraph tags)
Then wrap the_excerpt(); with p tags ( to place the excerpt into a paragraph tag)
This seems to work..…[Read more]
-
Chad posted on the forum topic Crazy tags in the group
WordPress Troubleshooting and Support: 11 years, 3 months ago
Every place that i have a the_excerpt(); function on page or post.
-
Chad posted on the forum topic Crazy tags in the group
WordPress Troubleshooting and Support: 11 years, 3 months ago
Here are the screenshots of my code
Template file: http://flic.kr/p/aBvVAx
Browser Rending: http://flic.kr/p/aByA1A
-
Chad posted on the forum topic Crazy tags in the group
WordPress Troubleshooting and Support: 11 years, 3 months ago
Sorry that didn’t work out – I will take screenshots
- Load More