Forum Replies Created

Viewing 20 posts - 11,981 through 12,000 (of 12,027 total)
  • Author
    Posts
  • in reply to: No icon ("\f107") shown in the menu #130093
    Skandha
    Participant

    @Fenki: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Remove white area? #130092
    Skandha
    Participant

    @Jesper: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Tag Page Show Full Content #130091
    Skandha
    Participant

    @skynet: Yes will need to replace the the_excerpt() with the_content(). You should do this change in tag.php file.

    Let me know if this resolves your issues!

    Regards,
    Skandha

    in reply to: theme not loading #130088
    Skandha
    Participant

    @Kashina: This maybe a result of a plugin conflict. Try disabling the plugins you have used one by one to check if it is causing the issue and then just replace the specific plugin with another plugin that doesn’t cause issues. Check out the link to know how to recognize plugin conflicts.

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Remove "more posts" #130073
    Skandha
    Participant

    @harmwal: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-links {
    display: none;
    }

    Let me know if this works.

    Regards,
    Skandha

    in reply to: background all black #130071
    Skandha
    Participant

    @AZ_photos: I missed a semicolon after red, please add it!

    in reply to: background all black #130070
    Skandha
    Participant

    @AZ_photos: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .breadcrumb-area.custom {
    color: red;
    background-color: black;
    }
    
    .breadcrumb a {
    color: red
    }

    Change the text color and background-color as desired.
    Let me know if does the trick!

    Regards,
    Skandha

    in reply to: background all black #130044
    Skandha
    Participant

    @AZ_photos: I see that you have added the following code as Additional CSS.

    #content article {
    	background-color: black;
    }

    Remove the word article and save and publish, you should see the background changed to black.
    Let me know if this sovles the issue.

    Regards,
    Skandha

    in reply to: background all black #130043
    Skandha
    Participant

    @AZ_photos: Change is visible at my end after adding the CSS code. Take a look at my screenshot.
    There must some issue at your end. Try clearing your browser cache and see if it works.

    Regards,
    Skandha

    in reply to: background all black #130019
    Skandha
    Participant

    @AZ_photos: The background color is only visible in boxed layout. Go to => Appearance => Theme Options => Layout Options and select boxed as site layout.

    However, i don’t think the background color will effect the white area you’re mentioning.
    For that Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
    background-color: black;
    }

    Let me know if this works!

    Regards,
    Skandha

    in reply to: background all black #130016
    Skandha
    Participant

    @AZ_photos: Go to => Appearance => Customize => Color => Background Color and select your desired color!

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Remove "Leave a reply" From Homepage #130015
    Skandha
    Participant

    Hello @skynet, If you mean to remove leave a comment from the homepage!Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home .entry-meta .comments-link {
    display: none;
    }

    Let me know if this does the trick!
    Have a good day!

    Regards,
    Skandha

    in reply to: Change Blog article post featured image size. #129893
    Skandha
    Participant

    @tommyho: Yes, you can change the size of a featured image inside an article. Please post in your site URL.

    Regards,
    Skandha

    in reply to: Remove meta in gallery #129838
    Skandha
    Participant

    @Roland: Glad that the issue is resolved.

    Regards,
    Skandha

    in reply to: Changing 4 Column footer to 3 Column #129818
    Skandha
    Participant

    @ohmlabs: Please post in your site URL with the 3 widgets in the footer area. I will provide you with the CSS code to align the widget to the center of the footer!

    Regards,
    Skandha

    in reply to: Rockstar Theme Mobile issues #129816
    Skandha
    Participant

    @connor1200: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .entry-title {
    display: none;
    }

    Let me know if you have any more issues.
    Have a good day!

    Regards,
    Skandha

    in reply to: Remove meta in gallery #129813
    Skandha
    Participant

    Hello @Roland, Sorry for the late reply! Go to => Appearance => Customize => Additional CSS and add the following CSS code.

    .entry-meta {
    display: none;
    }

    Let me know if you have any more issues!
    Have a good day!

    Regards,
    Skandha

    in reply to: Hide Meta in photo gallery #129620
    Skandha
    Participant

    @Roland: Using CSS you can alter settings for different viewing formats using media queries. Check out the link to know more about media queries.

    Have a good day!

    Regards,
    Skandha

    in reply to: Change white background color #129609
    Skandha
    Participant

    Hello, @vasilvideomakers, Since you are working offline with your site, it`s hard for us to make changes without having a look at your site. Please post in you URL when your site is accessible!!
    Have a good day!!

    Regards,
    Skandha

    Skandha
    Participant

    @wouwonline: To align the button to the text in mobile devices Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 480px) {
                    #menu-toggle-primary {
                        margin-top: 60px;
                    }
                    
                    .button-minimal.red {
                        position: absolute;
                        top: 205px;
                        right: 95px;
                    }
                    
                    h2.widget-title {
    	               position: absolute;
    	               top: 160px;
    	               right: 70px;
                    }
                    
                    #call-to-action-widget .textwidget p {
    	               position: absolute;
    	               right: 105px;
                       top: 180px;
                    }
                    
                    a img {
                        margin-bottom: 10px;
                    }
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

Viewing 20 posts - 11,981 through 12,000 (of 12,027 total)