Forum Replies Created
-
in reply to: portfolio display
Hello,
Please deactivate all third party plugins first.Then activate them one at a time to check if one is the culprit.
Let us know how it goes.Best regards!
in reply to: Porfolio itemsHello,
1-Sorry but this is not possible. You need to make some coding to achieve this. Please know that such customization is not included in this support.
2-Yes that possible with a bit of custom css. You can add the code into your Custom Css box. But i see your portfolio page and there are no categories shown. Did you manage to hide them already? If that is not the page you are referring to, then please get this code:
.portfolio-item.basic .show_text h6 { display: none; }Add it to your Custom Csss box in General Options.
3-Yes, please add this code into your Custom Css box:
.portfolio_single h4 { display: none; }Let us know if you need further help.
Best regards!
in reply to: return arrow & picture upload not workingHello,
Can you please check the “Page Transition” option in General Options for me? If it’s ON, set it OFF and try again.
Let me know.Best regards!
in reply to: Codeless slider mobile font sizesHello,
Thank you for your suggestion. I will point it out to our developers to consider for future theme updates.
Kind regards!
in reply to: Contact form 7 not shown correcltyHello,
Yes, add this code as well:
.wpcf7-form p input[type="submit"] { border: 1px #f7931a solid !important; padding: 7px !important; width: 85px !important; border-radius: 5px !important; }Result screenshot: https://postimg.org/image/947t9fbkr/
Best regards!
in reply to: Widget Titles – heading tagsHello,
That’s great!
Let us know if you have further questions.Best regards!
in reply to: Contact form 7 not shown correcltyHello,
Please add this code into your custom css box:
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] { border: 1px #e8e6e6 solid !important; } .wpcf7-form-control-wrap textarea { border: 1px #e8e6e6 solid !important;}This would be the result: https://postimg.org/image/xx86ipiff/
Change the border width and color to your wish.Best regards!
in reply to: Issues with last version of Visual ComposerHello,
You can keep the included version of the plugin. The zip file is inside the wp-content\themes\specular\plugins folder, named “js_composer”
Or you can install it directly from the required plugins. For this follow these steps:
1-Deactivate the current plugin and delete it’s files
*save a copy of the files if you want*
2-Go to your wp dashboard and install the included version from the required plugins. See screenshots: https://postimg.org/gallery/pbcvk5bw/Let us know.
Best regards!
in reply to: return arrow & picture upload not workingHello,
What browser are you using to open this? I use chrome and had no issue going back and forth. Please see this screen recording: https://drive.google.com/file/d/1ReospwXxOvVREEE4IvbGTGLZAHXDmKDJ/view
However, as the error message says, you have a conflict issue with “Image Optimizer WD” plugin. Please deactivate it and try again.
Let us know.
Best regards!
in reply to: Codeless slider mobile font sizesHello,
The code is pasted correctly and there are no errors or warnings. There is another chunk of code that is taking priority and not letting the custom css have effect. Please go to file css/bootstrap-responsive.css using a ftp account or your cpanel, and find these lines:
.codeless_slider .swiper-slide .content h1{ font-size:18px !important; line-height:26px !important; }Remove the !important from them and save changes.
Best regards!
in reply to: internal server error or 500 errorHello,
This is a server issue. Please contact your host regarding it.
Best regards!
in reply to: Codeless slider mobile font sizesHello,
Do you have other css added in the custom css box? Perhaps some enclosed bracket can make it not take effect. Please add some valid wp credentials in your profile (This topic has a different author so if you send in a private reply here, the data will be visible to the author).
Read this article for more details: https://support.codeless.co/?ht_kb=add-private-login-credentialsBest regards!
in reply to: Codeless slider mobile font sizesHello,
Please add this code into your custom css box, to change the font size in mobile:
@media (max-width: 480px){ .codeless_slider .swiper-slide .content h1 { font-size: 26px !important; line-height: 36px !important; }}Edit the values to your wish.
Best regards!
in reply to: Stuck at the loading screen…This reply has been marked as private.in reply to: Custom Headings DisppearingHello,
I see you do have the latest theme version, but did you update Codeless Builder as well?
Please make sure you have the latest version of the plugin as well (1.2.4). This is an issue already fixed in latest theme and plugin update.
To update the plugin, just delete the current version and it’s files. Then go back to dashboard. You will see a message asking to install required plugins. Proceed installing the plugin again by following the instructions.
Let us know how it goes.Best regards!