12793 comments found.
Hi,
Try this snippet:
jQuery(document).ready(function($) {
$('.gallerySlider .galleryPreview').data('owl.carousel').refresh();
});
Add it under theme tools > theme options > custom code > javascript
I added it , its the same problem not fixed
Why is there no answer?
https://adsalgi.kr My site is too slow. I’m also using wp rocket to improve it, but overall the website is too slow. How can I improve it?Hi,
Which host do you use? Your site is not loading at all for me
I have blocked international traffic at my firewall except for the United States. What should I do?
Hi,
You can only add he “add listing” widget once in the add listing page
thanks
Is it possible to customize the SEO title for each LISTING type? I would like each listing type to have a different title type.
Hi,
DO you mean the title meta e.g. <meta property=”og:title” content=”The Ledbury”>
<title></title>
add_action('rank_math/vars/register_extra_replacements', function () {
rank_math_register_var_replacement(
'listing_type',
array(
'name' => esc_html__('Listing Type', 'rank-math'),
'description' => esc_html__('Displays the listing type of the job listing.', 'rank-math'),
'variable' => 'listing_type',
'example' => 'Place listing',
),
'get_custom_listing_type'
);
});
function get_custom_listing_type() {
$post_id = get_the_ID();
error_log($post_id);
if (get_post_type($post_id) === 'job_listing') {
$listing_type = get_post_meta($post_id, '_case27_listing_type', true);
if ($listing_type === 'place') {
return 'Place';
} else if ( $listing_type === 'event' ) {
return 'Events';
}
return '';
}
return '';
}
Muchas gracias.
Does anybody else has trouble getting the theme work properly? especially with search engines and category mix up?
Hi,
Use our helpdesk for any issues you have
I just wanted to see if anyone else has that experience. To be honest, the theme does not seem to work for some reason. I hired another freelancer for a second time; he did not fix it. And he seems to have experience with your theme based on upwork profile
Yeah but we have explained multiple times in your ticket how the theme works, all the features work as intended in your site.
You make me doubt myself. If it is working, why should i waste my time here? Here is the difference : https://ibb.co/Vq63Pqy
https://ibb.co/q0KLwB9And the search bar functionality in not working – not just the look. I only wish it works fine.
You added padding to the search form, so it’s showing like that. Edit the page with elementor, switch to mobile and remove the padding
The freelancer resolved that. Now there are still issues. I posted in the support forum but did not get a reply.
I have few issues :
How do i turn off the “quick view” and “book mark” buttons apparently it is causing display box sizes irregularity as seen in the screenshot.
https://ibb.co/JR8Jb7TAlso, Is it possible to make the search function only by category and location? Because the Keywork ? and make it in a way to how in one row on desktop views?
Here is the feedback i got from : https://wp-techsupport.com/ regarding search engine issue.
“Hi ….
The search results seem to default to ‘jobs’ category only, hence why nothing shows. I would check with the theme developer on this as the search results should work by searching all categories (if you leave that blank and don’t select a category).
Thanks “
__
Please advise as to what should be done. They can implement your recommendation to resolve the issue
How can I change the taxonomy slug? I want to modify it, but it only allows me to edit the LABEL.
Hi,
We don’t have an option to modify the slug of a taxonomy
If I edit it from PHPMYADMIN is there a chance of losing data?
I would like to know if the price range selector can be updated dynamically based on the selected category. Since I have categories with very high price ranges and others with very low ones, it would be ideal if the range adjusts accordingly.
Hi,
That’s not available unfortunately.
Hello.
Issue – Theme hangs when we try to buy private product via woocommerce.
Condition – I am using YITH auction plugin which created a private product. The site doesn’t proceed further. Simple product is fine with your theme.
I tried it using 2 other themes. Everything works smoothly. there But not with MyListing. It seems, there is some bug with the MyLisiting theme.
Could you please see it. Link to test it – https://propertyyy.com/product/4bhk/
Hi,
Open a ticket in helpdesk
Since the latest theme update, all my listings are left aligned; earlier, I had two columns. Can’t find the option where to change the layout. Where can I arrange those things back to how they were?
Hi,
Share your website
www.bandlager.ch
Do you have any modifications done in child-theme?
Just this:
.woocommerce-MyAccount-navigation-link—my-listings, .user-menu-my-listings { display: none; }
c27-single-listing .c27-listing-actions {
display: none; }
.service-item { background: #333333; }
.service-item p { color: white; }
.service-item h2 { font-size: 22px; font-weight: bold; color: #3c978b; }
.listing-details-3 .details-list li { width: 100% !important; }
body { background: #37988b !important; }
Send us an email from here: https://themeforest.net/user/27collective
Hello,, based on your support,, I have now 3 of your theme,, but unfortunately I don’t know the reason why that recently I either get very late replies to my problems with the theme, or I don’t get a reply AT All for problems should be tooo clear to be problems… Search not working… Etc .. please reply to my questions sent to your support.. thanks a lot
Hi,
We’re checking the tickets now
Guys, how can I fix this message? The images were uploaded and optimized in the ad, then when editing the ad, it gives an error (file type webp) must be one of the following file types: jpg, jpeg, gif, png) and does not save changes to the ad. How can I fix this?
Guys my subscription is over, could you tell me how to solve this problem, maybe it can help others too
I asked a question here 6 days ago, can you answer proprly please ? Having bought two licenses and need support to fix issues. Also, I can not connect to the helpdesk. Can you reset my password and send it to my email again.
We have replied below, you don’t have an active support license
Hello Guys,
I want to know if reviews can be shown in the listing section like Yelp does. Please let me know if that is possible.
Thanks
Hi,
Do you mean show them on the first tab on listing page? You can use the reviews block for that
Hi,
Not on the listing details page. Rather I want to show them in the listing below the title. For example I want to show in this page – https://main.mylistingtheme.com/explore/?type=place&sort=latest
Thanks
Hello Guys, Is there any update yet on this? Please let me know.
Thanks
Hello, today, after updating “UNCODE CORE” the images on my website stopped appearing.
Hi,
What do you mean by “Uncode core”?
The “Uncode Child Plugins” after the “Uncode Child Theme” update.
That’s not related to MyListing
Hi there! Is any option to be a list featured and promoted in the same time? I have a paid package to be a list featured and if someone wants to promote it, there will become promoted and featured will be unavailable. Is there any way to make possible a list to be in the same time promoted & featured? Thanks!
Hi,
We have replied in your ticket
My site is too slow. I’m also using wp rocket to improve it, but overall the website is too slow. How can I improve it?
Hello,
I am trying to decide between a couple of different Directory Themes and this one is a top contender, Are you planing any major updates to the Theme? – functionality and design? If so, can you provide some details on what is planned?
Thank you!
Hi
You can check our new theme for more features and design flexibility https://getvoxel.io/Is it possible to add CSS to keep the same layout as mobile and Ipad for desktop/laptop layout?
Hi,
It requires a lot of css to achieve that
hello.
After recently updating WordPress version 6.71, an error message continues to appear.
“Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the my-listing domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information (This message was added in version 6.7.0.) in /home/ploi/mysite/public/wp-includes/functions.php on line 6114”
How do I solve this?
Hi,
If translations are not working after the update check here: https://docs.mylistingtheme.com/article/translations-not-working-after-wordpress-6-7-update/
To remove that message add this in wp-config.php filedefine( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
We will provide a fix in the next update
How do I display the explore widget using Taxonomy? The icons not showing, and the buttons’ colors suddenly changed, why?
Hi,
Open a ticket in our helpdesk and share some more details
how to create a ticket?
On our site helpdesk.27collective.net