Forum Replies Created
-
in reply to: Full Blog Masonry
Hello,
1-Do you mean to slim down the arrow block? In this case add this code into your custom css box:
.blog-article.grid-style .content .link_grid { width: 5% !important; }Edit the width to your wish (this element doe snot have padding).
2-Orange is the default color of theme. In the previous code we gave you, the color is changed in order for you to see the deference (also because you required to change it). So all you have to do is, find this code in your custom css box:
.blog-article.grid-style .media .overlay .post_type_circle i:hover { color: #5f5f5f; }and change the color to your wish.
Best regards!
in reply to: Sidebar widget compatability: Custom Menu WizardHello,
As you may know, we do not offer support on third party plugins. However, i will notify the developer team regarding this.
You can always suggest us new features in our “Suggest Us Features” forum.
Best regards!
in reply to: Import Dummy Data Doesn't WorkHello,
Are you trying to import attachments as well? Please read this article regarding this issue.
Let us know.Best regards!
in reply to: Responsive menu disappearedHello,
Did you edit (add) any custom css? Please add this code into your custom css box:
@media (max-width: 480px){ .mobile_small_menu { display: block !important;} #logo { float: right !important;} }Result screenshot. Let us know.
Best regards!
in reply to: Responsive IssuesHello,
1-Ipad slider font size:
I added this code into your custom css box:@media (min-width: 979px) { .codeless_slider .swiper-slide .content h1 { font-size: 20px !important; } }Result screenshot. Eit font size to your wish.
2-Call to action element:
I added this code into your custom css box:@media (max-width: 1100px) and (min-width: 981px){ .textbar .btn-bt { left: 75% !important;} .textbar h2 { margin-bottom: 10px !important; text-align: left !important; } }Please check your site and let us know.
Best regards!
in reply to: WooCommerce product imageHello,
Please note that this is not an issue. It is your personal preference.
The product image gallery starts of with the featured image. If you click on it, it will pop up a window with the image. If you notice carefully, there are arrows to move to the next image of the gallery (if you have added images to product gallery). And so on, the user can see all images available for the product.What i can suggest you is to look up at the woo-commerce add-ons and plugins. See if any can help you get the layout you want.
Best regards!
in reply to: safari codeless sliderHello,
You have way to many slides for the Safari browser to support it. When i open your site in my browser, it causes it to crash after 5-6 sec.
I suggest you to limit the number of slides per slider.Best regards!
in reply to: Mobile full screen overlayHello,
I editet code in your custom css box. I removed these two lines from it:
.home .top_wrapper { margin-top: -30px !important; }.. and added them into the home page’s custom css box. Also since the other pages need different css, added this code into the “Discover Australia” page’s custom css box (screenshot). Please add this at every page you will be using.
Note:
Please update theme so we can continue checking this. It is very old and some of the issues may come from it.Let us know.
Best regards!
in reply to: Specular "Shop" demo content was not installedHello,
Apologies for the inconvenience with email reply.
I set up the site just like the online demo. It does not have any issue, so please do not panic. we will help you customize it to your wish.
The Demo data import, is half of the process. It imports pages, posts, portfolio items, and it setts up some main style configuration. But you need to keep customizing the already imported data.
You have the included theme documentation to help you understand better all theme options. Also the video tutorials that show you how to build the main pages.I already set up some of the main features of shop demo. Please check your site and let us know how can we help you further.
Best regards!
in reply to: change image size display in single blog postHello Danycaz,
Normally the post images are optimized and this does not happen. Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: WooCommerce product imageHello,
Sorry but this requires code customization that is not include din support service.
Please read more about it in our Support Policy.Best regards!
in reply to: Use portfolio without ‘Read More’ linkHello,
To hide the “Read More” button of “Post grid” element, please add this code into the page’s custom css box:
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { display: none; }Sorry but disabling the read more link only for some items, is not possible.
Best regards!
in reply to: customizing call-to-action colorHello,
The buttons have the same css class so the change in style will affect them all. If you want to differentiate them from one another, then add a new custom css class into the rows settings (screenshot). Then add it to the custom css to the page’s custom css box.
PS: You will have to set the call-to-action elements in different rows.
Best regards!
in reply to: safari codeless sliderHello,
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Codeless slider doesn’t show images in FirefoxHello,
Great to know it ok. Thanks for sharing.
Best regards!