Forum Replies Created

Viewing 20 posts - 3,101 through 3,120 (of 4,116 total)
  • Author
    Posts
  • in reply to: Slider pictures #127282
    tikaram
    Participant

    @dines : Please follow this link to know more about adding featured slider on your site. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Too much white space #127281
    tikaram
    Participant

    @cassyput : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 768px) {
    #main .hentry {
    	padding-top:0;
    }
    #main .entry-header {
    	padding-bottom:0;
    }
    #content .wrapper {
    	padding-top:0;
    }
    #featured-content .hentry {
    	margin-bottom:0;
    }
    }

    Let me know if you have ant further issues.

    Regards,
    Tikaram

    in reply to: Header Image not showing #127274
    tikaram
    Participant

    @violetdeb : Go to Appearance => Customize => Header Image
    Add your desired header image.
    Under Enable Featured Header Image on Select Excluding Homepage and save.

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    tikaram
    Participant

    @violetdeb : Go to Appearance => Customize => Additional css and add the following css.

    #mainnav ul li a:hover, #mainnav ul li a:focus {
    	color:#fff;
    }
    #mainnav ul li ul::after {
    	background-color:#fff;
    	}
    .slides-pagination a:hover, 
    .slides-pagination a.current {
    	background-color: #fff;
    	color:#fff;
    }
    .preloader .pre-bounce1,
    .preloader .pre-bounce2 {
        background-color: #fff;
    }
    #mainnav .current_page_item > a,
    #mainnav .current_page_ancestor > a,
    #mainnav .current-menu-item > a,
    #mainnav .current-menu-ancestor > a {
    	color: #fff;
    }

    I have modified the css to change the red color to white. Please replace the white color code (#fff) to a desired color if you would like to get a different color.

    Regards,
    Tikaram

    in reply to: Remove dot points in footer and side bar #127229
    tikaram
    Participant

    @jennifersimsdesign-com-au : Go to Appearance => Customize => Additional css and add the following css.

    ul {
        list-style: none;
    }

    Let me know if this resolves the issue or not.

    Regards,
    Tikaram

    tikaram
    Participant

    @karl : Please download the child theme for Rock Star Pro from the following link.
    In your child css you have inserted the code below `/* =Child Theme Custom CSS
    ————————————————————– */` line in the wrong file. You will need to add that code to the functions.php file but you have added it to the style.css.

    I suggest you to seek professional help if you are unable to make customizations on your site.
    Please follow this link to know more about creating child theme.
    Let me know if you have any more theme related issues.

    Regards,
    Tikaram

    in reply to: Installation failed #127227
    tikaram
    Participant

    @durnergy : To hide entry meta : Go to Appearance => Customize => Additional css and add the following css.

    .entry-meta {
    	display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Adapt line spacing in footer #127192
    tikaram
    Participant

    @edkomduur : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Featured Content Background Image on media phone screen #127190
    tikaram
    Participant

    @connor1200 : Please update your theme to the latest version (2.5) and let me know if the issue still persist.

    @friarpaul
    : Please try clearing the browser cache of your device. The issue has been fixed. Let me know if you are still facing the same problem on iPhone.

    Regards,
    Tikaram

    in reply to: How to remove the word "no comments"? #127185
    tikaram
    Participant

    @jiu-cai : Do you want to completely remove the Comments functionality on your website or you just want to remove no comments from you site. Please let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Featured images on post site won't render since update. #127182
    tikaram
    Participant

    @nina : To add an excerpt to a post, simply write one in the Excerpt field under the post edit box. Some screen options on the Post & Page edit Administration Panels are hidden by default. The Excerpt field is hidden by default if it has not been used before.

    Screen Options, displayed as a hanging tab under the toolbar, allow the user to decide what fields or modules are presented in the work area for a given Administration Screen. Each Screen may have a different set of Screen Options.

    Click on the Screen Options tab to expand the options available for a particular Screen, check on Excerpt under boxes, then click the Screen Options hanging tab to collapse the Screen Options.

    Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: menu bar color #127179
    tikaram
    Participant

    @roboterpirat : If you upgrade to Pro you will need to copy the custom css because it is not controlled by theme. Other customizations will not be lost. Let me know if you face any issues while upgrading from free to Pro. I will guide you through the process.

    in reply to: Adding Featured Content / Slider #127177
    tikaram
    Participant

    @ca2dm-rcsgmail-com : Please Upgrade to NepalBuzz Pro. You can use post as Featured Content / Slider if you upgrade to Pro. Thank you for using our theme. Let me know if you have any further issues. Follow this link to know more about additional features of NepalBuzz Pro.

    Regards,
    Tikaram

    in reply to: Feature Slider Options #127174
    tikaram
    Participant

    @bkp786 : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Three photos under the header #127173
    tikaram
    Participant

    @g : The three images under the header are featured content images. Please follow this link to know more about adding featured content to your site. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Make Hero section text full width (instead of 2 columns) #127167
    tikaram
    Participant

    @wouwonline : Go to Appearance => Customize => Additional css and add the following css.

    #hero-section .entry-container {
    	width: 100%;
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Add opening hours in top header #127166
    tikaram
    Participant

    @wouwonline : It’s not possible to add opening hours of a particular day from theme options. If you would like to get your site customized you will need to hire a customizer.

    You can add text in the header, try adding custom html either in the header right or header bottom widget area. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: post articles order #127124
    tikaram
    Participant

    @gabriele-cristoforetti : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: menu bar color #127122
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    .nav-primary .wrapper,.main-nagivation .wrapper {
    	background-color: #color-code;
    }

    Note : Replace #color-code with your desired HTML color code.

    It looks like you have already added background to site description.
    Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: How to remove the word "no comments"? #127121
    tikaram
    Participant

    @jiu-cai : Go to Appearance => Customize => Additional css and add the following css.

    .entry-meta ul li.last {
    	display: none;
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 20 posts - 3,101 through 3,120 (of 4,116 total)