Forum Replies Created

Viewing 30 posts - 60,811 through 60,840 (of 67,003 total)
  • Author
    Posts
  • in reply to: Replace breadcrumbs with social icons #219797

    Hi GZAM!

    What is the type of header you’re using? We can edit header.php to replace the breadcrumb with social icons but we need to know the kind of header you’re using.

    Best regards,
    Ismael

    in reply to: Blog – Latest News Permalink #219796

    Hey xyzb!

    Please add this on functions.php, this will display the first category of the post:

    add_filter('avf_title_args', 'alter_single_post_title', 10, 2);
    function alter_single_post_title($args,$id) {
    
    	$category = get_the_category($id); 
    	
    	if (is_single()) {
    		$args['title'] = ucfirst($category[0]->cat_name);
    		$args['link'] = get_permalink($id);
    	}
    
    	return $args;
    }
    	

    Best regards,
    Ismael

    Hi Lynn!

    1.) Use this for the button:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-button {
    right: 200px;
    width: 200px;
    }
    }

    2.) Hide the layer slider on mobile devices using this:

    @media only screen and (max-width: 768px) {
    .avia-layerslider {
    display: none;
    }
    }

    Regards,
    Ismael

    in reply to: Footer + WPML + Latest News Widget issues #219789

    Hey diskdaddy!

    If I am not mistaken you need to use the Widget Logic plugin.

    http://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Best regards,
    Ismael

    in reply to: Hiding very top Banner so not a double navigation #219784

    Hi!

    Add this to move the image map below the table on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .page-id-1195 .flex_column.av_one_half.avia-builder-el-11.el_after_av_one_half {
    clear: both;
    }
    
    td {
    padding: 10px 15px !important;
    }
    }

    Cheers!
    Ismael

    in reply to: how have "small header fixed" without logo/header schrink ? #219603

    Hi!

    My bad! Next time, please describe request or issue on the forum’s message box. :)

    Anyway, please edit js > avia.js, find this code on line 17:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Calling a specific Widget Area #219599

    Hey Alcadis!

    I’m not sure if this is what you want but edit page.php, find this code:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				get_sidebar();

    Replace it with this:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				if (!em_is_category_page() ) {
    				get_sidebar();
    				} else {
    				echo '<aside class="sidebar sidebar_right smartphones_sidebar_active three alpha units" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><div class="inner_sidebar extralight-border">';
    				dynamic_sidebar( 'Agenda' );
    				echo '</div></aside>';
    				}

    Regards,
    Ismael

    in reply to: Shift Logo To The Left #219596

    Hey soonmervin!

    You can use this on Quick CSS to move the logo to the left:

    div .logo {
    position: absolute;
    left: 200px;
    }

    Adjust the left value if necessary.

    Regards,
    Ismael

    in reply to: Facebook and twitter widget #219594

    Hi Frisk_Flora!

    You need to use a social plugin like this: http://wordpress.org/plugins/addthis/

    Cheers!
    Ismael

    in reply to: Css Page #219592

    Hi!

    I’m sorry but that is not possible with the Avia Layout Builder. Set the footer to 1 column on Enfold > Footer > Footer Columns. Generate the shortcodes using the shortcode wand on the Default Editor then go to Appearance > Widgets. Insert a Text Widget on Footer – column1 then copy the shortcodes on it.

    Cheers!
    Ismael

    in reply to: home page banner images upscaling when they should not #219589

    Hi!

    I really don’t see the issue on my end because of my screen resolution. It is a lower than yours. Can you please post a screenshot of the issue? You can find the global settings on LayerSlider WP > Select a slide > Global Settings.

    Best regards,
    Ismael

    in reply to: Moving the sidebar more to the left? #219578

    Hey!

    It does move on our end. Please try to move it more to the left, maybe by -200px. Remove browser cache then reload the page. Please give us a link to the actual page so that we can check it.

    Cheers!
    Ismael

    in reply to: Sidebar Menu #219576

    Hey!

    This is your blog now: http://prolinpro.prlncms.com/blog/

    You forget to set the sidebar on Enfold > Sidebar > Sidebar on Blog Page.

    Cheers!
    Ismael

    in reply to: bbpress Login Widget problem #219573

    Hey!

    I tried to login but I encountered this:

    Briefly unavailable for scheduled maintenance. Check back in a minute.

    Cheers!
    Ismael

    in reply to: how have "small header fixed" without logo/header schrink ? #219572

    Hi pako69!

    What is your question?

    You’re welcome. :D

    Best regards,
    Ismael

    in reply to: Gravity Forms Display #219571

    Hi!

    Please add this on Quick CSS to modify the select form:

    #top select {
    width: 500px;
    }

    This is for the text input:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 500px;
    max-width: 100%;
    }

    Adjust the width value if you want.

    Best regards,
    Ismael

    in reply to: Modifying containers height #219568

    Hi orsettopro!

    You can use this on Enfold > Styling > Quick CSS to adjust the margin of the logo partner element:

    .avia-content-slider {
    margin: 5px 0;
    clear: both;
    }

    Cheers!
    Ismael

    in reply to: Link Post Format #219566

    Hey erostad!

    The grid layout doesn’t support post formats on version 2.4.2. Please download the latest version of Enfold on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Change Color #219561

    Hi!

    The style for the strong tag is being use for the text. Please edit the code and replace it with this:

    <p style="text-align: center;"><span><strong style="color: #000000;"><span style="font-size: 14px;">PROLIN helps seamlessly replace your HP Service Desk system with an easy, phased transition process.</span></strong></span></p>
    

    Best regards,
    Ismael

    in reply to: Header navigation (main menu) disappears on mobile devices #219554

    Hi!

    Have you tried adding this on Quick CSS?

    @media only screen and (max-width: 989px) {
    #mobile-advanced, .mobile_active.mobile_menu_tablet #advanced_menu_toggle {
    display: block;
    }
    }

    Regards,
    Ismael

    in reply to: The Partner/Logo Element short code is missing #219501

    Hey orsettopro!

    You can find it on the Media Elements panel.

    Cheers!
    Ismael

    in reply to: Css Page #219498

    Hi!

    I’m sorry if I don’t understand it correctly. Do you want to remove the header and the footer on the page? You can edit the page then look for Layout, change the “Header Settings” to “Don’t display the header” and the “Footer Settings” to “Don’t display the socket and footer widgets”. I’m not sure if this is what you want.

    Regards,
    Ismael

    in reply to: Moving the sidebar more to the left? #219494

    Hey!

    You can move the sidebar using this but you will leave a gap on the left side of the content:

    #top #main .sidebar_left .sidebar {
    left: -50px;
    }

    You need to add this to fix the gap:

    .sidebar_left .content {
    padding-left: 0;
    border: none;
    }

    Regards,
    Ismael

    in reply to: logo heading issues #219484

    Hey!

    The logo does not resize on scroll because of this css:

    .responsive .mobile_slide_out .logo img {
        max-height: 95px !important;
    }

    Cheers!
    Ismael

    in reply to: A bulk CSS surprise #219474

    Hey!

    We’ll notify Kriesi about this. Please wait for his response.

    Regards,
    Ismael

    in reply to: Change size of Full width Masonry Gallery #219472

    Hi Richard!

    Can you please give us a link to the website? The masonrygallery can only be place as a full width element.

    Best regards,
    Ismael

    Hi simonac!

    Please use this on Quick CSS:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Best regards,
    Ismael

    in reply to: Resize shop photo dimensions #219456

    Hi!

    Edit the masonry element then configure the “Which Entries?” option. Select the “Product Cat” to show product entries.

    Best regards,
    Ismael

    in reply to: sidebar right is hidden in smaller windows #219454

    Hey!

    Do you want to show the sidebar on mobile view? Changing the sidebar position will require a lot of customization. Please hire a freelance developer to modify the theme for you. You can visit Werkpress.

    Cheers!
    Ismael

    in reply to: How to add border to image #219444

    Hey!

    What do you mean by “custom color”?

    Cheers!
    Ismael

Viewing 30 posts - 60,811 through 60,840 (of 67,003 total)