Forum Replies Created

Viewing 11 posts - 61 through 71 (of 71 total)
  • Author
    Posts
  • in reply to: Easy slider size. I don't get it… #118512

    You need to choose “No scaling (Original image size)” for the slideshow image size and you also need to change the setting below the slideshow image size (the one about whether the image stretches to fit the slide) to “No, don’t stretch my image etc”. That will ensure your slider is only the size of the image you upload.

    in reply to: Easy Slider size #117656

    Not true TechShad and gianmarizzi. I am using the Fullwidth Easy Slider with images that are 300px in height, and that’s the height of the slider. You have probably not changed the “Stretch image to fit slideshow” element setting from “Yes, stretch my image” to “No, don’t stretch the image etc”. Without changing that setting the image will stretch to fit the entire page, which automatically adjusts the height aswell.

    There is no need to add custom CSS unless you want the image to actually stretch across the entire screen, in which case you could always upload an image with the maximum width dimension that you are using with your theme (but that may involve having very big image file sizes and may not always look how you want it to on different size screens).

    in reply to: Easy Slider size #117652

    I think if you choose the ‘no scaling (original width and height)’ option from within the Easy Slider element (using the Avia page builder), the slide then takes on the dimensions of your image. So if your images are 200px in height, the slider will be aswell.

    in reply to: Add widget to error404.php page #116223

    Sorry Ismael, am I missing something? You’ve just given me the identical code that already exists on the error404.php and that I referenced in my 2nd post!!

    That code displays the combo widget in the main content area of the 404 page. I want to add a custom menu or pages widget above this (or actually even above the search bar that appears above the combo widget)

    Thanks,

    Matt

    in reply to: Add caption to gallery lightbox #116731

    Hi Nick,

    Yes, I know I can add a caption to the gallery images that will show up as a tooltip when the thumbnail is hovered over. But I was wondering if I could have that same caption appear on the lightbox image that appears once you click on the thumbnail and also if that caption could appear permanently underneath each thumbnail (in addition to the tooltip).

    Thanks,

    Matt

    in reply to: Gallery images faded until scroll #116619

    Hi Nick,

    I am using the latest theme. It seems to be an intermittent problem though, so it’s not an issue at the moment! I can’t reproduce the problem currently.

    I distinctly remember commenting out line 260 (not 261, from memory) of avia.js was one of the workarounds for fixing the ‘tooltip not displaying’ problem, which I used at first but then found another post where the moderator had given the following CSS fix:

    .avia-gallery-thumb .image-overlay.overlay-type-image {
    display: none !important;
    }

    so I used that instead and uncommented line 260. The overlay still appears on hover but the link symbol doesn’t, which fixes the tooltip problem, but didn’t sort the problem that is the subject of my initial post. I have now uncommented line 260 aswell and will keep an eye out for the issue again…

    Thanks,

    Matt

    in reply to: Add caption to gallery lightbox #116729

    Thanks Ismael

    in reply to: Add widget to error404.php page #116220

    Hi Dude,

    I already have the pages widget added to the sidebar, but I wanted to add it in to the main content area of the error404.php page, not a sidebar, just below the search box that appears and above where the avia combo widget appears. I have looked at the error404.php page and want the widget to appear above or instead of the code below:

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    <?php
    the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
    'before_widget' => '<div class="widget avia_combo_widget">',
    'after_widget' => '</div>',
    'before_title' => '<h3 class="widgettitle">',
    'after_title' => '</h3>'
    ));
    ?>

    I tried to change the widget name in the code above to the pages_widget, but it didn’t work!

    Hi Dude,

    I had a similar need for multiple portfolios like the OP, but when I added your code suggestion it removes the prev/next completely. Is there a way to keep that functionality but still have a portfolio per category?

    Thanks,

    Matt

    in reply to: Contact Form Not Working #115161

    Thanks Devin

    in reply to: Enfold Feature Requests #114548

    The theme is near perfect, but I would like to see:

    1) Add additional field types to contact form (e.g. date picker).

    2) Ability to easily add phone/contact details somewhere in the header

    3) Menu option to change/remove copyright message and link

    4) Image alignment dropdown option to work in 1/3 column layout (doesn’t move the image at all, whichever alignment I choose; image is smaller than column width, so there is room to align)

    5) Contact form validation to work for additional fields (only seems to work if you use the default form fields)

    Cheers,

    Matt

Viewing 11 posts - 61 through 71 (of 71 total)