Forum Replies Created
-
in reply to: Contact form for contact page
Hello,
Please add this code into your custom css box:
.wpcf7-form-control-wrap input[type="text"] { background: #E4E0E0 !important;} .wpcf7-form-control-wrap textarea { background: #E4E0E0 !important;}Edit the color to your need.
Best regards!
in reply to: Revolution slider textboxHello,
Please send us your wp credentials in a private reply. So we can fix this.
Best regards!
in reply to: Text Overlay and White Space in HeaderHello,
Sorry for the late reply.
I have tried this and it works very well. Maybe you have some other css that is preventing it from taking effect. Please send us your wp credentials in a private reply, so we can fix it for you.Best regards!
in reply to: Portfolio PaginationHello,
Please do you have selected the “with pagination” option in portfolio page’s Portfolio Options > Select the pagination method? If you did and the pagination still does not display, then please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Remove button animationHello,
Sorry for the late reply.
There is no option to remove the codeless slider button animation. That is the default button style. If you wish to remove it, please add these lines into your custom css box:/*remove animation from codeless slider buttons*/ .btn-bt.default{ -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } .btn-bt.default:hover span{left:0 !important;} .btn-bt.default span{ -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } .btn-bt.default i { -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; }Best regards!
in reply to: Accordion doesn’t display title sectionHello,
Sorry for the late reply.
Can you please send us a link where are you trying this? We have checked and the issue does not happen on our side.Best regards!
in reply to: social widgetHello,
Sorry for the late reply. Can i please see a link where are you having this?
Best regards!
in reply to: installing custom css codes?Hello,
Please make sure you are editing the correct css classes. To force the effect of the custom css code, add
!importantto the attributes. This makes the custom code take priority over the original css of the theme.
Read more about css here.Best regards!
in reply to: Remove category slug in portfolio gridHello,
You have changed the style of portfolio, that is why the code i gave you previously, did not work any more. Because the css classes have changed with the new style. I added this code into your custom css box:
.portfolio-item.overlayed h6 { display: none; }The category slug do not display anymore.
And this code:.tpl2 .center-bar { top: 90% !important;}to move down the title position.PS: Ruco and I are part of the same support forum staff. Please do not duplicate posts with the intention of addressing to every single support admins. It will not make the thread be answered any sooner, that’s because we reply according to time. The oldest first.
If you wish to be replied by a specific admin, just add the name as a tag when first creating the ticket.
Having double posts makes the forum messy and difficult to browse for other visitors.
Thank you for understanding!Best regards!
in reply to: Mobile sight not responsive.Hello,
I added this code into your custom css box:
@media (max-width: 480px){ h2.vc_custom_heading { font-size: 34px !important; line-height: 58px !important; } .wpb_row.standard_section { margin-bottom: 0 !important; } }For the title fonts in mobile. Edit the values to your need.
Also i added this code:.menu-small ul.menu > li > a { color: #949292 !important;}for the mobile menu items font color. Change the color to your wish.Best regards!
in reply to: Envato Toolkit Plugin BugHello,
This is strange. It does not happen on our side. Please go to your wp-content/themes/specular/plugins folder and remove the envato-wordpress-toolkit-master plugin zip file. Then go and delete the version 1.7.1 in your wp-content/plugins folder.
If you still need our help, please send us your ftp and wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: portfolio grid image resize?Hello,
Did you add the image in the portfolio items content? Please remove it and leave only the featured image and the gallery.
Let us know.Best regards!
in reply to: Google Maps not visibleHello,
Please add this link:
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2619.5727315958147!2d9.066961316047337!3d48.961621101386015!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4799d5a4748294a1%3A0xfea46c639132780a!2sHermann-Hesse-Stra%C3%9Fe+6%2F1%2C+74343+Sachsenheim%2C+Germany!5e0!3m2!1sen!2s!4v1456752842869Best regards!
in reply to: WooCommerce / Shop problemsThis reply has been marked as private.