- This topic has 24 replies, 2 voices, and was last updated 5 years, 3 months ago by sapana.
-
AuthorPosts
-
July 10, 2019 at 10:00 am #176804hoddbarnesdickinsParticipant
hello, when I view my website on my phone, using any browser, everything is off centred.
also I keep getting an error when I try to update to version 2.1.2.
July 11, 2019 at 12:14 am #176837sapanaParticipant@hoddbarnesdickins: Can you please attach me a screenshot of how your site is showing up in your phone, It is seems to fine in my end.
To update pro theme you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-update-1
Let me know if this works out!Kind Regards,
SapanaJuly 20, 2019 at 9:51 am #177569hoddbarnesdickinsParticipanthi
you can download the a screenshot here https://share.icloud.com/photos/02DOjOJf-62n-widszOLr5big
thanks for showing me how to uopdat the theme, all done now.
the other isssue i am having is css, i want to remove the title page that appears in the header image. nothinbg changes after i add this to the css
}
.postid-1995 .custom-header .entry-container {
display: none;
}July 21, 2019 at 6:17 am #177601hoddbarnesdickinsParticipantI am also having problems with the themes home page not showing all of the sections on a mobile phone. It also gets stuck and can’t scroll back to the top
July 21, 2019 at 6:26 am #177602hoddbarnesdickinsParticipantFurther to the above issue regarding not bring able to scroll all the way down when using a mobile. I have the featured slider enabled and I can’t view this section or anything past it when viewing on a phone. You can see my video screenshot here https://share.icloud.com/photos/0vyd-fLZLvf3TzHmoGM-n0GRQ
Please get this fixed, I have complained about this in past but nothing was done
July 22, 2019 at 7:46 am #177658sapanaParticipant@hoddbarnesdickins: Go to=> Appearance=> Customize=>Additional CSS=> add the following css code
.home .entry-summary p{ display:none; }
let me know if this works out!
-Regarding that scrolling issue, I will look into that issue and get back to you soon.Kind Regards,
SapanaJuly 25, 2019 at 11:32 pm #178056sapanaParticipant@hoddbarnesdickins: Hello hoddbarnesdickins, scrolling issue has been fixed in new theme update, please update the theme and let me know if it works fine in your end or not?
Kind Regards,
SapanaAugust 1, 2019 at 3:44 am #178500hoddbarnesdickinsParticipantHi Sapana
after updating none of these issues have gone away, scrolling is still locked on my phone and the home page is still off centre. i have tried adding the code to the css. https://share.icloud.com/photos/0kcRkpiIku7kCFWfcV4d80qeA
also, i have just installed woocommerce to the site but the product page looks terrible, it is displaying a header image that i dont want and when i try to change the defualt settings on the page to disable, nothing changes
https://www.hoddbarnesdickins.com/product/acuvue-oasys-1-day-disposable-contact-lenses/
August 1, 2019 at 5:09 am #178501sapanaParticipant@hoddbarnesdickins:-For centering the title in home page
Go to=> Appearance=> Customize=> Additional CSS=> add the following css code.custom-header-content.entry-content-wrapper.sections { margin-right: 25px !important; }
-For removing the scrolling issue
I just checked your site you are using 2.1.3 version please update to 2.1.4 where scrolling issue is being fixedPlease change the data-anchor name of the featured content section it matches with the section id name due to which there is occurring the scrolling conflict. Please follow this steps:
step 1: Go to=> Appearance=> Customize=> Theme Options=> Full Page Options=> Anchor Id=> Feature Content => put featured-content only
step 2: Save/Publish– For Woocommerce page logo issue please add the following css code
.custom-logo { max-width: 180px !important; }
let me know if this works out!
Kind Regards,
SapanaAugust 1, 2019 at 6:09 am #178509hoddbarnesdickinsParticipanthi, i went through your updating process to update but it doesnt seem to have worked. amny reqason why?
August 1, 2019 at 6:15 am #178510hoddbarnesdickinsParticipantsomething has gone horribly worng with my website…how do i fix this
August 1, 2019 at 6:17 am #178511hoddbarnesdickinsParticipantits ok, i have fixed it, but for some reason when i upload the update, its still stays omn the current version
August 1, 2019 at 6:21 am #178513hoddbarnesdickinsParticipantwhen i activate the theme, it defaults back to your stanard theme
August 1, 2019 at 6:39 am #178518hoddbarnesdickinsParticipantthe scrolling issue is now resloved but i still cant update the theme.
the centering of the home screen is resloved so thanks for these two
ref the woocommerce page, its till looks bad. how do i change the header as it is showing now for something else and make it so it is not so huge https://www.hoddbarnesdickins.com/product/acuvue-oasys-1-day-disposable-contact-lenses/
thanks again
August 1, 2019 at 6:57 am #178519sapanaParticipant@hoddbarnesdickins: Hello hoddbarnesdickins, new update is also releasing soon you can update after few days, did you do same procedure as soon in video while updating?
-For decreasing the product page header section add following css code
Go to=> Appearance=> Customize=> Additional CSS=> add the following css code.product-template-default.single-product .custom-header-content.entry-content-wrapper.sections { padding: 10px 65px; }
You can change the value of padding as per your requirement but only change 10px value only.
let me know if this works out!Kind Regards,
SapanaAugust 1, 2019 at 8:08 am #178564hoddbarnesdickinsParticipanthi, yes i did follow the vid but for some reason, when i hit activate it activates the standard theme
August 1, 2019 at 8:26 am #178565hoddbarnesdickinsParticipantwhy am i seeing this txt in the header image on my shop page https://www.hoddbarnesdickins.com/shop/
its really hard work using this theme now
August 2, 2019 at 4:06 am #178616hoddbarnesdickinsParticipanthello?
August 2, 2019 at 4:08 am #178617sapanaParticipant@hoddbarnesdickins: If you want to remove that text from the header image then you can use the following css code
Go to=> Appearance=> Customize> Additional CSS=> add the following css code.archive.post-type-archive .entry-container { display: none; }
Can you provide me your admin access I will help updating your theme to the latest version if you are comfortable with this. I will shortly contact you by mail.
Kind Regards,
SapanaAugust 2, 2019 at 5:09 am #178629hoddbarnesdickinsParticipantno problem, what is your email address so i can allow you access
-
AuthorPosts
- The topic ‘mobile phone off centred’ is closed to new replies.