Forum Replies Created
-
AuthorPosts
-
March 16, 2023 at 5:45 am in reply to: Preventing Featured Image from displaying as a title background on post page #452896David MorganKeymaster
Hello,
Thanks for reaching out. We’ll be happy to help.
I’m glad to hear you got the image issue resolved. In the future, this can be resolved by changing the page template within the page settings.
Regarding the excerpt displaying on your portfolio images, you can accomplish this within the “Display” settings of the Portfolio Block. Click on the Portfolio Block in the editor, then within the block settings tab on the right, locate the Display settings. You can then toggle on the option to display the “Portfolio Excerpt.” I’ve attached a screenshot for reference.
Regarding the Organic Blocks, the admin page is only meant to have a plugin license field. All blocks should be available within the editor by clicking the blue “+” icon to add a new block, and then searching “Organic” amongst the available blocks should reveal all the Organic Blocks. The options for each block are available by clicking on the block within the editor.
As for the Vimeo embed not displaying at full width, I’m not seeing anything within the code that would prevent the embed from displaying at full width. It’s possible there is a block setting or plugin interfering with the full width display.
You can provide us with your WordPress login information in a private reply so we can take a closer look.
Thanks!
Attachments:
You must be logged in to view attached files.David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterHi Stefan,
This should just be a matter of replacing the logo in the header within the full site editor. However, this might be indicative of a broader issue of your media links not updating to the new domain after the migration. In which case, I may recommend using a plugin to check and fix your links, https://wordpress.org/plugins/broken-link-checker/
Let us know if this works.
Thanks!
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
February 28, 2023 at 8:38 am in reply to: Adding a functions.php file from Gravity Forms to add Indian Rupees as currency #452450David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
February 23, 2023 at 3:49 pm in reply to: Adding a functions.php file from Gravity Forms to add Indian Rupees as currency #452328David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterHi Manu,
No problem. If you’re using the latest version of the Organic Blocks plugin, you can change the font size within the Header block settings.
Follow these steps:
1. Navigate to Appearance > Editor > Template Parts.
2. Select the “Header” template part and click the “Edit” button.
3. Click on the Header block. The option should appear on the right, but you may need to toggle open the options panel.
4. Locate the “Mobile Primary Navigation” tab, and click on it.
5. Select a menu for you mobile menu (You can choose the same menu as your Primary navigation).
6. Once a menu is selected, the font options will be revealed.I attached a screenshot for reference.
I hope this helps. Thanks!
Attachments:
You must be logged in to view attached files.David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterHi Manu,
I think this issue is related to the media query size. Adjusting the screen size for the media query should resolve the issue:
@media screen and (max-width: 950px) { .obb-hero.obb-featured-img-parallax { background-attachment: scroll; } }
Let us know if this works. If not, you may just need to increase the max-width size a bit more.
I hope this helps.
Thanks!
David MorganKeymasterHi Manu,
No problem. 🙂
1. Did you get this issue resolved? The titles are now all visible for me.
2. Try adding the following style:
@media screen and (max-width: 768px) { .obb-hero.obb-featured-img-parallax { background-attachment: scroll; } }
3. As for the font size, you may just need to adjust the size for the previously provided style:
@media screen and (max-width: 768px) { h1.obb-site-title { font-size: 1.4rem !important; } }
I hope this helps.
Thanks!
-
AuthorPosts