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: When I see my site on Apple products (IPad and IPhone)

    Hello,

    Sorry for the late reply.
    Can you please send us your site’s url? So we can check this. You can change the “Project Description” and “Project Details” in these files:
    \includes\view\portfolio\single-container.php
    includes\view\portfolio\single-floating.php
    \includes\view\portfolio\single-fullwidth.php
    \includes\view\portfolio\single-gallery.php

    according to the type of portfolio you have chosen.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Importing Dummy Data – fail

    Hello,

    Sorry for the late reply.
    About your questions:
    1-All the BUSINESS demos are supposed to look like the demos online excluding the images. They are for demonstration purpose only. You should upload your own images.

    2-Yes, you should select “all” to have a full demo import.

    3-The “check to import attachments” option function is to enable the import of the images (the available ones). This usually increases the import process time and memory limit. If you do not have enough memory and execution time the import will not be complete. You can always ask your host to increase these for you. Also make sure you have enough rights to import images in your host.

    4-This is about third party plugins as one of them may conflict with the theme, so it is recommended to disable them, IF you are having issues with the dummy data import. Otherwise it’s not a problem if you keep them on.

    I imported the Business Landing demo. Please continue with the customization.
    Let us know if you need more help.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Login Logout link in menu

    Hello,

    Sorry for the late reply.
    You can use a plugin to incorporate the registration of users module. To just add a login item in the menu, go to Appearance > Menu and add a custom menu item.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Visual Composer update

    Hello,

    Sorry for the late reply.
    We will release an update soon, with the newest Visual Composer as well.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Google Map Issue

    Hello,


    @Mark-Andrews
    ,
    Please add this url in your google map:https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3966.3959235911993!2d106.821101!3d-6.211398999999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69f403cc17cfb9%3A0xce76579195b50845!2sGrant+Thornton+Indonesia!5e0!3m2!1sen!2s!4v1432982102563

    PS: This topic is marked as resolved. We do not check on resolved topics as they are considered closed. To have a faster response, please open a new topic for your issues.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Sliding Presentation with Default Theme

    Hello,

    The layout mentioned if the “Eye Catching Innovative Style” blog. In General Options > Blog options, select the “Fullscreen Innovative” blog style. Now go to the Blog page and set “Fullscreen Sections Sliding” to “Yes” in General Settings > Page Options & Style.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Logo in smartphone. Can I adjust resize?

    Hello,

    I edited the code above to this:

    @media (max-width: 480px) {
    #logo img { max-height: 70px !important;}
    }

    It look ok now. Please check your site.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Primary Color for Links in Styling Options

    Hello,

    Please go to Specular > General Options > Custom CSS Code.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Staff carousel

    Hello,

    Can you please send us your wp credentials in a private reply? So we can give it a closer look.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Contact Form 7 not working

    Hello,

    1- Please add these lines into your custom css box:

    .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .select2-drop-active,#mc_signup_form .mc_input {
      border: 1px solid rgb(174, 173, 173) !important;
    }

    2- To change titles, please add this code into your custom css box:
    .block_title.column_title h1 { text-transform: capitalize;}

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Menu/submenu dropdown problem

    Hello,


    @tmpweb

    Sorry for the late reply. What version of the theme do you have? Please make sure to have the latest release as it is solved there. If the issue persist, send us your wp credentials so we can check.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: problem importing demo data

    Hello,

    Sorry for the late reply.
    I checked your site but it looks ok. Where is the shortcode you are referring to? Apart from the logo being too large and misplaced, the rest seems ok.
    Let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Mobile menu [Below the logo with navigation bg] doesn´t work

    Hello,

    Sorry for the late reply.
    Did you made any change to theme files? What plugin do you have installed? You have a js error in your site (screenshot). Please deactivate all third party plugins and try again.
    If the issue persists, please send us your wp credentials in a private reply, so we can give it a closer look.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Service Icon Small / OPEN IN NEW TAB

    Hello,

    Sorry for the late reply.
    Please go to file vc_templates\services_small.php and find this line:
    $output .= ' <h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
    Replace with this:
    $output .= ' <h4><a target="_blank" href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Navigation Hover Colour

    Hello,

    Sorry for the late reply.

    1-You have in General Options > Styling Options > the ‘Primary color’ option. This is the Color for links, highlighted text and other. You can change here the color of links on hover. If you want to have a different color as the primary and another for links, then add this code into your custom css box: a:hover { color: bisque;}

    2-4- Please go to Appearance > Widgets and add the ‘Shortcode’ widget in Header Widgetized Area. Add this shortcode in it: [contact_information tel="+114 554 888" addr="20 St Street, New York" email="[email protected]"]
    And the ‘Search’ widget in After Navigation Area.
    Screenshot.

    3-That is one of the available header’s styles. To have it go to General Options > Header Options > Header Style > ‘Navigation with border separators,below logo’

    Best regards!

Viewing 15 posts - 12,001 through 12,015 (of 12,542 total)
← 1 2 3 … 800 801 802 … 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