scarlettr8
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Top level menu links don’t work on mobileFound the solution. I switched Appearance > Customize > Header > Mobile Menu Dropdown Target setting to ‘Icon’ and it now works properly. Apparently ‘Link’ is the default that doesn’t work.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Extaned auctionShould say ‘Extend auction’.
Forum: Themes and Templates
In reply to: [OceanWP] Can’t get rid of “Skip to content”Actually disabling ANY Scripts and Styles causing the ‘Skip to Content’ link to display. So there’s a conflict with Ocean Extras?
Here’s some code that works perfectly (add to child functions.php file):
function my_exit_to_dashboard(){
$url=admin_url();
return $url;
}
add_filter(‘elementor/document/urls/exit_to_dashboard’ , ‘my_exit_to_dashboard’);Forum: Themes and Templates
In reply to: [OceanWP] disable link in main menu doesn’t workI found the setting in Scripts & Styles.
Forum: Reviews
In reply to: [CM Download Manager - Document and File Management] DO NOT BUYTotally agree, Creative Minds is a nightmare! Stay far away.
I have this same problem—formatting lost on update from 3.6.5. What is the solution when using a child theme — which previously included the style.css file which is now empty!?
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Read or Edit the petition not displayingIt’s weird, I can’t tell if it’s a phishing site (collecting emails) or they actually tried to develop it and gave up. I have their files, including the Readme text which lists different updates than yours. There is a line in that text file: “Visit the [SpeakOut! Email Petitions website](https://wppetitions.com/) to learn?more.” that looks a lot like misrepresentation to me ?? I reported it as a phishing site to Google and Godaddy just for fun.
I still want to have the field for Comments, but the textfield isn’t usable for any good size comment—which I am expecting. Users can’t see their full comment and get frustrated. Not a problem updating the code, I can document and do the manual change each update. Thanks.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Read or Edit the petition not displayingI have deleted both the plugin and associated database tables — re-installed and it now works. Sorry for the bother. Perhaps a warning about WP Petitions (as it is a speakout.zip file they download) on your site might help others. I need to make the optional field a textarea instead of a text field — any recommendations?
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Read or Edit the petition not displayingI downloaded it from www.remarpro.com was version 1.15, updated just now to 1.16 . I’ve created 3 test petitions, none display the ‘windowshade’. https://www.eagles.org/test-petition/
- This reply was modified 5 years, 6 months ago by scarlettr8.
- This reply was modified 5 years, 6 months ago by scarlettr8.
This problem is NOT resolved. In my case it is associated with stock management. If I select ‘Enable stock management at product level’ I cannot change or save a change from Out of stock to In stock in either of the 2 variations. Deselected stock management and I can reset Out of stock to In stock. Save changes, Update…works. Go back and re-select ‘Enable stock management at product level’, it reverts to Out of stock. Woocommerce 3.3.4, WordPress 4.9.5 . There are multiple threads about this issue over the past few months, none of which provide a solution?
I’ve tried this code many times and still get the white screen every time I try it in the functions.php file and it doesn’t work at all when using Code Snippets. Ideas? No other function with this name.
add_filter( ‘wpo_wcpdf_custom_attachment_condition’, ‘wpo_wcpdf_exclude_product_categories’, 100, 4 );
function wpo_wcpdf_exclude_product_categories( $condition, $order, $status, $template_type ) {
// only apply check on invoices
if ($template_type != ‘invoice’) {
return $condition;
}// define categories which shouldn’t get an invoice here
$no_invoice_cats = array(‘Music’,’Clothing’);$items = $order->get_items();
$order_cats = array();
foreach ($items as $item_id => $item) {
// get categories for item, requires product
$product = $order->get_product_from_item( $item );
if ($product) {
if (empty($terms)) {
continue;
}
$terms = get_the_terms( $product->id, ‘product_cat’ );
foreach ($terms as $key => $term) {
// echo ‘';var_dump($term);echo '
‘;die();
$order_cats[$term->term_id] = $term->name;
}
}
}// get array of category matches
$cat_matches = array_intersect($no_invoice_cats, $order_cats);
if ( count($cat_matches) > 0 ) {
// 1 or more matches, don’t attach invoice
return false;
} else {
return $condition;
}
}- This reply was modified 6 years, 11 months ago by scarlettr8.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Plugin Deactivateg Itself?The only error is thinking that it is reasonable to have to keep asking for support everytime this plugin deactivates, which at this point is constantly. Not an argument, it’s a fact you don’t seem to be able to understand!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Plugin Deactivateg Itself?Hardly unnecessary when you make such a significant change to the functionality of an plugin that renders it useless…free or not! Who would ever buy your product when you don’t immediately fix an issue that makes your plugin unusable! It’s a well warranted rant, perhaps it’s your customer service that has the inappropriate ‘attitude’ that support is a courtesy! If you’re going to treat people with such disrespect then don’t offer free support.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Plugin Deactivateg Itself?This is a ridiculous way to manage plugins. I confirm I am logged into Time.ly, have downloaded, re0installed, re-activated the Extended Views plugin 3 times…double-checked it’s status id green in My Account on Time.ly and the plugin STILL deactivates itself!! A couple of weeks of this…and it’s looking like this is not a viable plugin unless you remove the requirement to be logged in.