Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Featured post slider image size #51265

    I am using the last version, but i changed the content width, so i changed the image size value to fit well on content. Anyways everything solved.

    Thanks for ur attention

    in reply to: Featured post slider image size #51212

    Im sorry @Sakin fixed the problem on my own changing

    function catchbox_child_theme_setup() {
        add_image_size( 'featured-slider', 628, 353, false );
    }
    add_action( 'after_setup_theme', 'catchbox_child_theme_setup', 11 );

    to

    function catchbox_child_theme_setup() {
        add_image_size( 'featured-slider', 628, 353, true );
    }
    add_action( 'after_setup_theme', 'catchbox_child_theme_setup', 11 );

    that change of false to true did the trick ^^

    Thank you anyways

    in reply to: Few questions, thanks #51027

    Hi @Sakin

    1. Nice, didn´t know the excerpt lenght in words trick. With that info i will manage to customize as i desired.

    2. Managed to edit buddypres members profile as i wanted by CSS. Everything OK now.

    All the questions solved, thanks for your great support and quick responses

    Best wishes

    in reply to: Few questions, thanks #51004

    Hi again

    For the continue reading thing it is displayed well on full content mode but i want to add it in excerpt mode where is it disabled, can i add it modifying content.php file? if yes, how?

    About the buddypress member profile page what i want to do is to make the content width shorter and add the sidebar on the right of it, instead of below where it is now.

    member profile page

    Thanks for ur support

    Best wishes

Viewing 4 posts - 1 through 4 (of 4 total)