MyWebApp Software and Analytics
Forum Replies Created
-
Forum: Plugins
In reply to: [Matrimony] white space is not working in textfieldsHi @sajan08,
Thank you for using our plugin. Please share the URL, so we can check the issue properly.
Thank you.
Regards
Team MWAForum: Themes and Templates
In reply to: [Foodiz] Arrow to go to the top of the page blacks outHi @ruokaonvalmis,
Go to Appearnce -> Customize -> Additional CSS -> Paste the given CSS in Additional CSS box and save.
svg.svg-inline--fa.fa-chevron-up.fa-w-14 { color: #fff; }
Thank you.
Regards
Team MWAForum: Themes and Templates
In reply to: [Astral] Footer for copyright noticeHi @vuumar,
For 5 latest posts only you have to do changes in theme files.
Go to theme folder -> inc folder -> core folder -> open class-astral-blog-section.php file.
Go to line no. 43 –$posts_count = wp_count_posts()->publish; $args = array( 'post_type' => 'post','posts_per_page' => $posts_count, 'ignore_sticky_posts' => 1 );
Change this code with given code and save the file –
$posts_count = wp_count_posts()->publish; $args = array( 'post_type' => 'post','posts_per_page' => 5, 'ignore_sticky_posts' => 1 );
Thank you.
Regards
Team MWAForum: Reviews
In reply to: [Video Conferencing - Zoom Meetings] Superb Meeting PackForum: Themes and Templates
In reply to: [Astral] Footer for copyright noticeHi @vuumar,
When you go to:
Customizer > Theme settings > Footer Options
you can also see “Footer Text“, this will deal with the copyright and other links/text we want to show below the footer.
I am attaching the screenshot, please check that.Please check and try to apply it, if face any issue please feel free to contact us.
Thank you.
Regards
Team MWA- This reply was modified 3 years, 9 months ago by MyWebApp Software and Analytics.
Forum: Themes and Templates
In reply to: [Astral] Footer for copyright noticeHi, @vuumar,
Thank you for using our theme. You can find the setting here:
Customizer > Theme settings > Footer Options
Here you will get, you are looking for. If you face any difficulty, then please feel free to contact us.
If you like our theme and support please share your view with others.
Thank you.
Regards
Team MWA
- This reply was modified 3 years, 9 months ago by MyWebApp Software and Analytics.
Forum: Plugins
In reply to: [Matrimony] multi broker supportHello, @arjunmpgupta,
Hope you are doing great. Thank you for explaining the point. We will try to implement this in upcoming updates.
If you like our plugin, please give review here
Thank you
Forum: Plugins
In reply to: [Matrimony] Couple of suggesions to improveHello, @dcduser,
Thank you for using our plugin.
1) We will check this issue.
2) Great idea, I will discuss it with my seniors and see what we can do
3) Yes, actually we are making another version of the plugin, the pro plugin, which will have this and many more features.
4) Ok, in the next update of the plugin, you can see some design-wise changes.Thank you for suggesting changes to improve our plugin. Please share your views about this plugin with others here
Thank you
Forum: Reviews
In reply to: [Foodiz] Thank you so muchThank you, for using and appreciating our work.
Thank you for the great review.Regards,
Team MWAForum: Themes and Templates
In reply to: [Foodiz] Change Top bar(Phone no) font and colourYou are welcome, sir.
Regards
Team MyWebAppForum: Themes and Templates
In reply to: [Foodiz] Change Top bar(Phone no) font and colourThank you for using our theme. Please use the following CSS code to change the “Top Bar” view:
.email p { font-size: 15px; font-style: oblique; color: #353535; margin-bottom: 6px; font-family: 'Open Sans',sans-serif; } .email a { font-size: 15px; font-style: oblique; color: #353535; font-family: 'Open Sans',sans-serif; }
Please do changes according to your need. And if you feel any difficulty in performing changes please feel free to contact us.
If you like our theme and support please give a review here.
Thank you
Forum: Plugins
In reply to: [Matrimony] info neededHi,
All features are in the premium version of the plugin.
Forum: Plugins
In reply to: [Matrimony] info neededHi @anand99,
1) Yes
2) Yes
3) Yes
4) Yes
5) No
6) It will come in further version of pluginsDue to our company policy, we can not provide you the demo of under development Plugin/Theme.
We can provide you live website link of free plugin. However, we can not share any website link here and you have to contact us through our website. We hope you understand. Please visit link and contact us.Thanks
Forum: Plugins
In reply to: [Matrimony] info neededHi @anand99,
Thank you very much for going through the plugin. Your suggestions are very important for improvement. However, we are already working on the premium version of the plugin with much more features including all the suggested points. We are anticipating the launching of the Premium version in the upcoming months. We appreciate your patience.
Thanks again
Forum: Themes and Templates
In reply to: [Foodiz] Feature Images not rendering on mobileHello @sarahhourigan,
Go to Appearnce – customizer -> Additional CSS -> paste given css in additionl css box and save.
@media (max-width: 480px){ .post-thumbnail img { height: 200px !important; } }
Here you can change height as per your requirement.
Thank you