Forum Replies Created

Viewing 30 posts - 61,771 through 61,800 (of 67,053 total)
  • Author
    Posts
  • in reply to: Display Portfolio based on Tag #205273

    Hey Design!

    No, that is not possible with the Portfolio Grid element but you can do it using the Blog Posts element. On “Do you want to display blog posts?” option, choose “Display entries from a custom taxonomy”. “Which Entries?” should be “Post Tag”. Choose the Grid Layout for the “Blog Style” option to make it look like the Portfolio Grid layout somehow.

    Cheers!
    Ismael

    in reply to: Enfold > Gravity Forms > Button > Hover #205271

    Hey David!

    You can use this:

    .main_color input[type='submit']:hover {
    background: orange;
    color: white !important;
    }

    Best regards,
    Ismael

    Hey!

    I’m sorry but can you please post a screenshot of what you’re trying to do? A link to the actual website will help.

    Regards,
    Ismael

    in reply to: Sidebar Menu #205269

    Hey!

    You can remove the nested sidebar pages on Enfold > Sidebar > Page Sidebar navigation. Save changes.

    Cheers!
    Ismael

    in reply to: Preview Changes Not Working #205268

    Hey photobooth214!

    Can you please give us a link to the page? Do you have a cache plugin? Please disable it while editing the page.

    Best regards,
    Ismael

    in reply to: Mobile #205267

    Hi!

    I checked the links or pages where you said it’s not working. This is what I see. The button is present on those pages:

    Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205265

    Hi!

    I’m sorry about that. Have you tried Dude’s recommendation? I’m sure it will work. :)

    Cheers!
    Ismael

    Hi jbenn!

    Can you please give us a link to the actual website? Please try to increase the wordpress php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Font size in the socket #205259

    Hi!

    Glad it worked. Please don’t forget to remove browser cache then reload the page a few times to see the changes.

    Regards,
    Ismael

    in reply to: Contact & cart icons #205258

    Hey!

    You can use this for the sub or top menu:

    .sub_menu>ul>li:hover a {
    background: gray;
    padding: 10px 0 5px 0;
    }

    Cheers!
    Ismael

    in reply to: Multiple(or two) Logos #205255

    Hi iceadmin!

    No, that is not possible at the moment. You need to manually modify the theme to have two different logos on different pages. Please hire a freelance developer to add the second logo. You can visit http://werkpress.com/.

    Best regards,
    Ismael

    in reply to: Adding new templates for custom post type additions #205254

    Hey!

    If I am not mistaken it will return the name of the CPT. Please test it further. :)

    Best regards,
    Ismael

    in reply to: Table Styling – Real Estate IDX plugin #205253

    Hey rcribble!

    Can you please give us a link to the actual page with the table? We need to inspect it. The image you posted is incorrect.

    Cheers!
    Ismael

    in reply to: Slow-loading Layerslider and Portfolio Grid #205252

    Hey kirzy!

    The whole site loads completely in less than 10 seconds on my end including the LayerSlider. That is fast considering how slow the internet connection that I use compare to other internet service providers. I can only suggest to upgrade the hosting services since you already made some page speed optimization.

    Regards,
    Ismael

    in reply to: home page spacing #205251

    Hey!

    Please use this:

    .page-id-18 .flex_column.av_one_fourth {
    margin-top: 5px;
    }

    Regards,
    Ismael

    in reply to: WPML Language Selector for social nav #205247

    Hi!

    Please add this on your custom.css or Quick CSS to adjust the height then position the language selector properly:

    #lang_sel_click a, #lang_sel_click a:visited {
    line-height: 5px;
    }
    
    #lang_sel_click {
    position: absolute;
    top: -10px;
    left: -150px;
    }
    
    #lang_sel_click .sub_menu li ul {
    top: 26px;
    left: 10px;
    border-top: none;
    }

    Cheers!
    Ismael

    in reply to: Contact form doesn't send me a mail #205244

    Hey!

    Please use this plugin to prevent emails from going into the junk or spam folders: http://wordpress.org/plugins/easy-wp-smtp/

    We always recommend the Contact Form 7 plugin.

    Best regards,
    Ismael

    in reply to: Youtube Embed Options #205243

    Hey EvanMPW!

    You can use a Text Block then switch to the Text editor. Add the youtube embed code under Share panel.

    <iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0" frameborder="0" allowfullscreen></iframe>

    The “?rel=0″ at the end of the URL will disable the suggested videos. You can also add “&autoplay=1″ to enable auto play.

    <iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>

    Best regards,
    Ismael

    in reply to: adding a social icon #204963

    Hey!

    Please try to use this instead:

    .page-id-1195 .av_font_icon.avia-icon-pos-left {
    position: relative;
    left: 40%;
    margin-right: 10px;
    }

    Adjust the right margin. :)

    Regards,
    Ismael

    in reply to: Change lenght border bottom #204942

    Hey!

    Did you try the solution above?

    Cheers!
    Ismael

    in reply to: Change lenght border bottom #204935

    Hey Ben!

    Can you please give us a link to the website? I’m not sure what part of the header the screenshot is pointing to because of the modifications that you did with the theme. Anyway, you can change the border width using this on Quick CSS:

    #header_main {
    border: none;
    }
    
    #header_main .container {
    border-bottom: 1px solid #e1e1e1;
    }

    This will remove the #header_main border then add a bottom border on #header_main container.

    Best regards,
    Ismael

    Hey!

    I’ll ask Dude for a solution. Please wait for his response.

    Best regards,
    Ismael

    Hey!

    My bad! Glad it worked. :)

    Cheers!
    Ismael

    in reply to: AddThis Facebook icon doesn't grab proper text or photo. #204923

    Hi jgdoyle1!

    Please try to edit header.php, find this code:

    <meta charset="<?php bloginfo( 'charset' ); ?>" />

    Below, add this code:

    <meta name="description" content="<?php echo get_the_excerpt(); ?>" />
    <link rel="image_src" href="<?php echo avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); ?>" />

    Make sure that you set a featured image on every post or page. Modify the excerpt using the Excerpt metabox. Enable it on Screen Options then tick the Excerpt.

    Regards,
    Ismael

    Hi!

    You can replace the code on slideshow.php, line 484:

    if(trim($title) != "") $title = "<h2 class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";

    Replace it with:

    if(trim($title) != "") $title = trim(apply_filters('avf_slideshow_title', $title));

    Edit each images on the Easy Slider element then manually add the h1 or h2 tag as the caption title. Include the “avia-caption-title” selector to retain the styling.

    <h1 class="avia-caption-title">This is a title.</h1>

    If you want it to be h2. Just add a caption title like this:

    <h2 class="avia-caption-title">This is a title.</h2>

    Cheers!
    Ismael

    in reply to: Adding new templates for custom post type additions #204917

    Hey!

    Please try to add this on the child theme’s functions.php:

    add_filter('avf_title_args', 'alter_single_post_title', 10, 2);
    function alter_single_post_title($args,$id)
    {
    if (is_single())
    {
    $args['title'] = ucfirst(get_post_type($id));
    $args['link'] = get_permalink($id);
    }
    
    return $args;
    }

    Best regards,
    Ismael

    in reply to: Blog Image Sizes #204916

    Hi Scott!

    Please add this on your custom.css or Quick CSS:

    .small-preview img {
    width: 100%;
    height: 100%;
    }

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: dummy data & wpml problems #204915

    Hey!

    Please download the latest version of the theme, Enfold 2.4.4. Update the theme via FTP. Please watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    On wp-config.php file, please add this code at the very bottom:

    define('WP_MEMORY_LIMIT', '256M');

    Please post the login details here as a private reply. We would like to inspect it.

    Best regards,
    Ismael

    in reply to: Color Section Bug… #204914

    Hi pc37075!

    1.) Can you please post a screenshot of Color Section bug? Please elaborate the issue.

    2.) Use this on your custom.css or Quick CSS to adjust the height of the social icons:

    #text-10 .size-full {
    width: 40px;
    }

    Cheers!
    Ismael

    in reply to: Mobile #204913

    Hi JMH_International!

    It should be visible for all pages. Can you please give us a link to the page without the scroll to top button? Please add this on your custom.css or Quick CSS to enable the button on mobile devices:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #scroll-top-link{display: block;} /*iphones etc scroll better by tapping the status bar at the top of the screen*/
    }

    Regards,
    Ismael

Viewing 30 posts - 61,771 through 61,800 (of 67,053 total)