themebeez
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Orchid Store] I cant find where to edit the homepageThe content on the homepage is managed via widgets in the widgets area named Frontpage Widget Area.
So in order to manage the homepage content, on your WordPress dashboard, go to Appearance > Widgets. Configure widgets in the Frontpage Widget Area.
Best regards.
Forum: Themes and Templates
In reply to: [Orchid Store] I cant find where to edit the homepageHi @ramzii
If you are planning to build a homepage using Elementor please have a look at this post https://themebeez.com/docs/orchid-store-theme-documentation/#orchid-elementor
Hope this helps.
Thanks
Forum: Themes and Templates
In reply to: [Orchid Store] Orchid Theme Mobile Sqeezing ContentHi,
The issue that I can immediately notice is caused by the cache plugin. Can you modify the setting of your cache plugin & disable combining CSS files? You might also need to disable the async CSS files option too.
The issue related to the product list will be fixed once you disable combine CSS feature in cache/optimizer plugin setting.
If you have additional issue please also include the screenshot so it would be easy to understand the issue.
Hi @jkachhara
Please be informed that for small mobile devices with less than 340px width, we display 1 column even though if you have enabled 2 columns is selected in the customizer.
Two columns is very small for media devices having size less then 340px.
Hope this helps.
Forum: Reviews
In reply to: [Universal Google Adsense and Ads manager] Popup doesn’t workWe are making UGAAM better. Yes, we have made a few changes & we are still looking ahead to make it a better plugin.
Please create a new topic here & let us know the nature of the problem in brief.
Thank you.
Hi @ejaganece
Go to Customizer > Global > Option values & change the option values to ID.
Hope this helps.
Forum: Themes and Templates
In reply to: [Cream Magazine] Select a category in homepage widgetsHello @benmez
Thank you for reporting the issue.
We have just released an update of the theme and have fixed the issue.
Let us know if you find any more issues or need further assistance.
Best regards.
Forum: Themes and Templates
In reply to: [Cream Magazine] Home Top News Area not showingHi @wattaman,
You may not have enabled option, Enable Homepage Content. You can find this option inside Appearance > Customize > Homepage Settings. Before you enable this option, select A static page of Your homepage displays option and then select a page in Homepage option.
Once you have enabled the option, Enable Homepage Content, the widget areas Home Top News Area, Home Middle News Area, and Home Bottom News Area will get displayed.
Best regards.
Forum: Reviews
In reply to: [Simple GDPR Cookie Compliance] Unfortunately it depends on jQueryHi @leninzapata
Thank you for your feedback.
We are aware that jQuery has negative impacts when it comes to the page load time. Having said that lots of plugins & even many websites are still using it since it is not possible to change the code of all websites/plugins all at once.
We just released an update v1.1.4, now we are not using jQuery for the public facing script.
Do you mind testing the latest version?
Have a great day.
Forum: Themes and Templates
In reply to: [Orchid Store] Scheduled ActionsHi @xbigx
You need to ask this question to mailpoet and pinterest plugin authors.
Anyways, try this plugin https://www.ads-software.com/plugins/wp-crontrol/
Forum: Reviews
In reply to: [Cream Magazine] OpmitizedForum: Plugins
In reply to: [Simple GDPR Cookie Compliance] Upgrade problemsHi @tezalsec
Sorry I missed to reply that.
The update screen still gets frozen
I don’t think the update issue is related to us. I’m 99% sure about this. We push an update to the www.ads-software.com plugin svn server & www.ads-software.com deploys the update to everyone using the specific plugin. In this process, we aren’t directly involved while deploying the update to the end users.
I usually get a frozen screen while updating plugins in the local host & it can happen to any plugin.
Please be informed that we are not ending the support for this plugin. This page here is returning a 404 error as we plan to migrate this plugin to our new plugin store.
Till we migrate everything if you need to discuss or check the status you can do that here.
I hope this helps.
Have a great day.
- This reply was modified 2 years, 2 months ago by themebeez.
Forum: Plugins
In reply to: [Simple GDPR Cookie Compliance] Upgrade problemsDear @tezalsec
Thank you for getting back.
We’ll include it in our documentation to exclude
simple-gdpr-cookie-compliance-public.js
JavaScript file.Additionally, we are working to find a way to make the plugin work even though the defer javaScript & optimization are enabled.
You have been amazing :). Again, Thank you for your feedback.
Forum: Plugins
In reply to: [Simple GDPR Cookie Compliance] Upgrade problemsHi @tezalsec
No, we will not ask you to exclude pages with cookie ‘s_gdpr_c_c_cookie’ in the settings forever. Please remove this now.
Next, can you find a setting where you can exclude javaScript & exclude this public facing javaScript file “simple-gdpr-cookie-compliance-public.js”
Looking forward to your response.
Forum: Themes and Templates
In reply to: [Orchid Store] Widget mobileCan you try pasting the below CSS code at Customizer > Additional CSS box & click publish button?
@media( max-width: 575px ) { .woocommerce-page .col-desktop-8.content-col { order: 2; } .woocommerce-page col-desktop-4.sidebar-col { order: 1; } }