Forum Replies Created
-
in reply to: Text Colour
Hello,
Please add this code itno your custom css box:
.block_title.column_title h1 { color: #f79468 !important; } p { color: #f3b0a4 !important; }Change the color to your wish. Let us know if it’s what you needed.
Best regards!
in reply to: Title page don’t display on more than one lineHello,
I don’t see any long title enough to not display in your site, but however, please try this code:
.header_page h1 { line-height: 150px !important; height: 26% !important; padding-top: 22% !important; }Add it into your custom css box. Let us know if it will fix your issue.
Best regards!
in reply to: Centering default theme buttons on mobileHello,
Please edit the code to this:
@media (max-width: 480px){ .wpb_content_element.button { margin-left: 15% !important; }}Result screenshot.
Best regards!
in reply to: Specular Visual Composer LicenceHello,
To get the Visual Composer back in working you need to update both theme and the plugin to the latest version. The last theme release has Visual Composer latest version included as well. In a year a lot of updates has been released so many changes have been made to both theme and VC.
I can’t help if you do not have the access details of the account that first did the purchase. Please contact Envato staff for more assistance in it.I explained the policy for Visual Composer license key in your other topic. Please check it out.
Best regards!
Hello,
You need to update Visual Composer too. But you do not need a licence key to do that. Te latest VC version is already included in the last theme update package. You only need to follow these steps:
1-Go to Plugins and deactivate current Visual Composer;
2-Delete it with all the files. If you have made changes to them and want to keep a backup then go to your wp-content/plugins folder in the server. Use a ftp connection. Rename the current “js_composer” folder.
3-Go back to wordpress dashboard; You will see the message requiring you to install required plugins and the WP Bakery plugin is one of them.
4-Follow the onscreen instructions and install plugin once again, like you did the first time.Read this article .
-Visual Composer like all the included plugins, has an extended license.
This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. You do not need to buy it yourself in order to use it. But you do need to keep the included version. You can not update it on your own terms with this type of licence. If you must update before we do, then you’ll need to buy your own copy.
The rules of the marketplace don’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.
Just make sure to always have the latest version of theme and it’s included plugins.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.Best regards!
Note:
The image was there. But the problem that is causing it not to be loaded is the crossover origin. The site is set up to load under secure links. While the plugin image is called from an insecure link causing it to display as missing.in reply to: Page header responsiveness – bugHello,
This does not happen on our side. I have recreated the same situation and the title is ok. See screenshot 1 and screenshot 2. It must be something else in your site dictating it. I suggest you disable all third party plugins first and check again. Did you add any custom script recently?
Let us know.
Best regards!
in reply to: Centering default theme buttons on mobileHello,
Yes, it’s done using the
@mediarule which is for the responsive layout. Add this code into your custom css box:@media (max-width: 480px){ .btn-bt.align-left { float: left !important; margin-left: 21% !important; }}Best regards!
in reply to: Open social media links in new windowin reply to: Footer widgetHello,
The text pasted, is html. That’s not what you should edit for the styling. See screenshot: https://pho.to/Ab4NN
Find the css class and edit it by adding additional css code into your custom css box.Example, to reduce padding from footer text to copyright, this is the css to add:
footer#footer .inner .row-fluid.ff:first-child { padding-bottom: 1px !important; }Screenshot: https://pho.to/Ab4OP
Best regards!
in reply to: Search bar on mobileHello,
Please go to file css/bootstrap-responsive.css (using a ftp connection) and find this block:
#logo{float:right;left:0 !important; right:0 !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }Edit to this:
#logo{ float: left; left: 53px !important; right:0 !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }Result: https://pho.to/Ab4Ln
Best regards!
in reply to: Remove hyphens in portfolio categoriesHello,
Please refer to this topic regarding this:
https://support.codeless.co/?topic=portfolio-lr-related-questionsBest regards!
in reply to: Tower About Us Page DisappearedHello,
You have to edit the text in “Visual” tab, not “Text“. Use the Enter key from your keyboard to break the text, not html.
See screenshot.Best regards!
in reply to: Alignment font size and filter priceissueHello,
1-You can fix every style issue with some custom css. Send us a link of your site so we can give you the exact code to add into your custom css box.
-“the actual price is not visible” that’s because woocommerce has a ‘regular price’ which is the faded price under your product, and the “Sales price” which is bold. The sales price is what should be the “real” price. See screenshot.2-Are you trying to add a woocommerce widget into a non-woocommerce page sidebar? Sorry but this is not possible. That widget is only shown on Product Category pages and Shop page.
3-Add this code into your custom css box:
.header_tools .cart_icon { font-size: 24px !important; }Change the font size to your wish.
Best regards!
in reply to: Full screen row with Visual ComposerHello,
The full height option has been removed from the incorporated Visual Composer. But is you must have it, then we can add it for you.
Please fill in the necessary information on your extra information fields of your profile data. We need the worpress and ftp credentials to edit the files and check on the option.Read this article for more information.
Best regards!