Forum Replies Created

Viewing 20 posts - 2,761 through 2,780 (of 4,113 total)
  • Author
    Posts
  • in reply to: Site-Title font different than subpage font #130004
    tikaram
    Member

    @l33td4d : The font files are not loaded on sub pages as you have not used full path in the custom css. Please replace dot dot slash with the full path including the URL of your site. Hope this resolves your issue.

    Regards,
    Tikaram

    in reply to: Insert powerpoint slides in blog post #129999
    tikaram
    Member

    @nautillus : You will not be able to insert powerpoint slides in blog post. Please find a suitable plugin from wordpress.org. Alternatively, You may convert the slides into a video file and embed the video on your site. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Footer Text Colour #129913
    tikaram
    Member

    @harmwal : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Featured Content Background Image on media phone screen #129912
    tikaram
    Member

    @friarpaul : There is an issue with iphone/ipad for “fixed” background image feature. I will contact the development team regarding the issue as it was fixed in earlier version. We will need to look upon the issue again and we will fix it in upcoming update. Sorry for the inconvenience.

    Regards,
    Tikaram

    in reply to: Layout issues on iPad #129911
    tikaram
    Member

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    in reply to: Clean Business – Remove Feature Slider Button #129910
    tikaram
    Member

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

    .roll-button.border.button-slider {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Site Title does not show at only mobile phone #129909
    tikaram
    Member

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

    Regards,
    Tikaram

    in reply to: Remove "more posts" #129908
    tikaram
    Member

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

    .content-area .more-link {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: password protection, media screen, and header images #129907
    tikaram
    Member

    @abisbee : The blog page does not follow the restrictions of a static page. It cannot be protected using password for a static page.

    For small screen replace the additional css with the following css.
    Your current css

    .page-id-3838 #main, .page-id-3848 #main {
    	width: 60%;
    }
    .page-id-3838 .sidebar-primary,
    .page-id-3848 .sidebar-primary {
      width: 32%;
    }

    Replace with the following css

    @media screen and (min-width: 990px) {
    .page-id-3838 #main, .page-id-3848 #main {
    	width: 60%;
    }
    .page-id-3838 .sidebar-primary,
    .page-id-3848 .sidebar-primary {
      width: 32%;
    }
    }

    There is no any restrictions for the number of randomized images but limiting the images helps speeding the site.
    Let me know if you have any more issues.

    Regards,
    Tikaram

    tikaram
    Member

    @lereiver : Please post in your site URL. I don’t seem to find any issue with the theme.

    Regards,
    Tikaram

    in reply to: Inline Small Javascript #129896
    tikaram
    Member

    @petegwebmaster : I don’t seem to find any critical error on your site. It looks you have good page speed as I tested it recently. If you would like to get your site customized as desired, please hire a customizer.

    Regards,
    Tikaram

    in reply to: Change Blog article post featured image size. #129895
    tikaram
    Member

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

    .singular-header-image img {
    	width: 50%;
    }
    .post-thumbnail {
    	text-align: center;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    tikaram
    Member

    To remove the black bar below the logo add the following additional css.

    .nav-primary.search-enabled {
        display: none;
    }

    You can add more featured content from customizer.
    Go to Appearance => Customize => Featured Content
    Under No of Featured Content : increase number of featured content as desired.

    To remove the sidebar widget : Go to Appearance => Customize => Theme options => Layout Options
    Under Default Layout : Select No sidebar (content width)

    Let me know if this resolves your issue. Please post in your site URL as well when you need any assistance.

    Regards,
    Tikaram

    in reply to: Layout issues on iPad #129840
    tikaram
    Member

    @jubo : Go to Appearance => Customize => Additional css and add the following css. The css is intended for iPad.

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {
    	.parallax-effect {
    		background-attachment: scroll;
    	}
    }

    Let me know if this makes any difference.

    Regards,
    Tikaram

    in reply to: Menu colors in mobile menu #129839
    tikaram
    Member

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

    #site-header-menu.toggled-on .toggled-on a {
    	color: #5b5b5b;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Remove Header & Footer Border #129834
    tikaram
    Member

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

    Regards,
    Tikaram

    in reply to: Adsense and comments #129833
    tikaram
    Member

    @red : It looks like you have already added a subscribe button on your site. Let me know if you have any further issues.

    Regards,
    Tikaram

    tikaram
    Member

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

    Regards,
    Tikaram

    in reply to: Layout issues on iPad #129828
    tikaram
    Member

    @jubo : Please try deactivating all plugins and follow this link to know more about plugin conflict with our themes.
    Please try clearing cache as well after deactivating plugins. Let me know if the problem still persist.

    Regards,
    Tikaram

    in reply to: Featured Content Background Image on media phone screen #129827
    tikaram
    Member

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

    #featured-content.background-image {
    	background-attachment: fixed;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 20 posts - 2,761 through 2,780 (of 4,113 total)