adxp
Forum Replies Created
-
Thanks for the swift response!
The code on line 32 sanpop-searchpopup-shortcode.php has been commented out and the error no longer occurs!
Thanks a lot, much appreciated!
@wcmp Thanks, this worked in fixing the Vendor Shop page.
The products were still not visible.
Turned out that it was caused due to:
body, html { height: 100%; }
in:
/plugins/dc-woocommerce-multi-vendor/assets/frontend/css/wcmp-shop-page.min.cssOverriding that in the Customizer to the following fixed it – seemingly:
body, html { height: unset!important; }
Thank you for the swift response again! Much appreciated!
@wcmp Yes, this helped returning the old styling! Great, thanks!
However,
1. Vendor page styling is quite off
The <div> with thecontainer main-content
classes is missing – do we need to copy the old Vendor Template?2. The products are hidden on the Vendor Page. They are outputted in the HTML, but not visible until you search them via the Browser Console > Elements. Once they show up, the Vendor header disappears.
Thank you for the swift response. Looking forward to your update.
Thanks. Is there a place I can contribute to your devs for features and bug reports?
Perhaps github? https://github.com/themeum/tutorI already checked and didn’t find the ‘Popular Courses’ shortcode before writing here.
Am I missing something? Or are you missing the question and answer like a chatbot, @creativeartbd ?
Not exactly. I’d expect them to be based on the rating. Not a category I have to manage by myself.
Looks like it’s not fixed according to the changelog.
Yeah, tried again. Regenerating the thumbnails only didn’t help. So, it’s a wrong thumbnail size called for the Instructor Profile Picture.
Hopefully you get to resolve this in the next releases.Nevermind, I figured it myself.
I added a new thumbnail size in the Child theme:
add_image_size( 'instructor-thumbnail', 200, 200 );
Then copied wp-content/plugins/tutor/templates/student-public-profile.php
to
/wp-content/themes/[CHILD THEME]/tutor/student-public-profile.phpand changed this part:
<?php echo get_avatar_url($user_id, array('size' => 150)); ?>
to
<?php echo get_avatar_url($user_id, array('instructor-thumbnail' => 200)); ?>
And then Regenerated the Thumbnails for the new thumbnail size ‘instructor-thumbnail’ using WP-CLI.
And they no longer appear blurry.
Maybe I could get away with only regenerating the thumbnails. But I wanted to make sure this won’t be happening.
Maybe your developers should take a look at this.
Forum: Themes and Templates
In reply to: [Enigma] Upgrade from 6.0.5 to 7.X.X@weblizar
Thank for the heads-up.I well know, that the core theme files and the plugin files must not be edited.
The Services were imported from an old version, so we do not have a section to put fas in the Customizer – https://ibb.co/CswnS6K
However, it went well on the Live site. The issue was on the staging site.
All good so far, also updated to 7.1.4 – which is very good.
Thanks.
@yithemes Can we please have an update on this?
The customers are ordering Gift Cards, but they do not receive them.
This is a serious issue at the moment.How can we overcome this?
Your input will be truly appreciated!@yithemes
Thank you for the suggestion.But it didn’t work I’m afraid.
It still doesn’t output the code in the order Completed email:
https://ibb.co/r3dtpPXForum: Themes and Templates
In reply to: [Enigma] Upgrade from 6.0.5 to 7.X.X@weblizar
home-services.php is no longer present in 7.1.3
Instead it’s in plugins/weblizar-companion/public/inc/enigma/service-section.php
There’s 2 of them:<i class=”<?php echo esc_attr( get_theme_mod( ‘service_’.$i.’_icons’) ); ?>”></i>
<i class=”<?php echo esc_attr($value[‘service_icon’]); ?>”></i>When I do that it works. But doesn’t seem very wise to edit the plugin files directly?
Are we expecting the next update to be a mess in similar way?
Forgive my comments, I know it’s a free theme, but it’s been really difficult to go through all these.Thanks for your help.
- This reply was modified 3 years, 12 months ago by adxp.
Forum: Themes and Templates
In reply to: [Enigma] Upgrade from 6.0.5 to 7.X.X@weblizar
Alright. Thanks. I mostly managed to resolve it with lots of custom CSS.However, the FontAwesome icons didn’t show up.
So I installed the FontAwesome plugin and they now show up only when logged in.
When logged out, they appear as boxes.There’s no Caching on the site, no Cloudflare. Did hard refresh again, no change.
What do you suggest?
Reference: https://staging.cnctrainingcentre.com/