-
Search Results
-
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()));
?>
Thank you for adjusting date format on v2.1!
I still found a missing place at:
line 72 of enfold/includes/loop-author.php
the_time(‘d M Y’)
should be
the_time(get_option(‘date_format’))
Thank you!
Topic: Fullscreen Slider
Hi there!
Using the Fullscreen Slider I got this error message
« Warning: trim() expects parameter 1 to be string, array given in /srv/www/vhosts/heartworking.ch/subdomains/pci/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 447 »
Can you help me?
Thanks
My website is http://web.guru99.com/
1. Open the website web.guru99.com
2. Click on PHP tutorial link in the top left of the web page
3. Click on the tutorial 1 link “What is PHP, First PHP program”
4. Check for the link “You are here: Home / PHP / WHAT IS PHP, FIRST PHP Program” in the top left of the tutorial 1 page
5. Click on the PHP hyperlink (Middle)
6. Now webpage http://web.guru99.com/category/php/ is opened
7. Click on the recent tab in the right side of the page
8. Click on the first link in the recent tab
9. Click on the back button in the browser
10.Click on Answers link in the recent tab
Actual Result:
Links are broken . Error 404: Page not found error is displayed
Expected Result:
There should not be any broken links
For more information please see this picture – http://imgur.com/ijXby7s
So how can i fixed it
Please help
Topic: Error with contact form
Hi,
on http://energiefrey.de/kontakt/angebotscheck/ i am using the visual form builder pro.
On my test server everything went fine, but after the site has gone live on another server, either uploading via the form does not work or i do receive this error message. VFB asked me to post in the theme forum as well to see if one can offer a solution. So, your help is appreciated:
Warning: Illegal string offset ‘size’ in /www/htdocs/w0104318/wp-content/plugins/visual-form-builder-pro/includes/email.php on line 298
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /www/htdocs/w0104318/wp-content/plugins/visual-form-builder-pro/includes/email.php:298) in /www/htdocs/w0104318/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line27
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w0104318/wp-content/plugins/visual-form-builder-pro/includes/email.php:298) in /www/htdocs/w0104318/wp-includes/pluggable.php on line 875
Thanks for your help & have a nice day,
Sebastian.


