Forum Replies Created

Viewing 30 posts - 60,241 through 60,270 (of 66,126 total)
  • Author
    Posts
  • in reply to: Portfolio entry won't show by Category #214663

    Hey Js-interactive!

    Where did you send the login details? Please post it here as a private reply.

    Best regards,
    Ismael

    in reply to: Single Portfolio: 2/3 Gallery #214662

    Hi Monique!

    I’m sorry but I don’t see the difference between the two. Can you please elaborate? Add this on Quick CSS to set the thumbnail image on the navigation to 100% width with a minimum height and width of 80px:

    .avia-post-nav .entry-image img {
    border-radius: 100px;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 80px;
    min-width: 80px;
    }

    Cheers!
    Ismael

    in reply to: Why does my Logo keep jumping in size? #214661

    Hi!

    Please try this on Quick CSS to fix the logo on initial load:

    .logo img {
    height: 130px;
    width: 181px !important;
    }

    Cheers!
    Ismael

    Hey biklops!

    It does work on my end. If you select 50%, the color section’s container css will be set like this:

    .av-minimum-height-50 .container {
    height: 205px;
    }

    75% will look like this:

    .av-minimum-height-75 .container {
    height: 308px;
    }

    Cheers!
    Ismael

    in reply to: Adding a sendpepper smartform to a page breaks it #214656

    Hi ClaireBrummell!

    I’m sorry but we don’t support third party plugins. Please contact the plugin author, maybe they can give you some insights on why this is happening.

    Regards,
    Ismael

    in reply to: Grayscale support …. help needed #214655

    Hey Mario!

    I’m sorry but this is beyond the scope of support. The code you posted above is not enough to create a grayscale effect. You need to hire a freelance developer to modify the masonry images.

    Cheers!
    Ismael

    Hey!

    I don’t see the overlay anymore. Please remove browser cache then reload the page a few times. Test it on another browser.

    Best regards,
    Ismael

    in reply to: Font Awesome in menu #214652

    Hi studio-dlhastings!

    You can generate the Icon shortcode on a page then get the icon shortcode’s actual html. You can do this using google chrome. Inspect the elements to see the actual markup. It looks something like this:

    <span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello"></span></span>

    Create a custom link on Appearance > Menus then add the code above as menu label.

    Cheers!
    Ismael

    Hi Chris!

    You can use this on Quick CSS to change the title:

    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    }

    Use this one for the iconbox content:

    .iconbox_content_container {
    font-size: 15px;
    color: red;
    }

    Best regards,
    Ismael

    in reply to: Error : undefined index #213886

    Hey!

    Please try to disable existing plugins, see if the errors are gone. Activate them again one at a time to find the chaotic plugin.

    Regards,
    Ismael

    Hi!

    1.) Edit the text layer then go to Style panel > add this on the Custom styles field: text-align: justify;

    2.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.

    3.) Edit the slide then look for Slide Options > Transitions, click the “Select all” toggle under “Built-in 3D transitions”. Select an effect on “Built-in 2D transitions”. Save changes.

    Best regards,
    Ismael

    in reply to: layer slider shift #213869

    Hi!

    I’m not seeing the shift anymore. I’ll ask the rest of the support team to check the page.

    Cheers!
    Ismael

    in reply to: Change Logo Shrink #213865

    Hey!

    Let’s start again. Switch to “Small Fixed Header” on Enfold > Header > Header Type. Use a logo with the actual dimension of 340×156px without the bottom padding. Upload it on Enfold > Theme Options > Logo, select the “Full size” before you click the “Use image as logo” button. Add this on Quick CSS to resize the header and show the full width and height of the logo:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
    
    .logo, .logo a, .logo a img {
    max-width: 340px !important;
    }

    Please let us know if this is done then give us a link to the test page.

    Best regards,
    Ismael

    in reply to: CSS Styling on tables and footnotes #213860

    Hi!

    The width will depend on the content length. Actually, you can use the rendered html of the shortcode on a Text Block. The table html should look like this:

    <table class="avia-table avia-data-table" itemscope="itemscope" itemtype="http://schema.org/Table">
        <tbody>
            <tr class="">
                <td class="width_70">Content here</td>
                <td class="width_30">Content here</td>
            </tr>
            <tr class="">
                <td class="width_70">Content here</td>
                <td class="width_30">Content here</td>
            </tr>
            <tr class="">
                <td class="width_70">Content here/td>
                <td class="width_30">Content here</td>
            </tr>
        </tbody>
    </table>

    I added the css class name width_70 and width_50. You can specify the width on Quick CSS:

    .width_70 {
    	width: 70%;
    }
    
    .width_30 {
    	width: 30%;
    }

    Cheers!
    Ismael

    Hi!

    Glad we could help. :)

    Cheers!
    Ismael

    in reply to: Issues with blog #213852

    Hi!

    Please add this on Quick CSS or custom.css:

    header.entry-content-header {
    display: block;
    }

    Flush the cache plugin settings to see the effect.

    Regards,
    Ismael

    in reply to: Category display #213842

    Hey!

    I edited Dude’s code a bit, please try it again.

    Best regards,
    Ismael

    in reply to: Mobile menu not visible #213838

    Hi shoottherabbit!

    I can’t access the website. This message shows when I visit the link “Forbidden – Users from your country are not permitted to browse this site.”. Please remove the restrictions.

    Cheers!
    Ismael

    in reply to: blog post title removed when link #213836

    Hey!

    I’m not so sure why but the title is being replaced with the pdf image. I placed the pdf image button below the text and the title started to show again. Let me ask Dude about this.

    Cheers!
    Ismael

    in reply to: Mega Menu that knocks down slider below on click or hover #213820

    Hey Jyles!

    You can use the “Non-fixed header with social icons and additional navigation”. Add this on Quick CSS to move the top menu on the left and the social icons to the right:

    .sub_menu {
    position: absolute;
    left: 0;
    }
    
    #top .social_bookmarks {
    position: absolute;
    right: 0;
    }

    Please hire a freelance developer to modify the css styling of the header.

    Regards,
    Ismael

    in reply to: Adding prettyphoto to ex. and icon #213817

    Hi!

    Do you want to see the actual shortcode? You can switch the Advance Layout Builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will the shortcodes below the avia builder. If you want to edit the iconbox icon, you can edit config-templatebuilder > avia-shortcodes > iconbox.php.

    Cheers!
    Ismael

    Hi!

    Please add this on Quick CSS:

    .main_color div.hr span, .main_color div.hr {
    	border-color: blue;
    }

    Alter the border color.

    Cheers!
    Ismael

    in reply to: Max Height for Post Slider #213719

    Hi!

    You can but it will stretch the images to an ugly proportion.

    .avia-content-slider .slide-image img {
    max-height: 200px;
    width: 100%;
    }

    Please try to use images with the same ratio or dimension. Edit or crop them first before uploading.

    Cheers!
    Ismael

    in reply to: One page portfolio on Demo for Enfold #213718

    Hey kylehogan!

    Switch to Advance Layout Builder then insert the Color Section. Add a background image then select “Fixed” for background position. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/

    Best regards,
    Ismael

    in reply to: Masonry Gallery Infinite Scroll #213717

    Hey hughjames!

    Edit config-templatebuilder > avia-shortcodes > masonry_gallery.php, find this code on line 63:

    "subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),

    Replace 100 with 1000 or more.

    "subtype" => AviaHtmlHelper::number_array(1,1000,1, array('All'=>'-1'))),

    Configure the masonry gallery then set the “Image Number” to 1000. Disable the “Pagination” option.

    Regards,
    Ismael

    in reply to: add Filter to sort Portfolio Grid by custom sort #213714

    Hey!

    You can use this:

    add_filter('avia_post_grid_query', 'avf_custom_post_grid_query');
    
    function avf_custom_post_grid_query ( $query ) {
    $query['orderby'] = 'rand';
    return $query;
    }
    

    Best regards,
    Ismael

    in reply to: CSS Styling on tables and footnotes #213713

    Hey!

    Unfortunately, that is not possible using the Table element of the theme. You need to manually create your own table if you want to define a certain width on the table columns.

    Best regards,
    Ismael

    in reply to: Center 2/3 Column #213711

    Hi!

    Kriesi is working on the video implementation to the slider and it will be release soon enough. :)

    Best regards,
    Ismael

    in reply to: layer slider shift #213710

    Hey!

    No, I don’t think it is the layerslider. There must be an unclosed tags again on those pages.

    Regards,
    Ismael

    in reply to: Color Section – Fixed Image problem on Mobile #213708

    Hi!

    Can you please give us a screenshot of the issue? The first link that you gave us looks fine on mobile view: http://quirktools.com/screenfly/#u=http%3A//hermitagehills.staging.wpengine.com/new/overview/&w=320&h=568&a=37&s=1 (hosted on WPengine)

    Best regards,
    Ismael

Viewing 30 posts - 60,241 through 60,270 (of 66,126 total)