Anandabrata Ghosh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] How to remove header and footer?@wpfleek Thank you for those two inputs. They work perfectly.
When I turn of the page title though, there still is a band left between the logo+menu section and the actual page. This is the actual Header – I know so cause when I go the Appearance > Customize > General Options > Header and change the BG color, under transparent header settings, to white(since the whole page is white) it ofcourse doesn’t show. But the placeholder exists.
How do I remove/hide this header placeholder altogether?
Thanks
Well I was able to login using the siteurl/wp-login.php
Forum: Plugins
In reply to: [WooCommerce] How to integrate shipping methods?@slash1andy Thanks, those are the type of shippings.
What I am looking for is way to integrate logistics partners like, FedX, BlueDart, etc etc, and how do they fit in the workflow? Once integrated with a plugin and chosen by customer at the time of purchase, do they get a mail from woocommerce saying there is a new shipping order? Can packaging be interim step before delivery? So on and so forth.
Thanks
@mbrsolution Thank you, will await thoughts on the same.
Just a suggestion, not sure if and how it can be implemented. But if the plugin wraps the site source at a macro level i.e hides that the site is using wordpress library in the first place, can result in taking care of its sub components too, hopefully.
@mbrsolution Ok.
But is there a way to wrap the source code primaries, like theme, plugins, etc?
Thanks
Forum: Plugins
In reply to: [WooCommerce] How to integrate shipping methods?@slash1andy Thank you for both suggestions. I will explore both. Well my query though was more elementary i.e how does one add shipping and shipping methods to ones site? Is it not in built, like a direct transfer incase of payment method, which is a default option. One can add more options(payment wise) as requisite.
I see similar shipping plugins as well, but I don’t see the basic shipping method setting, which should not come into affect post payment/during order, automatically and ask the customer to choose a shipping method.Hope that clarifies.
@mbrsolution so the plugin, provides copy protection facility. Similarly, I would like to avoid showing the actual configuration of the application like theme used, plugins, etc. The source code is available to all users by browser debugging and I would like to hide the same. Is that possible?
Forum: Themes and Templates
In reply to: [Storefront] Change Logo Size@jarretc thanks a ton for the help and suggestions. I will reach through a new thread for some more issues, with regard to search bar, cart icon, menu, etc
Forum: Themes and Templates
In reply to: [Storefront] Change Logo SizeYes @jarretc The overlap issue was resolved on its own, not sure why.
I also want just the copyright info at bottom, as of now it is hidden due to
/* Hide the footer details */ .site-info { display: none; }Centering works fine, but incase of mobile, it shifts the menu down awkwardly. Hence I will avoid using it.
Thanks
Forum: Themes and Templates
In reply to: [Storefront] Change Logo SizeCurrently I have managed to adjust the size using below code in – Apperance –>> Customize ->> Additional CSS
/* Change top padding in header */ #masthead.site-header { padding: 5px; } /* Logo size for mobile site */ @media screen and (max-width: 768px) { .site-header .site-branding img { max-height: 90px !important; max-width: 90px !important; width: 322px !important; } } /* Logo size for desktop site */ @media screen and (min-width: 768px) { .site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { height: auto; max-height: 90px; max-width: 90px; width: 322px !important; } }You can help understand incase this is good solution or there is a better way to do this.
Thanks
Forum: Themes and Templates
In reply to: [Storefront] Logo Size with Secondary Navigation Menu@jarretc Sure, here it is
Forum: Themes and Templates
In reply to: [Storefront] Logo Size with Secondary Navigation MenuI tried the same code as suggest by you i.e
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 21.7391304348%; float: left; margin-right: 4.347826087%; }But neither the logo nor the header space changes at all. Just a few inputs:
1. I am making the change in Apperance –> Customize ->> Additional CSS
2. I have a Child them over the Storefront theme i.e storefront-child-theme-masterIf these make any difference. Kindly suggest
@611shabnam thank you for the revert. As suggested, I have contacted your team, for further info.
Forum: Plugins
In reply to: Alternatives for MemberPress?So no other other FREE(for trial) option to create site and enforce user registration with subscription plans?
I had a look at the https://docs.ultimatemember.com/article/72-google-recaptcha as well.
It gives the recaptcha config for V2. But I am using V3, how do I see the recaptcha in version3?