-
Search Results
-
Hello,
I use the Easy slider when I choose the “slide” Transition it works fine, but when I choose “Fade” Transition I get the error
“Warning: trim() expects parameter 1 to be string, array given in /var/www/helgipetersen.com/lyd/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 447”How can I fix that?
Site: acstemps.com just tried install today. I know I installed correct file.
Getting these odd below messages.Warning: session_start() [function.session-start]: open(/home/content/04/11791704/tmp/sess_3tlijs48dhbld0jeq6te61nhd7, O_RDWR) failed: No such file or directory (2) in /home/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Topic: Problem with update
I just updated to the latest version and received this error when I tried to go to my site: Fatal error: Call to undefined function get_header() in /homepages/19/d178762827/htdocs/wordpress-Backup/index.php on line 9
As I’m not a coder, I have no idea what this means or how to fix it.
Please Help
Last Friday, Josue hooked me up with a solution to this problem:
https://kriesi.at/support/topic/right-float-social-icons-and-custom-items-to-upper-left-of-header
However, it turns out, by putting our form in the <form> tag as he indicated, makes the form not work. The styling was perfect, but the form (ContactForm7) wouldn’t operate.
Now, we have this in the header. So, we’re not putting the form within any kind of div, etc. Should we? Have tried multiple ways but can’t get it to work.
<div class=’container’>
<?php echo do_shortcode( ‘[contact-form-7 id=”97″ title=”Get Updates”]’ ); ?>
Then, for custom styles, we have this. We’re getting the colors and fonts we want etc., but obviously want the submit button to appear to the right of the text field – and then not mess up the upper right float of the social icons:
input[type=”text”] {
display: inline-block;
}
input[type=”submit”], #submit, .button{
display: inline-block;
background-color: #808080 !important;
text-transform:lowercase;
}
input[type=”submit”]:hover, #submit:hover, .button:hover {
background-color: #80a5d5 !important;
}
What are we missing?! Thanks again – Cory
Hi,
I followed instructions and added login/register links to the top bar (Thanks!).
However, the top bar is NOT responsive anymore after the addition. Meaning the login/register division would overlap with phone-info and language selector when screen is resized to a smaller window. It looks even uglier on iPad and tablets.
Question: How can I make the new links responsive? In other words, make them move along with the phone-info and language selector?
This is what I added,
In header.php file, in //display the small submenu, right below “echo $nav;” and before “$phone = avia_get_option(‘phone’);”
echo “<div class=’login_buttons’>LOGIN | REGISTER</div>”;
and then added,
.login_buttons{
position: absolute;
top: 5px;
left: 750px;
}
to the custom.css.
I also tried to use position: float, which is what’s used for phone-info but that would put “login/register” links right under the social links on the left.
BTW, I tried to add css code to the Quick CSS field, saved it, but page would never take the css codes. Only takes it when it’s written in the custom.css file. This is the second time it happened. The first time was when Devin and Josue were helping me with a custom portfolio-box css code. I tried 10+ times to add the code, thought was there but Devin found out it was never loaded. Not sure what might have caused this issue.
Thanks,
Hi guys,
I am transfering a large site over to enfold but am having some difficulties with the custom post type titles for archive pages. I have a template for the CPT and a portion snipped and pasted below. What I want is to display something different from the current “Archives” heading that current displays here: http://the758.com/restaurants/
<?php
global $avia_config, $more;
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();
echo avia_title(array(‘title’ => avia_which_archive()));
?>

