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

  • 9 years, 8 months ago Mirela
    Participant
    in reply to: words Translation

    Hello,

    It is not possible not to have the wp-config.php file. It is created when you install wordpress in your server. In fact, you do have it as well. Please see this screenshot of your wordpress installation files: https://pho.to/ANDP8
    The lang function is not present in this file by default. You have to add it. I already added it for you with the french language .PO file name. Please clear cache and refresh site.
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Footer flying around

    Hello,

    You have to add more content for the footer to automatically be at the bottom. What exactly do you mean by “but not fixed”?
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Some portfolio items missing from page

    Hello,

    Some files are listed in you wordpress dashboard. Exactly in Appearance > Editor. For the one’s not listed there, you should use a ftp connection to your server to access them.
    Glad to know you found it already.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Single portfolio image size

    Hello,


    @crisTenereTech
    ,

    Please add this code into your custom css box:

    .single-portfolio .row-fluid .span9 {
        width: 60% !important;
    }
    .single-portfolio .row-fluid .span3 {
        width: 35% !important;
    }

    This is the result: screenshot. You may edit the values to your wish, if you prefer the image even more smaller and description field more wide.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Quick links

    Hello,

    Please make sure to have checked the “Smooth Scroll” option in General Options.
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: words Translation

    Hello,

    You can find the .PO files in folder specular/lang. If there are strings missing, you can add them by editing the .PO file with PoEditor.
    Watch this video tutorial for more instructions on how to use the .PO/.MO file fro translation.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Single portfolio image size

    Hello,


    @crisTenereTech
    ,
    Can you please send us a link where are you having this? So we can give you a more specific css code to add into your custom css box.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Revolution slider button not working

    Hello,

    Sorry for the late reply.
    The error you were doing was that the row id had to be pasted inside the Row Settings > Extra Class Name. I added it there and now it does redirect you to the section without issue.
    Please check your site.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Quick links

    Hello,

    You can use custom menu widget in footer to have links in your other pages.
    Create a new menu. Add the pages you want and then go to Appearance > Widgets. Add “Custom menu” widget in one of your footer columns. Select the new menu to show in it.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Some portfolio items missing from page

    Hello,

    There is a specific, pre-determined number of portfolio items to show according to the number of portfolio columns. To check it out and change it, please go to file \includes\core\codeless_routing.php and find these lines:

    if(!function_exists('codeless_set_portfolio_query')){
        function codeless_set_portfolio_query()
    	{
    		global $cl_redata;
    		
    		$terms = $cl_redata['portfolio_categories'];
    
    		$p_per_page = 6;
    		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;
    		}

    As you see, in case of 2 columns, will show 6 items. In case of 3 columns, 9 items will show. Change the value of portfolio items to display to your wish and then save changes.

    PS: Settings the value to example: 999 will display all your portfolio items in one page.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Add RSS Feed or Widget to Homepage

    Hello,

    Glad to know you figured it out.
    Thanks for sharing your solution!

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Site Not Displaying Correctly

    Hello,

    This demo uses the masonry portfolio style with overlay. This means it is the default style for the pictures to be messy. The images ordering is based on the time of the portfolio item creation. To change the order to your wish, is not possible from wordpress settings. But you can use a plugin for it. We recommend Custom Post Order.

    The text is set over the overlay of the image. This is determined by the image height. If the text will over pass the overlay height then the rest of the text will not show up.
    This is one of the styles of the portfolio. If you do not want it like this, then you can use one of the other portfolio styles. Go to the Recent Portfolio Settings (screenshot) and choose other settings that work best for you.

    I understand what you want to achieve but this is custom editing that requires time and it is not included in support service.
    Please read more regarding it here.

    PS: If you leave the portfolio item with out a featured image (the ones you want only text), they will not show correctly in the grid. I suggest you add a blank image to keep the layout correct and text showing.

    Best regards!

    • This reply was modified 9 years, 8 months ago by Mirela.
    9 years, 8 months ago Mirela
    Participant
    in reply to: Revolution slider button not working

    Hello,

    The child theme inherits the core functions from parent theme. If you update parent theme then you are ok. It is not necessary to update child theme as well.

    Are you referring to the “Get in contact” button in this section?
    This is not a Revolution slider, and i don’t see any other button with this title in the slider.
    Any way, to use links within one page, from button to section you have to have set up the page as an One Page. To do so, go to the page’s General Settings > Page Options & Style > Use menu as one page menu, set it ON (screenshot).
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Site Not Displaying Correctly

    Hello,

    I see the site is almost identical to the demo, except for a few things.
    -The right border in menu was due to the transparent header. I set it OFF in General Options > Header Options > Make Transparency Header. the border is gone now.

    -The logo, i imported and set up the demo logo. This is normally not an issue since every site would have it’s own licensed logo.

    -To the home page was missing a “Custom Heading” element of Visual Composer. I added it and set the settings of the demo.
    This is your site’s home page now: screenshot. and this is the online demo’s: screenshot.

    Let us know if you need further help.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Portfolio problems

    Hello,

    It will work for them as well.

    Best regards!

Viewing 15 posts - 7,456 through 7,470 (of 12,542 total)
← 1 2 3 … 497 498 499 … 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