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, 4 months ago Mirela
    Participant
    in reply to: One word translation

    Hello,

    This is an optional feature so it’s not present in the wp-config.php file by deafult. You have to add it.
    Add this line: define ('WPLANG', 'pt_FR'); change the language slug to the one you are using.
    Screenshot: https://pho.to/Ad0IZ

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Can't install Specular theme!

    Hello,

    Can you paste the file name you downloaded from Envato?
    If you have downloaded the full package (containing the documentation, licence, slider-dummy-data, theme folder, child theme folder) then you have to first: unzip the main file. Second, find the theme folder inside it and zip ONLY theme folder. The zip file created (specular.zip) import it into your wordpress Appearance > Themes > Add new option.
    Or do not zip it at all and just upload theme folder into your wp-content/themes/ folder in the wordpress installation folder. use a ftp connection or cpanle account to upload it. Consult your host provider to help you get a ftp account or cpanel.

    Watch the “Install Theme and Dummy Data” video tutorial from our video tutorials page:

    Video Tutorials


    Let us know.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Creating a Gallery page

    Hello,

    All you have to do is assign the header style to “Left / Right Side Header” in General Options > Header Options > Header Style. Then add the social widget in Appearances > Widgets, at the “Header Widgetized Area” widget section (screenshot).

    The body of home page is build with Visual Composer elements. Add these elements to create the exact style: Title heading / Recent Portfolio / Call-to-action
    Copy the code here: https://codeshare.io/21YArm
    Let us know.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: One word translation

    Hello,

    To find the .PO/.MO files please follow this path: wp-content/themes/specular/lang (screenshot)
    Watch this video tutorial to understand how to work with these files more:

    Let us know.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Problems with testimonial carousel

    Hello,

    I fixed it.
    Please clear cache and check your site from a mobile device.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Unsanctioned Log in to my website panel

    Hello,

    Our apologizes on the unadvised login! We just checked this and there was a username confusion from a newly joined member. I can assure you nothing was changed in your site.
    If you think something is not like it was, please let us know. We will check it right away! This is a first time for us too so we are deeply sorry for the inconvenience!

    -We are having some internal server work on the way. We will update the support status as soon as possible.
    Let us know for anything.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Tower theme creating tables

    Hello,

    Sorry but the “table” element has been deprecated from Visual Composer. You can create the product specifications using pricing tables. See the example here: https://codeless.co/tower/default/pricing/
    Find the page demo in your imported pages. Let us know if you need help.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Tower Theme – Testimonials

    Hello,

    Sorry if i misunderstood you. I though you wanted to remove the space before the comma. That’s what’s different in the two codes. The second one does not have the space (screenshot).
    The name and position layout is a theme’s default style. If it does not fit your site’s style, then you can change it. In the same file vc_templates/testimonial_carousel.php find these lines:

      $output .= '<h6>'.get_the_title().' ';
    
                                    if($c > 0)
                                        $output .= ',';
    
                                    $output .= '</h6>';
                                    
                                    $output .= '<span class="position"> '.$cl_redata['staff_position'].'</span>';

    And replace with this:

    $output .= '<h6>'.get_the_title().'';
    
                                    if($c > 0)
                                        $output .= ', ';
                                    $output .= '<span class="position"> '.$cl_redata['staff_position'].'</span>';
                                     $output .= '</h6>';

    Best regards!

    • This reply was modified 9 years, 4 months ago by Mirela.
    9 years, 4 months ago Mirela
    Participant
    in reply to: menu in footer not aligned

    Hello,

    Please add this code into your custom css box:

    #footer .inner .widget .megamenu_container {
        padding-left: 10% !important;
    }

    It will move only menu items. Change the value to your wish.

    I see the menu items on hover get the same color as the background, making them invisible. If you want to change that, add this code as well:

    #footer .inner .widget .megamenu_container a:hover {
        color: antiquewhite !important;
    }

    Let us know.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: space between images and other elements

    Hello,

    Yes. The custom css added either in a page’s custom css box, or in the main Custom Css box in General Options will not be lost in case of theme updates. That’s because this cod eis stored in the database and it’s not affected by any theme update (which only overwrites theme files).

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Visual Composer Not Working

    Hello,

    Thank you for contacting our support. The process is far easier than you think. You really do not need any activation code. Just follow the steps:
    -When you first install theme, you will see a message in your dashboard that asks you to install required plugins;
    -follow the link “Begin installing plugins” (screenshot);
    -In the plugins page, just click on the “Install” link, and after it click on the “Activate” link.
    Screenshot.
    -This will install the included version of the plugins. Which have an extended license (already purchased from us).
    -That’s it.
    Watch this video tutorial for a live demonstration: https://www.youtube.com/watch?v=fHBeNR43BSo
    Watch more useful video tutorials here: https://support.codeless.co/?page_id=45

    You may continue using the Visual Composer as advised in the theme.
    Let us know if you need any help.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Visual Composer use default style

    Hello,

    Visual Composer elements are used to build the site but they do not affect the default style already set by theme options. Do you have any other plugin installed? Did you perhaps add any custom css that may be affecting it? Can you please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Problems with testimonial carousel

    Hello,

    You need to have a ftp account. Go to the theme files using this path: wp-content/themes/specular. Here you have listed all theme’s folders and files (screenshot). Overwrite only these files.
    The testimonial_carousel.php / testimonial_cycle.php files in folder vc_templates/ and main.js file in folder js.
    Read more regarding partial theme update in the theme’s online documentation:
    https://codeless.co/documentation/main.html#theme_install
    Let us know.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: space between images and other elements

    Hello,

    I created a copy-cat of this page and set up the layout as you requested. I created a copy instead of editing the original because there was a row that needed to be removed. Please check it out here: https://www.marco-marino.it/test1/ristorazione-test/
    The custom css needed to remove the spaces is added into the page’s custom css. So it will affect only this page.
    Let us know.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Add custom font to specular

    Hello,

    Please check out this article about it: https://codeless.co/how-to-add-a-new-local-font/
    Let us know if you need further help.

    Best regards!

Viewing 15 posts - 6,196 through 6,210 (of 12,542 total)
← 1 2 3 … 413 414 415 … 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