Lucius Douglas
Forum Replies Created
-
AuthorPosts
-
Lucius DouglasParticipant
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.
March 16, 2024 at 6:07 am in reply to: Elevation Pro – Elementor editor will not load without Safe Mode #48215Lucius DouglasParticipantDo you have a list of your themes that are based on the Elementor plugin? I have a lifetime package.
Lucius DouglasParticipantThat 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?
Lucius DouglasParticipantNever 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!
December 16, 2023 at 4:51 am in reply to: Sports Club Pro – latest news shortcode support for filtering on category #46480Lucius DouglasParticipantI 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.
December 15, 2023 at 5:16 am in reply to: Sports Club Pro – latest news shortcode support for filtering on category #46457Lucius DouglasParticipantAgain, 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.
Lucius DouglasParticipantI sent a password reset for your account.
Lucius DouglasParticipantThe 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
June 28, 2023 at 5:45 am in reply to: Carnival theme – Contact Page info not displaying on Contact Page #42899Lucius DouglasParticipantThanks. 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.
Lucius DouglasParticipantSo 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!
Lucius DouglasParticipantNow can you tell me what file you edited and did you comment your changes?
May 12, 2023 at 4:57 am in reply to: Single page – bottom navigation – prior / next limit to category #41906Lucius DouglasParticipantOK, I know there is no ‘setting’ but can I edit a file to accomplish this? If so, which file and what code?
Lucius DouglasParticipantActually, 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.
Lucius DouglasParticipantYou 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.
Lucius DouglasParticipantThe 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.
-
AuthorPosts