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

  • 11 years ago Mirela
    Participant
    in reply to: Navigation header 10 aligned right

    Hello,

    Please add these lines into your custom css box:

    header#header #navigation {
      float: none;
    }

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: dropdown menu not clickable

    Hello,

    I can not understand what’s wrong if it’s disabled. Please send us your wp credentials in a private reply so we can check.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Change header on blog posts

    Hello,

    Please go to file includes\view\page_header.php and find this line:
    <h1><?php echo esc_html($title) ?></h1> Replace with this: <h1><?php if ( is_singular('post') ) { echo 'Blog'; } else echo esc_html($title) ?></h1> Save file.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Blog – Want to Eliminate Reply Section

    Hello,

    Please find ‘Custom css box’ under Specular > General Options. Scroll down to ‘Tracking Code / Custom CSS / Custom JS’ section (screenshot). Every css code you write here, will be saved even in case of theme update, that’s why we strongly recommend to make all css changes here.
    In Appearance > Editor, you edit the style.css file directly. The changes made here will be lost in case of a theme update (updates overwrite all theme files included style.css)

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Logo Too Wide?

    Hello,

    Please add these lines into your custom css box:

    @media (max-width: 480px){ 
    #logo img { max-height: 40px !important;} 
    .fullwidth .blog-article.alternate-style .media { width: 300px !important;}
    .fullwidth .blog-article.alternate-style .content { width: 293px !important;}
    }

    Result.
    If you had difficulties uploading from the host, it’s probably a memory issue. you may not have enough memory. The template is installed properly, but it looks like you did not set the home page in General Options and Settings > Readings.
    You can import a demo by going to Specular > Import/Export (Dummy data) Screenshot.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: blog Layout

    Hello,

    You can change it in file functions.php. Find this line: add_image_size( 'blog', 825, 340, true ); change the values of width and height and save. After import again the images, or run a plugin to recreate thumbnails.
    You can read more about this in this article.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: blog Layout

    Hello,

    Please got to Specular > Blog Config and set Blog Style > Alternate. Save! By default the single blog posts have all the content below the featured image.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: about specular demo content

    Hello,

    Please go to Specular > Import/Export (Dummy data) and click on the demo you want to import. In your case ‘Business 2’. Follow the steps described in the screenshot.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Visual Composer \"Update\" not Working

    Hello,

    There isn’t much i can do with the rights you gave to this user. However, i tried to add / edit and delete elements with Visual Composer in page ‘Sample page’ and it all worked ok. Do you still have issues with it? When performing what action?

    Best regards!

    • This reply was modified 11 years ago by Mirela.
    11 years ago Mirela
    Participant
    in reply to: Footer Single Column

    Hello,

    It it would if you replace theme files. But there are customizationes that require file edits, so we recommend you to save a copy of this file and replace back when there is a theme update. Or remake the edits to the new file.
    When getting a theme update, we provide the change log too. So you can choose to overwrite only the changed files instead of making a full replacement.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Adding a stripe of pictures

    Hello,

    Add this into your custom css box:

    .vc_gitem-zone { height: 330px;}
    .vc-gitem-zone-height-mode-auto:before { padding-top: 64%;}

    This is the result.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Logo Too Wide?

    Hello,

    You can fix this with some css. Please send us your site’s url so i can give proper advice.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Blog – Want to Eliminate Reply Section

    Hello,

    Please add these lines into your custom css box:

    #respond {
      display: none;
    }

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Some issues with Specular

    Hello,

    1- For the testimonials/quotes please refer to this article;

    2-Can you show us a link of your portfolio? Since there are several types of them, so i can give proper advice;

    3-You can change thumbnails size at the file functions.php.
    Find the line: add_image_size( 'blog', 825, 340, true ); and change the size.
    Then recreate the thumbnails or re-upload the image. Please refer to this article for more information;

    4- Please make sure to have set the Row Settings > Type > Full Width background;

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: tab problem with gallery images

    Hello,

    Sorry for the late reply.
    Yes, if you can create a user for us to access it.

    Best regards!

Viewing 15 posts - 12,076 through 12,090 (of 12,542 total)
← 1 2 3 … 805 806 807 … 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