Hi there,
I would suggest to add this code in Theme Options > Styling > Custom CSS:
.menu-main-menu-container {
float: left;
width: 237px;
}
.et-mobile-menu > li > ul > li a{
margin-left:-1px !important;
}
Hi there,
I would suggest to add this code in Theme Options > Styling > Custom CSS:
.menu-main-menu-container {
float: left;
width: 237px;
}
.et-mobile-menu > li > ul > li a{
margin-left:-1px !important;
}
Hi there,
Thanks for contacting. I am delighted to assist you today.
Please go through the Admin > General Theme Options > Styling – These options allow you to set custom colors for all the elements around the site. Includes: Content, Navigation, Footer, Copyrights, Custom CSS settings.
Hope I was able to help you with your concern.
Hello,
I would suggest to add this code in Theme Options > Styling > Custom CSS:
div.products-page-cats{display;none !important;}
Hi,
Yes, you can change the selector of that script to your desired needs.
$(‘a[href*=#]’) to $('.anchor')
Let us know,
Thanks,
laranz.
Hi there,
Thanks for contacting. I am delighted to assist you today. I would suggest to use this custom css code fix to resolve the issue.
div.portfolio-image img{
min-height:200px !important;
}
Hope I was able to help you with your concern.
Hi there,
I greatly apologies for any inconvenience caused today. Dont Worry, I will check it. It looks like the issue is simple and its needs to perform some troubleshooting steps that require your website’s admin dashboard login credential and FTP login detail.
I hope that I was able to help you with your concern.
Hi there,
I am delighted to assist you today. You can use this javascript code to get this feature.
$(‘a[href*=#]’).click(function(event){
$(‘html, body’).animate({
scrollTop: $( $.attr(this, ‘href’) ).offset().top
}, 500);
event.preventDefault();
});
Hope I was able to help you with your concern.
Hi there,
I am glad that You managed to resolve the issue. Is there anything else I can help you with?
Hi there,
Thanks for contacting. I am glad to assist you today. Are you using the shared hosting ? How much plugin have you installed at your website? Actullay, More plugins consumes more resources. I would like to suggest to use the WP ENGINE hosting.
I hope that I was able to help you with your concern.
Hi,
You don’t want these arrows right? http://take.ms/XHFQp
I added the Custom CSS in Theme Options -> Stylings -> Custom CSS, and now please refresh the browser cache and it will take effect. It worked in my computer after clearing the cache.
Let us know,
Thanks,
laranz.
Hi,
The function “etheme_second_cat_desc” is already described in the parent theme, so if you re-declare that in the Child theme, then you can edit the function according to your needs. To override copy the function from parent theme and past that to child theme, and do the things you want to do.
function etheme_second_cat_desc() {
global $wp_query;
$cat = $wp_query->get_queried_object();
if( property_exists( $cat, 'term_id' ) && ! is_search() ){
$desc = get_term_meta( $cat->term_id, '_et_second_description', true );
} else {
return;
}
if ( ! empty( $desc ) ) {
echo '<div class="term-description et_second-description">' . do_shortcode( $desc ) . '</div>';
}
return;
}
Let us know,
Thanks,
laranz.
Hi,
You’re questions are here in this thread: https://www.8theme.com/topic/a-few-questions-5/
Can you pass us the WP Login details to check the issue? If that is not answered before, please ask us again with your reply.
Let us know,
Thanks,
laranz.
Hi Sam,
Can you pass us the WP Login details, ‘caz previously shared one didn’t work, so that I can forward that to our development team, and take a look at the issue.
Let us know,
Thanks,
laranz.
Hi,
I didn’t see any Custom CSS in the site, did you add that in the Custom CSS?
Can you pass me the WP Login details in the Private Content, so that I can check what goes wrong.
Let us know,
Thanks,
laranz.
Hi,
Please pass me the WP Login details and FTP login details, I don’t want the login for your hosting.
If the live site is working just fine with the old version means, just create another site for staging ( Something like dev.yoursite.com or staging.yoursite.com ) and we can try to update there first, and find the issue and then do the same of live site, so that it won’t affect the sales of the live site.
Let us know,
Thanks,
laranz.
Hi,
Try enable the WP_DEBUG and pass us what error, or pass us the WP and FTP login details in the “Private Content”, so that we can install the theme for you.
Let us know,
Thanks,
laranz.
Hi,
1. Great. 🙂
2. Can you pass me the WP Login details of the dev site, so that I can check what I can do. You want search like this in the dev site right? http://take.ms/gsxRj
3. Please create a separate thread for that issue, with all the details, steps to recreate the issue, screenshots, etc.,
Let us know,
Thanks,
laranz.
Hi,
1. Try disable this plugin “screets-lc”
2. The AJAX request returns a 503 Service Temporarily Unavailable, can you check your server error log or your hosting support, why it returns like that? and what exactly the error?
If still it continuously showing, then disable all the plugins and clear the cache and see that fixes the issue. If that fixes then you can enable one by one to find the faulty plugin.
Let us know,
Thanks,
laranz.
Hi,
Can you pass us the WP Login details in a Private content, so that I can check what is the issue. Or pass us your child theme, so that I can debug it.
Let us know,
Thanks,
laranz.
Hi,
For images showing on menu, please check this documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu ( 8.3 ) You can remove that way.
Let us know,
Thanks,
laranz.
Hi,
Try this in your .htaccess file,
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
And then still it didn’t load means, use this in your functions.php , so that we can load font-awesome from CDN,
add_action( 'wp_enqueue_scripts', 'prefix_enqueue_awesome' );
function prefix_enqueue_awesome() {
wp_enqueue_style( 'prefix-font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css', array(), '4.0.3' );
}
Let us know,
Thanks,
laranz.
Hi Saphiloche,
You mean these menu items? http://take.ms/hAokS if so they are already bold, and already there is very less space between theme. That means, you already did the edit?
If I am not, can you send us a screenshot about what exactly you want?
Let us know,
Thanks,
laranz.
Hi,
Can you please follow this kb article about the blurry images, https://docs.woocommerce.com/document/fixing-blurry-product-images/
Make sure you follow all steps, including the thumbnail regenerate plugin
Let us know,
Thanks,
laranz.
Hi,
Can you pass us the WP Login details in the Private Content? so that we can login and check what is going wrong.
Make sure all the plugins, theme and WordPress are up-to-date. If not, please update everything to its latest version.
Also, try to disable all plugin other than theme’s recommended one and see that fixes something or not.
Let us know,
Thanks,
laranz.,
Hi,
Sorry for a late response, you follow this method? https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Make sure this shop.php file is not overridden by the Child theme: /wp-content/themes/royal/dokan/store.php, if that is not edited via child theme, then just change the text in the parent theme in this path: /wp-content/themes/royal/dokan/store.php the text is around line #86 until developers fix this.
Let us know,
Thanks,
laranz.
Hi,
Please go to Appearance -> Customize -> Additional CSS or Theme Options -> Custom CSS, and paste this,
.woocommerce-page .product-category .mask-container { display: none; }
It removes the image for the categories.
Let us know,
Thanks,
laranz.
Hi,
Everything works just fine in my browser, a short video of your website: http://take.ms/QW16J
Can you please tell us in which browser this issue happens and in which OS, or the steps to reproduce the error in that case we can try to reproduce the error.
Let us know,
Thanks,
laranz.,
Hi,
You mean Theme’s directory or plugin directory?
If white screen of death comes to WordPress, please use WP_DEBUG https://codex.wordpress.org/WP_DEBUG enable that in wp-config.php and it will show exactly what cause the fatal error.
If that didn’t help, please pass us the FTP and WordPress login, so that we can able to figure out what cause this.
Let us know,
Thanks,
laranz.
Hi,
Use this Custom CSS in Appearance -> Customize -> Additional CSS,
.hover-effect-slider .arrow-left, .hover-effect-slider .arrow-right { cursor: default; }
if that didn’t help, use this with an !important
.hover-effect-slider .arrow-left, .hover-effect-slider .arrow-right { cursor: default !important; }
Let us know,
Thanks,
laranz.
Hi,
You can also follow this suggestions, http://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/ for previous posts with comments.
Let us know,
Thanks,
laranz.