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

  • 6 years ago Ludjon
    Keymaster
    in reply to: Creating a new extra instagram icon

    I was unable to make the modification from the wp dashboard, server respond too slow. Maybe you have added security plugins?

    Please send a ftp account or cpanel as private reply to accelerate the work

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Issue with mobile view

    Hi,

    Can you check now on android devices? Please make sure to clear cookies before or open on incognito.

    Sorry for the delay, we will fix your website issues asap.

    About the site speed, it should be a server issue. Also, try to use as few plugins as possible.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Dummy Content | Menu | Slider

    Hi, after some tests, we have installed it, but not totally. The problem is on duplicated menu items as you can see on the footer. Just empty them or recreate

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Creating a new extra instagram icon

    Hi, do you need two different Instagram icons?

    6 years ago Ludjon
    Keymaster
    in reply to: how do I get the dummy pages

    Hi, please check now, is it what you need?

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Custom Menus not working on Mobile

    Fixed :)

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Polylang language editor

    Hi,

    If you want you can use a premium plugin like WPML. But we have some clients that have done good job using Polylang. you can just duplicate the original content and translate it.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Footer Columns

    Sorry for the inconvenience. You can’t without customization of code

    2668 – 2692 lines on includes/core/codeless_options.php

    replace with:

    array(
                            'id'       => 'footer_columns',
                            'type'     => 'image_select',
                            'title'    => esc_html__('Footer Columns', 'specular'), 
                            'subtitle' => esc_html__('Select how many columns do you want for the footer. Choose between 1, 2, 3 or 4 column layout.', 'specular'),
                            'options'  => array(
                                '1'      => array(
                                    'alt'   => '1 Column', 
                                    'img'   => ReduxFramework::$_url.'assets/img/1col.png'
                                ),
                                '2'      => array(
                                    'alt'   => '2 Columns', 
                                    'img'   => ReduxFramework::$_url.'assets/img/2-col-portfolio.png'
                                ),
                                '3'      => array(
                                    'alt'   => '3 Columns', 
                                    'img'  => ReduxFramework::$_url.'assets/img/3-col-portfolio.png'
                                ),
                                '4'      => array(
                                    'alt'   => '4 Columns', 
                                    'img'   => ReduxFramework::$_url.'assets/img/4-col-portfolio.png'
                                ),
                                '6'      => array(
                                    'alt'   => '6 Columns', 
                                    'img'   => ReduxFramework::$_url.'assets/img/4-col-portfolio.png'
                                )
                            ),
                            'default' => '2'
                        ),

    Then go to footer options and select 6

    But you can’t with 5, only 6 or 12

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Attributes cannot use

    You’re welcome :)

    If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)

    https://themeforest.net/downloads

    Thank You so much

    6 years ago Ludjon
    Keymaster
    in reply to: Codeless Page Builder doesn\’t activate

    You’re welcome :)

    If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)

    https://themeforest.net/downloads

    Thank You so much

    6 years ago Ludjon
    Keymaster
    in reply to: I don't see preview in Codeless Builder

    Hi, sorry but i dont understand very well the issue.

    When using the codeless builder, you see live changes.

    Let me know

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Cards – media

    Custom css:

    .temp-img .media_align_left {
        margin-bottom: 0;
    }
    .media-over-content {
        position: absolute;
        bottom: 0;
        padding: 20px;
    }
    .media-over-content i {
        font-size: 24px!important;
    }
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        background-color: #4db4c5;
    }
    .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] {
        border: 1px solid #dddddd!important;
    }
    .media-over-content h4 {
        text-shadow: 1px 1px black;
    }
    #temp-img .wpb_column:hover .media_el.wpb_content_element.rounded_right_corners {
        transform: scale(1.03);
        cursor: pointer;
    }
    #temp-img .media_el.wpb_content_element.rounded_right_corners{
        box-shadow: 4px 4px 20px 2px rgba(0,0,0,0.2);
        border-bottom-right-radius: 50px!important;
        margin-bottom:0;
        border-radius:4px;
        filter:brightness();
        transition: 0.1s all ease-in-out;
    }
    #temp-img .media_el.wpb_content_element.rounded_right_corners::after {
        content: '';
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 60%);
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
    }

    shortcodes:

    [vc_row text_color="light" el_id="temp-img"][vc_column width="1/3"][media rounded_right="1" image="365"][vc_column_text css_animation="fadeIn" el_class="media-over-content"]<i class="fas fa-dumbbell"></i>
    <h4>Crossfit workout</h4>
    <h5><span style="color: #4db4c5; font-weight: 600;">Push your limits</span></h5>
    [/vc_column_text][/vc_column][vc_column width="1/3"][media rounded_right="1" image="366"][vc_column_text css_animation="fadeIn" el_class="media-over-content"]<i class="fas fa-dumbbell"></i>
    <h4>New gym apparel</h4>
    <h5><span style="color: #4db4c5; font-weight: 600;">Look good, feel good</span></h5>
    [/vc_column_text][/vc_column][vc_column width="1/3"][media rounded_right="1" image="367"][vc_column_text css_animation="fadeIn" el_class="media-over-content"]<i class="fas fa-dumbbell"></i>
    <h4>Crossfit workout</h4>
    <h5><span style="color: #4db4c5; font-weight: 600;">Push your limits</span></h5>
    [/vc_column_text][/vc_column][/vc_row]

    place it to the end of page(classic editor) then open with wpbakery to edit

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Image Alt Tags Not Displaying

    Hi,

    on media.php file

    replace alt=”whatever inside” with

    alt="'.get_post_meta( $image, '_wp_attachment_image_alt', true );.'"

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: how do I get the dummy pages

    Hi,

    you should edit the Megamenu title option on Theme Options -> Heade -> Dropdown

    Color code is: #656565

    You can rate theme by selecting the stars on the download page

    Thank you!

    6 years ago Ludjon
    Keymaster
    in reply to: Polylang language editor

    Hi, please check this tutorial:

    https://www.pixelemu.com/documentation/wordpress-tutorials/multilingual-wordpress-site-polylang

    Thanks

Viewing 15 posts - 316 through 330 (of 1,583 total)
← 1 2 3 … 21 22 23 … 104 105 106 →

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