Forum Replies Created
-
in reply to: Hyperlink words
Hello,
The links do not disappear, they are there but are in white color. I added this code into the test page custom css box:
p a { color: #2b9ce0 !important; }The link text is visible now.
To make this take effect on all site, add the same code into your Custom Css box in General Options. Change the color to your wish.
Let us know.Best regards!
in reply to: Main nav pushed outside of header in chromeHello,
Please add this code into your custom css box:
.header_8 nav .menu>li { margin-top: -10px !important; }Let us know how it goes.
Best regards!
in reply to: favicon not changingThis reply has been marked as private.in reply to: Client Carousel SpeedHello,
To swipe more than one item at a time, go to js/main.js and find this function,
function clientsCarousel(){. Inside the function code you have this line:
scroll: { items : 1 },
Just change the value to the number of items you want to scroll. Example:scroll: { items : 4 },will scroll 4 items at a time.Transition duration is not responsible for the clients speed, but the animation duration of the client logo showing up (not scroll).
Best regards!
in reply to: Client Carousel ArrowsHello,
The screenshot is not available, and however we do not offer support on custom code.
The circle around arrows is not responsible for the arrows display in hover or otherwise. Add this code in order to make the arrows always visible, not only on hover:.clients_el .pagination a.prev {opacity: 1;} .clients_el .pagination a.next {opacity: 1;}Add this other code to stop them from pushing left/right:
.clients_el:hover .pagination a.prev {left: 0 !important;} .clients_el:hover .pagination a.next {right: 0 !important;}Best regards!
in reply to: Comma In Testimonial Title – Solution!Hello,
Nice to know you already found your solution. Thanks for sharing.
Best regards!
in reply to: Main nav pushed outside of header in chromeHello,
Please change it back to border bottom. So we can test it ad send you the right css to add in order to align it better.
This does not happen on our side so i can’t test it here.Regards!
in reply to: favicon not changingHello,
The credentials are not working neither with port 2222.
Please check and let us know.Regards!
in reply to: Hyperlink wordsHello,
There is no problem adding links to a page’s content.
I can not find the string mentioned. Can you send some test wp credentials in a private reply? So we can test this out and see what is happening.Best regards!
in reply to: Translate problemHello,
Please go to file specular/woocommerce/single-product/tabs/description.php (line 14), find and change the title here.
Let us know.Best regards!
in reply to: Client Carousel SpeedHello,
Sorry but this is not possible.
Best regards!
in reply to: Testimonial carouselHello,
Sorry but this is a personal customization and therefore not included in support.
Best regards!
in reply to: ParallaxHello,
In the page’s settings: General Settings > Sliders Options > Active Parallax, set it ON. Screenshot.
Best regards!
in reply to: unable to save Specular OptionsHello,
Please open up a new ticket for your new questions. This topic is already resolved and has a different issue.
Best regards!
in reply to: Translate problemHello,
This is a woocommerce feature, it’s independent from theme. What plugin are you using for translation? Or are you hard-coding it? Check the .PO/.MO files for the string and translate it there.
Can i see a link of this product?Best regards!