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, 7 months ago Mirela
    Participant
    in reply to: Page Options – Layout – Sidebar

    Hello,

    You can set up the position of a sidebar from page’s options or from Layout > Pages Default Layout. The second one will be assign that layout to all pages. The first one, overwrites the Layout option, to the one you chose in the Page’s Options > Overwrite the default post layout.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Latest blog post thumbnail link

    Hello,

    Can you please be more clear? What do you need to change to it?

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: header problem

    Hello,

    Yes, i gave you this code for it:

    .page_header_yes .top_wrapper{
      padding-top: 100px;
    }

    To have this effect only for portfolio single entries, please edit it to this:

    .single-portfolio .page_header_yes .top_wrapper {
      padding-top: 100px;
    }

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Errors when installing the latest version of specular

    Hello,

    Yes, you can just upload the js_composer folder into your wp-content/plugins folder, overwriting the current one. It is important to update both the theme and Visual Composer, the order does not matter.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Menu

    Hello,

    Please replace it with this code and try again:

    .open_extra_nav .extra_navigation.right {
        background-color: rgba(29, 28, 28, 0.35) !important;
    }

    Let me know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Staff carousel

    Hello,

    The latest update has set id’s to widgets. So you have to assign again the widgets to the footer. Normally the update affects only the theme/plugins files, not the content or theme settings. It is strange that the menu has changed, however you can set it up at Appearance > Menus.
    Let us know if you need further help.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Device Layout Problems

    Hello,

    I added this code:

    @media (max-width: 979px){
    #logo img { height: 65px !important;}
    }

    for the logo in horizontal mode. This is the result.
    Let us know if it is what you needed.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Animation Not Working on Mobile

    Hello,

    This is strange. Please disable all third party plugins and try again. Let us know if the issue persists.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Image Padding on Full-Content Rows

    Hello,

    Can you please explain better? Do you want to have them like this: screenshot?
    If so, add this code into your custom css box:

    .wpb_wrapper {
        padding-left: 16px;
    }

    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Theme My Login or Profile Builder Layout

    Hello,

    I added the code into your custom css box. The previous host apparently didn’t save the changes. It is fixed now, please check.
    Let us know for anything.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Specular Business 4

    Hello,

    To activate one of our demo, you need to first import it’s dummy data.
    -Go to Specular > Import/Export (Dummy Data), select the demo you want to use
    -Click on ‘Import’. Wait a few seconds and when the import is finished, click ‘Save’ to save all the changes.
    -Go to Appearances > Menus, assign a main menu to your site.
    -Go to Settings > Readings, set your home page and blog page .
    Let us know if you need further support.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Serious Error – Page Wont Load After Adding Content?

    Hello,

    Please refer to this topic for the back to top button.
    The tab/tour elements does not cause any issue or site delay. Please make sure to have the latest Visual Composer plugin installed and try again.
    Let us know how it will go.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: New theme update – Visual Composer FIX

    Hello,


    @mikelim
    ,
    You do not need a licence number to update Visual Composer. Just delete it’s folder (wp-content/plugins/js_composer) and go back to your dashboard. Re-install plugin from wp.


    @huguesalbes
    ,
    Please reset permalinks first. Let us know if the issue persists.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Language

    Hello,

    What translation plugin are you using? Sorry but the WPML does not translate theme options strings. If you are using .po .mo files, you can add the strings by yourself.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Twitter Widget

    Hello,

    Sorry for the late reply.
    Please go to file specular\includes\widgets\codeless_twitter.php and find these lines:

    foreach ($tweets as $message){	
        $output .='<li><dl class="dl-horizontal"><dt><i class="moon-twitter"></i></dt><dd>';
        $output .= '<span class="message">'.$message['text'].'</span>';
        $output .= '<span class="date">'.date_i18n( $time_format, $message['created'] + $message['user']['utc_offset']).'</span>';
        $output .= '</dd></dl></li>';
    }

    And replace them with this:

    foreach ($tweets as $message){	
          $output .='<li><dl class="dl-horizontal"><dt><img src="'.$message['user']['image'].'"></img><i class="moon-twitter"></i></dt><dd>';
          $output .= '<span class="message">'.$message['text'].'</span>';
          $output .= '</dd></dl></li>';
    }

    Save and refresh page.
    We will edit this in the next update.

    Best regards!

Viewing 15 posts - 11,101 through 11,115 (of 12,542 total)
← 1 2 3 … 740 741 742 … 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