Forum Replies Created
-
Hello,
What theme version Do you have? Please be sure you have the latest version 1.2.8.
It may be a host issue.
I can check it if you can write your credentials in a private reply.Best regards!
in reply to: Product quantity plus and minus signsHello,
As i see the issue caused by this js script:
https://sainval.com/wp-content/themes/specular/js/jquery.placeholder.min.js?ver=1 Failed to load resource: the server responded with a status of 403 (Forbidden)
Please can you check if this file exist?
If you can’t check by yourself send to us your ftp credentials we will fix this issue for you.
Let us know.
Best Regards!
in reply to: Go Button 2 not centerHello,
Select alignment: ‘center’ at button settings. It will work. I’ve tested it.
let me know.Best regards!
Hello,
Please make sure you have the latest theme version. VS 1.2.8. If you want I can give it a look, just write your wp credentials in a private reply.
Best regards!
in reply to: Contact form 7Hello,
Please add this code at Custom Css Box:
div.wpcf7-mail-sent-ok { border:none !important; }Let us know if this is OK.
Best regards!
in reply to: Blog Page NavigationHello,
Please download the latest theme version. We have fixed the one page issue.
Let us know.
Best regards!
in reply to: Problem with Team CarouselHello,
Sorry, you can’y use 2 staff carousel in a page. You can add it once, then the other team members as single staff element.
Best regards!
in reply to: Track events (Google Analytics)We will do our best to make an update for this reason. But for now you can add a new field easy in Element. Go to includes/core/codeless-elements.php. Add this code at line 4390 (make sure that you are in the latest release of Specular 1.2.8)
array ( 'heading' => 'Onclick', 'admin_label' => true, 'param_name' => 'onclick', 'value' => '', 'type' => 'textfield', ),After that go to vc_templates/button.php
Find this:
‘button_2_link’ => ’#’replace with
'button_2_link' => '#', 'onclick' => ''At line 32 add the new tag:
<a onclick="'.$onclick.'" .....=""></a>Best regards!
in reply to: Menu not showing when scrollingHello,
You must select sticky menu at Specular -> Header Options -> Sticky menu, enable it.
Best regards!
in reply to: Blog Page NavigationHello,
I haven’t received any private or no private reply with the credentials.
If you want, you can send them by email [email protected].
Best regards!
in reply to: lightbox contactform7 responsiveHello,
You want the top navigation bar to be visible on responsive? The contact form you have on the lightbox is responsive. To make the top bar responsive please add this css code at Custom Css Code at general options.
@media (max-width: 767px){ .top_nav { display: block; } .top_nav #social_widget-2 { margin-top: -53px; margin-right: 11px;} .top_nav #text-2 { margin-left: 110px; margin-top: -4px;} }Best regards!
in reply to: Questions and ErrorHello,
You must enable page header in blog page. Edit the page, go to page options and enable page header.
You can configure default page header at Specular -> Default Page header.Best regards!
in reply to: Codeless Slider Not Working on Mobile DevicesHello,
We are very sorry for the inconvenience.
We will fix it on the next update. For now, you can disable the parallax effect so it wont look bad on ipad.Best regards!
in reply to: Issue with Mega Menu and Child MenusHello,
Sorry, sure they will be on the next update.
Best regards!