imcobarn
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Ghost (Hide My WP Ghost) - Security & Firewall] How does plugin work?Hi John,
Thanks for the reply.
If plugin uses WordPress function and does not alter/use htaccess why is it not working on Nginx?
Thanks.
Forum: Themes and Templates
In reply to: [Sydney] Menu on mobile behind slider imagesGot it fixed in case someone needs this.
there was no need to use opacity like that, instead using background-color: rgba(0,0,0,0.8); as is used in .float-header
Thanks.
Forum: Themes and Templates
In reply to: [Sydney] Menu on mobile behind slider imagesHi Kharis,
Thank you for the reply.
This is on my local Xampp install.
That did not help.
I wonder if setting opacity to 1 on mobile view would help?
Forum: Themes and Templates
In reply to: [Sydney] Menu on mobile behind slider imagesThis is what is going on.
If I add these css styles it behaves that way:
.site-header {
background-color: #000000;
opacity:0.8;
}It is opacity, if I set opacity to .site-header it falls behind slider.
Is there a work around for this?
Thanks.
Forum: Themes and Templates
In reply to: [Sydney] Menu on mobile behind slider imagesJust wanted to add I downloaded your Child theme and using that.
If I enable main theme it looks ok.Thanks.
Forum: Plugins
In reply to: [W3 Total Cache] Single memcached server, many wp individual sitesNo, I cache objects on disk and databases in memcached.
That was only way I figured to able to do it.Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Query listed products on frontHi John,
Thank you for quick reply.
So what would my wp query need to include to query products that are listed or prepared?
Or will it need custom sql query?
How does your plugin query the information?I understand about multi user incompatibility.
Could I still get the backend pages/forms loaded on the front for Admin and how would I go about that?Thank you again.
Forum: Plugins
In reply to: [W3 Total Cache] Single memcached server, many wp individual sitesI have to keep manually flushing cache to get it back to normal.
Any help or suggestion is appreciated.Forum: Plugins
In reply to: [Related Posts by Taxonomy] Use plugin function in custom WP_QueryHi,
Yes I would like to just get the post objects with the shortcode because I have custom display for the posts after
if ( $the_query->have_posts() ) :
So I would retrieve related posts using your plugin but display them in my loop.
Thank you so much.
Forum: Plugins
In reply to: [YITH WooCommerce Featured Video] Conflict with your Zoom Magnifier pluginAny suggestions?
Forum: Plugins
In reply to: [WindowPress - The WordPress Desktop] Sidebar hidden, many pluginsAlso is there a way to allow windowpress for other users?
Thanks.
Forum: Plugins
In reply to: [File Away] Usage with S3OK
Thank you for the reply.I’m using wp offload plugin which uploads to wp-content/uploads on server first then moves files to S3.
All images are still available in Media page in admin.
That doesn’t makes difference right?Are you aware of any similar plugins that would do what I need, allow users to upload images and have a way to view only their uploaded images and manage them on front end?
Thank you so much.
Forum: Plugins
In reply to: [Jigoshop] [Plugin: Jigoshop] remove mandatory fields at checkoutI found a way to remove fields.
Thanks.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Bad RequestOk I had to clear browser cache.
I do have another issue but will open new thread as it is different subject.Thanks.
Forum: Hacks
In reply to: Custom edit profile admin pageOk I guess I could include the function to replace profile fields inside every theme available on multisite for now.
But I got another question,
Noticed The new fields in standard profile and ones in New “My profile” page are they all same. If update on one page, it’s updated on other too.
I essentially want the new profile fields on standard profile page but would like to also add “Upload logo” to standard edit profile page (just like it is on “My profile” page – actually would change to Upload avatar).
Than transform new “My profile” page to be a page for the Company (user’s company) with all new fields ids. It still attaches to user but they are different fields from standard profile page.
How should I go about this?
Any help is greatly appreciated.