Acal
Forum Replies Created
-
I have the same issue as of Jan 1, 2019. Will post a new thread.
I’ve taken care of this by clearing my browser cookies when it occurs and just for the website in question. Then log back in and try your process over again.
Forum: Reviews
In reply to: [Download Manager] Can’t save settings@w3eden in light of the conversation we are having in this thread might you be able to recommend the more targeted rule to permit this to work safely? At least help us identify the file or files that triggering this. @ivanatanasov any thoughts or htaccess code suggestions if @w3eden doesn’t chime in? At a high level I know the directory would be something like this: /public_html/wp-content/plugins/download-manager/…
Thanks!
@frafor and his solution works great so far! Thanks!
Forum: Reviews
In reply to: [Download Manager] Can’t save settingsI experienced this with siteground as the host. The above htaccess suggestion fixed the problem but then discovered that it breaks the security for the entire site. So I just used it for a few minutes to get the settings on wpdm to save then deleted the rule from the htaccess fiile. Not graceful but it works! Just remember to remove it immediately after getting the settings to update.
- This reply was modified 7 years, 8 months ago by Acal.
I too have this issue using Storefront theme and Elementor Pro. It doesn’t matter if I use the theme full width template or the Elementor full width I get an annoying latency before it stretches to full width. Using Elementor Canvas template I do not get this issue but I can’t use that template in the long run.
I have tried it on other themes that support full width and get the same problem.
I even disabled all plugins except for Elementor and still have this issue.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Display Bulk Discount Options Product Page+1
Thanks!Forum: Fixing WordPress
In reply to: Text widget not working after WP 4.8 updateHi all. I too experienced this issue.
What didn’t work for me – toggling the widget Accessibility Mode as per @elvirra solution above.
What worked for me – @suanlian realization that the defer script was messing things up followed by @optimizingmatters !is_admin() suggestion. Thanks! Here’s my code…
function defer_parsing_of_js ( $url ) { if (!is_admin()){ if ( FALSE === strpos( $url, '.js' ) ) return $url; if ( strpos( $url, 'jquery.js' ) ) return $url; return "$url' defer onload='"; } else; return $url; } add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );- This reply was modified 8 years, 9 months ago by Acal.
The issue seems to be related to a plugin(s) / server instability. I believe either SumoMe or a GoDaddy Worpdress Optimizer default plugin. I have deactivated both plugins and now javascripts on the editors and the site’s navbars work properly – it seems to have fixed all issues.
I want to add that the wp-includes/js/ directory was somehow getting a funny .htaccess script run on it (presumably through one of the three suspected plugins) which blocked access to pull jquery code from the directory and thus the sources of a bunch of display issues that were occurring. I later discovered that the responsive mobile menus no longer worked either. Also due to the browser getting an internal server error on each of the wp-includes/js/ directory requests.
I am still having this problem. No word from ThinkUpThemes yet to my chagrin.
Just to add color…I am using it as a Child theme following WP codex etc. Free version.Forum: Themes and Templates
In reply to: [Minamaze] Slider problems with new customizer, a solution!Hi Magnus. Thanks but not so fast!!! I generally do my work through Chrome where I found it impossible to delete or reorder slides. Firefox did not solve the problem either.
I then loaded Safari as per your suggestion. First I wanted to delete a single slide at the end of the deck. That lead to all of my slides being deleted (not exactly what I wanted but at least it was a response) and my deck being reset to the Minamaze default slides. I then attempted to re-upload each of my three slide images, however, the theme would not permit me to make any changes to the default Minamaze slides, even through Safari.
So for S & Giggles I went back to Chrome. Entered the theme Customizer and verified that indeed all of my slides were deleted. However, this time I was able to upload my custom images, uploading and saving them one by one, and they did indeed replace the default Minamaze images.
Just to further experiment…I then turned back from Chrome to Safari to add another image. This time, by simply attempting to upload and save a single custom image the slide deck went back to the Minamaze default deck!!!! WTF!!!???
This is very spooky behavior and non-deterministic. I would recommend not marking it as “[resolved]” just yet so that theme authors can work this out, but thanks for the cross-browser testing and clues!
Gsacomputers. I was able to add/save the first batch of slides but not change them or reorder them thereafter. It is somehow not registering updates to which image file it should href. Perhaps in the SQL commands perhaps not?
Forum: Themes and Templates
In reply to: [Minamaze] Removing 'Category Archives:' from page titleHi JessL. Here’s my solution that I implemented yesterday.
https://wordpress.org/support/topic/resolved-modify-minamaze-parent-intro-defualts?replies=2
Cheers!
One more note…after uninstalling then reinstalling the parent theme and seeing my prior pictures showing up again it seems that he slider settings are stored in SQL but not clearing properly.
Forum: Themes and Templates
In reply to: [Minamaze] SliderThanks for the pointers. Yeah, I inherited this site and was fearing that they screwed up the theme. Thanks for the suggestion. I’ll refresh the core theme and go from there.
Cheers