This topic has 34 replies, 5 voices, and was last updated 7 years, 4 months ago ago by Laranz
Hi there!
Is it possible to have in the header, in the “share” area left of the logo, a big search widget?
Thank you!
Hello,
I’ve added this code in Theme Options > Header Settings > Header custom HTML:
[et_top_search view="default"]
Please check header now.
Regards,
Eva Kemp.
Hi eva,
1. See header-> Search area. How can i remove the dot-lines etc. so i have only the search row? I want it at the same height as the cart-item
Hello,
Please add this code in Global Custom CSS:
.header-type-6 .header .tbs span {
border: none;
}
.header-type-6 .header .tbs span:before {
display: none;
}
Best regards,
Jack Richardson.
Hi Jack,
Perfect!
1. Is it possible to have the search bar a little bit lower and in stead of purple, blue?
2. Shop page: How can i change color of “add to cart” button” + hover colors?
3. Shop page: how can i change the color of the product names?
4. Single product page: how can i make the product name a bit smaller?
5. Singe product page: How can i change hover color of “add to cart” button?
6. How can i color the topbar background + text?
Hello,
1. Add this code in Global Custom CSS:
.et-mega-search input[type="submit"] {
background-color: blue;
}
Write any color value you need.
.header-type-6 .header .tbs .et-mega-search {
margin-top: 20px;
}
2. Use this css code:
a.add_to_cart_button {
color: white;
background-color: black;
}
a.add_to_cart_button:hover {
color: white;
background-color: black;
}
Write colors you need.
3. Add this css code:
.products-grid .product-title a {
color: #000 !important;
}
4. This code will help you:
.product-information .product_title {
font-size: 20px;
}
5. Use the following code:
.single-product .product-information .cart button[type="submit"]:hover {
color: red;
background-color: white;
}
Best regards,
Jack Richardson.
Hi!
Just some color questions 🙂
See single product page
1. Text “wishlist” and “tell a friend” from purple to orange
2. Social links in side bar from purple to orange
3. Product title of related Products, purple to orange
4. When clicking on preview product; text ‘Show details” from purple to orange
5. The bottom footer is very large, can we make this smaller?
Hello,
1-2.
.product-information .yith-wcwl-add-to-wishlist a, .product-information .email-link, .single-product-sidebar .et-follow-buttons.buttons-size-normal.icons-colorfull i {
color: purple;
}
.product-information .yith-wcwl-add-to-wishlist a:hover, .product-information .email-link:hover, .single-product-sidebar .et-follow-buttons.buttons-size-normal.icons-colorfull i:hover {
color: orange;
}
3.
.single-product .product-slide .product-title a {
color: purple;
}
.single-product .product-slide .product-title a:hover {
color: orange;
}
4.
.quick-view-popup .product-information .show-full-details{
color: purple;
}
.quick-view-popup .product-information .show-full-details:hover{
color: orange;
}
5.
.copyright.copyright-3 {
padding-top: 0;
}
.row-copyrights {
padding: 30px 0 0 0 !important;
border: none !important;
}
Regards,
Rose Tyler.
hi Rose!
Perfect :)!
1. See header. Is it possible to change the position of the logo and search bar? So logo left and searcher in the centre?
And is it then possible to have the search bar full with?
2. See homepage; Is it possible to have the fields from the Contact Form full width?
+ Is it possible to make the “message” field a lot smaller?
Hello,
1. You can edit header-structure file wp-content/themes/royal/headers/
We recommend to make changes in the child theme http://codex.wordpress.org/Child_Themes not to lose modifications after theme update.
2.
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 101%;
}
Please, read this article https://contactform7.com/text-fields/
Regards,
Rose Tyler.
Hello!
Some questions, see also the printscreen; http://www.ditto.nu/wp-content/uploads/2017/02/Screenshot-1.png
1. Is it possible to have those lines on 1 line? Or remove the first black line in the sidebar?
2. Breadcrumbs; It it possible to make the padding between top and bottom smaller?
3. Is it possible to have the breadcrumbs in normal letters, in stead of all capitalise?
4. Homepage: Is it possible to have 5 columns in a row?
5. Is it possible to remove the menu in the header? Or not showing?
6. The Quick View option does not work
7. I don’t have a sticky header when scrolling down… Can we make this visible?
Thank you!
Hello,
1. You can use this code:
.single-product-sidebar {
margin-top: 23px;
}
2.
.page-heading.bc-type-1 {
padding: 10px;
}
3.
.page-heading .title {
text-transform: none;
}
4. Try to use this way http://prntscr.com/edx6mc
5.
.menu-main-container {
display: none;
}
or
.menu-wrapper {
display: none;
}
6-7. Please try to disable all 3rd-party plugins and check after that.
Regards,
Rose Tyler.
Hello Rose,
Thank you!
1. Unfortunately we can’t find the issue with the fixed header en quick view. Deactivate all plugins.
2. Also we use now the child theme, but now the translations aren’t working anymore.
3. See shop sidebar; why are all sub categories collapse? Normally they are only showing when clicking on the head-category
Hello,
Sorry for the delay in answering.
1, 3. The problem persists only with your child theme. If you activate parent theme you’ll see the Add to cart is working fine. Please check it. So you need to check the customizations you’ve made in child theme files.
2. I’ve checked your translation files and didn’t see it in languages folder. Please, read https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ and provide FTP credentials in private content area.
Regards,
Rose Tyler.
Hi Rose,
Okay we’ll look at the child theme.
The translation files are set up just the same as our other shops… 🙁
See ftp credits in private content
Hello,
I’ve changed localization in Settings > General > Site Language.
Also, I checked your translation files and turned out that they were not relevant and did not contain the translation. I generated a new royal-nl_NL.mo and royal-nl_NL.po and placed them in wp-content/languages/themes.
You can translate theme use Loco Translate http://prntscr.com/egmwme. Please, check it.
Regards,
Rose Tyler.
Hello!
1. See mobile MENU-> Is it possible to have the words “Account + icon” and ‘SIGN IN” also white?
2. See mobile MENU-> Is it possible to have a search option in the menu?
3. See mobile homepage: Now it’s starting with the big categorie symbols. Is it possible to have them in 2 columns?
4. See mobile footer: How can i have those Social icons next to each other?
5. See footer: How can i have that phone number in white? Now it’s grey.
Thanks!
Hello,
1. Please add this code in Custom css:
.mobile-nav .links {
border-color: white;
}
.mobile-nav-heading, .mobile-nav .links li a {
color: white;
}
2. Unfortunately, in our theme, it’s not possible.
3. You can try to change http://prntscr.com/epuwr8
4. I’ve changed http://prntscr.com/epuza4 http://prntscr.com/epuzlp
5. http://prntscr.com/epv03e
Regards,
Rose Tyler.
Hi there!
One question; on a product page like: https://www.ditto.nu/product/3d-wanddecoratie-geel-gekleurde-muurvlinders/ i added a table. The first row is dark blue en now we want to have the font in that row white. Is that possible?
Hello!
Yes solved 😀 Thanks!
Other question; how can i set the shop page like 3 products in a row? Tried it in theme options and Woocommerce but the settings are not showing it…
Hello,
You’re welcome!
You need to delete this custom code http://prntscr.com/evgwyz
Regards,
Rose Tyler.
Hi Rose,
Yes that works for the shop page but when i delete it, my homepage is a total mess…
It there any way to make that code only for the homepage then? 🙂
Hello,
You can change this code to:
.home .products-grid .product {
width: 50% !important;
}
Regards,
Rose Tyler.
Hi Rose,
Just the last questions for http://www.ditto.nu :
1. When scrolling down, fixed header is showing. Can we remove this?
2. When searching (for example “lamp”), the images are really really big haha. Can this be shown in 2/3 columns? Or a lot smaller? Do you have an idea?
3. See single product page like; https://www.ditto.nu/product/vogeltjeslamp-roze/ ; Can we remove “Product Description” text?
4. See shop page; https://www.ditto.nu/product-categorie/posters-2/ Can we make the filter button also blue?
Hello,
1. Please see screenshot http://prntscr.com/fguxh1
2. If you select this type http://prntscr.com/fgw531, the page with search results displayed as http://prntscr.com/fgw73w. Please check it now. To display results as products please delete post_type="any"
from your shortcode.
3. Please use this code in Custom css:
.single-product h4.meta-title {
display: none;
}
4.
.price_slider_wrapper .price_slider_amount button {
background-color: blue;
}
Regards,
Rose Tyler.
Hello!
Quick question; When editing the relates products in a single product, the area’s for Upselling and Crossselling products are not working. I can not type in this fields.
Any idea how i can fix this?
Hello,
You need update theme to the latest version (3.0.2.1), find it on ThemeForest where you bought theme https://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
Log in to your account and go to the Downloads area.
Then follow the documentation to update theme https://www.8theme.com/demo/docs/royal/#!/installation_upgrade
Don’t forget to create backup of your files and database before starting update process!
Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/royal/ to avoid problems with old files.
You need to enter your purchase code to activate the theme and skip Setup Wizard.
Also, update all required plugins: https://www.8theme.com/download-plugins/.
Regards,
Rose Tyler.
Hello Rose,
Okay i will do that.
As you know i build a lot with your theme, but i can’t find which purchase code belongs to which client of me. How can i do that?
And do you have maybe a special offers for developers who buy a lot of licenses?
Hello,
In new theme update will be added a new function to show purchase code in theme options.
Here are our offers:
3-5 sales – 5%
10 sales – 10%
20 sales – 15%
30 sales – 20%
If you are going to purchase more than 50 theme copies, then we will discuss the % individually.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up