Forum Replies Created
-
AuthorPosts
-
No, Jordon. This issue is resolved, and thanks so much for your help.
Right. I can use CSS. I was trying to find a solution that didn’t require playing with code :-)
Hi Rikard – thanks for the response. That worked. Unfortunately, I’ll have to edit the HTML every time I need a border.
I don’t suppose you know of a plugin or editor that would generate that code automatically?
- This reply was modified 5 years, 3 months ago by d-mosseri.
Hi Rikard – You made an outstanding suggestion. As I was putting together a screenshot of the problem, I found the issue I was missing. You guys are magic. Half the time you fix the problem by just making a suggestion. :-)
Thanks again!
Everything is now working. Thanks again. This thread can be closed.
Hi Rikard – It occurred to me that I had the code still in the Quick CSS area. When I removed that, the settings in the Advanced Styling area started to work. Thanks for adding that to the Advanced Styling, it’s much easier without the code!
Thanks again.
Hi Rikard,
Thanks for the response. I did find the Templates button – thanks.As for the menu – I changed the options for Menu Links in overlay, Menu Links, Main Menu sublevel Llinks, and Small bar above Main Menu to 24 px, cleared the browser cache, tried a different browser. The site doesn’t reflect that change.
My menu shows BDD Custom rather than Enfold – is that an issue?
Rikard – Thanks for the response!
That H3 was correct when I added the other code to the bottom. When I moved it to the top, I messed up.
But, in any event, as far as I can tell right now, the side column shows and I’ve only got the code at the top of the General Styling area, nothing in the server files. So, I”m good to go!
Thanks to everyone for your help.
OK, here’s what it looks like in wp-content/themes/enfold-child/style.css:
/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then. Version: 1.0 Author: Kriesi Author URI: http://kriesi.at Template: enfold */ /*Add your own styles here:*/ @media only screen and (max-width: 767px) { .responsive #top #main .sidebar { display: block; border-left-color: #fff; } }
Here’s what it looks like in the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #main .sidebar { display: block; border-left-color: #fff; } } .avia-menu-text{ font-size:16px!important; } .main_color strong{ color:#000000; } h3 { line-height: 60px;;
Now, I’m seeing it. Are you? Not sure which one is working. Do you see any errors in the code?
I deleted the code from the Enfold custom.css file and it seems like the side column is no longer showing. I did clear the cache again.
Are you seeing it? If not, does this mean it has to go in the main theme files and I’ll have to re-add it every time the theme is updated?
Thanks.
Hi Jordan – I did clear it yesterday, but did it again, and this time I see the side column, too. Gotta love this technology!
Thanks.
Hi Victoria – thanks for the reply. Really it didn’t even occur to me to check if the side column appeared on phones. I’ve never run into this. So, you’re saying that the default is to hide the side column on phones?
Anyway, I added the code above to the CSS under General Layout. that didn’t work. Then, I added it in the Child theme on the server by adding a folder called css and a file called custom.css. That didn’t work.
Then, I put it in the main Enfold theme files in the exiting custom CSS file. That didn’t work.
Seriously, I need that side column to appear. What can I do?
I tried line height on the H3 and that worked. It increases the spacing on both top and bottom, which isn’t what I wanted, but it does put more space at the bottom where it’s needed. I discovered that Tiny MCE Advanced doesn’t stop the stripping of code, nor does the plugin Raw HTML, which has worked on other themes. It’s weird.
Hi Victoria, Thanks for the post. I put this in the Quick CSS section:
h3 { margin-bottom: 10px; }
but it didn’t make any difference. Have you seen this issue before? Could it be just my installation? It seems like all Enfold installations would work the same way.
I added the code. It worked in one place, but not another.
Then, when I went back to a page edit, the content screen was blank and this error message showed underneath:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ikreativ_tiny_mce_fix’ not found or invalid function name in /home/njwareho/public_html/wp-includes/class-wp-hook.php on line 300Don’t think it will work…
This reply has been marked as private.Hi Mike – Thanks for the post. I tried it again as you suggested, but the editor still removes the `</br>’ whenever I close the editor.
What should I do now? -
AuthorPosts