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, 6 months ago Mirela
    Participant
    in reply to: Widget above posts on Blog page in Tower

    Hello,

    Sorry but this is a customization not supported from our support service. Read more regarding support policy here.
    I suggest you uses custom plugin to achieve this or hire a developer to do it for you.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Link Help

    Hello,

    The element is a button with a link. That link can be anything. So just upload the resume in your server and then change the old url of the button with the new resume url. Check button’s settings for it.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Specular Demo Import stucks @ 65% / 95%

    Hello,

    I imported successfully the dummy data of demo Business 2. Please check your site. You may continue editing it out with your content.

    To understand better how theme works and to get the most out of it, please refer to theme’s documentation.
    Let us know if you need anything else.

    Kind regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Change order of Social Icons in Tower

    Hello,

    Please go to \includes\widgets\codeless_socialwidget.php and find these lines:

    echo '<ul class="footer_social_icons '.esc_attr($style).'">';
                
                if( !empty($cl_redata['facebook']) )
                   echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'" target="_blank"><i class="icon-facebook"></i></a></li>';
                if( !empty($cl_redata['twitter']) )
                    echo '<li class="twitter"><a href="'.esc_url($cl_redata['twitter']).'" target="_blank"><i class="icon-twitter"></i></a></li>';
                if( !empty($cl_redata['flickr']) )
                    echo '<li class="flickr"><a href="'.esc_url($cl_redata['flickr']).'" target="_blank"><i class="icon-flickr"></i></a></li>';
                if( !empty($cl_redata['google']) )
                    echo '<li class="google"><a href="'.esc_url($cl_redata['google']).'" target="_blank"><i class="icon-google"></i></a></li>';
                if( !empty($cl_redata['dribbble']) )
                    echo '<li class="dribbble"><a href="'.esc_url($cl_redata['dribbble']).'" target="_blank"><i class="icon-dribbble"></i></a></li>';
                if( !empty($cl_redata['foursquare']) )
                    echo '<li class="foursquare"><a href="'.esc_url($cl_redata['foursquare']).'" target="_blank"><i class="icon-foursquare"></i></a></li>';
                if( !empty($cl_redata['linkedin']) )
                    echo '<li class="foursquare"><a href="'.esc_url($cl_redata['linkedin']).'" target="_blank"><i class="icon-linkedin"></i></a></li>';
                if( !empty($cl_redata['pinterest']) )
                    echo '<li class="pinterest"><a href="'.esc_url($cl_redata['pinterest']).'" target="_blank"><i class="icon-pinterest"></i></a></li>';
                if( !empty($cl_redata['youtube']) )
                    echo '<li class="youtube"><a href="'.esc_url($cl_redata['youtube']).'" target="_blank"><i class="icon-youtube"></i></a></li>';
                if( !empty($cl_redata['email']) )
                    echo '<li class="email"><a href="'.esc_url($cl_redata['email']).'" target="_blank"><i class="icon-envelope"></i></a></li>';
                if( !empty($cl_redata['instagram']) )
                    echo '<li class="email"><a href="'.esc_url($cl_redata['instagram']).'" target="_blank"><i class="icon-instagram"></i></a></li>';
    
            echo '</ul>';

    Change the alignment to your wish.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: light version header – active color

    Hello,

    In Specular theme’s style.css file, i removed the !important of the white color from this row:

    .background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after {
      color:#fff;
    }

    It was preventing the custom css to take effect. It’s ok now. Please check your site.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: View all translate

    Hello,

    You can find it easy by using the “CTRL+F” combination of your keyboard. However, this is the line:
    <?php _e('View All', 'codeless') ?>
    Find it above and edit to your wish.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: light version header – active color

    Hello,

    Please fill in the necessary information on your extra information fields of your profile data. We’ll fix this for you.

    Read this article for more information.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Responsive text to much to the side
    This reply has been marked as private.
    9 years, 6 months ago Mirela
    Participant
    in reply to: Site description in text below logo

    Hello,

    Sorry but this is a customization not included in support. Read more regarding our policy here: https://support.codeless.co/?page_id=4207

    I suggest you do it yourself using custom css. or hire a developer to do it for you.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Completely Confused

    Hello,

    Did you import any demo at first? Or are you trying to create site from scratch? Please read this part of theme’s documentation: https://codeless.co/tower/documentation/main.html#import_demo on how to import dummy data. It gives you a handful start. You can then proceed editing out the already created pages/posts to have the result wanted.

    1-Do you have sticky header active? Please go to General Options > Header Options to edit header height and other options.
    Remove sticky header in General options > Header Options > Sticky Nav (screenshot), set it OFF.

    2-What slider are you using? The bigger the resolution, the best. You can use one of the included sliders. Import them from the “sliders” folder in the main theme files you downloaded from Envato.

    3-Change the testimonials style using custom css. Add the code into your Custom Css Box located in General Options.

    4-I don’t understand the situation here. What is the copy? Please send us a link of your site for reference. So we can understand better.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Large button bad visualization on mobile

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    .wpb_single_image.wpb_content_element.vc_align_left {
        margin-bottom: 285px !important;
    }}
    @media (max-width: 676px){
    .wpb_single_image.wpb_content_element.vc_align_left {
        margin-bottom: 330px !important;
    }}

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: css followup

    Hello,

    First, the !important is not a technique but a css rule to give priority to a certain attribute when the element targeted has already a style assign for that attribute.
    But for it to work the most important and primary, is to have selected the right css class.
    If the css class is not the right one then no matter what you add, it will not give any effect.
    Please add this custom css code into your custom css box, to edit <h4> and <block quote>

    vc_separator h4 {
        font-size: 26px !important;
    }
    blockquote {
        font-size: 24px !important;
    }

    PS: Please do NOT ever post login data in a public topic. Either write us in a private reply, or ad them into your profile data. So we can find them easy every time it’s needed.
    I already removed them from the topic and filled in the profile information fields. Check it in your profile: https://support.codeless.co/?bbp_user=1711

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: About Us Page

    Hello,

    Sorry for the late reply.
    1-The “Contact Form 7” external plugin, is responsible for Contact form. To edit it, you can change it’s css attributes. Add the custom css into your Custom Css Box. The example page you send us does not have a background but only a slight border around the input fields. This too can be added with custom css.
    Sorry but personal styling is not included in support service. Read more about it here.

    2-Please add this code into your custom css box:

    .row-google-map iframe {
        pointer-events: none;
    }

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Tower Logo Size

    Hello,

    Nice to know you found it already. Let us know if you need anything else.

    Kind regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Import Demo Data Problem Again

    Hello,

    That’s great to know. Let us know if you need further assistance.

    Kind regards!

Viewing 15 posts - 6,811 through 6,825 (of 12,542 total)
← 1 2 3 … 454 455 456 … 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