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, 11 months ago Mirela
    Participant
    in reply to: Button on Slider not working

    Hello,

    Please send us your wp credetnials in a private reply. So we can check the configurations of the slider.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: VC Full Blog pagination

    Hello,

    I can not access your site. It says Page not found. Do you have problems with your host? Please check it again.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: mobile_small_menu open

    Hello,

    Sorry but i still get a redirect and a blank page after that. Screenshot.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Revolution and responsive

    Hello,

    Please add these lines into your custom css box:

    @media (max-width: 767px){
    footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget {
      margin-left: 60px !important;
    }}

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Parallax Effect on Home Slider

    Hello,

    You did not enable parallax in slide options (right sidebar menu). i enabled it and now the option in the above screenshot shows.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Questions regarding Portfolio and some other

    Hello,

    Sorry for the late reply.
    First, thank you for the kind words!

    1.1- You can have as many portfolio pages you want, but it is not possible to have two with the same url. Each page has to have a unique url. It doesn’t matter either you create it via ‘Page attributes’ > ‘Template’ or add the portfolio element in a normal page, they can not have the same page url.
    I created two portfolio pages, named like the ones you mentioned. You can keep these if you want (change the categories) or create new ones. (port1 & port2)

    1.2-I added this code:

    single-portfolio .header_page, .header_page {
      background-color: #f5f5f5 !important;
      height: 80px !important;
      color: #444444 !important;
    }

    into your custom css box. Now it shows.

    1.3- Sorry, that is not possible.
    1.4- Please find it in file portfolio.php
    2- According to the type of blog you are using, find ‘Read more’ in files:
    specular\includes\view\blog\loop-fullscreen.php
    specular\includes\view\blog\loop-grid.php
    specular\includes\view\blog\loop-index.php
    specular\includes\view\blog\loop-second-style.php
    specular\includes\view\blog\loop-timeline.php

    3-Sorry , it’s not possible to have a different logo style for the menu and a nother for the sticky menu.
    3.2- You can change it via css. Add this code into your custom css box:

    @media (max-width: 979px){
    .mobile_small_menu {  color: rgb(252, 252, 252);}
    }

    change the color to your need.
    3.3- Please add thi scode into your custom css box:

    @media (max-width: 480px){
    .codeless_slider .swiper-slide .content.vertical_centered { 
    margin-left: 0 !important;}
    }

    3.4- i don’t see it.

    Please check the above and let us know if you still need help.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Header title problem

    Hello,

    I fixed it.
    Please check your site. (screenshot)

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Mobile menu breakpoint

    Hello,

    The 1024px is the standard width for iPad devices. If it is bigger than that, it is considered a desktop device. However, you can edit it as you wish.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Home Page Navigation Colour

    Hello,

    Can you please send us your wp credentials in a private reply? So we can check the configurations.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: 3 repairs (responsive menu + translation in blog + removing dates of blog)

    Hello,

    You have errors in your site. Please perform the action i recommended in this topic of yours, then we can check these others out.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Codeless Slider not showing image

    Hello,

    You had set the only slide of the slider, as private. Therefore only logged in users could see it. I changed that to public and now it shows all the time.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Testimonial Speed and comma – I´ve already followed instructions of forum

    Hello,

    You have mistakes in your main.js file. The testimonial carousel function was not complete. I edited it and the testimonials cycle function, however that mus be something else since the testimonial in web page still doesn’t work. did you made any other changes to this file? Please replace it with an original copy from your downloaded theme folder. Then find this code:

    function testimonialsCycle(){
    	"use strict";
    
    	$('.testimonial_cycle').each(function(){
    		var $self = $(this);
    		var container_width = $self.parents('.wpb_wrapper').first().width();
    		$('.item', $self).width(container_width+'px');
    
    		$self.carouFredSel({
    						
    			auto: true,
    			scroll: { items : 1, fx: 'fade' },
    
    		});
    
    	});
    }
    

    and replace with this:

    function testimonialsCycle(){
    	"use strict";
    
    	$('.testimonial_cycle').each(function(){
    		var $self = $(this);
    		var container_width = $self.parents('.wpb_wrapper').first().width();
    		$('.item', $self).width(container_width+'px');
    
    		$self.carouFredSel({
    						
    			auto: true,
    			scroll: { items : 1, fx: 'fade' , duration:2000 },
    
    		});
    
    	});
    }
    

    Let us know.

    Best regards!

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

    Hello,

    I added this code:

    @media (max-width: 979px) {
        .menu-small ul.menu > li > a {color: #050505 !important;}
        .top_wrapper { margin-left: -25px;}
        .wpb_row.standard_section { margin-bottom: 25px !important; }
        .top_wrapper {
            margin-left: -20px;
            width: 320px !important;
    }
    }

    into your custom css box, for the ipad and iphone edits. Please check your site.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Custom Menu Link Bug Problem

    Hello,

    Please make sure you have added your accounts links in the socials. To unselect them , just leave the box empty.
    Let us know if you need help.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Codeless Slider not showing image

    Hello,

    This is strange. Can you please send us your wp credentials in a private reply? So we can check this further.

    Best regards!

Viewing 15 posts - 11,791 through 11,805 (of 12,542 total)
← 1 2 3 … 786 787 788 … 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