Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterYou welcome Sergio
Thank You!
Theme Horse Support Team
KeymasterHi Melisa,
You can create a custom menu from dashboard -> appearance -> menus and add custom links. Try using # sign in Url section while adding menu. So that it will not take to you anywhere and will stop you going directly to a page.
Thank you!
Theme Horse Support Team
KeymasterYou welcome
Thank You!
Theme Horse Support Team
KeymasterHi Sheena Bell,
This feature is not available in our theme. It needs code customization. You need to hire a developer as this is completely a new feature to be added in the theme.
Thank you!
Theme Horse Support Team
KeymasterThat’s great Rick
Thank you!
Theme Horse Support Team
KeymasterHi mail5,
Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.hgroup-wrap { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi andrewjparris,
Did you made any code changes in themes? We have have changed some layout and nav menu design. If you have not made any changes in the code then the sidebar shouldnot dropped. There might be some cache. Just we have visited to your site and you are still back to old version. So could you please update to new version and let us know. We will look what’s the issue is on your site from our end.
Thank you!
Theme Horse Support Team
KeymasterYes sure. Provide us screenshot. To display image you can add featured image from your post.
Thank you!
Theme Horse Support Team
KeymasterHi Happyeungin,
Can you clarify what kind of author widget are you talking about?
Thank you!
Theme Horse Support Team
Keymasterback to top bottom is by default from our site which is at right side. If you have some long content/product list then that button will be displayed automatically. If you like to hide it then you can add
.back-to-top { display: none !important; }
code which hides back to top button. I think now your problem is solved.
Thank you!
Theme Horse Support Team
KeymasterHi
The right side button is from our theme but the left button is not from us. Its from plugins.
Remove this code from customizer
.back-to-top { display: none !important; }
and add only
div#sprd-back-to-top { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi
While viewing your source page the above script is not loaded means you did something wrong. You have customized the code so we can’t help you with it. Please reinstall a fresh copy of Wp Portfolio theme and activate it and everything will be seems ok. So that you can change it manually.Make a backup of your customized code before installing fresh theme.
Thank You!
Theme Horse Support Team
KeymasterHi julie.dubois,
Yes custom post will not work on posts sliders. We are not allowed to create custom post type in theme and havenot implemented in in our slider. To display custom posts on slider its a completely new features which you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterIts not working because you have added that css code inside comment
/* Click the help icon above to learn more. */
You need to add after that comment text.
Check this to view screenshotAlso you can try previous provided custom css too.
Thank you!
Theme Horse Support Team
KeymasterRemove previous code and add this new code
div#sprd-back-to-top { display: none; }
Thank you!
-
AuthorPosts