Forum Replies Created

Viewing 30 posts - 62,011 through 62,040 (of 67,003 total)
  • Author
    Posts
  • in reply to: Portfolio Grid – Portfolio Categories not displaying #199823

    Hi!

    Glad you fixed it. I’ll notify Kriesi. Did you recently update to WordPress 3.8?

    Dude provided a fix here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Cheers!
    Ismael

    in reply to: Ordering Porfolio Items #199822

    Hi!

    1.) Create two different pages then insert the Portfolio Grid element. Configure the element for each page, select 4 under Posts Number on the first page and select 10 on the other.

    2.) You can add this on functions.php:

    function custom_post_grid_query( $query, $params ) {
    $query['orderby'] = 'date';
    $query['order'] = 'ASC';
    return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);

    Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Best regards,
    Ismael

    in reply to: Reduce the header's height #199821

    Hey oliviad!

    You can add this on your custom.css or Quick CSS to reduce the height of the header.

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }

    Use this to decrease the top padding of the main container as you reduce the header height:

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    Cheers!
    Ismael

    in reply to: Adding Slideshare to header social icons #199817

    Hey MtnStreamGroup!

    What type of header do you have? Please check on Enfold > Header > Header Type. Also, please check if the Slideshare icon is available on http://fontello.com/. If not then you might need to create the icon manually.

    Regards,
    Ismael

    in reply to: Parallax Circle like the one on your homepage #199814

    Hey j1980mac!

    I’m not sure if this is a plugin or Kriesi made it himself. Let me ask the other support members.

    Regards,
    Ismael

    in reply to: Broken CSS after changing permalink in Enfold #199812

    Hi djg970!

    Please check if this file exist wp-content/uploads/dynamic_avia/enfold.css. Reset the predefined color scheme on Enfold > Styling to flush the css settings. Do this a few times. Please give us a a link to the website.

    Best regards,
    Ismael

    in reply to: Z index Problem #199809

    Hey kecster2!

    Add this on your custom.css or Quick CSS:

    #av_section_1 {
    z-index: 20;
    position: relative;
    }

    Cheers!
    Ismael

    in reply to: menu color #199808

    Hey kecster2!

    Edit header.php, find this code:

    /*
                                * Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
                                */
                                do_action('avia_meta_header');
                            echo '</nav>';

    Below, add this code:

    echo "<div class='header-buttons'>";
    						echo "<a href='' class='header-button header-chat'>LIVE CHAT Online</a>";
    						echo "<a href='' class='header-button header-contact'>Contact Us</a>";
    						echo "</div>";

    Edit Quick CSS or custom.css then use this

    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    }
    
    .header_color .header-buttons a {
    display: block;
    padding: 5px 10px 5px 20px;
    float: left;
    color: white;
    }
    
    .header-buttons a.header-contact{ background: green url(ICON URL HERE) left center no-repeat; }
    .header-buttons a.header-chat{ background: blue url(ICON URL HERE) left center no-repeat; }

    You need to provide your own icon image as background. It should be transparent.

    Regards,
    Ismael

    in reply to: Menu questions #199803

    Hi MaxMyBody1!

    Please refer to this link: http://codex.wordpress.org/Appearance_Menus_Screen#Rearranging.2C_Configuring.2C_and_Deleting_Menu_Items

    Create a single menu then drag a menu item slightly to the right of the menu item above it to create a hierarchy (parent/child) relationship in the menu. This will create a drop down menu.

    Cheers!
    Ismael

    in reply to: no Slider #199800

    Hey!

    What type of header do you have? Please check on Enfold > Header > Header style.

    Regards,
    Ismael

    in reply to: Inconsistent main menu and sub menu on-states #199799

    Hi Glyphism!

    Can you please give us a link to the website?

    You need to set sub pages.

    1.) Go to Administration > Pages > Edit the existing pages.
    2.) In the right menu, click the “Page Parent” drop-down menu. The drop-down menu contains a list of all the Pages already created for your site.
    3.) Select the appropriate parent Page from the drop-down menu to make the current Page a child Page.

    This page hierarchy will also be reflected on the menu items.

    Cheers!
    Ismael

    in reply to: Masonary Error Message #199793

    Hey sgrobert!

    There must be a plugin conflict with the theme. Please deactivate all plugins, see if the issue goes away. Activate the plugins again one at a time.

    Regards,
    Ismael

    Hi bvalliance!

    You can do that on Settings > General > Date Format, select custom then add this format M j, Y.

    Best regards,
    Ismael

    in reply to: Socket #199782

    Hi MtnStreamGroup!

    1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.

    2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.

    3.) Edit footer.php, find this code on line 115:

    </div>
    
    	            <!-- ####### END SOCKET CONTAINER ####### -->
    				</footer>

    You can manually place the second logo on top of it.

    Regards,
    Ismael

    in reply to: bold font color #199781

    Hey!

    Change the color of the bold font using this:

    .main_color b {
    color: red;
    }

    And the links using this:

    .main_color a {
    color: black;
    }

    Regards,
    Ismael

    in reply to: Slider background full width #199441

    Hey!

    I applied the background image again on Global Settings. Please add this on your custom.css or Quick CSS:

    .ls-inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    }

    Cheers!
    Ismael

    in reply to: Adding a PDF download link to a website #199437

    Hi!

    Place it on http://naturaintegrativehealth.com/wp-content/themes/enfold/pdf folder. You can create a pdf folder if it doesn’t exist then add the pdf file there. Use Josue’s code:

    <a href="http://naturaintegrativehealth.com/wp-content/themes/enfold/pdf/sample.pdf">Download Sample</a>

    Cheers!
    Ismael

    in reply to: Instant Ajax Search on sidebar? #199436

    Hey!

    Hmm.. Maybe you just need to remove browser cache then reload the page a few times. Test it on another browser.

    Regards,
    Ismael

    in reply to: Slider under Header #199435

    Hey!

    You can use this instead:

    #layer_slider_1 {
    position: relative;
    margin-top: -88px;
    }

    Regards,
    Ismael

    in reply to: AJAX Gallery in Posts #199432

    Hi!

    Can you please give us a link to the page with the gallery?

    Best regards,
    Ismael

    Hey!

    Add this on your custom.css or Quick CSS:

    .title_container {
    display: block;
    }

    Best regards,
    Ismael

    in reply to: Slider under Header #199420

    Hi!

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

    #main {
    position: relative;
    top: -88px;
    }
    
    .header_bg {
    opacity: .5;
    filter: alpha(opacity=50);
    }

    Regards,
    Ismael

    in reply to: Add custom classes on specific elements #199418

    Hey,

    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. For example, add “awesome-textblock”.

    You can add something like this on your custom.css or Quick CSS:

    .avia_textblock.awesome-textblock p {
    background: blue;
    padding: 10px;
    font-size: 20px;
    }

    Regards,
    Ismaels

    in reply to: Enfold: LayerSlider is not centered on iPad Mini #199405

    Hi!

    1.) I’m sorry but I didn’t notice the link when I first check your inquiry. Did you set 100% on the Global Settings > Slider Width? Turn on the Responsive option then specify the screen width on Responsive under and Layers Container.

    2.) Please elaborate this “font style doesn’t look as it’s supposed to be (i.e. bold)”. A screenshot will help.

    3.) I don’t see the slice of background on the right when I check the site.

    Regards,
    Ismael

    in reply to: Slider background full width #199403

    Hey!

    Please don’t set a Background image on Global Settings. Set the background image on each slide, look for Slide options > Image. I added a background image on the first slide. You can do the rest.

    Cheers!
    Ismael

    in reply to: Removing specific portfolio items from portfolio grid #199400

    Hi!

    You can do what Josue instructed. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 658:

    $query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'post_type' => $params['post_type']);

    Add the post__not_in parameter plus the posts id that you want to remove on the portfolio grid. As example, remove the “Cascade House” and the “The Natai” entry using this:

    $query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'post_type' => $params['post_type'], 'post__not_in' => array( 17,62 ));

    If you can’t find it, you can add this on functions.php:

    function custom_post_grid_query( $query, $params ) {
    	$query['post__not_in'] = array( 17,62 );
    	return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);

    Cheers!
    Ismael

    Hi!

    No, it doesn’t work like that. It will only navigate posts or portfolio items which share the same category. You can create a unique category for portfolio items then add it on items with category 1, category 2 and category 3.

    Best regards,
    Ismael

    in reply to: Heading Font not changing #199392

    Hey!

    I think you’re using the Layer Slider. You can edit the layer then go to Attributes panel. Add a unique css class selector, example “awesome-layer”. Apply the font on Quick CSS:

    .awesome-layer {
    font-family: 'Raleway', sans-serif !important;
    text-transform: capitalize !important
    }

    You can use media queries to change the font size on smaller screens:

    @media only screen and (max-width: 767px) {
      .awesome-layer {
      font-size: 13px;
      }
    }

    Best regards,
    Ismael

    in reply to: Instant Ajax Search on sidebar? #199388

    Hi!

    I checked the search form and it is working properly. You just need to add this on Quick CSS:

    .flex_column.av_one_fourth.first.avia-builder-el-5.el_after_av_one_half.column-top-margin {
    z-index: 999;
    }

    Best regards,
    Ismael

    in reply to: Menu names #199387

    Hi!

    The theme location name is “avia”.

    //ADD LOGIN LINK TO MENU
    add_filter('wp_nav_menu_items', 'voodoo_loginout_link', 10, 2); 
    
    function voodoo_loginout_link($items, $args) {
    if( $args->theme_location == 'avia' ) {
    $voodooredir = htmlspecialchars($_SERVER['REQUEST_URI']);
    $loginoutlink = wp_loginout($voodooredir, false);
    return $items . "<li> $loginoutlink </li>";
    }
    return $items;
    }

    Cheers!
    Ismael

Viewing 30 posts - 62,011 through 62,040 (of 67,003 total)