Pete White
Forum Replies Created
-
Does anyone know the code to re-order the related products tab?
So far, I’m using the following code which I obtained from the github link and have tried to add related_tab and related_products_tab with no luck.
/** * Reordering the tabs * First they must be removed and then added again in the order you would like by changing the priority * If you use the WooCommerce Custom Product Tabs Lite plugin that has a priority of 25 * * Add the following to you theme functions file * This code will allow the Tab Manager tab to be first, then attributes, the description, then reviews */ remove_action( 'woocommerce_product_tabs', 'woocommerce_product_description_tab', 10 ); remove_action( 'woocommerce_product_tabs', 'woocommerce_product_attributes_tab', 20 ); remove_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 ); remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_description_panel', 10 ); remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_attributes_panel', 20 ); remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_reviews_panel', 30 ); /* Product page tabs */ add_action( 'woocommerce_product_tabs', 'woocommerce_product_description_tab', 10 ); add_action( 'woocommerce_product_tabs', 'woocommerce_product_attributes_tab', 20 ); add_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 ); add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_description_panel', 10 ); add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_attributes_panel', 20 ); add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_reviews_panel', 30 );
Cheryl,
Are you trying to hide the icons on all pages and posts or just for a custom post type?Forum: Plugins
In reply to: slider–hide sexybookmarks not available, custom css?Looks like your link is broken. Can you re-post?
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Link IssuesIssue #1 has been resolved as well. It looks like it was a url conflict.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Link IssuesI was able to resolve issue #2. If anyone can provide some information so that I can resolve issue #1, that would be so helpful. Thank you!
Forum: Plugins
In reply to: [CKEditor for WordPress] Horizontal Rule IssueAnyone?
Anyone?
Forum: Plugins
In reply to: [Banckle Chat] [Plugin: Banckle Live Chat] Add Custom Chat Button?Thanks for the quick reply. After installing the new version of the plugin and activating Live Chat, I receive the following message at the bottom of the wordpress dashboard:
Oops, [2048] is_a(): Deprecated. Please use the instanceof operator @ 660
I’ve taken all of the steps to set up the department, assign users, etc. and although the button shows up on my website, it always says “Operator Offline” even though I’m logged into the chat dashboard.
Any suggestions?
Forum: Plugins
In reply to: [CKEditor for WordPress] Default HTML/Visual View For Each PageThanks for your quick reply. I appreciate it! =)
Forum: Fixing WordPress
In reply to: Text Editor: Changing Format to Heading Changes All Text SizeZoonini,
Thanks for the quick reply. I was starting to think that I was alone in this world! It looks like it’s only happening when I use a “shift+enter” to create a “br” to go to the next line. If I use a standard “enter”, I can format the heading and paragraph text separate from one another.I’m sure this is probably something that has to be resolved by changing the margin/padding for the heading tags in the CSS. Though, I am curious to know the technical reasons as to why text placed after a line break cannot be formatted individually from a heading tag placed above the line break.
I’m interested in hearing your thoughts.
Forum: Fixing WordPress
In reply to: Text Editor: Changing Format to Heading Changes All Text SizeAnyone? This happens to me in every theme that I have ever used. Certainly, someone else has had to experience this issue before. Anyone?
Forum: Your WordPress
In reply to: Personal Site & Portfolio – Feedback AppreciatedI’ve seen a ton of designers that provide theme customization services and are not “theme authors.” Personally, I think that both of these fall under the “website designer” category. I do not provide custom theme services because that’s not the type of client that I target.
Maybe one day I’ll get into creating themes from scratch that I can sell to other designers and businesses, but at the moment, my goal is to provide affordable blog, website, and training services using WordPress.
Forum: Your WordPress
In reply to: Personal Site & Portfolio – Feedback AppreciatedMainly because of time constraints. With my current schedule and workload, I felt it would be a better option to use and customize and existing theme.
Forum: Themes and Templates
In reply to: Tags not showing on Posts in WordPress 3.0.1I had the same issue and it had to do with my theme not being set up to display post tags. I found this video on YouTube and it helped me a lot.
Hope it works for you as well!Forum: Plugins
In reply to: Help with The Loopanybody?