Okay
  Public Ticket #3586125
General color settings and other style personalization
Closed

Comments

  • Christian started the conversation

    Dear Support Team,

    I hope this message finds you well. I recently purchased the Manifesto WordPress template and have been exploring its features. While I find the template appealing, I have encountered a few difficulties in customizing certain aspects. Below are the issues I'd like to address:

    1. General Color Customization: In a previous version of a WordPress template, I found a section labeled "General Style" where I could easily change the background color for the entire website. However, I couldn't locate a similar option in Manifesto. Do I need to manually adjust the colors throughout the site, or is there an alternative method available?

    2. Differences Between Elementor and Gutenberg Versions: Could you please clarify the disparities between the Elementor and Gutenberg versions of the template? Additionally, is Elementor Pro required to utilize the Elementor version effectively?

    3. Changing Loading Screen Colors: From which section or settings can I modify the colors of the loading screen?

    4. Menu Title Rotation Issue: After the menu titles rotate, they disappear. Is there a way to prevent this behavior? (I have attached a GIF demonstrating the issue.)

    5. Loading Page Templates: Where can I find the option to upload page templates? For instance, I would like to create a section similar to http://preview.themeforest.net/item/manifesto-creative-portfolio-theme/full_screen_preview/48149521 "Showcase carousel" or "archive gallery". How can I replicate these sections whenever needed?

    I apologize for the barrage of questions. While I was initially drawn to the Manifesto template, I've become a bit overwhelmed by its complexity after purchasing and implementing it on my site. Any documentation or guidance on how to navigate and utilize its features would be greatly appreciated.

    Thank you for your assistance.

    Best regards,
    Christian

    Attached files:  CleanShot 2024-02-16 at 14.59 Safari.gif

  •  1,809
    Support replied

    Hello Christian,

    trying to respond to the best of my knowledge, my answers inline, bolded:

    1. General Color Customization: In a previous version of a WordPress template, I found a section labeled "General Style" where I could easily change the background color for the entire website. However, I couldn't locate a similar option in Manifesto. Do I need to manually adjust the colors throughout the site, or is there an alternative method available?

    We do not have a color scheme setting because the design of our theme is based a light - dark version with predefined contrast between foreground and the background.

    you can assign a background color for a page, blog post or portfolio item and then a background type (light or dark).

    for more specific situations you can assign different background colors for individual sections / containers and or pieces of text (using the editor, Gutenberg or Elementor).

    2. Differences Between Elementor and Gutenberg Versions: Could you please clarify the disparities between the Elementor and Gutenberg versions of the template? Additionally, is Elementor Pro required to utilize the Elementor version effectively?

    We mapped all of our shortcodes to both editors (as Gutenberg blocks and as Elementor widgets, respectively). Guteneberg is more ajax friendly, Elementor may have some widgets add-ons that will not function properly with ajax page transitions turned on in customizer -> general settings. Elementor Pro is not required.

    3. Changing Loading Screen Colors: From which section or settings can I modify the colors of the loading screen?

    These are the CSS instructions you can change the color of the preloader with:

    .preloader-wrap {
        background: #000;
    }

    .preloader-intro {
        color: #fff;

    }

    .loadbar {
        background: rgba(0,0,0,0.8);    
    }

    .percentage-wrapper {
        background-color: #000;
    }

    change the hex or rgba code and add the code back to customizer -> additional CSS

    4. Menu Title Rotation Issue: After the menu titles rotate, they disappear. Is there a way to prevent this behavior? (I have attached a GIF demonstrating the issue.)

    I can see that you tested in Safari (thanks for the screenshot). Can you tell us more: what is the device and ios version?

    5. Loading Page Templates: Where can I find the option to upload page templates? For instance, I would like to create a section similar to http://preview.themeforest.net/item/manifesto-creative-portfolio-theme/full_screen_preview/48149521 "Showcase carousel" or "archive gallery". How can I replicate these sections whenever needed?

    These are portfolio page templates and can be assigned whenever you create a new page. you have to distinguish between page templates and shortcodes.

    Portfolio page templates just build the layout automatically based on portfolio items options (hero image, hero title, subtitle, background etc) and the options of the page having this template. These options are not configurable through the editor but in wordpress admin.

    On the other hand, there is only one portfolio shortcode/widget and that is the portfolio grid, shown here

    http://clapat-themes.com/wordpress/manifesto/

    and that can be inserted anywhere in the page content

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Christian replied

    Hello Clapat Support,

    Thank you for your detailed responses. I appreciate the clarity provided on several aspects of the Manifesto WordPress template. I have a few follow-up questions:

    1. Color Customization: Understood, so manual adjustments are necessary for color changes throughout the site. Considering the template's light-dark base, is it possible to automatically adapt to the visitor's device settings regarding light or dark mode?
    2. Elementor vs. Gutenberg: Clear explanation, I'll proceed with Gutenberg for my editing needs.
    3. Preloader Color Modification: Thank you for providing the CSS instructions. I'll try implementing them today.
    4. Menu Title Rotation Issue: The screenshot was taken from a MacBook Pro M1Pro with Sonoma 14.3.1 installed.
    5. Page Templates: I'm still a bit unclear on this point. Are you saying that only the portfolio grid shortcode/widget is available for inserting portfolio items? Is the "archive" version with floating projects on the page not applicable?

    Additionally, could you please direct me to any official documentation for the template? I read on ThemeForest that it's "well-documented," but I couldn't find any PDF manual or comprehensive guide. Having such documentation would likely expedite my development process by providing answers to my questions in one place.

    Thank you for your assistance.

    Best regards, Christian

  •  1,809
    Support replied

    Hello Christian,

    first of all our documentation is available online here:

    http://clapat-themes.com/helpcenter/manifesto/

    1. color customization

    "is it possible to automatically adapt to the visitor's device settings regarding light or dark mode"

    not sure what you mean here - it automatically adjust based background type setting. Or do you want to different colors on mobile vs desktop?

    2. Page templates. There is this portfolio grid shortcode/widget and there is infinity list which is a page template (http://clapat-themes.com/wordpress/manifesto/infinity-list/)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Christian replied

    Hello Clapat Support,

    Thank you for providing the link to the online documentation. I'll be sure to explore it thoroughly for additional guidance.

    Regarding the color customization aspect:

    I apologize for any confusion. Allow me to clarify. What I meant was whether the template has the capability to automatically adjust its color scheme based on the visitor's device settings, such as light or dark mode. For example, if a user is browsing my site on a device set to light mode, the site would appear with lighter color schemes, and if the user switches their device to dark mode, the site would adjust accordingly. I understand that this feature may not be available outside of Elementor Pro according to my research.

    As for the page templates:

    Thank you for the clarification on the available options. I'm interested in learning how to utilize the "archive gallery" page template mentioned on your website (http://clapat-themes.com/wordpress/manifesto/archive-gallery/). Could you please provide instructions on how to implement this template?

    Additionally, I would appreciate any updates or solutions regarding the menu titles disappearing after rotation issue.

    Thank you once again for your assistance and prompt responses.

    Best regards,
    Christian

  •  1,809
    Support replied

    Hello Christian,

    1. the theme does not automatically switch between light and dark background based on user's dark - light mode settings. It's based on theme options (page options)

    2. the archive gallery - you just set the page template as Portfolio Showcase Gallery (see attached)

    and then define the hero title + subtitle in page options

    https://prnt.sc/qyg0bF7B4u5U

    the showcase gallery has also a special section in page options

    https://prnt.sc/vUj0vVngVyFi

    Let us know if you have any other questions

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Christian replied

    Hello Clapat Support,

    Thank you for your continued assistance and clarifications. I greatly appreciate your prompt responses.

    Regarding the archive functionality, thank you for the instructions on implementing the archive gallery page template. I will follow the provided steps to set it up.

    However, I still have a question regarding the menu behavior. I've attached a GIF demonstrating the issue. After the menu titles rotate, they disappear, as you can see in the animation. Could you please provide further insight or a solution to prevent this behavior?

    9019069207.gif

    Thank you once again for your support.

    Best regards, Christian

    Attached files:  CleanShot 2024-02-23 at 10.08 Safari.gif

  •  1,809
    Support replied

    Hi, please check if your browser zoom is set to 100%. Additionally, which version of Safari are you using? Some versions may have issues and do not support the CSS perspective property.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy