Forum Replies Created

Viewing 20 posts - 2,721 through 2,740 (of 4,113 total)
  • Author
    Posts
  • in reply to: How to Customize Gallery Lightbox #130438
    tikaram
    Member

    @sarmuldoon : Please post in your site URL.

    Regards,
    Tikaram

    tikaram
    Member

    @javiernet18 : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Replace Footer Area #130436
    tikaram
    Member

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

    #supplementary {
    	padding-top: 0;
    }
    #supplementary #first {
    	padding-top: 73px;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: How to remove Posts (Or Contents) From home screen? #130432
    tikaram
    Member

    @wednesdaycall : You can select the Homepage to work as a blog page or as a static page from the customizer. Go to Appearance => Customize => Homepage Settings
    Under Your homepage displays : Select a static page which you would like to display on Homepage.
    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Changing fonts of different texts and places, How to? #130431
    tikaram
    Member

    @wednesdaycall : The font family options is already available in Rock star pro theme. I suggest you to upgrade to Pro to use this feature. It looks like you want to change fonts for many elements, if you do not have knowledge of customization you may hire a customizer to get your job done. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: editing how a category is displayed #130430
    tikaram
    Member

    @dadoonan : To remove the phrase category. You will need to download and activate the child theme from the this link and add the following code in the functions.php file of child theme.

    add_filter( 'get_the_archive_title', function ( $title ) {
    
        if( is_category() ) {
    
            $title = single_cat_title( '', false );
    
        }
    
        return $title;
    
    });

    To make category full width. Add the following additional css

    .category .sidebar-primary {
    	display: none;
    }
    #main {
    	width: 100%;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Content layout not consistent #130420
    tikaram
    Member

    @nakeagle : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: /blog returns 404 #130345
    tikaram
    Member

    @boji : Login to WordPress admin and add a new page. After you create a new page for the blog, you can add it as a blog page form the customizer.
    Go to Appearance => Customize => Homepage settings
    Under Your homepage displays: Select A static page
    Under Posts page : Select the blog page that you created earlier.

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: How Can I Remove Content Container ? #130308
    tikaram
    Member

    @skynet : Please add the following additional css to remove the content container.

    #main {
    	padding: 0;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Primary menu #130301
    tikaram
    Member

    @dotneil : Go to Appearance => Menus . Click on custom links to expand it. Add # in the URL field and desired text in link text. Finally, save menu. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Problem with Randomising uploaded headers #130294
    tikaram
    Member

    @zhong : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: SoundCloud in Rockstar Theme #130292
    tikaram
    Member

    @doronzamir : please upgrade to Rock star Pro because it supports custom social links where you can add your desired social links. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Gallery only on one page? #130257
    tikaram
    Member

    @cameo : Glad to know that the issue has been resoled. Have a Good day.

    Regards,
    Tikaram

    in reply to: Slider not full width #130256
    tikaram
    Member

    @javiernet18 : The slide is already full width by default. Please try doing a fresh installation of the theme and using the correct image sizes as mentioned in theme instructions.

    Regards,
    Tikaram

    in reply to: High Responsive | Background Image #130255
    tikaram
    Member

    @nsd : The option is not available from theme options but you can add it from additional css. Let me know if you need further assistance regarding the issue.

    Regards,
    Tikaram

    in reply to: How to change Site Width #130254
    tikaram
    Member

    @skynet : Please add the following additional css.

    @media screen and (min-width: 1280px) {
    	.site {
    		width:1200px;
    	}
    	#primary {
    		width:790px;
    	}
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Facebook Pixel in child theme? #130223
    tikaram
    Member

    @effess : Glad to know that the issue has been resolved. Have a good day.

    Regards,
    Tikaram

    in reply to: Adsense and comments #130106
    tikaram
    Member

    @red : Can you please explain in detail what you would like to do on your site . If you need to customize your site as desired you will need to hire a customizer. If you have any theme related issues please let me know.

    Regards,
    Tikaram

    in reply to: No icon ("\f107") shown in the menu #130104
    tikaram
    Member

    @fenki: your site url http://jan.fenkhuber.photography and the URL of the theme files source (http://fenkhuber.photography) is different. Make sure that you are loading all your theme files from a correct directory. Please try doing a fresh installation of the theme again. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Tag Page Show Full Content #130097
    tikaram
    Member

    @skynet: You will need to create a child theme and customize the site for tags pages to display full content. If you would like to display full content on blog page, tags and archive pages you can enable it from the customizer. I suggest you to create a child theme rather than editing the parent theme directly. Let me know if you need assistance for child theme customization.

    Regards,
    Tikaram

Viewing 20 posts - 2,721 through 2,740 (of 4,113 total)