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 ago Mirela
    Participant
    in reply to: problem with Specular theme settings

    Hello,

    You must be cautious with the “Reset settings” option as it will roll back all changes made to theme settings to their default ones. So all your work will be lost.

    1-What do you mean by “numbers not showing up”? I do see the animated counter’s numbers (screenshot).

    2-This is not a theme issue but rather a wordpress one. It could be that one of your wp files is corrupted, or some database tables needs optimization. But first make sure it is not caused by by a plugin conflict. The only option to check which plugin/theme is conflicting is disabling them all and then trying to Save options. If it saves successfully, you can start reacting all plugins one by one until the error shows up again.

    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Logo on mobile

    Hello,

    I see you have removed the top widgetized area from mobile (i don’t see it anymore). You can change the layout with css. Just find the css class of the element to change and add attributes to it.
    I must remind you that these are personal preferences styling and it is not included in support service. I can suggest you this site to learn more about css and structure theme to your wish. Or hire a developer.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Revolution slider on mobile

    Hello,

    Do you mean, have full width slider in mobile but boxed in desktop? This is not possible via theme settings. The only way is to change slider width in desktop with custom css.
    Try this code:

    @media (min-width: 1600px){
    #rev_slider_6_1_wrapper {
        width: 1100px !important;
        left: 10px !important;
        height: 800px !important;
    }
    .fullwidthbanner-container .fullwidthabanner  { height: 800px !important;}
    #rev_slider_6_1_forcefullwidth {  height: 800px !important;}
    .wpb_revslider_element.wpb_content_element { height: 800px !important;}
    }

    Result screenshot.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: 26 Inch Monitor

    Hello,

    I opened the site in the same wide screen and this does not happen. What device are you using?

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Testimonial carousel

    Hello,

    You can make all these changes with custom css. Add the code into your custom css box.
    Sorry but these are customization not included in support. Please read more about our policy.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: woocommerce integration

    Hello,

    If you have installed Woocommerce plugin then you can set up products in Products.
    What can you not find here? Please explain better.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: visual composer license

    Hello,

    All the included plugins, including Visual Composer have extended licenses.
    The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem.We update all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. In order to keep them always fully compatible with the current theme version.
    If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
    You are free to make the choice that best fits your needs.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: last menu item not visible on small screen

    Hello,

    I opened your site in the minimal width wide screen, just before it could take the responsive mode (980px) but the “contatti” never disappeared. Please see my screenshot.
    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Must click twice to Search

    Hello,

    Please go to file js/main.js and find this function:

    function codelessSearchButton(){
    	"use strict";
    	$('.open_search_button').click(function(){
    		if($('body').hasClass('open_search')){
    			$('body').removeClass('open_search');
    		}else
    			$('body').addClass('open_search');
    	});
    

    edit it to this:

    function codelessSearchButton(){
    	"use strict";
    	$('.open_search_button').click(function(){
    		if($('body').hasClass('open_search')){
    			$('body').removeClass('open_search');
    		}else
    		     {	$('body').addClass('open_search');
    			$('.search_bar input[type="text"]').focus();}
    
    	});

    I have added only this line: $('.search_bar input[type="text"]').focus();
    Save file and refresh.

    Best regards!

    • This reply was modified 10 years ago by Mirela. Reason: code edit
    10 years ago Mirela
    Participant
    in reply to: Brightness Slider picture

    Hello,

    You need to check the overlay color set for those images. I don’t see sliders in every page. Like in this page: https://www.citylife-nottingham.com/trips/ you have set the page header, with image overlay color to #f5f5f5 and the font color white (screenshot). Which is different from the home slider.
    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Change standard post slider

    Hello,

    You have not assigned any page as blog page. Can you please send us the link of the page you are referring to? Did you make any update before the slider change?

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: icon not visible in safari in MAC

    Hello,

    Sorry but i don’t see any login icon in header. I opened your site with both safari and chrome (in Windows). Can you please send a screenshot od the element?

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Dummy Data Import stops at 65%

    Hello,


    @CaryMillsap
    ,
    There can be many reasons other than memory limit for the import not to be able to finish. Please contact your hosting provider and make sure you have all necessary rights to make changes to files/database in your host.
    Increase the execution time limit as well. Did you try to import with or without attachments? Try the import without attachments and let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Portfolio page header

    Hello,

    Sorry but that is not possible. You can change the portfolio slug to your wish. Make sure to reset permalinks after. But it is not possible to remove it completely.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Suppress "Project Description" and "Project Details" on Portfolio Items

    Hello,

    Please add this css into your custom css box:

    .portfolio_single h4 {
        display: none;
    }

    Best regards!

Viewing 15 posts - 8,446 through 8,460 (of 12,542 total)
← 1 2 3 … 563 564 565 … 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