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

  • 10 years, 10 months ago Mirela
    Participant
    in reply to: URGENT ::::: TROUBLE with background image in Eye Catching view
    This reply has been marked as private.
    10 years, 10 months ago Mirela
    Participant
    in reply to: Accordion Deprecated in new version?

    Hello,

    Sorry for the inconvenience, this is due to the Visual Composer recent update. We are working on it and will release a theme update shortly.
    We kindly require for your patience.

    Thank you!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Codeless Home Slider

    Hello,

    Yes, please go to file js\main.js and find these lines:

    $('.codeless_slider').imagesLoaded(function(){
    		$loading.css('display', 'none');
    		codelessSlider = new Swiper('.codeless_slider',{ 
    			slidesPerView: slide_per_view,
    			paginationAsRange: false,
    			loop: false,

    Change the loop:false to true.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Side Navigation Content – HowTo?

    Hello,

    By ‘one Site’ you mean one website or one page?? The extra side navigation icon is set in the right-end of the main menu. If you want to display it only in one page, you can achieve this by adding some css code. Send me the link of the page you want to let it visible and i’ll give you the proper css code to add.
    To make it open by default, go to file js\main.js and find these lines:

    function codelessExtraNav(){
    	"use strict";
    	$('.extra_navigation_button').click(function(){
    		if($('body').hasClass('open_extra_nav')){
    			$('body').removeClass('open_extra_nav');
    		}else
    			$('body').addClass('open_extra_nav');
    
    	});

    Replace with these:

    function codelessExtraNav(){
    	"use strict";
    	$('body').addClass('open_extra_nav');
    	$('.extra_navigation_button').click(function(){
    		if($('body').hasClass('open_extra_nav')){
    			$('body').removeClass('open_extra_nav');
    		}else
    			$('body').addClass('open_extra_nav');
    
    	});

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Adding an id to a heading

    Hello,

    Can you please explain better? The example you gave it’s only a link of this topic.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Revolution Slider not working in Firefox
    This reply has been marked as private.
    10 years, 11 months ago Mirela
    Participant
    in reply to: Remove Comments Section on Blog Post

    Hello,

    The css provided, removes the comment section below single posts (example). To remove the comments count however, you need this one:

    .blog-article.standard-style .info li:nth-child(3) {
      display: none;
    }

    And the second css, if you tried it, you would see that it will remove only the blank space. Not the shares button (result)

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Background (featured) image does not display on Fullscreen Innovative blog

    Hello,

    Please go to file \includes\view\blog\loop-fullscreen.php and find this line:
    <article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id()), '', 'url') ?>');">

    Replace with this:
    <article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(wp_get_attachment_url( get_post_thumbnail_id($post->ID) )) ?>');">
    This will make the featured image as background image in the fullscreen innovative style.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Translate "Read More" on Blogpage

    Hello,

    Please make sure you have the files:

    de.po
    de.mo
    en_US.po
    en_US.mo

    in ‘specular/lang’ folder and you have translated the read more.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Responsiveness + Menu

    Hello,

    The above does not affect the iphone style. This code: @media (max-width: 480px) and @media (max-width: 767px) are responsible for the iphone. Add here any margin attribute you need.

    I am fixing this for you this time too, but please keep in mind that these are css customizations you should do yourself.
    I added this code:

    @media (max-width: 767px){
    .wpb_column .wpb_wrapper { margin-left: 6px;}
    }

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Portfolio page grid image size

    Hello,

    What theme are you using? It is not possible for the functions.php not to have those lines. Please check more carefully, or send us your wp credentials in a private reply, so we can give it a closer look.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Width of Sticky Nav

    Hello,

    Please add these lines into your custom css box:

    header#header .container {
      width: 957px !important;
    }

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Stuck @ No working demo's vs. maybe incomplete dummy import

    Hello,

    Please make sure you have completed the set up. After importing the demo data, you should set up the home page and blog. Edit the menu with the items you want..etc. If you want, you can send us your wp credentials in a private reply. And we will give it a closer look.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Specular Pages Lose Layout After Save
    This reply has been marked as private.
    10 years, 11 months ago Mirela
    Participant
    in reply to: Centering Clients – but how?

    Hello,

    To center your clients, please add this code into your custom css box:

    .clients .item {
      margin-left: 50px;
    }

    To make open in new tab, please go to file vc_templates/clients.php and find this line:
    $output .= '<a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';
    Replace with this:
    $output .= '<a target="_blank" href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';

    Best regards!

Viewing 15 posts - 11,716 through 11,730 (of 12,542 total)
← 1 2 3 … 781 782 783 … 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