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

  • 6 years, 2 months ago Ruco
    Keymaster
    in reply to: Refund request

    Hello,

    Sorry, but I can’t find your username.

    Did you have purchased Specular?

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Translate to Turkish

    Hello,

    Which version of the theme have you installed?

    If you have the latest version this can be fixed directly with pot file if not you have to edit the file below:

    specular\includes\view\page_header.php

    Phone Number and Address you can edit them in the Appearances > Widgets in the Top Navigation Area.

    Let us know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Portfolio Categories

    Hello,

    You can fix that by editing the file: includes/view/portfolio/loop-grid.php.

    Edit the code :

    
    if(is_object($item_categories) || is_array($item_categories))
        	{
        		foreach ($item_categories as $cat)
        		{
        			$sort_classes .= $cat->slug.' ';
        		}
        	}
    

    replace with:

    
    if(is_object($item_categories) || is_array($item_categories))
        	{
        		foreach ($item_categories as $cat)
        		{
        			$sort_classes .= $cat->slug.' ';
                            $category_name .= $cat->name.', ';
        		}
        	}
    

    also, you have to edit the code:

    
     <div class="center-bar v1">
                                                        <h4 data-animate="fadeInDown" class="a1"><?php echo get_the_title() ?></h4>
                                                        <h6 data-animate="fadeInUp" class="a2"><?php echo codeless_complex_esc($sort_classes) ?></h6>
                                                    </div>
    

    replace with:

    
    
     <div class="center-bar v1">
                                                        <h4 data-animate="fadeInDown" class="a1"><?php echo get_the_title() ?></h4>
                                                        <h6 data-animate="fadeInUp" class="a2"><?php echo codeless_complex_esc($category_name) ?></h6>
                                                    </div>
    
    

    Let us know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Responsive Menu

    Hello,

    I have tried to access your WordPress Dashboard but it seems impossible because there is an Asian alphabet so I can’t type on my keyboard.

    Please try to delete the Codeless Builder and install it again. If you can’t find it on the notices Go to Plugin > Add New Plugin > Search > Codeless Page Builder and install it.

    Let us know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Page Title Won\'t Update

    Hello,

    This is strange please can you share with us your wp credentials (private) so we can take a look and fix this.

    Let us know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Woocommerce Page Header Display Demo Site Header

    Hello,

    You can edit these text by editing the page : Shop Single Top Content

    Let us know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Refund request

    Hello,

    Sorry, please can you let us know which is the username you use on themeforest.net?

    Let us know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Theme has outdated Woo templates after upgrade

    Hello,

    Yes, let us know if you want any further help.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Format "label" class?

    Hello,

    If you like our theme please rate with 5 stars on https://themeforest.net/downloads .

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Specular Theme mobile responsive issue

    Hello,

    Please check it now I have resolved all the issues that you had.

    Let me know.

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Mobile Logo in Center

    Thank you very much!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Mobile Logo in Center

    Hello,

    I have centered the logo in the mobile by adding this custom css code:

    @media(max-width:480px){
    		.c-left.header-col{width:100%}
    		.header-el.cl-h-cl_header_logo{ 
    		   margin-left: 62%;
           transform: translateX(-50%);
    			-webkit-transform:translateX(-50%);
    		} 
    }

    Please if you like our theme rate it with 5 stars https://themeforest.net/downloads

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: WPBakery Visual Composer – cannot update
    This reply has been marked as private.
    6 years, 2 months ago Ruco
    Keymaster
    in reply to: How to show Cart Icon

    Hello,

    You can change the Menu Color by going into Customize > Header > Menu Style. The overall styling can be changed into Customize > styling.

    In case you want to change the icons, this requires to access the code. You can also change the color of the icons by adding this custom code into General > Custom Codes > Custom CSS:

    .extra_tools_wrapper .tool i{color:#fff !important;}

    Regards!

    6 years, 2 months ago Ruco
    Keymaster
    in reply to: Folie install error
    This reply has been marked as private.
Viewing 15 posts - 76 through 90 (of 3,073 total)
← 1 2 3 … 5 6 7 … 203 204 205 →

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