-
AuthorPosts
-
August 7, 2013 at 6:11 pm #27386
Which is the best way to get side by side text fields? I would like to have “Name” and “Age” fields side by side, preferably without a table. If I have to use a table, I can’t control the width or extra borders.
http://aarcs.ca/dog-application/
Thanks
August 8, 2013 at 3:15 am #133848Hi,
You can use the column element, put them side by side. You can control the width of the table with css. Please create it using the table then give us a link to your website.
Regards,
Ismael
August 8, 2013 at 6:09 pm #133849Here it is. There are 2 tables I would like to format. (remove table border and control text field/column width.
Thanks
August 8, 2013 at 9:49 pm #133850One other thing, my client would like to have pagination only on the mobile version of the portfolio. Is that possible?
August 9, 2013 at 3:56 pm #133851I also would like the portfolio thumbnail links to open in a new window please.
August 10, 2013 at 8:39 am #133852Hi,
I can’t access your website.
“Your access to this site has been limited”
Regards,
Ismael
August 11, 2013 at 12:24 am #133853It should be OK now thanks.
The reason I have the above request about pagination on the mobile version of the portfolio, is that the page below crashes on the iPhone. It works fine on iPad and other mobiles we’ve tested. When I add pagination it works fine, but they don’t want pagination on the non-mobile version.
http://aarcs.ca/adoptable-animals/
Thanks! Overall theme is great!
August 11, 2013 at 12:29 am #133854In case my reply was confusing, I meant access should be OK now, not that I’ve found a solution yet :)
August 12, 2013 at 2:01 am #133855Hi,
It always say “”Your access to this site has been limited”” when I clicked on any links. I don’t see the original issue where you place a table for name and age fields.
Edit config-templatebuilder > aviashortcode > portfolio.php, find this code:
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);
Replace it with:
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a target='_blank' href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);
Regards,
Ismael
August 12, 2013 at 6:08 pm #133856Sorry about that. Our IT person says it should be OK now. Please check again.
http://aarcs.ca/adoptable-animals/
I checked config-templatebuilder > avia-shortcodes > portfolio.php and the code you mention doesn’t seem to be there at all. Should I add that line?
August 13, 2013 at 2:11 am #133857Hi,
You can find the code on line 305.
I really don’t see the Name and Age fields anywhere. Can you direct us to the correct page and give us a screenshot of what you’re trying to do?
Regards,
Ismael
August 13, 2013 at 4:13 pm #133858Hi Ismael,
Thanks for your patience with this. Here’s where the form is located:
http://aarcs.ca/dog-application/
It’s mainly the area where it says “list your current pets”. I would like to make the “pet age” text field/column narrower and the “Gender” column wider.
/Users/1/Desktop/dogform.png
August 13, 2013 at 4:17 pm #133859That line of code isn’t in my portfolio.php at all, so I’m confused.
In my portfolio.php line 305 says:
$output .= !empty($title) || !empty($excerpt) ? “<div class=’grid-content’><div class=’avia-arrow’></div>” : ”;
I’m looking within the enfold > config-templatebuilder > avia-shortcodes > portfolio.php. I haven’t updated to the latest enfold yet, so maybe it’s there?
August 13, 2013 at 4:19 pm #133860Sorry I don’t think my screen shot of the form came through… not sure how to post that here.
August 14, 2013 at 1:17 pm #133861Hi rhinocorp,
I’m not sure how the confusion happened but we aren’t support for Contact Form 7. Customization for third party plugins needs to be handled by that plugin author.
In this specific instance we would usually be able to assist anyhow but that table doesn’t have any css selectors to modify the width on the tables.
The pagination question is not doable as far as I know. The mobile version of the site is the same code as the desktop except it has the css adjusted to display better on mobile devices.
You should definitely update the theme so that you are also able to update to WordPress 3.6 since most plugins are now getting updates for it as well and being no different versions can start to cause compatibility issues as well as make it hard to give support since file contents may be different as you’ve already noticed.
Regards,
Devin
-
AuthorPosts
- The topic ‘contact 7 side by side text fields’ is closed to new replies.