This topic has 44 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Hi,
I have a few questions:
1. how to remove newsletter button and also currency and language buttons from the header ?
2. Is there some chance that when I click newsletter button to have form to subscribe to the newsletter ?
3. In your snowboard demo page category section have blue column. How to set up color ?
4. How to change text “Categories” in category sidebar? I made translation, but it’s still in english…
5. What maximum size of the logo I can add ?
In addition, how to add Subscribe area, which is on you default demo home page and also gift and total sale graphic buttons ?
and in addition in flowe demo home page “Get in touch area” ?
in food demo home page “popular products” and “latest products” buttons ?
Last question on my account page all links text are very bad visible light grey color, how to change it ?
Hello,
1. To remove currency and language buttons go to Appearance > Widgets and add empty Text widget in Left Side top bar area. To remove Newsletter go to Theme Options > Promo Popup > Show link in the top bar > Off.
2. You can use MailChimp plugin https://www.8theme.com/demo/docs/royal/#!/0_newsletters and add its shortcode in Theme Options > Promo Popup > Popup content.
3. You can change color using css code in Theme Options > Custom CSS > Global Custom CSS:
.category-1 .widget_product_categories {
border-color: #0cb3d7;
}
.category-1 .widget_product_categories .widgettitle {
background-color: #0cb3d7;
}
Change color values to the one you need.
4. You need edit that page and open settings of Product Categories element. Change its title.
5. Upload logo with sizes 320px × 75px.
6. Subscribe area is created with MailChimp plugin http://wordpress.org/plugins/mailchimp-for-wp/
Gift and total sale graphics are just banners, created with Banner element in Visual Composer editor. Also you can import any template in Theme Options > Import/Export https://www.8theme.com/demo/docs/royal/#!/demo_data_installation and check how elements are created.
Regards,
Eva Kemp.
Ad1. Works. Thank you
Ad2. Works. But as soon someone click to subscribe, whole page is realoading and pop-up is closing. Is there a chance, that subscription info will be confirmed in pop-up without reloading whole page ?
Ad3. Code doesnt work. Still have the same color…
Ad4. I know how to change names of particular categories, but I need to change only widget name where category are listed… any help ?
Ad.5 Can I add bigger logo – for example with widht 400 or 450 ?
Ad6. Clear. Thank you.
Hello,
Please provide WP admin credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Poniżej zapytania.
Hello,
Home Page:
1. Please read how to enable Register link https://www.8theme.com/demo/docs/royal/#!/4_registration_page .
2. You added the code incorrectly. I’ve recreated it with Visual Composer editor. Please check now. To remove horizontal line use this code in Theme Options > Custom CSS > Global Custom CSS:
.copyright.text-color-light .row-copyrights {
border-top: none;
}
3. Unfortunately there is no such possibility.
4. You can translate that text in .po file in wp-content/themes/royal/languages directory
https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate
SKLEP PAGE
1. Add this code in Global Custom CSS:
.sidebar-widget .widget-title span {
color: #cda85c;
}
MOJE KONTO PAGE:
1. Could you please show a screenshot of the issue as we can’t replicate it?
2. This is also can be translated in .po file in the languages directory.
KONTAKT PAGE:
1. Add this code in Global Custom CSS:
.wpcf7-form label, .wpcf7-form textarea {
width: 100%;
}
2. You can do this in the file wp-content/themes/royal/framework/shortcodes.php (lines 2268-2282).
3. To add email icon requires additional customization which is beyond our basic support. If you have necessary knowledge you can do this yourself editing the files wp-content/themes/royal/framework/shortcodes.php and vc.php.
4. Edit the code in wp-content/themes/royal/framework/shortcodes.php file and add target="_blank"
to the link for icons, for example, for linkedin edit the code $html .= '<li><a href="'.$a['linkedin'].'">
and add target="_blank"
, so it will be $html .= '<li><a href="'.$a['linkedin'].' target="_blank"">
Regards,
Eva Kemp.
THANK YOU!!!
Few more questions.
Hello,
MOJE KONTO PAGE:
1. Please provide FTP credentials to check the issue with translation.
SKLEP PAGE:
1. In this case remove the previous code and add a new one:
.sidebar-widget .widget-title span {
color: #fff;
background-color: #cda85c;
}
.sidebar-widget .widget-title {
background-color: #cda85c;
}
KONTAKT PAGE:
1. Also use this css code:
.wpcf7-form input[type="text"] {
width: 100%;
}
Regards,
Eva Kemp.
Ok. Last things:
In addition…
And last last thing.
Hello,
KONTAKT PAGE:
1. I’ve fixed it. Please check.
As for FTP, you can grant access for us only to specific directory where your site is located.
2. Footer widget:
Add this code in Global Custom CSS:
.main-footer-1 .widget_pages li {
float: left;
padding-right: 20px;
}
.main-footer-1 .widget_pages ul {
margin-left: 20%;
}
3. You can edit picture in page editor in the row settings http://storage5.static.itmages.com/i/16/1124/h_1479985399_2494625_d4e771c8f6.jpeg .
Regards,
Eva Kemp.
Thank you.
Please find missing info:
Let me know also…
One more small problem…
And…
Hello,
Can you please give access to whole WordPress installation, not only to the theme folder?
2. On our demo we used image with dimensions 1,569px × 617px.
3. Use this css code:
.main-footer.text-color-light .widget-title {
display: none;
}
4. This is related to Woocommerce settings, not to the theme. You can ask their support regarding your request.
I’ve edited footer static block. Please check it now. Also you need to remove the code from Global Custom CSS:
.main-footer-1 .widget_pages ul {
margin-left: 20%;
}
To center social icons use this css code:
.et-follow-buttons.buttons-size-large.icons-colorfull {
text-align: center;
}
To edit icons in the footer, you need modify the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1965).
Regards,
Eva Kemp.
Ok. Here it is.
Few additional questions.
Hello,
I’ve edited the code to remove widget title and added this code to center pages list:
.main-footer-1 .widget.widget_pages {
margin-left: 90px;
}
and added padding value in the column editor in static block http://storage8.static.itmages.com/i/16/1124/h_1480012434_1025083_dfa2f77239.jpeg .
Unfortunately “My addresses” title can be translated only in the file wp-content/themes/Royal_Theme-v2.8/woocommerce/myaccount/my-address.php in line 17.
We’ll fix this issue in the next theme update.
Regards,
Eva Kemp.
One more thing.
In addition
Hello,
Add this code in Global Custom CSS:
.main-footer-1 .et-follow-buttons.buttons-size-normal.icons-colorfull {
text-align: center;
}
Sorry, but social links can’t be added inside the box as you added them as a separate element “Social Links” in static block.
Specify what color you want to use when hover the icons.
Regards,
Eva Kemp.
Info,
Hello,
Please add this code in Custom CSS:
.main-footer-1 .fa:hover {
color: #cda85c;
}
Regards,
Eva Kemp.
Thank you for all your great support.
One more thing…
Hello,
This is related to downloadable product https://docs.woocommerce.com/document/digitaldownloadable-product-handling/
https://woocommerce.com/2016/02/sell-digital-with-woocommerce/
Regards,
Eva Kemp.
One more question.
Hello,
On our demo we used self-hosted video.
Also try to add video in Background tab of the row settings:
http://storage5.static.itmages.com/i/16/1201/h_1480583305_7149773_b409950246.jpeg
To add sale products you need add sale price in a product editor. How to set featured products you can read here http://www.modernmarketingpartners.com/set-featured-products-woocommerce/ .
Regards,
Eva Kemp.
Tagged: customization, optimization, questions, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up