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

  • 11 years ago Mirela
    Participant
    in reply to: Mega menu positioning problem

    Hello,

    I see you changed the mega menu style (in the previous code i gave you it’s mega2, now you have mega3). For the request, please add these lines into your custom css box:

    nav .codeless_custom_menu_mega_menu.codeless_mega3 {
      left: -199px;
    }

    Edit the value to your wish.

    Please keep in mind that these are customizations, not issues. I had no problem in using your menu.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Floating Sidebar moves not correct

    Hello,

    Sorry but in this case it will not work from the Custom js code.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Problem with customizing navigation since WPML

    Hello,

    The wpml does not affect any of theme options and since it is fully compatible it will not break anything.
    1- You had 3 search because you had set a title to the ‘search’ widget. I removed it from both search forms (top header and copyright footer).
    2- I don’t see the menu to be in two rows, but i guess this happened when you put some more items into it. Since the font size is quite large, it extends the available width and so it will flow to the second row. If you want to put more menu items, decrease the font size or arrange them in sub-items, for them to fit all.
    3- Make sure you have selected the ‘box’ layout for that content you are having issues.
    4- Since there can only be one blog page in a site, please follow this scenario:
    – Translate all posts;
    – Create a new page in English version;
    – Via visual composer, add the full blog element;
    – set this page in the English version menu as the blog page.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Layout breaks in Firefox

    Hello,

    Sorry we do not offer support on third party plugins. I checked the site and it does not have any error. This means the plugin is compatible with the theme. You should check the plugins options about this.
    Let us know if anything like this happens with the build in tables/forms of Specular.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Problem with Responsive menu and logo

    Hello,

    yes, it is possible with a little css code. You can add it in your custom css box. If you need help, send us your site’s url. We will provide the correct code.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Pagination for Full Blog element

    Hello,

    Sorry for the late reply.
    The other styles show posts in a smaller size. If the space of the page fits all items, then there will be no pagination. For the pagination links, please reset permalinks and try again.
    If the issue persists, please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: My first topic

    Hello,

    *This topic is the same as this: https://support.codeless.co/?topic=vc-button-go-and-url-and-2-questions.

    2- I can not find the page you mention. Please send the exact url.
    3- I failed to find a ‘Archive’ title in your site. Do you mean the ‘Blog’? (i don’t understand your language, and i can’t find it in english.)
    4- When you resize, the responsive mode css classes are used. So you have to edit the background color for the responsiv emode as well.
    Add these lines into your custom css box:

    @media (max-width: 979px) and (min-width: 768px){
    .header_1 .header_wrapper, .header_4 .header_wrapper {
      background-color: rgb(10, 9, 9) !important; }
    }

    Ps: We answer topics based on their arrival time. The oldest first. So by updating topic like this, you only delay the reply time.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: HEADER SEARCH

    Hello,

    Ok, you can change it to 48px in the code i gave you. Just edit the values to your wish.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Sticky Navigation

    Hello,

    This is the default behavior of the sticky menu. But since in the beginning the height of the sticky header was smaller, you did not notice. When you click on a menu item it will call the section where it points. But the sections default position starts at top-left corner (0,0). To change this , please add these lines into your custom css box:

    .sticky_active vc_responsive sticky_header.top_wrapper {
      padding-top: 100px !important;
    }

    Let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: team member descriptions

    Hello,

    Sorry for the later reply.
    We have answered you here: https://support.codeless.co/?topic=team-member-descriptions-2/#post-3741

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: team member descriptions

    Hello,

    Sorry for the late reply.
    What are you truing to achieve? You can create staff member profiles in Team > Add New, and then call each of them in a page via Visual Composer elements: Single staff or Staff Carousel.
    To show more text in the description area, please go to file vc_templates\staff.php and find this line:
    $output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>'; edit the value ’25’ to your need. (Increase to show more text.)
    Save and refresh.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Testimonial Slider // Removing Auto-Comma

    Hello,
    Sorry for the late reply.
    1- Please go to file vc_templates\testimonial_carousel.php and find this line:
    $output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>'; Replace with this:
    $output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';

    2- Can you please be more specific? What title are referring to? I see that the page is ok in responsive (screenshot).
    Let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: VC, button "Go" and URL (and 2 questions)

    Hello,

    Sorry for the late reply.
    1-Sorry for the inconvenience. We will fix this is the next update, which will be released very soon.
    2- Sorry i don’t understand what has to do the Slider options, with editing the category. Can you please be more specific?
    3- Can you please send us your site’s url so we can give it a closer look. The screenshots are not helping much.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: "invisble" visual composer elements

    Hello,

    Sorry for the late reply.
    You have updated the theme but not the visual composer. The latest release of the theme has Visual Composer updated too. Please go to you wp-content\plugins and delete VC files. After this, go to your site and install it again from the dashboard. We will check it again if you still have the issue.
    Let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Problems with the pages and its mobile versión with portfolio section

    Hello,

    Sorry for the late reply.
    Please try to add this code into your custom css box:

    @media (max-width: 767px){
    .portfolio-item img {  width: 34%;}
    .portfolio-item.chrome .overlay span { width: 34%; }
    .portfolio-item.chrome .show_text h5 { text-align: left;}
    .portfolio-item.chrome .show_text {width: 50% !important;}
    }

    If this won;t do, please send us your site’s url so we can give it a closer look. I can not see the images you attached.

    Best regards!

    • This reply was modified 11 years ago by Mirela.
Viewing 15 posts - 12,136 through 12,150 (of 12,542 total)
← 1 2 3 … 809 810 811 … 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