Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #133848

    Hi,

    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

    #133849

    Here it is. There are 2 tables I would like to format. (remove table border and control text field/column width.

    Thanks

    http://aarcs.ca/dog-application/

    #133850

    One other thing, my client would like to have pagination only on the mobile version of the portfolio. Is that possible?

    #133851

    I also would like the portfolio thumbnail links to open in a new window please.

    http://aarcs.ca/adoptable-animals/

    #133852

    Hi,

    I can’t access your website.

    “Your access to this site has been limited”

    Regards,

    Ismael

    #133853

    It 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!

    #133854

    In case my reply was confusing, I meant access should be OK now, not that I’ve found a solution yet :)

    #133855

    Hi,

    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

    #133856

    Sorry 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?

    #133857

    Hi,

    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

    #133858

    Hi 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

    #133859

    That 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?

    #133860

    Sorry I don’t think my screen shot of the form came through… not sure how to post that here.

    #133861

    Hi 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

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘contact 7 side by side text fields’ is closed to new replies.