Hello,
It’s WP issue. It wraps the page content in
tag, even if you use VC editor. Add the following code to remove space caused by that empty tag
p:empty {
display:none;
}
Regards
Hello,
It’s WP issue. It wraps the page content in
tag, even if you use VC editor. Add the following code to remove space caused by that empty tag
p:empty {
display:none;
}
Regards
Hello,
You are welcome.
Regards
You are welcome.
Regards
Hello,
Please add following code in child theme’s functions.php file :
//Add stock status to archive pages
function etheme_stock_catalog() {
global $product;
if ( $product->is_in_stock() ) {
echo '<div class="stock" >' . $product->get_stock_quantity() . __( ' in stock', 'royal-child' ) . '</div>';
} else {
echo '<div class="out-of-stock" >' . __( 'out of stock', 'royal-child' ) . '</div>';
}
}
add_action( 'woocommerce_after_shop_loop_item_title', 'etheme_stock_catalog' );
If you want to change the styles use
.product .product-details .stock {
/*==place your rules here==*/
margin-bottom: 10px;
}
Regards
Hello,
If you want to change the contact form content use child theme, copy etheme_contacts_shortcodes function (idstore/code/shortcodes.php) into child theme and edit according to your needs.
Also, you can use Contact Form 7 plugin to create and use the custom contact form.
Regards
Hello,
1) If you use Chrome use inspector tools (other browsers also have similar tool) https://developers.google.com/web/tools/chrome-devtools/inspect-styles/?utm_source=dcc&utm_medium=redirect&utm_campaign=2016q3 inspect elements that you want to change https://gyazo.com/32a313bb6dbb8887b9c2d0f04a2958c6 and just edit CSS styles according to your needs. For example
.information-blocks .accordeon {margin-bottom: 0;}
2) a) to move the arrow
@media (min-width: 1200px){
.navigation .submenu .accordeon-title:after {
right: 10px;
}
}
b) both items have the same line-height http://prntscr.com/jbvuo9 and http://prntscr.com/jbvuyu So, don’t understand what exactly you want to change.
Regards
Hello,
You don’t need to add any custom links. You need to use Language switcher widget and if page/product/post have translation user will be redirected to that language once click on the switcher button.
How to translate every post/page/product you can find in WPML documentation. It has detailed explanation with images.
If you want to remove any language go to WPML > Languages http://prntscr.com/jbvq6d . Where do you see DE? I see only 3 languages on your site – EN, ES, FR.
Regards
Hello,
We’ll star once you provide Dashboard and FTP access to your site. You can continue your work on the site just don’t save the menu.
We’ll add example image for the few categories and then explain to you what you should do to add the other. Tell me what menu item should have this effect.
Regards
Hello,
Go to ThemeForest, download XStore theme zip archive, extract it on local PC, find functions.php file and using FTP replace your file by the original one.
Regards
Hello,
Go to Theme Options > General > Header Settings > find header padding and set 5px for top and bottom for example.
Regards
Hello,
Our theme does not have special areas for these purposes. We would recommend you to use Insert Headers and Footers plugin, then you won’t lose the code even if decide to change theme in future.
Regards
Hello,
Could you, please, provide me screenshot and highlight the elements that should be changed? Also, it would be great if you can provide link to your site.
We’ll be able to send you code to change the colors.
Regards
Hello,
You are welcome.
Regards
Hello,
Contain means to resize the background image to make sure the image is fully visible https://www.w3schools.com/cssref/css3_pr_background-size.asp
How to set background options to contain you can check here http://prntscr.com/jaq8cy
More information about Revolution slider responsive settings you can find here https://www.themepunch.com/revslider-doc/slider-setup/#slidelayout
Regards
Hello,
You are welcome.
Regards
Hello,
You are welcome. BG image can be either resized (contain) or cut (cover). You may also set the % size but then the image will be scaled, don’t think that it’s the good solution. So, choose the one that will suit your need in the best way.
Regards
Hello,
You won’t be able to create the multilingual site without the third-party plugin.
WPML is the plugin that allows you to make your site multilingual. You need to install plugin, follow the setup wizard and add your languages. Then you need to translate hardcoded strings of theme or plugins (using String Translator) and translate your content (posts, products, pages). If you speak FR, EN, ES you can do this by yourself, if you don’t then you need to hire the person who will be able to do this for you.
Regards
Hello,
You have set “cover” in BG fit settings and of course image will be cut to cover all the area that you have. If you don’t want to have the cover effect then change it to contain http://prntscr.com/jaq8cy then image will be resized but won’t cover all the visible area.
Regards
Hello,
1) You did not translate any string http://prntscr.com/jaq0cy Use either po, mo files or WPML string translator http://prntscr.com/jaq16t to translate all the strings from Frontend, here you can find docs https://wpml.org/documentation/getting-started-guide/string-translation/ . Please, don’t hesitate to check WPML documentation to find out how to use this plugin and translate all the content.
2) To add the language switcher to your top bar go to Appearance > Widgets > http://prntscr.com/japfwv I have added it.
Here you can find docs about its options if you want to change something https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/
Regards
Hello,
Provide, please, temporary access to your Dashboard. I need to check your site to find out what exactly does not work as it should.
Regards
Hello,
Follow this doc https://wpml.org/documentation/getting-started-guide/
To translate theme strings use WPML > String translator.
Also, if you need advanced help with WPML plugin settings you can contact WPML plugin support https://wpml.org/es/forums/forum/soporte-en-espanol/
Regards
Hello,
If you bought WPML plugin then follow the documentation https://wpml.org/documentation/getting-started-guide/ to create the translation. Also, you can contact WPML plugin support to get the additional help with plugin settings.
Regards
Hello,
1, 2) Check the product category and image gallery now, please.
3) Also, we have checked the attributes on the test site and did not face the described issue. Can you, please, confirm that you have this problem on test site and describe in details your actions, step by step.
Regards
Hello,
We have made changes in child theme. Check now, please.
Regards
Hello,
Contact plugin author to get detailed instructions where the code could be added. Also, don’t forget that all the additional changes should be placed in child theme.
Regards
Hello,
We have uploaded child theme functions.php file to your site. Also, here https://www.8theme.com/download-plugins/ you can find child theme archive if you remove it in future.
Regards
Hello,
That element is the default VC element. We found many users who use cache plugins with similar problems https://github.com/websharks/comet-cache/issues/673 Check that conversation and try if solution mentioned there helps you. If not then leave the comment in WPBakery plugin comments area, maybe developers have the better solution.
Regards
Hello,
I thought that 1) is the tabs that you should click on http://prntscr.com/j9zwb8
It’s possible to get horizontal tabs http://massive.mpcthemes.net/tabs/ but it won’t have such many information and item 2 on the screenshot.
Regards
Hello,
Yes, unfortunately. It was not the popular option that used the additional script. We decided to improve scripts and remove this option. But if it’s necessary for you we can add it back for you by additional customization. Provide temporary Dashboard and FTP access and we’ll add this.
Regards
Hello,
Add the following code in child theme style.css
.product-images .swiper-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
Regards