Hello,
Please provide us with pages links you’d like to modify.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with pages links you’d like to modify.
Thank you.
Regards,
Eva Kemp.
Hello,
We’re glad you managed to find the solution.
Regards,
Eva Kemp.
Hello,
1,3. I’ve selected Grid layout in Theme Options > Blog Layout and “Read More” button has appeared. Please check.
4. You can disable info about post and author in Theme Options > Blog Layout > “Show “byline” on the blog” > Off.
6. Remove this code:
.wp-picture img {
height: 180px !important;
}
7. Sorry, but this is impossible as for the Shop page. If you remove Gallery from Posts page in Settings > Reading and use Posts Grid element the header can be changed.
8. Add this code in custom.css file:
h6.active a {
display: none !important;
}
9. Add this code in custom.css file:
.blog-masonry.row.isotope {
margin-top: 50px;
}
10. Go to Settings > Reading and remove Gallery page from “Posts page”.
Then go to Pages > edit Gallery page and use Posts Grid element in Visual Composer editor. There you’ll be able to select what category to display.
Regards,
Eva Kemp.
Hello,
You’re using old plugins versions that are not compatible with the latest versions of the theme and Woocommerce.
Please update the plugins.
You can download them at this link https://www.8theme.com/download-plugins/ .
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You can edit the file wp-content/themes/royal/framework/woo.php (line 1237), find the code etheme_cart_items(3); and change number “3” to the one you wish.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in private content.
Thank you.
Regards,
Eva Kemp.
Hello,
Try to use this code instead of the previous one:
<div class="custom-info-block a-left"><span>Follow Us:</span>
<a href="#"><i class="icon-youtube"> </i></a>
<a href="#"><i class="icon-twitter"> </i></a>
<a href="#"><i class="icon-facebook"> </i></a>
<a href="#"><i class="icon-rss"> </i></a></div>
Regards,
Eva Kemp.
Hello,
As I see your footer is shown fine.
Please show a screenshot what issue you’re experiencing and provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
We need check your files. Could you please upload your site to any web host?
Thank you.
Regards,
Eva Kemp.
Hello,
You can disable them in Blanco – Theme Settings > Header section > uncheck “Enable top links (Register | Sign In)”.
Regards,
Eva Kemp.
Hello,
Please take our apologies but this requires additional customization which is beyond our basic support scope.
Regards,
Eva Kemp.
Hello,
Please provide us with a link to your site.
Thank you.
Regards,
Eva Kemp.
Hello @snoowy,
So do you need any assistance from us?
Regards,
Eva Kemp.
Hello,
Go to Appearance > Widgets and add Static Block widget to “Footer 1” or “Footer 2” area.
Regards,
Eva Kemp.
Hello,
Try to replace the previous code with this one:
img.hide-image {
height: 180px;
}
Regards,
Eva Kemp.
Hello,
Unfortunately it isn’t mentioned in the documentation.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css of the parent theme or style.css of the child theme:
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-908 > a {
color: red;
}
Regards,
Eva Kemp.
Hello,
Go Appearance > Widgets and drag “Woocommerce Product Categories” widget into “Shop Sidebar” area and change order settings there.
Regards,
Eva Kemp.
Hello,
I didn’t make any changes.
Menu pages like “Demos”, “Shortcodes”, “More” were created only for demo site.
Other pages like “Portfolio”, “Blog”, “FAQ”, “Home”, “Shop” are imported in Pages section of wp-admin panel. To add them to menu go to Appearance > Menus.
Regards,
Eva Kemp.
Hello,
Try to use this code in custom.css file:
img.hide-image {
height: 250px;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello,
You can try the second solution:
2) If the link is hard-coded, directly in the theme file. One possibility would be to utilize the wpml language constant “ICL_LANGUAGE_CODE” –
http://wpml.org/documentation/support/wpml-coding-api/
http://wpml.org/forums/topic/header-image-change-with-wpml/
Regards,
Eva Kemp.
Hello @mfleshman,
Unfortunately there is no alternative. Sorry. You have to resave categories.
Regards,
Eva Kemp.
Hello,
I’ve just tried twice to import the slider archive and got the same error:
Error: Wrong export slider file format! This could be caused because the ZipArchive extension is not enabled.
I’ve sent the archive to your email address. You can try to import it in wp-admin panel > Revolution Slider > “Import Slider” button.
Please specify what pages exactly you want to import.
Thank you.
Regards,
Eva Kemp.
Hello,
1. You can change icons using this code in custom.css file:
For Wishlist:
.top-bar .wishlist-link a i::before {
content: "url(http://path_to_icon_image)" !important;
}
For Your Account:
.my-account-link::before {
content: "url(http://path_to_icon_image)" !important;
}
For Logout:
.logout-link::before {
content: "url(http://path_to_icon_image)" !important;
}
For Cart icon:
.shopping-cart-widget .cart-summ > a::before {
content: "url(http://path_to_icon_image)" !important;
}
2. You can add frame using this code:
.product-categories {
border: 1px grey solid;
}
3. You need edit header.php file and your code in there.
4. To change background color of menu use this code:
.main-nav {
background-color: orange;
}
Regards,
Eva Kemp.
Hello,
Sorry, but slider still can’t be imported because of the error:
http://storage4.static.itmages.com/i/15/0515/h_1431707697_1324989_059fcb5397.png
Please check if ZipArchive is enabled.
Some pages are created only for demo site to provide additional information about theme.
Please clarify what pages you want to import.
Thank you.
Regards,
Eva Kemp.
Hello,
What is the link to wp-admin panel?
Also give us access to FTP account.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve created a test page “Test page” without any problems.
Please check in Pages section.
Thank you.
Regards,
Eva Kemp.
Hello,
Do you want to change the text “Quick View”?
Please show a screenshot what exactly you want to modify.
Thank you.
Regards,
Eva Kemp.
Hello,
You can refer to WPML forum for the solution:
https://wpml.org/forums/topic/change-the-image-and-link-on-the-logo-in-the-header/
Regards,
Eva Kemp.