Forum Replies Created

Viewing 20 posts - 1,521 through 1,540 (of 4,903 total)
  • Author
    Posts
  • in reply to: Category label: change color or set image background #107992
    Mahesh
    Participant

    @lucapizzonia: Please use the following:

    .category-170 .page-header .page-title {
        background-image: url("pathofimagefile");
    }

    Regards,
    Mahesh

    in reply to: HTML sitemap in footer #107991
    Mahesh
    Participant

    @sanket: Just checked your site, seems you have already put the sitemap link in the footer. Let me know if you want any further help.

    Regards,
    Mahesh

    in reply to: Delete category titles from posts on fronted #107990
    Mahesh
    Participant

    @flp2001: Add the following CSS:

    .entry-meta {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Change header image display on tiny screens #107989
    Mahesh
    Participant

    @craigbrowne: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Need to understand your design philosophy …. #107985
    Mahesh
    Participant

    @novaglenn: Just tested your site, the menu and featured image issue was because of WP Fastest Cache. And about the dropdown menu, seems like a plugin issue. Please try disabling the plugin one by one and check if that resolves the issue. Since you’ve lots of plugins activated, I don’t want to cause any issue on your live site because of testing. Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @haralanov: Are you using any other plugins other than Jetpack, please try disabling the plugin and check if that resolves the issue. Let me know further.
    And for the other issue, our team is on to it.

    Regards,
    Mahesh

    in reply to: Center Menu #107978
    Mahesh
    Participant

    @kayaker4157: May be a caching problem. I tried the same with the child theme on our server and it is working fine. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @travelsis: Please post in your site url. You mean to add sub menus or another menu? And where do you want to attach the pic?

    Regards,
    Mahesh

    in reply to: Rock star main menu #107976
    Mahesh
    Participant

    @audun:
    1. How can I also change the site-title hover color? For this I want it to turn into white instead of red.

    .site-title a:hover, .site-title a:focus {
        color: rgb(255, 255, 255);
    }

    2. I still want to know whether it’s possible to have a symbol-menu-box instead of the text-menu-box that appears on smaller devices.
    Add the following code in your child theme’s functions.php.

    function rock_star_primary_menu() {
    	?>
        <button id="menu-toggle" class="menu-toggle genericon genericon-menu"><?php _e( '', 'rock-star' ); ?></button>
    
        <div id="site-header-menu" class="site-header-menu">
            <nav aria-label="<?php esc_html_e( 'Primary Menu', 'rock-star' ); ?>" role="navigation" class="main-navigation" id="site-navigation">
                <div class="menu-main-menu-container">
                    <?php
                        if ( has_nav_menu( 'primary' ) ) {
                            $rock_star_primary_menu_args = array(
                                'theme_location'    => 'primary',
                                'menu_class'        => 'menu nav-menu',
                                'container'         => false
                            );
                            wp_nav_menu( $rock_star_primary_menu_args );
                        }
                        else {
                            wp_page_menu( array( 'menu_class'  => 'menu nav-menu' ) );
                        }
                    ?>
                </div><!--end menu-main-menu-container-->
             </nav><!--end main-navigation-->
        </div><!-- .site-header-menu -->
        <?php
    }

    3. What is the preferred image size of a logo for this theme?
    There is no specific size for logo, you can use any size of logo as desired.

    Regards,
    Mahesh

    in reply to: Delete content from starting page #107971
    Mahesh
    Participant

    @lucapizzonia: Are you using any plugins? Try disabling the plugin and check if that resolves the issue. Seems its because of Shareaholic.

    Regards,
    Mahesh

    in reply to: Category label: change color or set image background #107970
    Mahesh
    Participant

    @lucapizzonia: You can do this with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .category-172 .page-header .page-title {
    	background-color: #00ff00;
    }
      
    .category-170 .page-header .page-title {
    	background-color: #ff00ff;
    }

    Note: I used background-color instead of images.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #107969
    Mahesh
    Participant

    @markthack: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Question re comment section #107967
    Mahesh
    Participant

    @peterdroginformation-nu: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Sub menus not working in catch evolution #107966
    Mahesh
    Participant

    @mati: Glad to know your site is working now. Let me know if I can be of any help. Have a nice day.

    Regards,
    Mahesh

    in reply to: Two questions — main slider image, 'readouts' on a page #107965
    Mahesh
    Participant

    @bsmolka: Can you please share an image of the issue. I checked your site on mobile and all images are displaying fine.

    Regards,
    Mahesh

    in reply to: Logo Image Not Displaying #107964
    Mahesh
    Participant

    blantonlaura: Add the following CSS:

    .site-header .site-title {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: HTML sitemap in footer #107963
    Mahesh
    Participant

    @sanket: How may I help you? Please post in your site url and your sitemap url too.

    Regards,
    Mahesh

    in reply to: Change header image display on tiny screens #107962
    Mahesh
    Participant

    @craigbrowne: Add the following CSS:

    .header-bg .site-header {
         background-color: rgb(0, 103, 172)
     }
      
    .header-bg .site-header.float-header {
        background-color: rgba(0, 103, 172, 0.9);
    }

    Regards,
    Mahesh

    in reply to: Full length for single post on home page #107961
    Mahesh
    Participant

    @wolpertinger: Thanks. Have a nice day!

    Regards,
    Maheash

    in reply to: slide not working #107960
    Mahesh
    Participant

    @mistahfong: There is a jQuery error. Are you using any plugins? Please try disabling the plugins and check if that resolves the issue. Let me know further.

    Regards,
    Mahesh

Viewing 20 posts - 1,521 through 1,540 (of 4,903 total)