WPNewbie14
Forum Replies Created
-
I meant the Media Library doesn’t show any of the images now. Although the images shows up on the site, the Library isn’t showing me to the images.
Forum: Plugins
In reply to: [Polylang] Pre-created post not showing up after enabling Polylang for a CPTIt is resolved. The message showed up to set the posts to default language.
Forum: Plugins
In reply to: [Custom Post Type UI] Language option is missing from sidebarThanks Michael for the reply! I really appreciate it.
So when I first enabled Polylang, I had same issue with another CPT UI post. But I noticed it did prompt me to set the default language for all the post type that’s checked to set the default language. However I left out some post type and now that I checked (enabled) for Polylang, I don’t see the option anymore.
I think it’s best to reach out to the Polylang author or do you have any other suggestions before I do that?
Thanks again!
Forum: Plugins
In reply to: [Polylang] Unable to see already added CPT posts when enabling translationI was able to figure it out. The posts didn’t have default language so it didn’t show up. Once I get the default language, it showed up!
Yes so if i have multiple items on the cart and i want to take off certain percentage for the first item only and certain percentage for rest of the items.
Ex.
First item in cart – 25%
Second item in cart – 10%
Third item in cart – 10%
Fourth item in cart – 10%Thank you
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Installing Woocommerce plugin causes site to breakThanks for your response.
So I enabled debug mode and I see this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 15 bytes) in /hermes/bosnacweb04/bosnacweb04am/b1861/ipg.my-site/pm/wp-content/plugins/advanced-custom-fields/includes/fields/class-acf-field.php on line 147 There has been a critical error on your website. Please check your site admin email inbox for instructions.
Here is the function where its failing in the above php file:
/* * add_field_filter * * This function will add a field type specific filter * * @type function * @date 29/09/2016 * @since 5.4.0 * * @param $tag (string) * @param $function_to_add (string) * @param $priority (int) * @param $accepted_args (int) * @return n/a */ function add_field_filter( $tag = '', $function_to_add = '', $priority = 10, $accepted_args = 1 ) { // append $tag .= '/type=' . $this->name; // add $this->add_filter( $tag, $function_to_add, $priority, $accepted_args ); }
Since the error showed up even with all plugin deactivated, I am, guessing it has to do with a field I created in ACF?
- This reply was modified 4 years, 11 months ago by WPNewbie14.
Forum: Plugins
In reply to: [WooCommerce] Installing Woocommerce plugin causes site to breakThanks for the reply.
I decided to try to install it by downloading the plugin and then uploading and installing, and not I get the following error:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
I only have the following plugins currently installed:
– String Locator [Active]
– ACF [Active]
– Custom Post UI [Active]
– Akismet [Deactive]Any other things I should try?
Update: So I deactivated all the above plugins, uploaded the plugin, it installs successfully, but it seems the error happens when activating it.
Thanks.
- This reply was modified 4 years, 11 months ago by WPNewbie14.
- This reply was modified 4 years, 11 months ago by WPNewbie14.
I was able to edit the PHP file for the widget and removed the SEARCH button. Now I would like to make the dropdown interactive.
Forum: Themes and Templates
In reply to: [Customizr] where to edit sidebar??I am currently using the Spacious theme and would like to add separate dropdown for each category. I see the line
<?php spacious_sidebar_select(); ?>
in mypage.php
inside the theme folder but where do I find it?How can I make the changes to, have it like this: StackOverflow WordPress
Forum: Fixing WordPress
In reply to: How to add separate dropdown for each categoriesI see… So create a new .php page with the function to pull individual category and add it to the theme folder in php (I am hosting the wordpress locally from my server) and find it in my Dashboard.
Forum: Fixing WordPress
In reply to: How to add separate dropdown for each categoriesAhhhhhhh I remember when I was working with IPBoard, I had to do the same thing.
So once I write the code to pull one category at a time and upload it via FTP. Will my page know to display separately or I have to make changes in the Pages from my Admin Dashboard?Forum: Fixing WordPress
In reply to: How to add separate dropdown for each categoriesI added a new page from the admin page and that’s where I want the dropdown to be. I was able to create three separate downdown by adding three separate widgets. I just want each widget to have separate categories in there.
Would you like a screenshot?
Forum: Fixing WordPress
In reply to: How to add separate dropdown for each categoriesMy folder hierachy is like this:
wordpress\wp-content-themes\spacious\
what PHP page should I add it to so it appears on the main landing page?
The page that I am on is located here:
\\server\wordpress\
and that shows me the page.Forum: Fixing WordPress
In reply to: How to add separate dropdown for each categoriesThank you for the response. What page is that example located? If it’s something that I can see in my page where do I find the code?
When you say run a custom query, where do I run the query from?I am brand new so that’s why I am kind of confused and asking questions.