Forum Replies Created
-
AuthorPosts
-
Hi Mike,
The security header issue does appear to be a result of using the Really Simple SSL plugin that is used on all my websites. When I look over the “manually add the security headers” page you offered, it says to manually add a bunch code within the .htaccess file. However, the “thread on WordPress” page you also offered up says “Perhaps you should ignore that list of recommendations and instead do some research to determine which headers are best for your site.” So, I’m wondering if I should simply ignore the so-called header security issue.
Hi Nikko,
I switched out the theme to WP 2022 and the issue persists. I then activated debug and saw no errors.
Hi Nikko,
Yes, that is what Mike suggested and works for that section. But the sections below, which are grids, still have gaps. And I don’t see a “margin-bottom” element to edit. I suppose I’ll do it via CSS?Hi Mike,
Thank you for that solution. It takes care of the gap between #Service and #About, but the gap between #About and the lower grid row persists. I looked for a “-80” solution for a margin-bottom for #About, but there is no such feature on Grid. (Should I do it with CSS?)
Cheers,
Wow, that’s strange. The trash bin returned. Okay, thanks for checking that!
I did find a plugin that populates post content (it’s a horizontal blog) that may work. Here it is:
I’ll post back here should I find a solution.
Hi Mike,
Thanks for the tip. It’s not quite what I’m looking for though. There’re nice examples on rollingstones.com (mobile view).Oh, duh! I can’t belive I didn’t see that. The child styles are now working. Thanks for your time, Rikard.
Hi Yigit,
Thanks for looking into that for me. I’ve copied over your pastebin.com version of my styles.css and that version did not work. (I even tried your example style: #header { background: purple; } and that does not show.Thank you. For my other sites can you tell me where you got the working PHP files from?
Yes go ahead. I have backed up everything on my end in case I need to restore.
I have deleted the footer.php and the header.php files from the child folder. I then copied the footer.php and header.php files from parent and placed them in the child folder. no change at all.
I am wondering why this happened with the updating of Enfold from 4.8.9 to 4.9. And why there was no problem before, on any of my Enfold installs. It looks like your team did something to the footer files in the recent release. Right now, I have about 10 Enfold sites that I cannot upgrade until this problem is resolved.
Hi Rikard,
Please see Private for access.
Hi Nikko,
That didn’t work. I copied over the footer.php from 4.9 into the child folder and no change. See private for website location.
I don’t have that version. Only 4.8.9 (and 4.9). Where can I pull a copy from? (or just use the 4.8.9?)
- This reply was modified 2 years, 8 months ago by laptophobo.
No, not in some time. And I just swapped out the current footer.php to an older version, no change. Also, when I return the theme to 4.8.9, the footers work.
okay, thanks!
Well, it’s still crashing. But, thanks for the try. I’ll just keep the Enfold default collapse.
Best,
Ismael,
I created the color section with #footer as suggested. And I applied your code in my style sheet. And, it almost works.
When the screen is viewed at 500 and below, the columns merge into one as desired. But, when viewed greater than 500, the columns (instead of viewing 4-across as their default) now collapse into 1 column and are reduced to 20% in width.
Hi Rikard. Link is in Private now.
thanks
Thank you Ismael and Guennie for your options. I ended up using Ismael’s code since it stays on all the time and sits nicely in the upper-right corner of the page.
You can close this ticket now. Thanks again.
Nope. I’m using a page to display the footer.
Guenni,
I tried your idea, but when I create the custom link through Appearance > Menus, there is no “CSS Classes (optional)” to enter your suggested class. And when I go to view, the colored button only shows when the Burger menu is activated.
Hi Ismael,
I added your code:
add_action("ava_main_header", function() { $output = "<button>This is a button</button>"; echo $output; }, 10);
to my child funcitions.php file. It produces the button: “This is a button”. However, I am not able to style it in any other HTML code.
I’ve tried:
<span class="abovenavi"><button>this is a button</button></span>
and other variations, but it creates the Critical Error on the site.
Since I am not good with PHP, I figure that I am applying the wrong set of styling options?
You can see the result in Private.
Yes, close please.
Yup, that worked. Thanks! (you can close this topic now.)
Mike,
Thanks again for your good solution. I’ve applied your code and it does the job. However, I had to add the following within the @media change to get rid of the added 4% margin-left that was pushing the element outside of the row. Here it is:.responsive #top #wrap_all .slide-entry {
margin-left: 0;
}Cheers.
Guenni,
Yes, you nailed it again. Thanks!
I believe I’ve found the problem. Somewhere in my Chrome browser, I have it set to not show maps. (When I use a “Guest” browser, the map shows.)
I have not been able to find the solution to get my Chrome settings to view the maps though.
-
AuthorPosts