Forum replies created

    Evgeny
    Keymaster
    Posts: 988
    January 27, 2024 at 9:46 am #49253

    Hello Joseph, sorry for the belated reply. I’m not sure what the process you are attempting is, but every time you try to upload a new design from the Demo Awesome plugin, the new design should override the previous one. Is this what you are doing and not getting the desired results? Or have I misunderstood?

    In reply to Refound, please
    Evgeny
    Keymaster
    Posts: 988
    January 16, 2024 at 2:42 pm #49243

    Hello. I’m sorry to hear that. However, the theme is a digital product. We do not offer any refunds on it because this is a commodity you cannot give back. The only reason for a refund is if the theme malfunctions and we can’t fix it or can’t fix it within a reasonable amount of time. This is detailed under our Terms and Conditions. https://theme4press.com/terms-conditions/. It doesn’t apply in this case.

    Since this is not a support request, I will delete this entry from the forum later today. If you have any other questions or clarifications, please write to our email at [email protected]
    Best
    Evgeny

    Evgeny
    Keymaster
    Posts: 988
    January 12, 2024 at 5:05 pm #49240

    Happy to help! As for the changes – if you feel confident enough to take on these files, maybe it is worth mentioning that it would be safer to tinker with the row and column settings values in Additional CSS instead of the files themselves. I would generally advise against it, but if you do, go for the WordPress solution in the Customizer; it is both safer and future-proof.

    Evgeny
    Keymaster
    Posts: 988
    January 9, 2024 at 9:34 pm #49236

    Good evening, Klaus. Thank you for sharing the website. Things are clearer now.
    1. Unfortunately, we do not have such an option. The header + slider will stay the same widthas the content. To change it would require development, which is out of scope of theme support.
    2. Menu font can only be set for the entire menu, not separately for the menu and submenus. The size of the dropdown menu itself also cannot be regulated, as well as the size of the submenu text. However, I can offer you the following pieces of CSS code to bring you closer to your goal. You can add the following to Additional CSS:

    /* Set different sizes to the font of the dropdown menu */
    .navbar-nav a.dropdown-item {
    font-size: 75%;
    }

    /* Set min width of the dropdown menu */
    @media (min-width: 768px) {
    .navbar-nav .dropdown-menu {
    min-width: 10rem;
    }
    }

    You can use any size you prefer. Let me know if I can help you with anything else.

    Evgeny
    Keymaster
    Posts: 988
    January 6, 2024 at 10:13 am #49232

    Hi Frank,
    sorry for the delay. I understand; it is just to see sometimes makes things much clearer, and we need fewer iterations for QA. Some of the questions are not very clear to me, that’s why I asked.
    Without development, it isn’t impossible to set different widths for the header and the rest of the page.

    I’m not sure what the background box is. Could you send a screenshot to explain?
    I’m also unsure what a “Website title on the menu” is. The website title we have is not on the menu, it is where the logo supposed to be. It is a link, and it has controls in Customizer->logo, title, and tagline. It also has an HTML ID “website-title”, which you can target to make additional changes.
    Please elaborate a bit more and I will do my best to help.

    Evgeny
    Keymaster
    Posts: 988
    January 3, 2024 at 8:44 am #49230

    Good morning,
    Please send me a link to your page. You can do it in a private reply if you wish. It would be easier to check everything right on your website.
    Thanks.

    Evgeny
    Keymaster
    Posts: 988
    December 15, 2023 at 4:35 pm #49211

    Hi. Thanks for letting me know. I’m not sure how universal this solution is, but if it works for you and you remember adding it repeatedly after theme updates, great. Let me know if you need anything else.

    Evgeny
    Keymaster
    Posts: 988
    December 14, 2023 at 8:10 pm #49208

    Hi. I’m sorry to hear that you experience this problem. Since this is a standard WordPress function, there can be a number of issues causing it:
    1. Try to re-install WordPress
    2. Try to re-install the theme
    3. Make sure that header.php is present in your installation
    4. It might be a plugin conflict – try deactivating them all to see if the problem persists.
    5. Make sure that all WordPress files have the recommended permissions (644 for files, 755 for folders)
    There could be other reasons, but these are the usual suspects.
    do let me know if it helped.
    Regards,
    Evgeny

    In reply to invoice
    Evgeny
    Keymaster
    Posts: 988
    November 20, 2023 at 10:15 am #49183

    Good morning. Your invoice was emailed to you this morning.

    Please let me know if you see it in your mail.

    Evgeny
    Keymaster
    Posts: 988
    November 18, 2023 at 4:46 pm #49174
    This reply has been marked as private.