Forum Replies Created
-
in reply to: Trouble Setting Navigation
Hello,
You can set the main navigation at Appearance -> Menu. Also you can add the items you want. Let us know if you have any issues. We can login to you site and check them, just writ the credentials of an admin user of your site in a private reply.
Best regards!
in reply to: Unable to import Dummy DataHello,
I imported the demo data, the default demo, just clicked Import dummy data. :)
Let us know if you need further support.Best regards!
in reply to: Unable To Import Dummy DataHello,
I see you have imported the demo data.
It may take some time to import the data, as it downloads many images. The progress bar stacks some time at 0% then it changes faster.Best regards!
in reply to: Unable To Import Dummy DataThis reply has been marked as private.in reply to: Slider Agency 2 dummy dataHello,
Let us know if you need further support.
Best regards!
in reply to: Unable to import dummy dataHello,
It works correctly, I tested it. You must select the color from color picker and add select the transparency at the third bar in color picker https://www.clipular.com/c/6294420154482688.png?k=JdI5UHS0taJRDOG-3OMFrj0QGng.
Let us know if you need further help.
Best regards!
in reply to: Custom button in revolution sliderHello,
The codeless slider have some button styles you can select https://www.clipular.com/c/5655527663075328.png?k=2w_S7UP7e1sT25Gp-mgUIRGkRYY, the same as the themes buttons styles.
If you want to use revolution slider or layerslider, then you can add the button shortcode (you can find shortcodes at Pages -> click the ‘CL’ button at the editor bar in classic mode editor), ex:[shortcode_button type="default" align="left" target="_self" color="#fff" bg_color_hover="#fff" bordercolor="#222" icon="none" icon_color="#222" icon_color_hover="#222" font_color="#222" font_color_hover="#222"]Title[/shortcode_button]
Best regard!
in reply to: Contact form 7Hello,
Sorry for the inconvenience.
Please add the code at the end of the file style.css, at Appearance -> Editor.Best regards!
in reply to: Unable to import Demo data and a couple questions.Hello,
What theme version do you have? Please be sure you have the latest theme version 1.0.12. Try to re-install the theme. If it doesn’t work then let us know, we can help you import the dummy data, if you can give us your credentials.
To hide the date and author, please add these lines at custom css box:
.blog-article ul.info { display: none; }You can change the read more text by editing the file \specular\includes\view\blog\loop-index.php:
Find the line:
" class="btn-bt ">
and add a different text instead of ‘read more’.
Best regards!
in reply to: Placeholder field form (Mailchimp plugin)Hello,
Please can you show us your site url? I can give the custom css code to remove it.
Best regards!
in reply to: Unable to import Dummy DataHello,
Please be sure you have installed the latest theme version (Version 1.0.12). Try to install the theme again in a blank db. If you still have problems let us know. We can install the demo data for you if you can give us your credentials.
Best regards!
in reply to: TestimonialsHello,
You can change the speed of the testimonial scrolling by editing the file /js/main.js.
Find the lines:function testimonialsCarousel(){ "use strict"; $('.testimonial_carousel').each(function(){ var $self = $(this); $(this).carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade' }, prev : { button : $self.parent('.testimonial_carousel_element').find('.prev') },and replace them with:
function testimonialsCarousel(){ "use strict"; $('.testimonial_carousel').each(function(){ var $self = $(this); $(this).carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade', duration:200 },//add here the duration of a testimon. prev : { button : $self.parent('.testimonial_carousel_element').find('.prev') },If you want to scroll oonly on arrow click then you must set ” auto: false” in the above code.
The testimonial on business demo https://www.clipular.com/c/4750269688578048.png?k=dN5yxjV__DUpQZN6K1Mn7-OerTk doe have the navigation arrows, you must hover it and they will appear.
Best regards!
in reply to: Error connect MailchimpHello,
It says you don’t have the necessary permission to access the index.php file on your server.
Try to grant access to the files or contact your hosting provider.Best regards!
in reply to: Slider on tablets and phonesHello,
You can set the overlay bg at codeless slider https://www.clipular.com/c/4755348034420736.png?k=WkFCUFAWU-Ixe0yuQcjc5ethXtU
Let us know if you need further help.
Best regards!
in reply to: Unable to import dummy dataHello,
Please send the credentials to us to install for you. I think you have something wrong with your host configuration.
Best Regards