Forum Replies Created
-
AuthorPosts
-
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,
Tikaramtikaram
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,
TikaramJanuary 17, 2018 at 1:53 am in reply to: Featured Content Background Image on media phone screen #129912tikaram
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,
Tikaramtikaram
MemberHello, 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,
Tikaramtikaram
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,
Tikaramtikaram
Member@yu_s0519hotmail-com : Glad to know that the issue has been resolved. Have a Good day.
Regards,
Tikaramtikaram
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,
TikaramJanuary 17, 2018 at 1:20 am in reply to: password protection, media screen, and header images #129907tikaram
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,
TikaramJanuary 16, 2018 at 11:59 pm in reply to: Phone number link in header returns function – tel: ' . esc_attr(…)' #129897tikaram
Member@lereiver : Please post in your site URL. I don’t seem to find any issue with the theme.
Regards,
Tikaramtikaram
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,
Tikaramtikaram
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,
TikaramJanuary 16, 2018 at 10:56 pm in reply to: Removing header bar and adding more "Featured Content" links. #129892tikaram
MemberTo 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,
Tikaramtikaram
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,
Tikaramtikaram
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,
Tikaramtikaram
Member@rangeisclear : Glad to know that the issue has been resolved. Have a Good day.
Regards,
Tikaramtikaram
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,
TikaramJanuary 16, 2018 at 2:44 am in reply to: Remove "Before Content Widget" and "After Content Widgets" from Posts and Pages #129832tikaram
Member@andiepalmieri :Glad to know that the issue has been resolved. Have a Good day.
Regards,
Tikaramtikaram
MemberJanuary 16, 2018 at 2:18 am in reply to: Featured Content Background Image on media phone screen #129827tikaram
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 -
AuthorPosts
