Forum Replies Created

Viewing 40 posts - 1,441 through 1,480 (of 1,943 total)
  • Author
  • in reply to: Member page – kleo-bp-home-wrap – translation #23062
     Catalin
    Moderator

    Hello,

    Those are generated by Buddypress and you can change them by adding this code to wp-content/plugins/bp-custom.php. If the fie doesn’t exit create it:

    COPY CODE
    
    
    function kleo_change_profile_name() {
    global $bp;
    $bp->bp_nav['profile']['name'] = 'your name';
    $bp->bp_nav['activity']['name'] = 'your name';
    $bp->bp_nav['friends']['name'] = 'your name';
    $bp->bp_nav['groups']['name'] = 'your name';
    $bp->bp_nav['blogs']['name'] = 'your name';
    $bp->bp_nav['messages']['name'] = 'your name';
    $bp->bp_nav['settings']['name'] = 'your name';
    
    }
    add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 );
    
    define( 'BP_DEFAULT_COMPONENT', 'profile' );
    
    

    replace ‘your name’ with the new word you want to translate.

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add line to copyright footer text #23052
     Catalin
    Moderator

    all good? is it working now?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Can't get user login to work #23051
     Catalin
    Moderator

    you can try a fresh install of WordPress and see if this error still occurs

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Catalin
    Moderator

    Hello,

    I am not able to replicate your issues. Please send me more details. Also, please explain this:

    “I had been working in the DB and may have wiped out something inadvertently but i am having a rough time trying to find where the issue is”

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add Search to Menu #23045
     Catalin
    Moderator

    Is everything OK now? Did you find the option?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Difference between quick css and style.css #23042
     Catalin
    Moderator

    Hello,

    Please explain better what you want to achieve in css. If you want to restyle your site with custom css, the way to do it is using the child theme and adding code in the style.css file. Please take a look at his link:

    http://codex.wordpress.org/Child_Themes

    The child theme’s stylesheet is included after the parent theme’s and styles will therefore override those in the parent theme’s stylesheet.

    Let me know if this helps.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: spam signups #23041
     Catalin
    Moderator

    Hello,

    If you have spam registrations then add a captcha plugin like Wanguard or any other you can find and works with BUddypress registration.

    Take a look at this link:
    http://wordpress.org/plugins/wangguard/

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changing Text Color #23039
     Catalin
    Moderator

    yes, you can add the code there too.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add line to copyright footer text #22907
     Catalin
    Moderator

    you need to add the code before “?>”

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add line to copyright footer text #22901
     Catalin
    Moderator

    Hello,

    I tested the code and should work. Please paste here the functions.php content as it is now, with the error in the header.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Catalin
    Moderator

    Hello,

    Please take a look at BuddyBlock Plugin.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add line to copyright footer text #22895
     Catalin
    Moderator

    Hello,

    You can try adding this code:

    COPY CODE
    
    
    function kleo_copyright_text()
    {
      echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).'<br/>ADD TEXT HERE FOR NEW LINE</p>';        
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Link from button in slider to segment below slider #22892
     Catalin
    Moderator

    Hello,

    Please take a look now. The slider has the option for scrol in its menu. Take a look at the screenshot.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Re: Albums #22891
     Catalin
    Moderator

    Please provide me admin credentials to be able to replicate this issue. Reply as private for security reasons.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change text of activation email #22889
     Catalin
    Moderator

    Take a look in this file also:

    ..\wp-content\plugins\buddypress\bp-members\bp-members-functions.php (line 1782)

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Homepage search form #22884
     Catalin
    Moderator

    Hello,

    Please send me a link to your website.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Make Revolution Slider Full Width #22880
     Catalin
    Moderator

    Hello,

    You need to edit the row atributes from the visual composer and set “Inner Container” to No. Take a look at the screenshots.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Translation #22875
     Catalin
    Moderator

    Hello,

    Glad to help.

    I use “Find in path” search using my code editor.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Can't get user login to work #22874
     Catalin
    Moderator

    Hello,

    I tried to log in from your site as a normal user and i get this error:

    ” 404 not found
    http://roomforlove.co.uk/wp-admin/admin-ajax.php

    That is a core WordPress file that is missing.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook login on sweetdate #22871
     Catalin
    Moderator

    Hello,

    I logged in your admin panel and the error when you hit the “Login with facebook” button comes from not configuring the Facebook application right.

    Please take a look at this link:

    http://thechamplord.wordpress.com/2014/01/16/getting-the-facebook-app-id/

    Also, you are using “www.” in the address on your Facebook App, try removing it.

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Show Age in Member Profile Header #22870
     Catalin
    Moderator

    Hello,

    Where did you add the code that returned the error? What error did you get?

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem with Header in Pages 2 #22864
     Catalin
    Moderator

    Hello sir,

    Your site is in maintenance mode and i am not able to replicate your issue.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation and problem with Paid membership Pro #22863
     Catalin
    Moderator

    Hello,

    “You have selected the … membership level.” can be found in this files:

    ..\wp-content\plugins\paid-memberships-pro\pages\checkout.php

    ..\wp-content\themes\sweetdate\paid-memberships-pro\pages\checkout.php

    I checked your site and i see the “members online” counter works.

    What php code do you want to add in the functions.php file?

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to install geomywp in sweetdate? #22862
     Catalin
    Moderator

    Hello,

    We will create a step by step tutorial ASAP. For the members to be seen on the map, they need to add coordinates.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Remove title location from main menu? #22859
     Catalin
    Moderator

    have you managed solving this?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook login on sweetdate #22846
     Catalin
    Moderator

    Hello,

    Please provide me admin credentials from your site to be able to replicate your issue. Reply message as private for security reasons.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation #22845
     Catalin
    Moderator

    Hello,

    Take a look at his file:

    ..\wp-content\themes\sweetdate\header.php

    for “Please select your page” ( line 201 )

    also see this

    ..\wp-content\themes\sweetdate\members\index.php ( line 38 )

    for “Profile Search Results”

    Let me know if this helps.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile foto rotated 90 degrees counter-clockwise #22843
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/mobile-issue

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Catalin
    Moderator

    Hello,

    Please send me a link to your website.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changing Text Color #22841
     Catalin
    Moderator

    you need to add the code in style.css from the child theme folder

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Hide some users in members list #22840
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://gist.github.com/sbrajesh/2142009#file-hide-subscribers-php

    You can use the code to hide admin users, you need to change the last function.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Masonry does not work #22835
     Catalin
    Moderator

    Hello,

    I see that you removed the gallery from the page from screen shot. Please give me admin credentials for your website to be able to replicate your issue. Reply as private for security reasons.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mysterious block: none style #22833
     Catalin
    Moderator

    Hello,

    What plugin are you using for bid section?

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem with featured images #22827
     Catalin
    Moderator

    Hello,

    Replace your code with this:

    COPY CODE
    
    
    <?php
    /**
     * @package WordPress
     * @subpackage Sweetdate
     * @author SeventhQueen <themesupport@seventhqueen.com>
     * @since Sweetdate 1.0
     */
    
    /**
     * Sweetdate Child Theme Functions
     * Add extra code or replace existing functions
     */
    
    add_action('after_setup_theme','kleo_remove_actions');
    /**
     * Override existing actions
     * Use these functions to replace/remove existing actions
     * @since Sweetdate 1.3
     */
    function kleo_remove_actions()
    {
        /* For example uncomment the line bellow to disable matching on member profile */
        //remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    }
    
    /*bbpress fullwidth*/
    /*add_action('wp_head', 'kleo_bbpress_tpl', 11);
    function kleo_bbpress_tpl()
    {
    	//user is viewing a forum page
    	if(get_post_type() == 'forum' OR get_post_type() == 'topic' OR get_post_type() == 'reply') {
    	//set to full width
    	remove_action('kleo_before_content', 'kleo_sidebar');
    	remove_action('kleo_after_content', 'kleo_sidebar');
    	remove_action('kleo_before_content', 'kleo_extra_sidebar');
    	remove_action('kleo_after_content', 'kleo_extra_sidebar');
    	add_filter('kleo_content_class', create_function(null, 'return "twelve";'));
    
    	}
    }
    */
    
    class SQueen_Recent_Posts2_widget extends WP_Widget {
    
        /**
         * Widget setup
         */
        function __construct() {
    
            $widget_ops = array(
                'description' => __( 'Recent posts with thumbnails widget.', 'kleo_framework' )
            );
            parent::__construct( 'kleo_recent_posts2', __('[Kleo] Recent posts2','kleo_framework'), $widget_ops );
        }
    
        /**
         * Display widget
         */
        function widget( $args, $instance ) {
            extract( $args, EXTR_SKIP );
    
            $title = apply_filters( 'widget_title', $instance['title'] );
            $limit = $instance['limit'];
            $length = (int)( $instance['length'] );
            $thumb = $instance['thumb'];
            $cat = $instance['cat'];
            $post_type = $instance['post_type'];
    
            echo $before_widget;
    
            if ( ! empty( $title ) )
                echo $before_title . $title . $after_title;
    
            global $post;
    
            if ( false === ( $kleo_recent_posts = get_transient( 'kleo_recent_posts2_' . $widget_id ) ) ) {
    
                $args = array(
                    'numberposts' => $limit,
                    'cat' => $cat,
                    'post_type' => $post_type
                );
    
                $kleo_recent_posts = get_posts( $args );
    
                set_transient( 'kleo_recent_posts2_' . $widget_id, $kleo_recent_posts, 60*60*12 );
    
            } ?>
    
            <div>
    
                <ul class='latest-blog'>
    
                    <?php foreach( $kleo_recent_posts as $post ) : setup_postdata( $post ); ?>
    
                        <li>
                            <?php if( $thumb == true ) : ?>
                                <span class='avatar'><a>"><?php echo get_the_post_thumbnail(); ?></a></span>
                            <?php endif; ?>
                            <p><?php the_title(); ?> <br/><?php echo word_trim(get_the_excerpt(), $length, '...' ); ?> <a>"><?php _e("read more", 'kleo_framework'); ?></a></p>
                        </li>
                    <?php endforeach; wp_reset_postdata(); ?>
    
                </ul>
    
            </div>
    
            <?php
    
            echo $after_widget;
    
        }
    
        /**
         * Update widget
         */
        function update( $new_instance, $old_instance ) {
    
            $instance = $old_instance;
            $instance['title'] = esc_attr( $new_instance['title'] );
            $instance['limit'] = $new_instance['limit'];
            $instance['length'] = (int)( $new_instance['length'] );
            $instance['thumb'] = $new_instance['thumb'];
            $instance['cat'] = $new_instance['cat'];
            $instance['post_type'] = $new_instance['post_type'];
    
            delete_transient( 'kleo_recent_posts_' . $this->id );
    
            return $instance;
    
        }
    
        /**
         * Widget setting
         */
        function form( $instance ) {
    
            /* Set up some default widget settings. */
            $defaults = array(
                'title' => '',
                'limit' => 5,
                'length' => 10,
                'thumb' => true,
                'cat' => '',
                'post_type' => '',
                'date' => true,
            );
    
            $instance = wp_parse_args( (array) $instance, $defaults );
            $title = esc_attr( $instance['title'] );
            $limit = $instance['limit'];
            $length = (int)($instance['length']);
            $thumb = $instance['thumb'];
            $cat = $instance['cat'];
            $post_type = $instance['post_type'];
    
            ?>
    
            <p>
                <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:', 'kleo_framework' ); ?></label>
                <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo $title; ?>" />
            </p>
            <p>
                <label for="<?php echo esc_attr( $this->get_field_id( 'limit' ) ); ?>"><?php _e( 'Limit:', 'kleo_framework' ); ?></label>
                <select class="widefat" name="<?php echo $this->get_field_name( 'limit' ); ?>" id="<?php echo $this->get_field_id( 'limit' ); ?>">
                    <?php for ( $i=1; $i<=20; $i++ ) { ?>
                        <option <?php selected( $limit, $i ) ?> value="<?php echo $i; ?>"><?php echo $i; ?></option>
                    <?php } ?>
                </select>
            </p>
            <p>
                <label for="<?php echo esc_attr( $this->get_field_id( 'length' ) ); ?>"><?php _e( 'Excerpt length:', 'kleo_framework' ); ?></label>
                <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'length' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'length' ) ); ?>" type="text" value="<?php echo $length; ?>" />
            </p>
    
            <?php if( current_theme_supports( 'post-thumbnails' ) ) { ?>
    
                <p>
                    <label for="<?php echo esc_attr( $this->get_field_id( 'thumb' ) ); ?>"><?php _e( 'Display Post Image?', 'kleo_framework' ); ?></label>
                    <input id="<?php echo $this->get_field_id( 'thumb' ); ?>" name="<?php echo $this->get_field_name( 'thumb' ); ?>" type="checkbox" value="1" <?php checked( '1', $thumb ); ?> /> 
                </p>
    
            <?php } ?>
    
            <p>
                <label for="<?php echo esc_attr( $this->get_field_id( 'cat' ) ); ?>"><?php _e( 'Show from category: ' , 'kleo_framework' ); ?></label>
                <?php wp_dropdown_categories( array( 'name' => $this->get_field_name( 'cat' ), 'show_option_all' => __( 'All categories' , 'kleo_framework' ), 'hide_empty' => 1, 'hierarchical' => 1, 'selected' => $cat ) ); ?>
            </p>
            <p>
                <label for="<?php echo esc_attr( $this->get_field_id( 'post_type' ) ); ?>"><?php _e( 'Choose the Post Type: ' , 'kleo_framework' ); ?></label>
                <select class="widefat" id="<?php echo $this->get_field_id( 'post_type' ); ?>" name="<?php echo $this->get_field_name( 'post_type' ); ?>">
                    <?php foreach ( get_post_types( '', 'objects' ) as $post_type ) { ?>
                        <option value="<?php echo esc_attr( $post_type->name ); ?>" <?php selected( $instance['post_type'], $post_type->name ); ?>><?php echo esc_html( $post_type->labels->singular_name ); ?></option>
                    <?php } ?>
                </select>
            </p>
    
        <?php
        }
    
    }
    
    /**
     * Register widget.
     *
     * @since 1.0
     */
    add_action( 'widgets_init', create_function( '', 'register_widget( "SQueen_Recent_Posts2_widget" );' ) );
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
        $bp_tabs = array();
        $bp_tabs['looking-for'] = array(
            'type' => 'cite',
            'name' =>  __('Looking for', 'kleo_framework'),
            'group' => 'Looking for',
            'class' => 'citetab'
        );
    
        $bp_tabs['base'] = array(
            'type' => 'regular',
            'name' => __('About me', 'kleo_framework'),
            'group' => 'Base',
            'class' => 'regulartab'
        );
    
        /* rtMedia tab - only if plugin installed */
        if (class_exists('RTMedia'))
        {
            $bp_tabs['rtmedia'] = array(
                'type' => 'rt_media',
                'name' => __('My work', 'kleo_framework'),
                'class' => 'mySlider'
            );
        }
    
        /* Bp-Album tab - only if plugin installed */
        elseif (function_exists('bpa_init')) {
            $bp_tabs['bp-album'] = array(
                'type' => 'bp_album',
                'name' => __('My photos', 'kleo_framework'),
                'class' => 'mySlider'
            );
        }
    
        $bp_tabs['social'] = array(
            'type' => 'regular',
            'name' => __('Social', 'kleo_framework'),
            'class' => 'regulartab'
        );
    }
    
    /**
     * Uncomment to change Looking for group with your own
     */
    /*
    add_filter('kleo_extra_tab1', 'custom_tab');
    function custom_tab()
    {
        return 'Base';
    }
    */
    
    /**
     * Uncomment to change default tab on member profile
     */
    /*
    add_filter('kleo_bp_profile_default_top_tab','my_default_tab');
    function my_default_tab() {
        return 'my-photos';
    }
    */
    
    add_action('after_setup_theme','kleo_my_actions');
    
    function kleo_my_actions()
    {
        /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    
        /* Replace the heart over images */
        add_filter('kleo_img_rounded_icon', 'my_custom_icon');
    
        /* Replace the heart from register modal */
        add_filter('kleo_register_button_icon', 'my_custom_icon_register');
    }
    
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
        return 'camera';
    }
    
    /* Replace the heart with a user icon function */
    function my_custom_icon_register () {
        return 'user';
    }
    
    /* Filter the redirect url for login*/
    add_filter("login_redirect","kleo_redirect_to_profile",100,3);
    
    function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){
        /*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/
        if(!is_super_admin($user->ID))
            return bp_core_get_user_domain($user->ID );
        else
            return $redirect_to_calculated; /*if site admin*/
    }
    
    
    add_action('after_setup_theme','remove_search_form',11);
    function remove_search_form() {
        remove_action('after_header_content','render_user_search');
    }
    
    /*Progress*/
    add_action('kleo_bp_header_actions', 'my_prog_bar', 11);
    function my_prog_bar() {
        if (function_exists('bppp_progression_block') AND bp_is_my_profile()) {
            echo '<div class="clearfix"></div>';
            bppp_progression_block();
        }
    }
    
    /*Thumb modify*/
    
    function ThumbModif() {
    
        set_post_thumbnail_size( 620, xxx );
    
    }
    add_action( 'after_setup_theme', 'ThumbModif');
    
    
    ?>
    
    
    ?>
    
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mistakenly delete "IMPORTANT USER" #22823
     Catalin
    Moderator

    Hello,

    For future reference, take a look at this link:

    http://wordpress.org/support/topic/how-do-i-restore-a-deleted-user

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: AFTER FACEBOOK LOGIN PAGE #22820
     Catalin
    Moderator

    Hello,

    PLease take a look at his link:

    https://archived.seventhqueen.com/forums/topic/facebook_login-problem

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Adding Information Fields to Member Profile #22818
     Catalin
    Moderator

    Hello,

    1. Please take a look at this link:

    https://rtcamp.com/store/rtmedia-pro/

    those are the features you get for the rtMedia Pro version.

    2. Take a look at this link:

    https://archived.seventhqueen.com/forums/topic/buddypress-wall-plugin

    The plugin can be found here:

    https://wordpress.org/plugins/buddypress-wall/

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Fatal error: Call to undefined function #22817
     Catalin
    Moderator

    Hello,

    Please upgrade Visual Composer to the latest version available. (4.2.3)

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add line to copyright footer text #22816
     Catalin
    Moderator

    Hello,

    Please provide me access to your site to be able to help. Reply as private for security reasons. All i see now is the coming soon page.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: horizontal scrollbar, pahe is too wide #22814
     Catalin
    Moderator

    Hello,

    What width for the page do you want to have if you say now is too wide?

    For the scroll bar, you can set the bottom margin to transparent and the overall layout could look better… please explain me better what you want to achieve.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 1,441 through 1,480 (of 1,943 total)

Log in with your credentials

Forgot your details?