nexusbroadcast
Forum Replies Created
-
Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] Missing imagesIf you do this you’ll need to go back once again and change beta.beta.mywebsite.com to beta.mywebsite.com as it has changed the two site urls. After that everything works perfectly. If you find that it is pulling in ALL of your images, even those that are not included in published articles. Add the following to your .htaccess Options -Indexes That will stop that behavior.
Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] Missing imagesI fixed this by updating my wordpress url using the code below in phpmyadmin. I use beta.mywebsite.com on my local box to develop the site. Then the live site is simply mywebsite.com — inside these pages and posts it was listing mywebsite.com not beta.mywebsite.com – I guess not everywhere. I had the site and url settings set in wordpress to beta.mywebsite.com so I have no clue what happened. It works now. Though my zip file is now 122 mb – so it must’ve been missing way more images than I thought. Fortunately despite a cloudflare maximum warning of 25 mb it still accepts and imports my zip file.
UPDATE wp_options SET option_value = replace (option_value, 'oldurl.com', 'newurl.com') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace (guid, 'oldurl.com','newurl.com'); UPDATE wp_posts SET post_content = replace (post_content, 'oldurl.com', 'newurl.com'); UPDATE wp_postmeta SET meta_value = replace (meta_value,'oldurl.com','newurl.com');
Forum: Reviews
In reply to: [BERTHA AI. Your AI co-pilot for WordPress and Chrome] Garbage Nothing Works!At your suggestion I installed the plugin again. There is no change. When I click write its just an animated purple dot. Launch Bertha ==> Chat, Write, Prompts, = animated purple dot. Image tab asks for money to even try it.
From the main menu Berthat Chat says Click to upgrade. Bertha Art – click to make your own = Buy more credits. Barnd settings work. General settings = Upgrade to access this setting. Licenses = Activate, clear cache.
Clicking activation today results in = Your license has reached its activation limite … Upgrade now.
You beginning to see my point? At every turn it wants money to use this “free trial”. The two or three functions that are supposed to be free dont work at all. Why would I pay to upgrade something that doesnt work at all??Forum: Reviews
In reply to: [BERTHA AI. Your AI co-pilot for WordPress and Chrome] Garbage Nothing Works!Well, I am sorry I hurt your feelings. But if you are having server issues – why wouldn’t you think to put in a notification system SOMEWHERE in the plugin or on your website? If a product is useful to me, I purchase it. The free part is only to get people to try it. So, to devalue the free side is to kill off potential customers as that is the gauge, they are using to determine whether sending you money is going to be a waste. I have paid for so many trash plugins its not funny. So, on yours I am met with everything I try requiring a paid subscription. And the things that didn’t just load at all. I typically find that is the case where the developer is more concerned about snatching funds that properly designing and maintaining the plugin. And your message is unprofessional. I don’t care if you decide not to provide a free product! I couldn’t care less in fact! If you want to shoot yourself in the foot because you didn’t think to notify users when a system has failed and lose that train of new business, maybe you need to find some other line of work to do? I am a small developer. I get these complaints hurts But take it constructively and improve. Your message today is only destructive of your goal.
Forum: Fixing WordPress
In reply to: Customize Not ShowingOk – so I was right at least on my site. My fix was easy. I simply went into the wordpress general settings and changed the domains in both fields to lower case. And its all working now even with the addon. Apparently its case sensitive. Your situation is a bit different though – but the security policy is the issue. Check to be sure both fields in your wordpress settings are exactly the same. In the code you posted they look identical – but check them in the settings to be sure. Otherwise I believe this may be a server misconfiguration. It could be something as simple as the template not understanding subdomains due to the . or the under score in your subdomain. I got mine working – I wish I had more to help you with.
Forum: Fixing WordPress
In reply to: Customize Not ShowingThe difference in mine though is I am not using and subdomains. Just one domain – and the match except in my error the domain is in all lower case and in the other part of the error it is in mixed caps. While this isnt a fix – I believe this is the issue:
It means that the http server at cw.na1.hgncloud.com sent some http headers to tell web browsers like Chrome to allow iframe loading of that page (https://cw.na1.hgncloud.com/crossmatch/) only from a page hosted on the same domain (cw.na1.hgncloud.com) :
Content-Security-Policy: frame-ancestors ‘self’ https://cw.na1.hgncloud.com
X-Frame-Options: ALLOW-FROM https://cw.na1.hgncloud.com
You should read that :https://developer.mozilla.org/en-US/docs/Web/Security/CSP
https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policyYou are using subdomains – so that may be your issue. But mine is the same domain just mixed caps – maybe the mixed caps are throwing it off. This should be something you can turn off on your server somewhere – unless Hueman is throwing that in somehow. All I know at this point is – everything was fine before the Hueman upgrade – now its not.
Forum: Fixing WordPress
In reply to: Customize Not ShowingI have the same issue – any solution to this? Started after I upgraded to Hueman 3.3.7. Even on a fresh wordpress with no plugins. Its even worse if you add their addon it throws up a warning and tells you to check your javascripts – you dont get the preview screen and it detects the error and you cant even use the customization menu at all as it wont save the changes. It does still work in Internet explorer – haven’t tried edge – but I use chrome. The author really needs to fix this instead of just telling people to deactivate their plugins which does not resolve anything. I didn’t deactivate my plugins – I installed another wordpress fresh and the latest – same problem. Fortunately – I deactivated their addon and at least I have access to use customization – I just dont get a preview unless I use the old internet explorer.
Forum: Plugins
In reply to: [MobileView by Colorlabs & Company] Save Changes doesn't workSure. files sent.
Forum: Plugins
In reply to: [MobileView by Colorlabs & Company] Save Changes doesn't workIf you dont know you probably aren’t using one. If you open a ticket with colorlabs they will fix this for you There is an incompatibility with the latest versions of wordpress. Or you can contact me and I will send you the files to replace.
You have another tab open. One in preview one in the editor
Forum: Reviews
In reply to: [Radio Forge Muses Player with Skins] Double soundThats not the player doing that. You probably have another tab open.
Forum: Plugins
In reply to: [WP Float Related Posts] Pop up positionI was able to move this to the bottom myself. Now if the author could fix the mobile issues when set to scrolling mode we would be all set.
position:fixed;top:0;z-index:9997 position:fixed;top:0;z-index:9998 change to position:fixed;bottom:0;z-index:9997 position:fixed;bottom:0;z-index:9998
/wp-content/plugins/wp-float-related-posts/css/rpstyle.css
Forum: Plugins
In reply to: [MobileView by Colorlabs & Company] Save Changes doesn't workI also cannot save and settings. I have disabled my caching plugin – same results
I am using the Hueman theme. The theme is the problem as the plugin works fine on other themes. I put a band aid on this by commenting out the following lines in /wp-content/themes/hueman/functions/meta-boxes.php
/* ot_register_meta_box( $page_options ); ot_register_meta_box( $post_options ); */
That stopped the fatal error and below all the warnings my content showed up. So next I turned off the warning display in my php.ini
Not the best solution – but it is working for my purposes until they fix Hueman or I switch to something else.
Everything on the site seems to be working.
Forum: Plugins
In reply to: [PressForward] Fatal Error and moreDeactivate that plugin. Does the error go away? If so the two plugins are not comptaiblee. You might go take a look at line 312 and see what is going on there. Sometimes you can comment out a section that is causing the trouble.