FameThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] Links are not crawlableHi
Thank you for the report.
We’ll fix this issue on next update.
Regards.
Forum: Themes and Templates
In reply to: [OnePress] Logo inline with sitetitle and taglineCan I know what is your site URL?
Forum: Themes and Templates
In reply to: [OnePress] How can I put social media icons on the header?Hi @help1523
We are sorry for the late reply. However, we check your website and you did already, that’s great.
Next time, to get quick support, please contact us at https://www.famethemes.com/contact/
Thank you!
Forum: Themes and Templates
In reply to: [OnePress] How do I slide the header to the right?Hi,
I think you can use the layout Contained in the header to display them closer. Please go to Appearance > Customize > Theme Options > Header > Header width: Contained.
Forum: Themes and Templates
In reply to: [OnePress] How do I slide the header to the right?Hi,
You can try to add this custom CSS code to Appearance > Customize > Additional CSS, to move the menu to the left and the logo to the right (switch position)
#nav-toggle, .onepress-menu { float: left; margin: 0; } .site-branding { float: right; }
Forum: Themes and Templates
In reply to: [OnePress] White page with PHP 8Hi,
The theme OnePress is compatible with PHP 8. If the site is broken, you can try to enable WP Debug to see what happens on your site.
Forum: Themes and Templates
In reply to: [OnePress] Where are the update notes for the themeHi,
Thanks for reaching out.
Please read the changes in the file changelog.md under the theme folder.
Forum: Themes and Templates
In reply to: [OnePress] background media in the hero section.Hi,
Thanks for reaching out.
The free version only supports adding 2 background images. If you want to add more images, please upgrade to the Pro version.
- This reply was modified 2 years, 1 month ago by FameThemes.
Forum: Themes and Templates
In reply to: [OnePress] background image in the page-headerHi,
Can you please share a screenshot when editing the page on your site? The option looks like this https://monosnap.com/file/32GgFU2AwcVJbQoMhLAUc2WSlyOLej
Forum: Themes and Templates
In reply to: [OnePress] Website not workingHi,
Can you please share some screenshots on your site? You can also follow this documentation to know how to set up the front page and use the sections in the customizer https://docs.famethemes.com/article/43-onepress-documentation#frontpage_setup
Forum: Themes and Templates
In reply to: [OnePress] Social Icons not loadingHi,
If you are using the Elementor page builder, please go to Admin Dashboard -> Elementor -> Settings -> Advanced -> Load Font Awesome 4 Support: Yes
Let me know how it goes.
Forum: Themes and Templates
In reply to: [OnePress] Menu titles dimensionHi,
Please update the theme OnePress to the latest version 2.3.0 to resolve this issue.
Forum: Themes and Templates
In reply to: [OnePress] Space between headline and section with logoHi,
You can use this custom CSS code in Appearance > Customize > Additional CSS, to increase the space between the header and post title.
.single .entry-header .entry-title { margin-top: 15px }
Forum: Themes and Templates
In reply to: [OnePress] notranslate on post title barHi,
You can use the action hook
onepress_page_before_content
to modify the page title of the theme. Refer to this code
https://github.com/FameThemes/onepress/blob/master/inc/template-tags.php#L1642-L1754Forum: Themes and Templates
In reply to: [OnePress] Missing H1 headline – Home pageHi,
There should be one <h1> tag on a page. For the front page, you can switch the hero content layout to layout 2 and add the <h1> tag to the content via the editor as well. Screenshot https://imgur.com/il9KxQe