Forum Replies Created
-
AuthorPosts
-
Okay. Good to go, thank you.
Sorry, not on a single post. On the Blog page itself, where all of the blog entries are. How do I get a title to show up at the very top of the page, like so:
Blog Page
-Title
-Blog Post Title
-Blog Post TitleAlso, I’m not able to manually set the size of this image. My CSS is in bold and is being trumped by Enfold.
#top.page-id-734 #av_section_5 .avia-image-container img {
width: 400px!important;
max-width: 400px;
}#top.page-id-734 #av_section_5 .avia-image-container img {
width: 126px !important;
max-width: 126px;
}I can’t see why there is trouble seeing content. After you log into the dashboard you should be able to “Visit Site” and see the content. If you can’t, simply deactivate the Coming Soon plugin and reactivate it when done.
The problem isn’t me needing the CSS. The problem is needing to understand why when I adjust a Text Box w/ CSS Hero, it also adjusts a completely separate object (an image) at the same time.
Enfold is a CSS Hero-ready theme. I need to figure out who can/should be answering this question. Enfold? CSS Hero? Both?
Thanks,
RyanA plugin should have no bearing on this. So, you’re telling me that if I want to add simple text under the menu (header) and have it appear on ALL pages…I have to directly edit a .php file? If that’s the case, then please tell me there is a way to build a template of the Home page and apply it’s content to other pages?
Let’s just close this ticket and I’ll post again if I ever see this again in the future. I’m not sure how to reproduce this.
Appreciate the help.
RyanThis reply has been marked as private.The photo of the girl is the issue. The way it looks now is how the photo is supposed to look. If I take away the CSS I added, the photo of the girl will shrink down to 75px. This starting happening out of the Blue and I have no idea where it was coming from.
If you look at the website, my client would like the opt-in form and everything above it…to appear at the top of all pages.
Very strange. It’s working for myself and my client. Feel free to temporarily deactivate the Coming Soon plugin and reactivate it when done.
Thanks!
Had to get the site launched, so I temporarily fixed this with some Custom CSS. Would still like to know what caused/causes this.
Note: I’ve noticed quite a few oddities with this latest Enfold release, compared to some older versions. Besides the example above, I also had a page just completely clear itself of all content. I had to revert back using a revision. Never had that happen before. Hopefully there is an update to the theme coming out soon…that might help.
Maybe try adding !important
.word {
color: red;
font-size: 20px !important;
}I’m developing this locally at the moment. If need be, I can reproduce this site online later today.
All I did was paste in the code your provided. I’ve never touched the Child function.php until this morning.
Thanks for the quick reply. I keep getting the following error when I try to save the Child function.php
Parse error: syntax error, unexpected ‘{‘ in D:\InstantWP_4.4.2 – Enfold – Sandbox\iwpserver\htdocs\wordpress\wp-content\themes\enfold-child\functions.php on line 8
Current function.php
<?php/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/function wp_change_aviajs() {
wp_dequeue_script( ‘avia-default’ );
wp_enqueue_script( ‘avia-default-child’, get_stylesheet_directory_uri().’/js/avia.js’, array(‘jquery’), 2, true );
}add_action( ‘wp_print_scripts’, ‘wp_change_aviajs’, 100 );
I thought I was loosing my mind, but this was really “there”. Here was the fix.
.avia_ajax_form p.hidden {
display: none;
}No dice. Just tried it on both sites.
I’m seeing the following on my laptop (multiple browsers) and my desktop (multiple browsers). I am NOT seeing this on my iPhone (all browsers).
https://app.box.com/s/ft2odeuj2yu9gr84z2ceth6gxecpjwvv
Thank you,
RyanDisregard. I found the answer in the forum.
-
AuthorPosts