cccamuseme
@cccamuseme on WordPress.org
- Member Since: February 12th, 2012
-
Created a topic, Lightbox Quit working after update, on the site WordPress.org Forums:
I update lightbox and now its not working. console err…4 months ago
-
Created a topic, Can’y update without premium license, on the site WordPress.org Forums:
Crap. It allows you to install but you can't update wi…7 months ago
-
Created a topic, Show on CPT, on the site WordPress.org Forums:
I would like to show on a single custom post type page…1 year ago
-
Posted a reply to Woocommerce conditional thankyou pages, on the site WordPress.org Forums:
Bump, any insight would be helpful.1 year ago
-
Posted a reply to How to combine google font css files?, on the site WordPress.org Forums:
You should be enqueueing them in your functions.php function font_scripts() { wp_enqueue_style('montserrat', 'https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'); } add_action(…1 year ago
-
Posted a reply to widgets doesn’t appear in my theme, on the site WordPress.org Forums:
add to your functions.php /* New Sidebar */ function my_new_sidebar_widget_init() { register_sidebar( array( 'name' =>…1 year ago
-
Created a topic, Woocommerce conditional thankyou pages, on the site WordPress.org Forums:
Hello all, I am looking for a way to have two differe…1 year ago
-
Posted a reply to Enable Payment gateway if ACF checkbox in user profile is checked, on the site WordPress.org Forums:
Thanks I found the solution. /* * Enable COD for account holder */ function enable_cod_payment(…2 years ago
-
Posted a reply to Enable Payment gateway if ACF checkbox in user profile is checked, on the site WordPress.org Forums:
Thanks. This gives me some insight but i'm still not sure how to write that…2 years ago
-
Created a topic, Enable Payment gateway if ACF checkbox in user profile is checked, on the site WordPress.org Forums:
I have added a way to enable the Woocommerce COD (cash…2 years ago
-
Created a topic, sort CPT search results page by ASC and DESC acf value using form, on the site WordPress.org Forums:
Hi All, Im looking fo a way to sort CPT search result…2 years ago
-
Created a topic, Simple & Great!!!, on the site WordPress.org Forums:
Great plugin. Just active and you can see php version …2 years ago
-
Created a topic, Disable new follower admin notification, on the site WordPress.org Forums:
I run a site for friend and I get emails notifying me …2 years ago
-
Created a topic, Created fields not showing in invoice or order details in admin, on the site WordPress.org Forums:
I have created the fields I need and everything looks …3 years ago
-
Created a topic, Heavy plugin – Slows down you site, on the site WordPress.org Forums:
Plugin works but adds about 60 requests to site load a…3 years ago
-
Created a topic, Account page error, on the site WordPress.org Forums:
I am trying to add a gravity form (multiple file uploa…3 years ago
-
Posted a reply to Error DOM – Block JS, on the site WordPress.org Forums:
I have this error as well and it shows on all /account/ pages. I have…3 years ago
-
Created a topic, Cancel Appointment Redirect, on the site WordPress.org Forums:
How can i redirect a user to a specific url when they …3 years ago
-
Posted a reply to 12 hour time in backend, on the site WordPress.org Forums:
Really? No options for this?3 years ago
-
Created a topic, Max number of appts per month, on the site WordPress.org Forums:
Is it possible to have a max number of appointments pe…3 years ago
-
Posted a reply to Monthly Slots instead of weekly, on the site WordPress.org Forums:
I am looking to do this as well. I would like the user to be…3 years ago
-
Created a topic, 12 hour time in backend, on the site WordPress.org Forums:
I see the option under customize to change time format…3 years ago
-
Posted a reply to 12 hour clock instead of 24?, on the site WordPress.org Forums:
How can i implement 12 hour time on the backend for editors to see instead…3 years ago
-
Created a topic, Awesome, on the site WordPress.org Forums:
It does what it says it does.3 years ago
-
Created a topic, Doesn’t Work, on the site WordPress.org Forums:
Quick jump links are broken, slow, crashes most of the…3 years ago
-
Created a topic, Does Not Work!, on the site WordPress.org Forums:
Export ran. Used import and get the following error. …3 years ago
-
Created a topic, Import randomly stops, on the site WordPress.org Forums:
After selecting 100 or so images to import, i choose t…3 years ago
-
Posted a reply to How to get color swatches on product list page?, on the site WordPress.org Forums:
I got it working using pa_color3 years ago
-
Posted a reply to How to get color swatches on product list page?, on the site WordPress.org Forums:
I keep getting this error when trying to show image swatches on products page. "Warning:…3 years ago
-
Posted a reply to Multisite subdirectories cant edit pages, on the site WordPress.org Forums:
I found the issue was coming from using the Multisite Clone Duplicator plugin. Seems that…3 years ago
-
Posted a reply to Multisite subdirectories cant edit pages, on the site WordPress.org Forums:
Anyone have any idea about these errors?3 years ago
-
Created a topic, Multisite subdirectories cant edit pages, on the site WordPress.org Forums:
I cannot edit or create posts or pages in my subdirect…3 years ago
-
Posted a reply to Flying Banner/Moving Images, on the site WordPress.org Forums:
If it is coded in the home page template you can duplicate it and re-name…3 years ago
-
Created a topic, Cannot create or edit pages in multisite subdirectory site, on the site WordPress.org Forums:
I created a subdirectory multisite, when I go to the s…3 years ago
-
Created a topic, User Role Permissions, on the site WordPress.org Forums:
I am looking for a solution for managing user role eve…3 years ago
-
Posted a reply to ccs code to change color of “services” “CTA” and “footer”, on the site WordPress.org Forums:
Also, make sure you are using a child theme for the CSS changes. Otherwise you…4 years ago
-
Posted a reply to ccs code to change color of “services” “CTA” and “footer”, on the site WordPress.org Forums:
Use Google Chrome "inspect" to find the CSS to change. Here is the CSS for…4 years ago
-
Posted a reply to Change post title based on category, on the site WordPress.org Forums:
Try this function adddd($title) { if(has_category(30,$post->ID)){ $title = ‘Prefix ‘.$title; } return $title; } add_action(‘the_title’,’adddd’);4 years ago
-
Posted a reply to Change post title based on category, on the site WordPress.org Forums:
Thanks4 years ago
-
Posted a reply to Change post title based on category, on the site WordPress.org Forums:
I figured this out by adding the following code to my functions.php add_action( 'the_title', 'title_color',…4 years ago
-
Created a topic, Change post title based on category, on the site WordPress.org Forums:
Hello all, I am looking to change the color of the po…4 years ago
-
Created a topic, Work GREAT!!!, on the site WordPress.org Forums:
The plugin works as described and is easy to use. love…4 years ago
-
Posted a reply to Only One Main Folder Showing on Page, on the site WordPress.org Forums:
Resolved4 years ago
-
Posted a reply to Only One Main Folder Showing on Page, on the site WordPress.org Forums:
I got the other folders to show by enabling the nav bar. Thanks.4 years ago
-
Created a topic, Only One Main Folder Showing on Page, on the site WordPress.org Forums:
I have created 4 Main Folders with sub folders and fil…4 years ago
-
Posted a reply to front-page changing background on hover, on the site WordPress.org Forums:
You can use simple jQuery. $('a.class').on('mousein', function(){ $('#portfolio').css('background-image', 'url("other.jpg")'); }); $('a.class').on('mouseout', function(){, function(){ $('#portfolio').css('background-image', 'url("img2.jpg")');…4 years ago
-
Posted a reply to Creating a Different Header for Single Post Page, on the site WordPress.org Forums:
<?php get_header('single'); ?>4 years ago
-
Posted a reply to Warning: require_once, on the site WordPress.org Forums:
I have this same issue but deleting through FTP and reinstalling is not helping. Any…4 years ago
Plugins
-
AddToAny Share Buttons
-
Advanced Custom Fields
-
Asset CleanUp: Page Speed Booster
-
Autoptimize
-
Better Search Replace
-
Classic Editor
-
Cookie Notice for GDPR & CCPA
-
Custom Post Type UI
-
Disable Comments - Remove Comments & Protect From Spam
-
Display PHP Version
-
Easy Theme and Plugin Upgrades
-
ElasticPress
-
Email Address Encoder
-
Export Themes
-
Imsanity
-
iThemes Security (formerly Better WP Security)
-
jQuery Smooth Scroll
-
Popup Maker - Popup for opt-ins, lead gen, & more
-
Post Types Order
-
Query Monitor
-
Really Simple SSL
-
Redirection
-
Regenerate Thumbnails
-
Relevanssi - A Better Search
-
Simple Calendar - Google Calendar Plugin
-
Smush - Lazy Load Images, Optimize & Compress Images
-
The Events Calendar
-
Theme Check
-
White Label CMS
-
WooCommerce
-
Wordfence Security - Firewall & Malware Scan
-
WordPress Page Builder - Beaver Builder
-
WP Fastest Cache
-
WP Migrate DB - WordPress Migration Made Easy
-
WP-Optimize - Clean, Compress, Cache.
-
WP-PageNavi
-
Yoast Duplicate Post
-
Yoast SEO