oopixjane
Forum Replies Created
-
Forum: Plugins
In reply to: [Pixel Caffeine] “Unmatched Products” issue with Facebook CatalogThank you @antoscarface! I will mark this as resolved for now. ??
Forum: Plugins
In reply to: [Pixel Caffeine] Problem with product catalog (variable products)Thank you @antoscarface! Looking forward to it!
Forum: Plugins
In reply to: [Pixel Caffeine] Problem with product catalog (variable products)Hey @caetanocop,
Thanks for finding a solution.
Hopefully, the plugin author can verify and update the plugin too. We wouldn’t want to change the code every time the plugin update…
Hi Ramesh,
Thank you for the reply.
The suggested plugin (free version) only allow 2 free currencies and I’ve already bought the other plugin.
I will test around with some other plugins then.
Thank you for the reply once again.
Regards,
JaneForum: Plugins
In reply to: [Pixel Caffeine] Problem with product catalog (variable products)Hi,
I’m facing the same issue. I’m using the Product Catalog to generate product data feed to Facebook. Only the main (first) variation is created and the other variations do not appear in the feed.
If anyone knows of any solution, please let us know! ??
Regards,
JaneForum: Plugins
In reply to: [Post My CF7 Form] Can’t see any change after installing the pluginHi,
Initially, I couldn’t find it too until I saw some screenshots by other users.
Check out this screenshot: https://i.imgur.com/hKzV3fW.png
The mapping can be done in the additional column added in the CF7 forms overview page.
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Plugin works in HTTPSThanks for the update!
Hi!
Thank you so much for this. I was facing the same problem with WooCommerce extension “Alipay Cross Border Payment Gateway” too! Looking forward to the next release of WooCommerce Multilingual!
Jane
Forum: Fixing WordPress
In reply to: Drop Down menu not working on home pageHi @pritiranjan,
Could you please start your own thread, as per Forum Welcome? I believe there are many helpful people here who can help you. If I saw your thread, I will try to help too. ??
Forum: Fixing WordPress
In reply to: Drop Down menu not working on home page@theiteckhq Glad I can be of help! Remember to mark this as resolved if this issue is settled. ??
Forum: Fixing WordPress
In reply to: Bootstrap navbar toggle hide when click in mobile viewYou are welcome. Remember to mark the topic as resolved. ??
Forum: Fixing WordPress
In reply to: Bootstrap navbar toggle hide when click in mobile viewOh! I thought you wanted a menu that overlays your content. In that case, ignore
position: relative; z-index: 1;
. You just need to remove.navbar { height: 70px; }
or you can add:.navbar { height: auto; }
Forum: Fixing WordPress
In reply to: Bootstrap navbar toggle hide when click in mobile view@arslan91, let’s try to solve the mobile menu first and ignore the background. There is a scroll bar because .nav has a fixed height of 68px. Let me know if the CSS below now allow the menu to appear all at once?
.nav { /* height: 68px; */ } .navbar-brand { width: 80%; } #navbar-collapse-1 { position: relative; z-index: 1; }
Forum: Themes and Templates
In reply to: Custom page template with sidebar@democle You are most welcome! Remember to mark the topic as resolved. ??
Forum: Themes and Templates
In reply to: Custom page template with sidebarI looked at code you have above and realise you have an additional </div> before the sidebar div. Try removing it and it should work.
`</div><!– .content-left-wrap –>
</div> <!– remove this –>
<div id=”sidebar” class=”col-md-3″>`