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, 2 months ago Mirela
    Participant
    in reply to: switching to dummy data

    Hello,

    Yes, importing the dummy data will overwrite and delete all you current pages/settings. You can export your current data, but importing them after the dummy will have the same result as the first action.
    We suggest you to install a test site in local host, import there dummy data and copy all the pages settings, you want, into the current site.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Hover Over Sub Navigation Drop Down

    Hello,

    Please refer to this topic for the styling. Let us know if you’ll need help.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Footer Doesn't Stick to Bottom of Page
    This reply has been marked as private.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Main Navigation – Hover Text Colour

    Hello,

    Please add these lines into your custom css box:

    .background--dark nav .menu > li > a:hover {
    color: #e99439 !important;
    }
    .header_4 nav .menu > li:hover > a {
    color: #e99439 !important;
    }
    nav .menu li ul.sub-menu li a {color: #777777 !important;}

    Best regards!

    • This reply was modified 11 years, 2 months ago by Mirela.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Header

    Hello,

    You can change the style of menu in Specular > Header Options. If it was added by the person it self, editing the theme files, then please send us your site’s url so we can give proper advice.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Change footer font

    Hello,

    To edit footer font size please add these lines into your custom css box:

    .footer_wrapper {
    font-size: 14px;
    }

    To edit column titles font, add these lines:
    footer#footer .widget-title {font-size: 14px;}

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Call-to-action – open in new tab

    Hello,

    To open Call to action button in new tab, please do the following:
    -go to file vc_templates\textbar.php and find this line:
    $output .= '<a href="'.esc_url($button_link).'" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"><span>'.esc_attr($button_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
    replace with this:
    $output .= '<a target="_blank" href="'.esc_url($button_link).'" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"><span>'.esc_attr($button_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
    -Save file!

    I clicked on the last portfolio picture and it opens in new tab. Did you solve it?

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Change of the menu color

    Hello,

    Please add these lines into your custom css box:

    .header_4 nav .menu>li:hover>a {
    color: #777;
    }

    PS: By the way, the name of my colleague above, is Ruco. Not Rico. It’s her last name, and she’s a lady :)

    All the best!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Blurry Logo

    Hello,

    You can change the image width x height, by inserting into your custom css box, this code:

    #logo img {
    height: 119px;
    }

    In this width it looks less blured. Or just upload an other image ,with better resolution.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Translate "Read More"

    Hello,

    You can translate it directly from the files. Please look in these files:
    -specular\includes\view\blog\loop-fullscreen.php
    -specular\includes\view\blog\loop-index.php
    -specular\includes\view\blog\loop-second-style.php
    -specular\includes\view\blog\loop-timeline.php

    Best regards!

    • This reply was modified 11 years, 2 months ago by Mirela.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Submission Counter | Contact-Form-7

    Hello,

    The contact form 7 does not have this feature. You can use any other plugin that does the trick.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Staff carousel pagination

    Hello,

    Please copy-paste this code, into a new test page(classic mode):
    [vc_row type="full_width_background" bg_position="left top" bg_repeat="no-repeat" bg_color="#f7f7f7" text_color="dark" top_padding="30" bottom_padding="30"][vc_column width="1/1"][block_title style="column_title" title="Our great team." second_title="Special professionals for codeless theme"][/block_title][/vc_column][/vc_row][vc_row type="full_width_content" bg_position="left top" bg_repeat="no-repeat" text_color="dark"][vc_column width="1/1"][staff_carousel pagination="yes"][/vc_column][/vc_row][vc_row][vc_column width="1/1"][testimonial_carousel test_cat="0"][/vc_column][/vc_row]
    Save page, go to ‘Backend mode’ and see the configurations.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Codeless slider fonts

    Hello,

    Nice to know there is no issue anymore :)

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Team Page Info

    Hello,

    Are you using shortcodes for the social? Add these lines into your custom css box:

    .icon_text {
    width: 100%;
    }
    .social_icons_sc {
    width: 100%;
    }

    If that won’t do, give me your site’s url so i can check.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Testimonials alignment

    Hello,

    The testimonials are aligned. That is just one testimonial, pushed more in the right. Please make sure there are no empty spaces before the sentence. To remove the coma, please go to file vc_templates\testimonial_carousel.php and find this line:
    $output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>'; Replace with this:

    $output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
    

    Save and refresh.

    Best regards!

Viewing 15 posts - 12,436 through 12,450 (of 12,542 total)
← 1 2 3 … 829 830 831 … 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