Forum Replies Created

Viewing 20 posts - 2,761 through 2,780 (of 4,116 total)
  • Author
    Posts
  • in reply to: Featured image in header area not working #130006
    tikaram
    Participant

    @jkilduff : You will need to create a child theme and customize your site as desired. If you edit the parent theme directly, all the changes you make within the parent theme will be lost.

    To enable featured image option on single page: Go to Appearance => Customize => Theme Options => Content Featured Image Options
    Select featured Image and save.
    Enable featured slider only on Homepage and on single pages the featured image will appear.
    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Facebook Pixel in child theme? #130005
    tikaram
    Participant

    @effess : You should never make any edits to the parent theme directly. I suggest you to download and active catch web tools plugin. Enable Webmaster Module in catch web tools plugin and insert the script under Header and Footer scripts. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Site-Title font different than subpage font #130004
    tikaram
    Participant

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

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

    @harmwal : Please post in your site URL.

    Regards,
    Tikaram

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

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

    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
    Participant

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

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

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

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

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

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

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

    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
    Participant

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

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

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

    Regards,
    Tikaram

    in reply to: Adsense and comments #129833
    tikaram
    Participant

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

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

    Regards,
    Tikaram

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