Feature Request:
Option to pin a folder as a default page when visiting Media, Pages, Posts, etc. …
This helps to save clicks and improve the focus when dealing with tasks.
This is the worst thing that’s ever happened since I started using, building with, and developing WordPress back in 2005.
]]>The moment, however, that you want do do ANYTHING that is in the slightest way “advanced” you are paying. Not just paying for plugin add-ons or premium plugins that “work with” WooCommerce, but you are also paying a substantial price in your time to figure out which is the right plugin, how to configure it, and whether it’s actually working.
Make no mistake, there are a myriad of possible configurations to consider and setting up e-commerce is not a simple task. The point I am making is that it’s not as easy as one would assume based on the “Sell Anything / Anywhere” pitch for a free plugin.
I made the mistake of trusting my wife’s dog treat business to WooCommerce, it has cost us THOUSANDS in lost sales and configuration time because it’s nearly impossible for mere mortals to set up shipping. The “experts” who I have contacted to contract for help through the WooCommerce site are not there to help – they are there to sell, sell, sell other services that most small businesses can’t afford.
Free can be ever so costly. Consider all options before going for what seems to be the “no brainer” choice. It truly may be a no brainer, and an expensive one at that.
]]>I’m happy to have a footer with wordpress and Venta links, but I cannot remove an extra (although empty) secondary footer sitting above the actual footer. It’s not caused by short body text, and going to Appearance > Customize > Venta theme options > Footer section, doesn’t get anywhere.
Each time I alter the theme I get the message “Looks like something’s gone wrong. Wait a couple seconds, and then try again.” but generally changes take.
If I change the Footer section to “hide” no pages load
If I set to “show” I get a double height footer which isn’t a huge problem but looks very unprofessional.
I looked at using another theme to avoid this problem, but haven’t found any I like as much as Venta. Installed all the Venta-recommended plugins (which I didn’t expect to need) but that didn’t help either
I’ve tried on multiple browsers but that makes no difference. Running Windows 7, but doubt that can be the problem
Any help appreciated!
]]>Things I have tried.
Installing new copy of WordPress on dev2, setting up multisite network, copying database from original ensuring the replace all instances of dev.blah.com to dev2.blah.com. Getting told the damn thing cannot connect to the database, while in the same error being told that it can’t find certain blogs? How is it telling me it cannot connect to the database while telling me that it can?
Fine, whatever, find a way to fix that error.
Do another copy, delete wp_blogs, delete wp_site, delete wp_sitemeta, this fixes the inability to turn on network. Re-enable network site. Copy/Paste code into wp-config
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'www.dev2.blah.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
also htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
Allow from all
It finds the initial site at blogid 1. I do another copy from dev.blah.com of wp_blogs, wp_blog_versions, wp_site, wp_sitemeta.
FINALLY WordPress can see the other sites, I can even visit their home pages, everything is broken as hell but one thing at a time, try to visit other site dashboards….
The www.dev2.blah.com page isn’t working
www.dev2.blah.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
wtf? Fine so I clear all cookies and cache, still no dice. try adding
define('RELOCATE',true);
to wp-admin, no good.
I’m at my wits end, every table looks correct, there is no instance of the original dev.blah.com domain in the database, what else is holding me back from getting to the dashboards for the other sites on the network?
The blog ID’s check out, adding new sites gives me the same redirect error.
How is moving a multisite network such a pain in the ass?
I should note that www.dev.blah.com and www.dev2.blah.com are identical servers. the www at the front is some weird crap our network admin setup via the DNS, I don’t know why, it should affect this though especially considering www.dev.blah.com is working perfectly fine.
]]>1) New install of word press + plugins redownloaded + theme redownloaded from theme forest
2) I went through every image folders in wp-content and i manage to find some strange ini.php and other php files which looks like malware (base64) which I have deleted
3) installed word fence and theme security
4) change all wordpress and cpanel password to ThemeSecurity recommend STRONG password
However suddenly there’s this file start appearing in all my wordpress installation root folder named post.php. the following are the contents and i do not know what are they but definitely looks malicious to me.
$wq33=chr(112
"
[moderated – don’t post malware in these forums]
I am about to give up now, it took me a long time to move all the files and website to new host.. can anyone share some light? I can’t find anything related to random post.php appearing in wordpress root folders.
]]>I’m attempting to load a javascript file (eventually will be multiple js and css) into the header of the site. As far as I can tell, it should be a simple process of defining a custom function in functions.php and using add_action() to register it?
Here is my code (in functions.php):
function load_scripts_and_styles() {
$root = get_theme_root_uri();
$dir = $root . 'evos/js/functions/functions.js';
wp_enqueue_script('functions', $dir);
}
add_action( 'wp_enqueue_scripts' , 'load_scripts_and_styles' );
I cannot understand why this isn’t working, I would of thought it would be simple or at the least I would get some kind of error?
Thanks in advance
]]>https://www.ads-software.com/plugins/custom-admin-footer-text/
]]>