Forum Replies Created

Viewing 30 posts - 61,561 through 61,590 (of 67,453 total)
  • Author
    Posts
  • in reply to: Column modal #214675

    Hi clecocq!

    I’m sorry but this is beyond the scope of support. Please hire a freelance developer to help you. You can visit this link. Request the feature here.

    Regards,
    Ismael

    in reply to: WPML Language Selector on Top #214672

    Hey t-creator!

    Please add this at the very bottom of functions.php:

    if(!function_exists('avia_append_lang_flags'))
    {
    	//first append search item to main menu
    	add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 10, 2 );
    
    	function avia_append_lang_flags( $items, $args )
    	{	
    	    if ((is_object($args) && $args->theme_location == 'avia'))
    	    {
    	        global $avia_config;
    	        global $sitepress;
    			$languages = icl_get_languages('skip_missing=0&orderby=custom');
    
    			if(is_array($languages))
    			{
    				foreach($languages as $lang)
    				{
    					$currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    
    					if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
    					         
    					$items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
    					$items .= "	<span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";
    					$items .= "</a></li>";
    				}
    			}
    	    }
    	    return $items;
    	}
    }
    

    Best regards,
    Ismael

    in reply to: Mobile site not formatted correctly… #214670

    Hi!

    Please add this at the very bottom of the code you posted above:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    height: 85px;
    width: 400px !important;
    position: relative;
    left: -60px;
    }
    }

    The logo should look like this on mobile view:

    Cheers!
    Ismael

    in reply to: header style logo #214669

    Hi!

    You can actually use the “Header with social icons and bottom navigation” then set the theme to “Boxed Layout”. You can apply the logo as header background. Add something like this on QUuick CSS:

    #header {
    background-repeat: no-repeat;
    background-image: url(https://localhost/kriesi/enfold/wp-content/uploads/2012/04/2.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    }
    
    .header_bg {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    
    .logo {
    display: none;
    }

    Change the background-image url with your logo background.

    Regards,
    Ismael

    in reply to: white page when creating or updating pages #214668

    Hey newmesis!

    It must be a plugin conflict, please try to deactivate all existing plugins specially the SEO plugin. Check it on another browser. Also, please try to increase the wordpress php memory limit. Refer to this link.

    Regards,
    Ismael

    in reply to: Enfold – Team members photo/box alignment #214666

    Hey!

    Glad it worked. :)

    Regards,
    Ismael

    in reply to: Enfold – Main menu and childs font colors #214665

    Hey Monsoon!

    What type of header do you have?

    You can use this for the main menu color:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    You can use this for the menu background:

    
    .header_color .main_menu ul:first-child > li {
    background: white;
    }

    A screenshot of what you’re trying to do will help.

    Regards,
    Ismael

    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

Viewing 30 posts - 61,561 through 61,590 (of 67,453 total)