Forum Replies Created
-
in reply to: Discription portfolio page
Hello,
Yes. to achieve that, please follow the steps:
-go to file specular\includes\view\portfolio\loop-grid.php (if you have portfolio in grid layout)
-Find these lines(160)<div class="show_text"> <h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5> <h6><?php echo esc_html($sort_clases) ?></h6> </div>and replace with these:
<div class="show_text"> <h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5> <h6><?php echo get_the_excerpt() ?></h6> </div>It will show text in the ‘Excerpt’ area of the portfolio item. If you are using masonry layout, do the same editing in file loop-masonry.php
Best regards!
in reply to: Service Circle IconHello,
Having the services circle changing the title to text on hover, will result in the same as services text effect. Please explain better, what effect you want to achieve?
Best regards!
in reply to: Visual Composer tab pb Gallery elementHello,
Sorry for the late reply.
The gallery is fixed as well. Please check and let us know.Best regards!
in reply to: Page Header Subtitle option missingHello,
Sorry for the late reply.
Please update theme. You have an old version, while the latest release has many options changed. Let us know if you need further support.Best regards!
in reply to: Background and Google ChromeHello,
Sorry for the late reply.
You still have not updated theme to the latest version. The Visual Composer plugin is not installed and there are a lot of third party plugins that may affect the responsive layout. I have fixed the content width and gab between footer and content. You can see the css code i added into your custom css box (General Options). Please see a screenshot of the result, here(ipad). But you have to update theme and install the required plugins.
Let us know how it will go.Best regards!
in reply to: ANIMATED COUNTERHello,
Sorry for the late reply.
Please go to file: specular\js\odometer.min.js and find this line:<span class="odometer-formatting-mark"></span>',c="(,ddd).dd",Edit it to this:
<span class="odometer-formatting-mark"></span>',c="(.ddd),dd",Save file and refresh.Best regards!
in reply to: can not write to the Clasic modeHello,
Sorry for the late reply.
What version of the theme do you have? Please update theme to it’s latest version. If the issues persist, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: problem with testimonialsHello,
Sorry for the late reply. Can you please post your site’s url? So i can give a closer look.
Best regards!
in reply to: Icons for Contact Pagein reply to: VIDEO CODELESS SLIDERHello,
You can find the option by just clicking on the ‘Background Type’ dropdown. (screenshot).
Best regards!
in reply to: Turn off Breadcrumbs on just one pageHello,
Yes it’s possible. To do so, please add these lines into your page’s custom css box(screenshot):
.header_page { display: none; }This way it will apply only to the specific page.
Best regards!
in reply to: Testimonial timingHello,
Thanks for your suggestion. We will take note of it. We are always looking for improvement, so your ideas and requests matter.
Best regards!
in reply to: Chrome website problemsin reply to: Icons not displayingHello,
I see you have an old version of the theme. Please update first, to it’s latest version. Let us know if you still can’t see them.
Best regards!
in reply to: Search Bar in IE9Hello,
The theme is tested and it has not any issue with IE9. Can you please post your site’s url? So we can give it a closer look.
Best regards!