Forum Replies Created

Viewing 20 posts - 2,721 through 2,740 (of 4,116 total)
  • Author
    Posts
  • in reply to: Primary menu #130445
    tikaram
    Participant

    @dotneil : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

    in reply to: Problem with Randomising uploaded headers #130441
    tikaram
    Participant

    @zhong : The issue may be due to the translation plugin. Although our themes are translation ready we do not support translations plugins. Our Pro theme can be used with WPML for multi-lingual sites. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: How to Customize Gallery Lightbox #130438
    tikaram
    Participant

    @sarmuldoon : Please post in your site URL.

    Regards,
    Tikaram

    tikaram
    Participant

    @javiernet18 : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Replace Footer Area #130436
    tikaram
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @nakeagle : Please post in your site URL.

    Regards,
    Tikaram

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

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @zhong : Please post in your site URL.

    Regards,
    Tikaram

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

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

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

    Regards,
    Tikaram

    in reply to: Adsense and comments #130106
    tikaram
    Participant

    @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

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