Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 5 months ago Mirela
    Participant
    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Title page don’t display on more than one line

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Centering default theme buttons on mobile

    Hello,

    Please edit the code to this:

    @media (max-width: 480px){
    .wpb_content_element.button {
        margin-left: 15% !important;
    }}

    Result screenshot.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Specular Visual Composer Licence

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: After Theme Update the Visual Composer doesnt works anymore

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: How to change the "mouse" icon on the first screen / slide

    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.

    9 years, 5 months ago Mirela
    Participant
    in reply to: Page header responsiveness – bug

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Centering default theme buttons on mobile

    Hello,

    Yes, it’s done using the @media rule 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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Open social media links in new window

    Hello,

    Please refer to this topic, regarding it.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Footer widget

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Search bar on mobile

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Remove hyphens in portfolio categories

    Hello,

    Please refer to this topic regarding this:
    https://support.codeless.co/?topic=portfolio-lr-related-questions

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Tower About Us Page Disappeared

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Alignment font size and filter priceissue

    Hello,

    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!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Full screen row with Visual Composer

    Hello,

    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!

Viewing 15 posts - 6,541 through 6,555 (of 12,542 total)
← 1 2 3 … 436 437 438 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password