Forum Replies Created

Viewing 30 posts - 47,851 through 47,880 (of 66,017 total)
  • Author
    Posts
  • Hey jta!

    Thank you for using Enfold.

    Can you please provide a screenshot of where you want to the social icons to go? Use imgur or dropbox. You can set the social icon position on Enfold > Header > Extra Elements > Header Social Icons settings.

    Best regards,
    Ismael

    in reply to: Multi Language Site Search Icon still on Header #444774

    Hey!

    You need to configure both language’s theme options. Go back to the dashboard, switch the language to Chinese then reconfigure the theme options.

    Cheers!
    Ismael

    in reply to: No Menu on Mobile #444773

    Hi ambu112!

    Thank you for using Enfold.

    I just checked the site on a mobile device and the mobile menu displays in the header, right next to the logo. Please remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Language switcher not appearing #444772

    Hey!

    Add this in the functions.php file:

    add_action('avia_meta_header', 'add_custom_content_to_header');
    function add_custom_content_to_header() {
    	do_action('icl_language_selector');
    }

    Use the Quick CSS field to adjust the position of the language switcher.

    Best regards,
    Ismael

    in reply to: Stylesheets aren't loading in Safari #444770

    Hi Sean!

    Thank you for using Enfold.

    Please purge the plugin cache or deactivate the cache plugin temporarily.

    Regards,
    Ismael

    in reply to: Woocommerce and Custom Shop #444769

    Hey getmebranded!

    Thank you for using Enfold.

    Are you referring to the category or attributes sort box? You can add the Woocommerce Layered Nav widget in the Appearance > Widgets panel. If you want to filter by price, use the Woocommerce Price Filter. Note that this widgets will only work for the default shop page.

    Best regards,
    Ismael

    in reply to: Code Block replace para with the paragraph char #444767

    Hey!

    Did you try the text widget? Use the widget area element to include it inside the advance layout builder.

    Regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    This is actually a server related issue, it doesn’t happen on most enfold installation, but we’re still not sure what’s causing it. You can try to manually import the demo files. https://kriesi.at/support/topic/demo-content-error-2/#post-415879

    Cheers!
    Ismael

    Hi!

    The error points to the breadcrumb script. What happens when you set the Header Title and Breadcrumbs to Hide Both?

    Cheers!
    Ismael

    in reply to: Missing excepts #444327

    Hi mattolf!

    Thank you for using Enfold.

    Did you create build the post with the advance layout builder? If yes, then you need to add the summary or excerpt manually in the Excerpt box. Edit the post, click Screen Options then enable the Excerpt box.

    Cheers!
    Ismael

    in reply to: How can I style sidebar widget like I did my test? #444322

    Hey gharding!

    Thank you for using Enfold.

    You can try this:

    aside .widget {
      border: 1px solid #555;
      background-color: #fff;
      width: 100%;
      padding: 5px;
      font-size: 100%;
      color: #2f3a8f;
      margin: 10px 0;
    }
    
    h3.widgettitle {
      color: #FFFFFF;
      padding: 3px;
      text-transform: none;
      font-weight: normal;
      background: #2d3d90;
      background: -moz-linear-gradient(top, #2d3d90 0%, #2b3b8c 25%, #212f77 53%, #1c286b 69%, #182563 75%, #131e59 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3d90), color-stop(25%,#2b3b8c), color-stop(53%,#212f77), color-stop(69%,#1c286b), color-stop(75%,#182563), color-stop(100%,#131e59));
      background: -webkit-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      background: -o-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      background: -ms-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      background: linear-gradient(to bottom, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d90', endColorstr='#131e59',GradientType=0 );
    }
    
    .widget_search {
      border: none !important;
      padding: 0;
    }

    Regards,
    Ismael

    in reply to: Magazine First Post Read More #444319

    Hey jaimemerz!

    Thank you for using Enfold.

    Add this in the functions.php file to increase the magazine excerpt:

    add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1);
    function avf_magazine_excerpt_new_lenght($excerpt) {
    $excerpt = 200;
    return $excerpt;
    }
    

    Regards,
    Ismael

    in reply to: Portfolio Columns issue in Firefox #444317

    Hi ellamac!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    .avia-mozilla .no_margin.av_one_half {
        width: 49.5%;
    }

    Cheers!
    Ismael

    in reply to: Code Block replace para with the paragraph char #444316

    Hi gmmediadienste!

    Thank you for using Enfold.

    What happens when you use a text block?

    Try to add the code in a text widget then use the widget area element.

    Cheers!
    Ismael

    Hi!

    Great! Let us know if you need anything else.

    Regards,
    Ismael

    Hi!

    Edit the functions.php file, adjust the size of the square thumbnail:

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    Regenerate the thumbnails with this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    in reply to: Unable to edit pages in Enfold Theme #444308

    Hey!

    You’re using a very old version of the theme, 2.2. Please update to 3.1.5. Because you didn’t update the theme for almost 2 years, the update might break a few elements inside the theme including the header section. You may need to reconfigure the options or recreate the elements from scratch. Please update the theme regularly.

    Regards,
    Ismael

    in reply to: Color section: background on mobile firefox #444285

    Hi!

    Can you please provide a screenshot of the full screen slider issue?

    Best regards,
    Ismael

    in reply to: video isn't play on iPad #444283

    Hi mgansevoort!

    Thank you for using Enfold.

    Mobile devices can’t auto play videos, that’s why it’s not working. You need to disable it and add a fallback background image. Edit the color section element then enable the Hide video on Mobile Devices?. Set a Custom Background Image.

    Best regards,
    Ismael

    in reply to: Fix image layer position with layerslider #444281

    Hi!

    From what I remember, the image size is more than 2500px in width. I already fixed the gap, if I am not mistaken. Please remove browser cache then reload the page. http://osdigitalpartners.de/?page_id=238

    Best regards,
    Ismael

    in reply to: Left Bar Menu #444280

    Hi!

    Hmm.. There are too many menu items on your page. The sample site only has three. Try to set the layout to boxed then switch the logo and menu position to logo left, menu below. Adjust the menu styling on Enfold > Advanced Styling panel. Edit the Main Menu Links element. Set the Enfold > Header > Extra Elements > Header Social Icons to “Display in the main header area”.

    Best regards,
    Ismael

    in reply to: Posts galery Black&white pictures on hover #444275

    Hi tomek_z!

    Thank you for using Enfold.

    The black and white hover effect is possible but the hover content will require custom modification that is outside the scope of support. Please give us a link to the posts page.

    Best regards,
    Ismael

    in reply to: Change image upon hover – advanced layer slider #444270

    Hey!

    I’m sorry but the current layout of the site is not going to work. Layer slider automatically resize the background image of the slide so you won’t be able to accurately target the menu item inside the header. Looks like you’re trying to create the whole page in one blow. Try to separate the header elements from the main content.

    Regards,
    Ismael

    in reply to: Tags aus dem Quellcode entfernen #444269

    Hey crevlon!

    Thank you for using Enfold.

    You can modify includes > loop-index.php file, look for this code:

    //tags on single post
                	if(has_tag())
                	{
                    	echo '<span class="blog-tags minor-meta">';
                    	the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
                    	echo '</span></span>';
                	}

    Remove it.

    Best regards,
    Ismael

    in reply to: Authorseite entfernen #444268

    Hi crevlon!

    Thank you for using Enfold.

    You need to remove all links related to the author, usually included in the blog page and sidebar widgets, then delete the author.php file.

    Cheers!
    Ismael

    in reply to: Header title: Empty h1 after hiding title #444267

    Hey!

    Modify function-enfold.php, look for this code:

    //disable title if requested
    		if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['title'] = '';
    

    Replace it with:

    //disable title if requested
    		if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";
    

    Should be added on the next update.

    Best regards,
    Ismael

    in reply to: Floating Menus #444261

    Hey!

    Looks like you didn’t use the color section element to separate different areas of the page. Add a color section then place all content of the “Opening Section” inside the element. Look for the Section ID field, add the id “opening-session”. Remove the anchor tag:

    <a name="opening-session"></a>
    

    Do the same for the remaining sections.

    Cheers!
    Ismael

    in reply to: Logo center menu right and left #444260

    Hey!

    Please add this:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
      width: 100%;
    }
    
    .responsive .logo img {
      display: inline-block;
    }
    
    .responsive .logo a {
      text-align: center;
    }}

    Cheers!
    Ismael

    in reply to: Ajax portfolio alignment issue #444259

    Hey rajivnetra!

    Thank you for using Enfold.

    The first column of the portfolio preview is being deleted when you click the previous button. I’m not sure if you have the latest version of the theme, 3.1.5, but if you don’t, please update the theme. After that, upgrade WordPress to 4.2.2.

    Best regards,
    Ismael

    in reply to: Left Side Image Stretch #444258

    Hi!

    I’m sorry but the layout that you’re looking for is not possible without custom modification on the theme. If I am not mistaken, the layout is not available on any premium themes, out of the box. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    If you want a fixed menu sidebar with scrolling content, you can set the Enfold > General Layout > Logo and Main Menu to left or right sidebar.

    Cheers!
    Ismael

Viewing 30 posts - 47,851 through 47,880 (of 66,017 total)