Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Lucius Douglas

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 43 total)
  • Author
    Posts
  • in reply to: Export/Import #48665
    Lucius Douglas
    Participant

    I agree. This option is not available. However, as you are using most of the settings on all of your themes, especially the Elementor based themes, it would be nice to have an export/import capability. Add it to your ‘future development list’. 🙂

    Right now, I have to save each individual block and field to a text editor, change the theme, then copy/paste into the new theme settings. Regretfully, if you go back to a previous Grace Theme, it shows the default settings. Truly, any customization should be saved with the theme, even if it is inactive and if activated, should use the prior customizations.

    In fact, if you can ‘standardize’ on your fields, then add an option to retrieve customizations from other themes, that would truly be awesome.

    You’re doing great work but a few additional functions will truly make it world-class.

    Lucius Douglas
    Participant

    Do you have a list of your themes that are based on the Elementor plugin? I have a lifetime package.

    in reply to: How to replace slideshow with SmartSlider #47961
    Lucius Douglas
    Participant

    That won’t work as I have two shortcodes, one for mobile & one for non-mobile.

    If you inspect the home page, https://divorcetoolbox.online, you will see the header.php DIV container for ‘smartslider’. It’s the PHP code inside that isn’t executing or showing. It’s legimate code.

    However, if I can use shortcode in the theme slider options, where would I put it?

    in reply to: Recent Posts for single category #47603
    Lucius Douglas
    Participant

    Never mind! I found the solution.

    In the footer.php file, I changed the query line to:

    query_posts(‘post_type=post&cat=148&showposts=4’);

    Worked fine!

    Lucius Douglas
    Participant

    I know I’ve said this in other posts but, to be honest, on threads like this, it would be great if the ‘coder’ would come back to the thread and explain ‘with samples’ what he did to fix the issue. Many of us can do programming (I’ve been doing it for 45+ years) but I resist reverse-engineering anyone’s code.

    Lucius Douglas
    Participant

    Again, it’s Dec 2023 and the solution to this same problem is missing. You requested login so you could fix it but, seriously, if you just explain how you fix things, it would reduced the number of support threads.

    in reply to: Cleanup theme – media queries not recognized #44354
    Lucius Douglas
    Participant

    I sent a password reset for your account.

    in reply to: Cleanup theme – media queries not recognized #44324
    Lucius Douglas
    Participant

    The problem is NOT the image. The logo image on desktops/laptops has a height of 125px which is what I want it to be as it overlaps the navigation menu but on mobile it should be below the top bar and above the ‘header-contact-info’ DIV. This is the same height for all devices.

    The problem is that the media query CSS code I have is not being recognized for the ‘logo’ DIV which has the image inside the DIV. It is set to 80px which means part of the text is intruding on the ‘logo’ DIV. That’s why I am attempting


    @media
    screen and (max-width: 980px)
    .visible-phone {display:block !important}
    .visible-tablet,
    .visible-desktop,
    .visible-large {display:none !important}
    .header-area .container .logo {
    height: 125x !important;
    max-height: 125px !important;
    }

    However, the following CSS media query is recognized from the responsive.css file.


    @media
    screen and (max-width: 980px)
    .logo {
    position: relative;
    width: auto;
    margin: 0;
    text-align: center;
    top: auto;
    max-width: none;
    }

    The media query is the same on both.

    So why isn’t the code in the Appearance > Customize > Additional CSS recognized? It should take precedence.

    I tested this on Chrome, Edge and Firefox on both my desktop with the browser reduced in width to a size of 485px as well as on my Samsung Galaxy S23 Ultra. None of the code is recognized.

    FYI, I have cleared my

    Lucius Douglas
    Participant

    Thanks. That worked but I didn’t like the layout and it would require too much CSS so I’ll just use Elementor for the page.

    in reply to: Excerpt length for Welcome Area Home Page #42143
    Lucius Douglas
    Participant

    So this is a 6 year old post and all you said was “The changes has been completed”. Yet you didn’t explain what you did to fix the problem.

    Give a man a fish and he won’t be hungry for a day.
    Teach a man to fish and he’ll never be hungry.

    Teach us so we don’t have to come back with the same problems over and over. We can read!

    in reply to: Display category description #42000
    Lucius Douglas
    Participant

    Now can you tell me what file you edited and did you comment your changes?

    Lucius Douglas
    Participant

    OK, I know there is no ‘setting’ but can I edit a file to accomplish this? If so, which file and what code?

    in reply to: Sports club not working with Elementor #41888
    Lucius Douglas
    Participant

    Actually, this is incorrect. No where in the sections content area does it have the ability to use Elementor.

    In fact, one of the issues with Grace Themes and Elementor is that it interferes with using Elementor for Posts and Pages. You have to change the Elementor settings to Enable Safe Mode just to use Elementor on Posts and Pages. FYI, this is NOT consistent with all Grace Themes themes but I have encountered this more than once.

    in reply to: Block editor in Sections #41781
    Lucius Douglas
    Participant

    You should implement this ASAP. I know you’re proud of your shortcuts but it truly is a limitation of your themes, which I really like.

    in reply to: Prayer Pro Theme – Child Theme Setup #41334
    Lucius Douglas
    Participant

    The issue with the process of created a child theme is that all settings are lost. You have a fairly complicated theme which, regretfully, on moving from a development domain to the live domain tends to revert to your sample content which is awful.

    I sure wish you provided the ability to completely remove all sample content and/or have a setting to ‘never’ revert the theme.

Viewing 15 posts - 1 through 15 (of 43 total)