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, 8 months ago Mirela
    Participant
    in reply to: [PORTFOLIO] – edit portfolio fields

    Hello,

    There is where you should do the customization. Send me your wp credentials in a private reply, and the fields you need to have and i’ll do it for you.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Decrease space below menu

    Hello,

    Can i please see a link where is this running?

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Top Widgetized & Codeless Slider On Responsive version

    Hello,

    I already changed this before.. Did you made any other changes to it? However, please add these lines into your custom css box:

    @media (max-width: 480px){
    #logo {  left: -75px !important;}
    }

    This is the result.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: How to prevent staff featured image to be resized

    Hello,

    Please upload images of a bigger size. They may be too small for the new size proportions.
    Let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Create a 5 column row

    Hello,

    The row does not have a default 1/5 column division. A workaround is to use two rows. Set first row in 1/6 + 4/6 + 1/6 columns and add the secont row inside the 4/6 column. Separate the second row in 1/3 + 1/3 + 1/3. Add the elements you want to use,inside these columns.
    Options Screenshot & Result Screenshot

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Reorder Portfolio

    Hello,

    yes, you can use “Post Types Order“. It works, we tested it.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Codeless slider font

    Hello,

    Can you please send us a link where is this running?

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: WordPress Multisite vs Specular

    Hello,

    Did you purchase only one license for the theme? You can’t use one theme license in more than one website. For more info pleas read the license agreement https://themeforest.net/licenses/terms/regular

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: [PORTFOLIO] – edit portfolio fields

    Hello,

    No need to edit theme files. Please go to General Options > Portfolio Config to add/ edit/ delete all portfolio Custom fields.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Specular Agency header menu problem

    Hello,

    It doesn’t look cream from here, however you can always edit it via css. Add this code into your custom css box:

    .header_1 header#header {
        background-color: #FFFFFF !important;
    }

    The place to change it is Specular > Header Options > Background. Maybe you should just refresh page, or clear cache.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Not all portfolio items are showing up

    Hello,

    Please go to file includes\core\codeless_routing.php and find these lines:

    switch($cl_redata['portfolio_columns']){
    			case '1':
    				$p_per_page = 3;
    			    break;
    			case '2':
    				$p_per_page = 6;
    				break;
    			case '3':
    				$p_per_page = 9;
    				break;
    			case '4':
    				$p_per_page = 12;
    				break;
    			case '5':
    				$p_per_page = 10;
    				break;

    Based on the number of rows you have, edit the number of items to display. Set the value to ‘-1’, to display them all. In your case you need to edit case ‘3’, to this:

    case '3':
    	$p_per_page = -1;
     break;

    It will display all items in portfolio page.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Dynamic_Content_Link New Tab

    Hello,

    Please go to file vc_templates/services_large.php and find this line:
    $output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
    Replace with this:
    $output .= '<h4><a target="_blank" href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Do not use burger style responsive menu

    Hello,

    Sorry but this is a customization not covered by this support. Please read our support policy.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Do not use burger style responsive menu

    Hello,

    Can you please be more specific? The burger menu already does that. It is a dropdown menu that covers the width of the header.
    Please send us a screenshot so we can understand better.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Pagespeed – To much css & Java

    Hello,

    You can use any plugin for this. But keep in mind that if you minify these too much, it may create some problems in your site. Read this article for more information.
    Read this article,to avoid messing future posts.

    Best regards!

Viewing 15 posts - 11,341 through 11,355 (of 12,542 total)
← 1 2 3 … 756 757 758 … 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