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, 5 months ago Mirela
    Participant
    in reply to: Portfolio sitting on top of page content

    Hello,

    The theme does not change to itself. It has to be guided and set up from you. Perhaps you have not configured it completely. Can i please see a link of the portfolio page?

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Problems on tower theme

    Hello,

    Please do not post login data in a public reply. It is not safe. You can add them into your profile data so it’s always accessible from the support admins and hidden from the public.
    Read this article for more information.

    I checked your site and set up the row type of “Our Clients” to “Full Width background” now is sending to the right section.
    Let us know.

    Best regards!

    • This reply was modified 9 years, 5 months ago by Mirela.
    9 years, 5 months ago Mirela
    Participant
    in reply to: Specular Import Dummy Data

    Hello,

    I see you have many pages already created (screenshot). Since you wrote that you needed the home page as the online demo, i created and customized it so. But if you import the default demo then all current data(posts; pages; settings) will be lost.
    The dummy data import process deletes old content in the database and add the new one. This means all your current pages will be lost. This is why importing demo data is the first step to take before any other change is made to the site.
    Are you sure you want to do this?

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: short code in Visual composer – broken

    Hello,

    By “the green icon after CL” i meant that since this is not an icon created from theme or the default plugins included in it, then it must have been generated by a third plugin you could have installed.
    However, i am glad you managed to show up the second line of options. By default this is what you should get: https://www.clipular.com/c/5030711893688320.png?k=PVcNonyGfWC0B-1sqMHb3ZTPE5c

    -We have already replied to your other topic. Please check it.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Completely Confused
    This reply has been marked as private.
    9 years, 5 months ago Mirela
    Participant
    in reply to: Theme has huge white space to the right

    Add this code into your custom css box:

    .viewport {
        overflow-x: hidden;
    }

    Let us know.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Theme has huge white space to the right

    Hello,

    Did you add the css code i gave you last time?
    In what pages are you experiencing these spaces? Please update the login data in your profile for the new site. So we can login and fix these faster.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Tower theme

    Hello,

    You can edit page header in the page’s General Settings > Page Header Options (screenshot) and General Options > Header Options > Default Page Header (screenshot).
    Or just hide the title with custom css. Add the code into your custom css box in General Options.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Remove Tooltip

    Hello,

    Go to the Media and find the images you use in the portfolio slideshow. Remove the titles values from them and save changes.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Full Screen Image on Top and mobile view

    Hello,

    1-To remove the last block of text from covering the girl in the background, i added this code into the home page’s custom css box:

    .vc_col-sm-6.wpb_column.column_container.with_padding.vc_custom_1484148697986.vc_custom_1484148697986 {
        float: right !important;
    }

    and i changed the column margin-right to 21px in Column Settings.

    2-The right url for map is the embed link you get when going to “Share > Embed map” Copy-paste the url inside the <iframe> tag. See screenshot.
    I already replaced the right link.

    3-To copy the exact template of a page to another follow the steps:
    a)in the page you will copy, set the editor to classic: screenshot;
    b)copy all text and paste it to a new page (in classic editor as well): screenshot1;screenshot2
    c)in the new page, reverse to backend editor and then remove all Visual elements you do not need: Screenshot;

    4-Add a new row. In Row Settings, add a background to it (look the other rows that already have it set). Last add the contact form (use the VC contact element) to this row.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: blog category – no header

    Hello,

    To display the page header in blog categories please perform these steps:

    1-Go to file archive.php and find the following line:

    <?php get_template_part('template_inc/page_header'); ?>

    Replace with this:

    <?php get_template_part('includes/view/page_header'); ?>

    2-Go to file \includes\view\page_header.php and find these lines:

    if($cl_redata['subtitle_bool'])
        $extra_class .= ' with_subtitle'; 
    if($cl_redata['page_header_design_style'] == 'padd')
        $extra_class .= ' with_padding_style';
    ?>

    Replace with these:

    if($cl_redata['subtitle_bool'])
      $extra_class .= ' with_subtitle'; 
    if($cl_redata['page_header_design_style'] == 'padd')
      $extra_class .= ' with_padding_style';
    if(is_category()){
       global $wp_query;
        $cat_obj = $wp_query->get_queried_object();
        $title = $cat_obj->name;
    }
    ?>

    Save changes and refresh. Let us know.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Margin between post title and image

    Hello,

    Yes, please add this code into your custom css box:

    .blog-article.standard-style .content {
        padding-top: 40px !important;
    }

    Edit the value to your wish. See result: https://www.clipular.com/c/6054037244084224.png?k=oKQQeDypQxB0Ume5CifDb5OaUUg

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: blog post image caption

    Hello,

    Please add this code into your custom css box:

    .single-post .wp-caption {
        border: none !important;
    }

    Result: https://www.clipular.com/c/5456527299444736.png?k=pI6jypvBTq4Hkpxyt1dxNUMka64

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Excerpts for Posts is nowhere to be seen

    Hello,

    Please go to your post’s option panel. Then search at the top-right corner of the screen for “Screen Options“, check the “Excerpt” check box.
    See screenshot.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Insert a video from the library

    Hello,

    This is strange.
    Please fill in the necessary information on your extra information fields of your profile data. We need to give it a closer look.

    Read this article for more information.

    Best regards!

Viewing 15 posts - 6,661 through 6,675 (of 12,542 total)
← 1 2 3 … 444 445 446 … 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