Forum Replies Created

Viewing 20 posts - 4,341 through 4,360 (of 4,916 total)
  • Author
    Posts
  • in reply to: Strange problem with bullets that won't die #85963
    Mahesh
    Participant

    Hi @andyb531,

    How are you? Hope you had a nice weekend.
    Thank you for your appreciation.
    Normally, JetPack Custom CSS loads last.

    Regards,
    Mahesh

    in reply to: problems with featured slider #85800
    Mahesh
    Participant

    Hi @sparta,

    I’m glad that you’ve found the solution by yourself. The issue you were have was a bit odd. There should not have been the issue with the demo slider. May be some plugins if you are using is creating the issue.

    Regards,
    Mahesh

    in reply to: problems with featured slider #85799
    Mahesh
    Participant

    Hi @sparta,

    I’m glad that you found the solution by yourself. The issue you were have was a bit odd. There should not have been the issue with the demo slider. May be some plugins if you are using is creating the issue.

    Regards,
    Mahesh

    in reply to: Strange problem with bullets that won't die #85798
    Mahesh
    Participant

    Hi @andyb531,

    In Gridalicious theme, disc style is used for list items by default. To remove the list style from page-links please go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    ul.page-links li {
        list-style: none;
    }

    If you want to remove list style from the whole site, use the following CSS.

    .entry-content ul > li, .sidebar ul > li, #supplementary ul > li {
        list-style: none;
    }

    Regards,
    Mahesh

    in reply to: Page Menu #85797
    Mahesh
    Participant

    Hi @spyglass9er,

    You mean the primary menu right? I tested your site in desktop and mobile, and menu is working fine on both.

    Regards,
    Mahesh

    in reply to: Featured Content & Featured Slider error? #85795
    Mahesh
    Participant

    Hi studiodimare,

    Have you modified any codes? If not try disabling the plugin(all) if you are using some.
    Options with hiding property is a bit tricky in Customizer. The option will only be shown if the condition is satisfied for the page you are currently viewing in the right window. When you change enable option to Entire Site or Homepage/Frontpage, other option will be shown after a while as soon as the page refreshes and load completely.
    Please try again and let me know if the issue persists.

    Regards,
    Mahesh

    in reply to: Full frame theme homepage post problem #85794
    Mahesh
    Participant

    Hi @sziszi,

    That is because you are using excerpt and in excerpt view all html tags will be removed. Please use full content instead. For this, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options” then select Show Full Content (No Featured Image) in Archive Content Layout.

    Regards,
    Mahesh

    in reply to: reduce the height of header-menu #85791
    Mahesh
    Participant

    Hi riccrom123,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-menu ul.menu a {
       line-height: 2.5em;
    }

    Regards,
    Mahesh

    in reply to: Featured Image Slider Thumbnail Crop Not Working #85789
    Mahesh
    Participant

    Hi @tivonjohnson,

    Can you please share the image which is not cropping as expected. We’ll try it on our server and let you know.

    Regards,
    Mahesh

    in reply to: Catch Box doesn't look the same on Firefox and Chrome #85788
    Mahesh
    Participant

    Hi @spespam,

    Thank you for your valuable review and rating. 🙂
    As per your suggestion, we’ll try to make the next version more better.

    Regards,
    Mahesh

    in reply to: Languages #85787
    Mahesh
    Participant

    Hi @micke,

    I assume there is already a <?php tag at the beginning of functions.php file. If the has been closed with ?> tag then you’ll need to <?php again but if the previous tag is not closed you don’t need <?php tag. you can omit the ?> tag at the end if there is in the code thereafter.
    In php // is used for single line comment and /* */ is for multiple line comment. You can remove the line, the comment is just to make us easy what that function does.
    Anyway you’ve fixed the issue and make it working, that is great.
    Have a nice day.

    Regards,
    Mahesh

    in reply to: Making space under carousel more compact? #85786
    Mahesh
    Participant

    Hi @Roger,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Change menu font #85785
    Mahesh
    Participant

    Hi @riccrom123,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Logo replaces site identity #85783
    Mahesh
    Participant

    Hi @calmo16,

    Seems you have put max-height for image in header which is causing the height to be limited. Add the following CSS to adjust the height:

    #fixed-header-top #logo-icon img {
        max-height: 100px;
    }

    OR use the following CSS to automatically adjust the height as per the image size.

    #fixed-header-top #logo-icon img {
        max-height: none;
    }

    Regards,
    Mahesh

    in reply to: Make menu hide submenus in Catch Base #85782
    Mahesh
    Participant

    Hi @kaseynova,

    Hiding sub-menu can be done with Custom CSS but displaying it only when menu item is clicked, this is not possible through theme option, you’ll need to hire a customizer. However, you can make it display on hover action, i.e. show sub-menu items when the menu item is hovered. If this is okay for you, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .sidebar .widget_nav_menu ul.menu .sub-menu {
        display: none;
    }
      
    .sidebar .widget_nav_menu ul.menu li:hover > .sub-menu {
        display: block;
    }

    Regards,
    Mahesh

    in reply to: How to delete 'permalink to: + text' from featured content #85727
    Mahesh
    Participant

    Hi @calmo16,

    The above code is working fine on our server(local). It should work fine. May be some transient(cache) problem.

    Regards,
    Mahesh

    in reply to: Logo replaces site identity #85725
    Mahesh
    Participant

    Hi @calmo16,

    Seems you’ve customized the theme’s structure.
    Add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box.

    #logo-icon, #logo-icon img {
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: How to delete 'permalink to: + text' from featured content #85721
    Mahesh
    Participant

    Hi @calmo16,

    You’ll need to override another function that displays Featured Grid Content similarly as for Featured Slider and Featured Content. Add the following code in you child theme’s functions.php

    function clean_box_page_grid_content( $options ) {
        $quantity       = $options['featured_grid_content_number'];
    
        global $post;
    
        $clean_box_page_grid_content = '';
        $number_of_page         = 0;        // for number of pages
        $page_list              = array();  // list of valid page ids
    
        //Get number of valid pages
        for( $i = 1; $i <= $quantity; $i++ ){
            if( isset ( $options['featured_grid_content_page_' . $i] ) && $options['featured_grid_content_page_' . $i] > 0 ){
                $number_of_page++;
    
                $page_list  =   array_merge( $page_list, array( $options['featured_grid_content_page_' . $i] ) );
            }
    
        }
    
        if ( !empty( $page_list ) && $number_of_page > 0 ) {
            $get_featured_posts = new WP_Query( array(
                'posts_per_page'    => $quantity,
                'post_type'         => 'page',
                'post__in'          => $page_list,
                'orderby'           => 'post__in'
            ));
    
            $i=1;
    
            while ( $get_featured_posts->have_posts() ) {
    
                $get_featured_posts->the_post();
    
                $title_attribute = the_title_attribute( array( 'echo' => false ) );
    
                $classes = 'page pageid-' . $post->ID;
    
                if ( 1 == $i ) {
                    $classes .= ' first';
                }
                else if ( 1 == $i%3 ) {
                    $classes .= ' first-cols';
                }
    
                $clean_box_page_grid_content .=
                '<a class="grid-box '. $classes .'" title="' . $title_attribute . '" href="' . get_permalink() . '">';
    
                if ( has_post_thumbnail() ) {
                    if ( 1 == $i ) {
                        $clean_box_page_grid_content .= get_the_post_thumbnail( $post->ID, 'clean-box-featured-grid', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class'    => 'pngfix' ) );
                    }
                    else{
                        $clean_box_page_grid_content .= get_the_post_thumbnail( $post->ID, 'clean-box-featured-content', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class' => 'pngfix' ) );
                    }
                }
                else {
                    //Default value if there is no first image
                    $clean_box_image =
                        '<img class="no-image pngfix" src="'.get_template_directory_uri().'/images/gallery/no-featured-image-800x450.jpg" />';
    
                    //Get the first image in page, returns false if there is no image
                    $clean_box_first_image = clean_box_get_first_image( $post->ID, 'medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class' => 'pngfix' ) );
    
                    //Set value of image as first image if there is an image present in the post
                    if ( '' != $clean_box_first_image ) {
                        $clean_box_image =  $clean_box_first_image;
                    }
    
                    $clean_box_page_grid_content .= $clean_box_image;
                }
    
                $clean_box_page_grid_content .= '
                    <div class="caption">
                        <span class="vcenter">
                            <span class="entry-title">
                                ' . the_title('', '', false) . '
                            </span>
                            <span class="more">';
    
                            $clean_box_page_grid_content .=  $options['excerpt_more_text'];
    
                    $clean_box_page_grid_content .= '
                            </span><!-- .more -->
                        </span><!-- .vcenter -->
                    </div><!-- .caption -->
                </a><!-- .grid-box -->';
    
                $i++;
            }
    
            wp_reset_query();
        }
    
        return $clean_box_page_grid_content;
    }

    Regards,
    Mahesh

    in reply to: Menu Colour #85717
    Mahesh
    Participant

    Hi @andy,

    You can use Custom CSS to achieve the changes for now. There is some issue in the theme and will be fixed in the next update.
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add any of following code as required.
    1. To change background for nav only

    .menu.clean-box-nav-menu {
        background-color: #dd3333;
    }

    2. To change background for the whole header bar

    #fixed-header-top {
        background-color: #dd3333;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: How to delete 'permalink to: + text' from featured content #85716
    Mahesh
    Participant

    Hi @calmo16,

    Sorry, I thought it to be Featured Slider. The above code is for Featured Slider, for Featured Content, add the code below in child theme’s functions.php

    function clean_box_page_content( $options ) {
        global $post;
    
        $quantity                   = $options [ 'featured_content_number' ];
    
        $more_link_text             = $options['excerpt_more_text'];
    
        $show_content   = isset( $options['featured_content_show'] ) ? $options['featured_content_show'] : 'excerpt';
    
        $clean_box_page_content     = '';
    
        $number_of_page             = 0;        // for number of pages
    
        $page_list                  = array();  // list of valid pages ids
    
        //Get valid pages
        for( $i = 1; $i <= $quantity; $i++ ){
            if( isset ( $options['featured_content_page_' . $i] ) && $options['featured_content_page_' . $i] > 0 ){
                $number_of_page++;
    
                $page_list  =   array_merge( $page_list, array( $options['featured_content_page_' . $i] ) );
            }
    
        }
        if ( !empty( $page_list ) && $number_of_page > 0 ) {
            $get_featured_posts = new WP_Query( array(
                        'posts_per_page'        => $number_of_page,
                        'post__in'              => $page_list,
                        'orderby'               => 'post__in',
                        'post_type'             => 'page',
                    ));
    
            $i=0;
            while ( $get_featured_posts->have_posts()) : $get_featured_posts->the_post(); $i++;
                $title_attribute = the_title_attribute( array( 'echo' => false ) );
    
                $excerpt = get_the_excerpt();
    
                $clean_box_page_content .= '
                    <article id="featured-post-' . $i . '" class="post hentry featured-page-content">';
                    if ( has_post_thumbnail() ) {
                        $clean_box_page_content .= '
                        <figure class="featured-homepage-image">
                            <a href="' . get_permalink() . '" title="' . $title_attribute . '">
                            '. get_the_post_thumbnail( $post->ID, 'medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class' => 'pngfix' ) ) .'
                            </a>
                        </figure>';
                    }
                    else {
                        $clean_box_first_image = clean_box_get_first_image( $post->ID, 'medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class' => 'pngfix' ) );
    
                        if ( '' != $clean_box_first_image ) {
                            $clean_box_page_content .= '
                            <figure class="featured-homepage-image">
                                <a href="' . get_permalink() . '" title="' . $title_attribute . '">
                                    '. $clean_box_first_image .'
                                </a>
                            </figure>';
                        }
                    }
    
                    $clean_box_page_content .= '
                        <div class="entry-container">
                            <header class="entry-header">
                                <h1 class="entry-title">
                                    <a href="' . get_permalink() . '" rel="bookmark">' . the_title( '','', false ) . '</a>
                                </h1>
                            </header>';
                            if ( 'excerpt' == $show_content ) {
                                $clean_box_page_content .= '<div class="entry-excerpt"><p>' . $excerpt . '</p></div><!-- .entry-excerpt -->';
                            }
                            elseif ( 'full-content' == $show_content ) {
                                $content = apply_filters( 'the_content', get_the_content() );
                                $content = str_replace( ']]>', ']]>', $content );
                                $clean_box_page_content .= '<div class="entry-content">' . $content . '</div><!-- .entry-content -->';
                            }
                            $clean_box_page_content .= '
                        </div><!-- .entry-container -->
                    </article><!-- .featured-post-'. $i .' -->';
            endwhile;
    
            wp_reset_query();
        }
    
        return $clean_box_page_content;
    }

    Regards,
    Mahesh

Viewing 20 posts - 4,341 through 4,360 (of 4,916 total)