Forum Replies Created
-
AuthorPosts
-
Weird. It was something in one of the buttons. I recreated the third button, and the error message went away.
I didn’t make any changes that I know of.
I replaced the file, but I still get an error message.
Ah, help with an odd error, por favor…
My client just used a Full Width Button on one of his pages (http://signwaveli.com/about-signs/), and it throws an error:
Notice: Undefined index: index in /var/www/signs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 346 Notice: Undefined index: index in /var/www/signs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 346 Notice: Undefined index: index in /var/www/signs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 346
Can you help with this?
Thanks for the tip, Yigit. Turns out, I modified the /enfold/404.php file to use my custom header instead.
So, here’s the site for public display: http://www.signwave.comI have just one more thing on my todo list, and that’s to style the forms inside the blue bar to be responsive. Other than that, I’m feeling pretty great about this site!
Thanks for all you ongoing support, Team Kriesi.at!!! Y’all rock!
- This reply was modified 10 years ago by launchmoxie.
Just about to work on that, but one new question came up:
Which template is used for the “no search results” page here: http://signwaveli.com/nothingfound
Woohoo!!! I got the title working exactly the way I wanted. By doing so, I also enabled my modified header.php with my blue header bar.
Only thing left to do is add the blog navigation links, but I think I have that under control. I’ll double-back when I implement that, then announce the site here.
Thanks, Ismael!!! You rock!
Well, I got it working on my test page (above), but that uses page.php. It displays regardless of what the theme header settings are, which is okay; title & sidebar are turned OFF. Here’s the code I changed:
<?php global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header('signwave'); // if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container'> <main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>> <!-- BURT ADDED PAGE TITLE HERE --> <h1><?php echo get_the_title(); ?></h1> <!-- BURT ADDED PAGE TITLE HERE --> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */
When I try to apply the code to a template-builder.php page, using the “add_filter()” approach that you suggested, then the title is in it’s own full-width section, above the entire body area (both left margin and page content columns). I’d like the title to be above the page content, like it is on the test page.
Is that possible with just more CSS, or can I use a different filter, maybe one above the body?
As far as the next/previous links for blog posts, the client would like them (also?) on the bottom of each post.
This reply has been marked as private.I’ve added that function to my child theme’s functions.php, but the title doesn’t show on pages, even when the Advanced Editor is used. Is there more I should do?
Which files in the theme generate the pages? Is there documentation on this aspect of Enfold? I know of the following, but I’m not certain of when they’re used:
– page.php (for single Pages without the Advanced Editor)
– template-builder.php (for pages/posts WITH the Advanced Editor…?)
– archive.php
– single.php
– …others?Then there are files that loop on content, right?
I’ll post a page that has the modified “functions.php” in play in a private comment.
A second, likely related, question is…
Can I place a “previous/next” control on Blog Pages?
Oh, interesting. Will the page that I choose in Blog Style be the blog roll or each individual blog post?
Ah, watching this now: https://vimeo.com/67221517
October 27, 2014 at 8:29 pm in reply to: Update instructions for creating a child theme's functions.php? #341753Thanks to you both! The download is new information and helpful, even with as small as it is. I had @import-ed the parent’s function.php file in my attempt.
I think I got it now. Thanks.
I did that, but no change. Can you give me another suggestion?
So, I found how to add the log image into the menu.
I saw on the optimalaffectsigns.com site, that they have some @media rules for showing or hiding the logo in the menu or above it. If you can help with that, I’d appreciate it, otherwise I’ll hack it out myself.
I _do_ need help on how to remove the outline of the centered Main Menu items. Also, how can I color the Main Menu itself? Lastly, they have a colored outline on hover… can you suggest how to do that?
Many thanks!!!
October 9, 2014 at 4:27 am in reply to: Interior Box that shows background image all around? #332872Thanks, I just posted that Feature Request.
This can be closed.
October 9, 2014 at 4:10 am in reply to: Interior Box that shows background image all around? #332863That did it! Thanks!!!
This can be closed, though there’s still the weird behavior of the boxed layout being ignored when the template is set to “Blank – No header and footer”.
- This reply was modified 10 years, 1 month ago by launchmoxie.
October 7, 2014 at 4:59 am in reply to: Interior Box that shows background image all around? #331352Thanks, but the “template-builder.php” file didn’t have a Template Name like in the Codex. I found that file in the /wp-content/themes/enfold directory.
Can you tell me what CSS will hide the header? I’ve tried a number of snippets found here in the forums, but haven’t been able to get the entire div or container to disappear.
October 6, 2014 at 2:45 pm in reply to: Interior Box that shows background image all around? #330908…or, can you tell me how to create a new Page Template? I’m a bit confused between the Enfold page templates in /enfold/template-*.php and the WordPress page templates. I’ve been looking for Enfold documentation, but haven’t found any (yet!).
I also create a dupe of “template-builder.php” and renamed it “template-noheader.php”. I can’t seem to make that file appear in the Page Attributes box. I presume this is the wrong way to do things…?
October 6, 2014 at 3:54 am in reply to: Interior Box that shows background image all around? #330678One more thing…
When I “Blank – No Header No Footer” template, I lose the boxed format; the color boxes go to the entire width of the page. I wanted to use that template to remove the header and footer, but it’s not working that way.
Can you tell me another way to remove the header and footer from this page…?
October 6, 2014 at 2:58 am in reply to: Interior Box that shows background image all around? #330662Ah, gotcha. I had put the background image into the Main Content area, not the General Styling. Thanks!!!
I fixed this by removing the Quick CSS. There must have been something else I did, but it’s working now. This can be closed.
August 30, 2014 at 9:40 am in reply to: Text Editor is missing style icon bar, and all text is white #311191Yeah, 2.9.2 solved the problem. Still weird to me that the problem just showed up all of a sudden.
This can be closed, though. Thanks!
- This reply was modified 10 years, 2 months ago by launchmoxie.
August 28, 2014 at 2:54 pm in reply to: Text Editor is missing style icon bar, and all text is white #310436Yikes! My bad. I’ll update today!
August 28, 2014 at 5:48 am in reply to: Text Editor is missing style icon bar, and all text is white #310224This reply has been marked as private.August 28, 2014 at 5:46 am in reply to: Text Editor is missing style icon bar, and all text is white #310223I tried disabling the Quick Redirect plugin per this article, but no go: https://kriesi.at/support/topic/advanced-layout-editor-button-not-working/
The “Avia Layout Builder” is checked in “Screen Options”.
August 28, 2014 at 5:42 am in reply to: Text Editor is missing style icon bar, and all text is white #310217Another symptom… I can’t insert an image from my Image Library at all, in either tab, using the “Add Media” button. It goes through the motions of letting me select an image and confirm the dialog, but then nothing happens.
I looked elsewhere and found reference to increasing PHP memory on the server. It’s set to 128MB in php.ini, .htaccess, and wp-config.php.
August 28, 2014 at 5:27 am in reply to: Text Editor is missing style icon bar, and all text is white #310214This occurs on OSX Chrome v36 and Firefox 31.0.
-
AuthorPosts