VPNline
Forum Replies Created
-
Thanks and sorry to ask but would that go in the function.php file and if it does is there anywhere particular to place it?
Forum: Fixing WordPress
In reply to: Path: p error on page templateHi, it seems that woothemes restricts access to its forum or support, so those who have paid someone else to create their site and that person used woothemes, means they are not able to even access the members forum.
this is an example of the what the error looks like on a page with the default page template https://www.hannahvpowell.com/test-page/
which does not appear on a page changed to ‘full width’ https://www.hannahvpowell.com/hannah/
the theme has not been modified apart from a couple of plugins.
regarding part of your answer
Is this an issue related to a modification to the theme or is it something that happens with the original unmodified theme?
is there an easy way to test this on a live site without effecting it?
thanks
Forum: Plugins
In reply to: [Participants Database] can you use this with 2smemberthanks ??
OK and thanks for the reply
Forum: Plugins
In reply to: nRelate Plugin – How to remove from certain pages?Cheers Katrina. For others:
/** Hide nRelate Related Posts on WooCommerce Estore */
function hide_nrelate_from_posts($load_nrelate) {
if ( is_product(“post-id-here”) ) {
$load_nrelate = false;
}
return $load_nrelate;
}
add_filter(‘nrelate_related_is_loading’, ‘hide_nrelate_from_posts’);And conditional tag info here :
Hi WPBlogger, I guess this code stop the nrelate being loaded and displayed and if it does would you be able to explain where this needs to go in the woocommerce theme/pages?
I did read the link but its a bit beyond my knowledge at the moment.
Thanks ??
Forum: Networking WordPress
In reply to: Can't access subdomain DashboardI am brand new to this multisite malarkey also so the only thing i can say from my experience is if you used a software installer does it allow sub domains as well as sub directories? And does your host allow wildcard subdomains?
Hopefully one of the big boys will come out to play and be able to help you.
Forum: Networking WordPress
In reply to: Multisite – sub domains individual admin 404 errorresolved
Forum: Networking WordPress
In reply to: Multisite – sub domains individual admin 404 errorbrijesh answered this on the Softaculous forum also, so thanks for the service ??
hi, thanks a million, i obviously did not try all the combinations as the simple solution was “If your theme uses the standard blog feed, unckecking ‘main index’ under your menu placement settings will do the trick.”
thanks for help, really appreciated ??
to resolve the issue i followed the faq and it seemed to be that the code
“it is usually because there are spaces, new lines, or other stuff before an opening <?php tag or after a closing ?> tag”
looking at widget-woo-tabs.php line 463 it was
?>
<?php
So i deleted line and tried to remove any hidden spaces around that line to make below and it worked when uploaded by ftp
?>
<?phpthanks once again for help
Many thanks Tobias for the great wordpress table plugin and your reply which has sorted the issue ??