Rohit
Forum Replies Created
-
Hi @mehrazmorshed,
Thanks for reaching out to us.
We have replicated the issue and have forwarded it to our development team to have a look. We will soon release an update with the fix.
Best Regards!
Forum: Themes and Templates
In reply to: [ColorMag] Color header changes on 4.0.15Thanks for reaching out to us.
To change the backgrond color of the header, please navigate to Appearance > Customize > Header Builder, from here click on the setting icon for the main header and change the background color as shown in the screenshot https://prnt.sc/9JmokRpfxEIi
Let me know if it works for you or not, and I’ll get back to you.
Regards!
Forum: Themes and Templates
In reply to: [ColorMag] Hiding the right sidebarHi
Thanks for reaching out to us.
To hide the sidebar only for WooCommerce pages, please use the following CSS:
.woocommerce .cm-secondary{display: none;}Let me know if it works for you or not, and I’ll get back to you.
Regards!
- This reply was modified 12 months ago by Rohit.
Forum: Themes and Templates
In reply to: [ColorMag] Favicon not showing from normal user viewHi @linuxrajdeep,
Thanks for reaching out to us.
While testing the Favicon on our end it is working fine. Could you kindly share the URL to your site, so we can debug the issue and provide you with appropraite solution.
Regards!
Forum: Themes and Templates
In reply to: [Spacious] Delete Background/HeaderHi there,
Thanks for reaching out to us.
To remove the photo, navigate to WordPress Dashboard > Pages, locate the page and edit it. There you wil find the photos and you can delete.
Make sure to save/update the changes once you have deleted the photo.
Let me if you need any further information and I’ll get back to you.
Regards!
Hi @mwrmwr
Sorry for the delayed.
Glad to know you found the workaround.
However, editing the theme’s core file is not recommended. You can create a child theme and make the changes there.
As, with the update of the theme, the changes you made to the footer.php will no longer remain.
Feel free to reach out if you need any further assistance.
Regards!
Forum: Themes and Templates
In reply to: [Spacious] Unable to set Homepage causes Oops errorHi @mikewebb
Sorry for the delay.
Could you kindly share the URL to your site, so I can debug the issue and get back to you.
Regards!
Hi @deimidis,
The fix for the issue is on its way, and it will be released on the upcoming update. I will close this ticket for now.
If you need any further assistance regarding any other issue, please create a new topic and I’ll reply to you there.
Cheers!
Forum: Plugins
In reply to: [Registration Form for WooCommerce] Custom Fields to My Account profile pageHi @kombimedia,
Sorry for the delay.
It looks like you have already contacted us to our support.
However, for other users who have same question, here is the answer:
Yes, with the custom field created with Registration and after a user register’s via the same form, those fields are synced to WooCommerce’s My Account page and will be visible to admin as well.Feel free to reach out if you need any additional information.
Best Regards!
Forum: Plugins
In reply to: [Registration Form for WooCommerce] Custom fields are hidden. in CheckoutHi @noche70,
Sorry for the delay.
With Registration Form for WooCommerce, the forms fields can’t be synced with the WooCommerce checkout page. This feature is only available in the Pro version and according to the WordPress Support forum guidelines we are not allowed to discuss such features here.
According to your issue, it looks like you are using the premium version of the plugin. So, I suggest you please contact us from here so we can discuss it: https://themegrill.com/plugins/registration-form-for-woocommerce/
Looking forward to hearing from you.
Warm Regards!
Forum: Plugins
In reply to: [Registration Form for WooCommerce] Basic CustomizationHI @lawchau80,
Sorry for the delay and thanks for your suggestion.
Our development team are working on providing the customization feature to provide users with the ability to change the styles, such as colors, typography of the form fields, and we will soon release an update.
Make sure to update the plugin once it is available.
Warm Regards!
Forum: Themes and Templates
In reply to: [ColorMag] Warning: Attempt to read property ‘post_type’ on nullHi @fabiorubioglio,
Thanks for reaching out to us.
Please find the following fix for ColorMag theme here: https://files.fm/u/3ke8kgmzcq
Please note that this file will only be available for two weeks, so kindly download it before that time.
Also, once you use this zip, please let us know if it works for you or not, and I will get back to you.
Regards!
Hi @deimidis,
Thanks for reaching out to us and reporting the issue.
I have replicated the issue you mentioned where the posts type made from CPT UI are not displaying in the Slider block.
We are currently wroking on the fix for it, and soon provide you with the fix.
Warm Regards!
Forum: Themes and Templates
In reply to: [ColorMag] Metadata with Custom Post TypeHi @deimidis ,
Thanks for reaching out to us.
Could you please share the URL to your single post so I can debug the issue and provide you with appropriate solutoin.
Regards!
Forum: Themes and Templates
In reply to: [ColorMag] Date is clickableThanks for reaching us.
The date is made clickable in posts/articles in wordpress themes, so that it redirects to a date-based archive page.
You can apply the following CSS to remove the click functionality from the date :
.cm-post-date a{
pointer-events: none;
}Let me konw if it works for you or not, and I’ll get back to you.
Regards!