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, 1 month ago Mirela
    Participant
    in reply to: Font Awesome Icons not showing

    Hello,

    I edited the code above to this:

    .social_icons_sc {
      width: 18%;
      padding-left: 0px !important;
      float: right !important;
    }

    The social icons are aligned in the right side now.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Issue importing demo

    Hello,

    I was able to finish the process of importing dummy data (screenshot) and then i saved the changes. However no pages where to be found. Then i imported them again via ‘WordPress Importer’ and this is the result, screenshot. Your site send them all to trash! If you check the pages in trash you will see there are more than a hundred, due to multiple importing. This is a host issue, so we suggest you contact your host once again. Also restore all the pages you want to have.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Social share

    Hello,


    @babishop
    , please make sure to have made the suggested steps above. If still no luck, you can send us your wp credentials in a private reply, so we can check.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Blog Post – AUDIO NOT WORKING

    Hello,

    Please paste the audio link directly in text editor.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Video in Revolution Slider

    Hello,

    What slider are you using? If you can send us your site’s url so we can give a closer look.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Testimonials alignment

    Hello,

    Thanks for sharing. I will set this topic as resolved.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Codeless Slider // Title and Description Not Scrolling With Page

    Hello,

    Please see this screenshot , of the mentioned above.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Add External Links to Media Grid

    Hello,

    Please refer to this topic: https://support.codeless.co/?topic=hyperlink-for-media regarding it.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Bigger Social Icons

    Hello,

    I changed social style in widget options, to simple and i added these lines into your custom css box:

    footer .inner .widget ul li { 
        background-color: rgb(45, 45, 45);
        width: 64px !important;
        height: 64px !important;
    }
    footer .footer_social_icons li i { 
      font-size: 28px !important;
      margin-top: 18px;
    }
    footer#footer a, footer#footer .contact_information dd p {  color: #E4E4E4 !important; }

    This is the result.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Staff Bios

    Hello,

    For the staff, please make the following changes:
    -Go to file includes\core\codeless_metaboxes.php , find these lines: https://www.codeshare.io/youn0 and replace with these: https://www.codeshare.io/BaFOv . It will add a new ‘Profile link’ option in staff options. Just like you set the facebook profile link for the staff member, you can add the profile link.
    Step 2, go to file vc_templates\staff.php and find this block: https://www.codeshare.io/thpot and replace with this: https://www.codeshare.io/cm0J5 .
    Save!
    Now, in order to show only the profile link, remove from staff options all other links, except the profile (screenshot -> result)

    -For the post page, you can make all necessary changes in file includes\view\blog\loop-index.php

    Best regards!

    • This reply was modified 11 years, 1 month ago by Mirela. Reason: link edit
    11 years, 1 month ago Mirela
    Participant
    in reply to: Button Size

    Hello,

    Please add these lines into your custom css box:

    .btn-bt.default {
      width: 25%;
      height: 91px;
      padding: 31px 38px !important;
      font-size: 27px;
    }
    @media (max-width: 767px){
    .btn-bt.default { width: 55%;}
    }

    Let me know how it will go.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Testimonial Carousel – Not Responsive and Too Fast

    Hello,

    1- You can change the speed of the testimonial scrolling by editing the file /js/main.js.
    Find the lines:

    function testimonialsCarousel(){
    	"use strict";
    	$('.testimonial_carousel').each(function(){
    		var $self = $(this);
    		$(this).carouFredSel({
    						
    			auto: true,
    			scroll: { items : 1, fx: 'fade' },
    			prev : {
    				button : $self.parent('.testimonial_carousel_element').find('.prev')
    			},

    and replace them with:

    function testimonialsCarousel(){
    	"use strict";
    	$('.testimonial_carousel').each(function(){
    		var $self = $(this);
    		$(this).carouFredSel({
    						
    			auto: true,
    			scroll: { items : 1, fx: 'fade', duration:200 },//add here the duration of a testimon. 
    			prev : {
    				button : $self.parent('.testimonial_carousel_element').find('.prev')
    			},

    If you want to scroll only on arrow click then you must set ” auto: false” in the above code.

    2- I added this line: .testimonial_carousel .item .param h6 { width: 70% !important; text-align: center; margin-left: 10%; } in the @media (max-width:767px){ chunk of css in your custom css box. This is the result.

    3-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>';

    Note: There is no need to repost, since it will only delay our reply. We respond to topics according to time. The older ones, first.

    Best regards!

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

    Hello,

    You can use the ‘Media’ element. Set the row in three columns and add a “media’ image for each. Since it is a Visual Composer element, it is responsive too.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Bigger Social Icons

    Hello,

    You can change them with some css code. If you show us the link, we can give you the precise code.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Header not responsive in browser

    Hello,

    You can change the ‘Read more’ in file \includes\view\blog\loop-grid.php. Look carefully for the class you should add the php code and find it in the file. Place your code right after it.

    Best regards!

Viewing 15 posts - 12,271 through 12,285 (of 12,542 total)
← 1 2 3 … 818 819 820 … 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