Forum Replies Created
-
in reply to: List of icons
Hello,
Yes. You can find these catalogs in google by just using the file name as search key word.
Example links:
https://fontawesome.io/icons/
https://www.iconfinder.com/iconsets/linecons-free-vector-icons-packBest regards!
in reply to: Slider Resizing and PaddingHello,
1-I inspected the home page in chrome but the slider resizes just like it should. What browser are you using to test this?
2-Please add this code into your custom css box:
.viewport { overflow-x: hidden;}
Let us know.Best regards!
Hello,
1-The one page menu is different fro other demos because there are no direct pages you add to them, but sections. I added the menu items by adding Custom links, which consist of only the sections name.
See screenshot: https://pho.to/AfTSV2-I added this code into the home page’s custom css box:
.codeless_separator { margin-top: 35px !important; }To align the Separators. See screenshot: https://pho.to/AfTTe
3-I already added the text. The element from what that text is added is already imported and present in the page. Please know that the import process is not entirely on theme. There are some server conditions that affect it. Such as file import max size limitations or execution time limit. If any of the server variables reaches it’s limit or even a small internet connection problem affects the process of data import. Leading to missing pages, posts or content. In some cases it prevents the complete import from proceeding.
All you have to do is read the documentation to understand the structure of theme and it’s features and watch the video tutorials. If you need further help, open a support ticket.
Let us know.Best regards!
in reply to: Navigation Background ColorHello,
Can i please see a link of the page? Most probably there is a css class missing or incorrect in your code. I need to check the page so i can give you the right code to add.
Let us know.Best regards!
in reply to: Purchase extra licenceHello,
Thank you for your interest in our theme. You can buy as many licenses as you want. Just go to your Envato account, go to the theme’s profile (here) and click on the “Buy Now” button. A new licence will be generated for you.
Let us know.
Best regards!
in reply to: "menu link underline"Hello,
Yes, of course. This is one of the theme’s header styles. All you have to do is go to General Options > Header options > Header Style, Select the menu underline type of header. In the option below “Background” set it to transparent.
Then add this code into your custom css box:.top_wrapper { margin-top: -90px !important; }Set the margin value (always in negative) to the value of the header height you have set up.
Let us know.Best regards!
in reply to: Service Media link issueHello,
The code line responsible for the images is this:
$output .= '<a href="'.esc_url($link).'"><div class="overlay">'; $output .= '<img src="'.esc_url($photo).'" alt="" />'; $output .= '<span></span>'; if($style == 'style_2') $output .= '<h5><a href="'.esc_url($link).'">'.esc_html($title).'</a></h5>'; $output .= '</div></a>';To remove the link effect, edit the code above to this:
$output .= '<div class="overlay">'; $output .= '<img src="'.esc_url($photo).'" alt="" />'; $output .= '<span></span>'; if($style == 'style_2') $output .= '<h5><a href="'.esc_url($link).'">'.esc_html($title).'</a></h5>'; $output .= '</div>';Save changes.
Best regards!
in reply to: Trouble with Specular Business 2 InstallationHello,
In the row containing the slider, go to Row settings > Type, and select “Full Width Content” options. Then add this code into the page’s custom css box:
div#rev_slider_2_1 { height: 490px !important; } .rev_slider_wrapper { height: 490px !important; }I already did it for you. Let me know if you need further help.
Best regards!
Hello,
The article is not present in the setup wizard as it’s not part of theme settings. We wrote the article to help our customers since there were still questions on how to customize the site after the setup.
Please send us some valid wp credentials in a private reply so we can fix these for you. I will describe every change made so you can refer to them in the future.
Best regards!
in reply to: Revolution Slider doesn't work for the blog siteHello,
The slider is showing on the blog page. Please check it. I only removed the slider selected in the General Settings > Sliders Options.
Now the error is gone. Screenshot.Best regards!
in reply to: Theme updates from EnvatoHello,
We do update plugins in major theme updates and when an urgent update is needed. The latest version has indeed not included plugins updates. Do you perhaps experience any inconvenience with the current VC version?
The plugin will be updated in later releases.Best regards!
in reply to: Product Imgaes & Layout, and Cart Button FormattingHello,
The file wp-content\plugins\woocommerce\includes\wc-template-functions.php still has this function present:
function woocommerce_cross_sell_display( $posts_per_page = 2, $columns = 2, $orderby = 'rand' )
Can you fill in the ftp in your profile data? So we can check the woocommence files.Best regards!
in reply to: Previous/next blog buttonHello,
You have a very old theme version. Please update theme first to it’s latest version. There have been many important changes since your current version.
Let us know if the issue persists.Best regards!
in reply to: portfolio sorting issueHello,
There is an error in your site. Please see screenshot. Did you add any custom code? Or perhaps installed any new plugin?
The filter bar in the portfolio page works very well. I tested all categories and they showed no other item beside the one’s of the selected category.The order of the portfolio items in the next/prev arrows in the single portfolio item does not match the preview in the portfolio page you send us. This is strange. Did you perhaps installed any ordering plugin?
Please update the information on your profile data. So we can give it a closer look.
I can not log in with these data anymore.Best regards!