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, 6 months ago Mirela
    Participant
    in reply to: portfolio view all

    Hello,

    Isn’t this the portfolio page: https://www.waterarthouse.co.uk/nikki_iles/portfolio/ ?
    The code i gave you does remove the slug. Are you referring to another page? Send us the link so i can give the right css.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Codeless Silder Anchor Button

    Hello,

    Did you set the id at the row settings? It will work only if set there, not in any other vc element.
    Sorry but it’s not possible to have the button open in the same page in some pages and in new tab at others.
    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Import Dummy Data Not working

    Hello,

    Please do not edit theme files. The dummy data import has no issues, it is only limited from server’s variables. Please check out this article first: https://support.codeless.co/?ht_kb=import-of-dummy-data-stops-before-100

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: featured image size

    Hello,

    After the change in function.php file, you should recreate the images thumbnails, using a custom plugin or reuploading the images.
    Please try reuploading images once again. Cleare cache and refresh pages after.
    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Active page header – not responsive

    Hello,

    Please edit the code above to this:

    @media (max-width: 480px){
    .header_page.with_subtitle.centered .titles h1 {
        letter-spacing: 0px;
        font-size: 35px !important;
    }
    .header_page.with_subtitle.centered .titles h5 {
        font-size: 20px !important;
    }
    .header_page.centered h1 {
        top: 0 !important;
        margin-top: -170px !important;
    }
    }

    Result screenshot. Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: One Page Menu

    Hello,

    The menu with brackets is an old version of one page. We have removed it in quite some updates before. To reproduce it, add this code at the end of your style.css file:

    /* Effect 1: Brackets */
    .background--dark nav .menu > li > a:hover {
    color: #0c93d6 !important;
    }
    .header_1 nav .menu > li > a::before,
    .header_1 nav .menu > li > a::after {
      display: inline-block;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
      -moz-transition: -moz-transform 0.3s, opacity 0.2s;
      transition: transform 0.3s, opacity 0.2s;
    }
    
    .header_1 nav .menu > li > a::before {
      margin-right: 10px;
      content: '[';
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      transform: translateX(20px);
    }
    
    .header_1 nav .menu > li > a::after {
      margin-left: 10px;
      content: ']';
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    
    .header_1 nav .menu > li > a:hover::before,
    .header_1 nav .menu > li > a:hover::after,
    .header_1 nav .menu > li > a:focus::before,
    .header_1 nav .menu > li > a:focus::after {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      transform: translateX(0px);
    }
    .header_1 nav .menu > li:last-child a{padding-right:0; margin-right:0;}
    .sticky_header .header_wrapper.header_1{
      -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
      -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
      box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    }
    
    /* End Header 1 */
    

    -Did you set up page as a one page? Please check in page’s General Settings > Page Options & Style > Use menu as one page menu.
    I see you do not have a sticky header. If you scroll back to the top, this means that the section you are now is the first section, so the first menu item will be highlighted.

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Cart page in theme not changing

    Hello,

    In the new cart and checkout pages, please make sure to have added the “cart” and “checkout” woocommerce elements of Visual Composer.
    See screenshots: Cart; Checkout;

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: replace logo with text

    Hello,

    Yes, go to General Options > Upload Logo and remove the image. Then go to your Settings > General > Site Title, add here the text you want to appear in the logo position. Save changes.
    Edit the text style with custom css. Add it into your custom css box located under General Options.
    See this example:
    -Result screenshot: https://www.clipular.com/c/5139761033641984.png?k=C8pKn3gha5hb1L-3_4-5LmXtEOE
    -Custom css used to style:

    #logo a {
        color: white !important;
        font-size: 32px;
        padding-top: 15%;
    }

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Background on homepage

    Hello,

    I already replied you regarding this customization in this other topic of yours: https://support.codeless.co/?topic=background-2

    Please do not open more than one ticket per issue. Having many tickets for the same request makes the forum overloaded and messy. Also it’s a waste of time from our side.
    Thank you for understanding!

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Codeless Silder Anchor Button

    Hello,

    Yes, you can do this by setting the id as link in the Codeless Slide Options > Content > Button Link (screenshot). Just like you do with the one page configuration.
    Make sure to set the same id as the link at the page’s row settings too (the section you want to link it to).

    To avoid the “open in new tab feature” of slider button, go to file \includes\codeless-slider\codeless_slider.php and find these lines:

    if(!empty($cl_redata['slide_button1']))
        $output .= '<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).' '.esc_attr($cl_redata['slide_button1_style']).'" target="_blank" href="'.esc_url($cl_redata['slide_button1_link']).'"><span>'.$cl_redata['slide_button1'].'</span><i class="moon-arrow-right-5"></i></a>';
    if(!empty($cl_redata['slide_button2']))
        $output .= '<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).' '.esc_attr($cl_redata['slide_button2_style']).'" target="_blank" href="'.esc_url($cl_redata['slide_button2_link']).'"><span>'.$cl_redata['slide_button2'].'</span><i class="moon-arrow-right-5"></i></a>';
    

    Remove target="_blank" from it and save.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Button shortcode in product description

    Hello,

    Sorry for the late reply.
    I added this code into your custom css box:

    .wpb_content_element.button.btn-bt.default {
        border: none;
    } 

    Please check you product page and let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Change Page Permalinks Without Getting a 404 Page

    Hello,

    Please go to your root in the server, find the .htaccess file and delete it. or rename it if you want to save it. The Go back to Settings and reset permalinks.
    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Remove Search Button From Main Menu

    Hello,

    Please go to General Options > Header Options > Show Search, uncheck it. Then go to General Options > Layout > Extra Side Navigation, set it OFF.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Specular Template and Woocommerce Error

    Hello,

    Can you please be more specific? What is your issue?
    The child theme remark is not an error but rather an notice. Just like any other theme, if you want to make changes to theme files or it’s included plugins, wordpress recommends using a child theme. This way you can take future theme updates without any worry that it will overwrite your changes.
    You can use Woocommerce fine from parent theme.

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Menu

    Hello,

    -The ‘Brochure‘ and all other items in copyright area are just a custom menu widget. Go to Appearance > Widgets > Copyright Area and remove the widget found there.

    -You have set the content of the column to “Centered content” in Column Settings > General and then added equal values to side padding in “Column Settings > Design Options“. This resulted in a centered title and then moved 200px left from the original position (which is center)
    I removed the paddings and now it’s ok.

    -Now it’s not needed to paste this code. However, paste any custom css code in General Options > Custom Css box (screenshot).

    Best regards!

Viewing 15 posts - 6,886 through 6,900 (of 12,542 total)
← 1 2 3 … 459 460 461 … 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