flipflopmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce setup siteDid you follow the setup wizard (instructions: https://woocommerce.com/document/woocommerce-setup-wizard/), because it gives you an option to choose a theme, proceed with your own, or upload a theme? If you proceed with your own, I wouldn’t think there would be a problem. Please advice, because I will be installing this plugin myself. I have worked with the plugin in the past, but it was already installed prior my start.
Thanks!
TracyForum: Themes and Templates
In reply to: [i-excel] Moving SiteI tried that as an option and my server’s php settings prevented that. I have moved my site, but now I cannot use Appearance/Customizer in WordPress. Technically, I don’t even use it anyway, but it would be nice to have it working for other developers that may work on this site.
This is my error message, if you know how I could resolve this?
Fatal error: Class ‘Kirki_Controls_Slider_Control’ not found in /home/stemcellsafari/public_html/dir/wp-content/themes/stem-cell-safari/inc/kirki/includes/class-kirki.php on line 306
And in the meantime, is there a way to add a favicon w/out using the customizer?
Forum: Plugins
In reply to: [Search Everything] Do NOT Search MenuNevermind, I found a CSS work-around:
.nav-container .search-everything-highlight-color {
display: none;
}THANKS!
Forum: Themes and Templates
In reply to: [i-excel] Responsive Menu acting upI believe it is fixed. I loaded and scrolled several pages and it doesn’t seem to randomly slide open from the side unexpectedly anymore. Should the problem resurface, I will repost here.
Here is what I changed in “responsive-menu.php”.
File Location: wp-content/themes/”your-theme-name_folder”/inc/responsive-menu/”responsive-menu.php”
I believe it’s line 42 (as I have previously made edits), where it reads:
$wpr_options = array( ‘zooming’ => get_theme_mod(‘zooming’, ‘yes’),’from_width’ => get_theme_mod(‘from_width’, 1080),’swipe’ => get_theme_mod(‘swipe’, ‘yes’));
The very last word above that says ‘yes’, I changed to ‘no’. The updated code:
$wpr_options = array( ‘zooming’ => get_theme_mod(‘zooming’, ‘yes’),’from_width’ => get_theme_mod(‘from_width’, 1080),’swipe’ => get_theme_mod(‘swipe’, ‘no’));
Forum: Themes and Templates
In reply to: [i-excel] utility bar “Call Us” “Mail Us” -remove?Nevermind, I thought I looked well in the header.php file; obviously not, because I found it to delete. ??
Forum: Themes and Templates
In reply to: [AccessPress Parallax] Extract SectionNvmd, I got it extracted.
Here’s a suggestion that I believe will help a lot of people with using your themes. https://www.ads-software.com/plugins/one-click-demo-import/
Thanks,
TracyForum: Themes and Templates
In reply to: [i-excel] Slider -One Image and Stop!Well, I figured this out before the post even posted. Just delete out the info on whichever slide you do not want, and it will disappear. However, should you want the slide in the future, just reenter the info in the slide box.
Appearance/Customize/Slider/
Slider 1
Slider 2
Slider 3
Slider 4Tracy
Forum: Everything else WordPress
In reply to: List of changed files for v.3.0? Manual Upgrade?Brilliant! That’s the absolute best suggestion of all time. I never heard of such a program! This will be a lifesaver for me, for far more than just WordPress updates.
Thank YOU! ??
TracyForum: Everything else WordPress
In reply to: Changed Files for v.3.0@ipstenu Yep, I understand that. I didn’t edit their core code per-say, I wouldn’t know how to lol… I only ‘styled’ it, so that it would reflect the look of my site.
I don’t know what happened with these posts when I originally posted them, this one and the other mentioned one above. I swear, after posting them and going back, the only thing I saw was a message saying it had been deleted. Weird, but I’m glad they are alive now ??
Tracy
Forum: Fixing WordPress
In reply to: How to update without overriding my customization!Clayton,
Just lettin’ ya know. I followed the steps on the page and I’m now running 2.9.2 without any hiccups! ?? You saved my day, and many, many unnecessary hours of tedious work.
Much Appreciated!
Tracy
Forum: Fixing WordPress
In reply to: How to update without overriding my customization!Clayton,
That is perfect!! That page is exactly what I was looking for! Now I can add/delete the lines and get upgraded without having to go through and re-edit pages, ect… Thank You!!!! I so appreciate you taking the time to find and share that info with me.
Have a good one!
TracyForum: Themes and Templates
In reply to: searchform role does not validateesmi: I followed your instructions and they worked like a charm!!! There was no searchform.php file before I created one by your instructions. I really didn’t think things would work or ‘validate’. Thank You!
I also want to say that this was not the only ‘role’ attribute not validating. So I went through every page file in my themes folder and deleted the attribute everywhere it existed. Everything’s still working beautifully, and most importantly to me, validating.
I just want to say thanks to all!
Tracy
Forum: Themes and Templates
In reply to: Changing the wp-login pages background colorhttps://www.ads-software.com/support/topic/346834?replies=2
Maybe this post will help primated; or someone else with the same dilemma? Hope so anyway.
Forum: Themes and Templates
In reply to: Editing Login Background Colormin-height’s a good idea, thanks! I’ll remember that one! I had applied a padding-bottom, which worked just as well; well, because I have my blog in an iframe on my site.