Forum Replies Created

Viewing 30 posts - 47,881 through 47,910 (of 66,025 total)
  • Author
    Posts
  • 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

    in reply to: Sticky menu for mobile submenu #444256

    Hi!

    Look for css > shortcodes.css file. You need to edit this file via ftp or your cpanel.

    Best regards,
    Ismael

    Hey!

    You can display portfolio items when you use the blog posts element. Set the Which Entries? setting to custom taxonomy then select Post Tag.

    Cheers!
    Ismael

    in reply to: Avia Layout Builder #444250

    Hey fineart!

    Thank you for using Enfold.

    I hate to break it to you but unfortunately, we don’t provide support for third party plugins. From what I know, you can create a form in the formidable pro form builder then use the form shortcode in order to add it in post or page.

    1.) I’m sorry but it’s not possible to activate the ALB on the plugin’s builder.
    2.) You can’t use the theme’s shortcode in the formidable pro editor. Use the form’s shortcode [[formidable id=x]] inside the advance layout builder instead.
    3.) It’s not advisable to switch between the default and advance layout builder because it might break the shortcodes. This is the same issue when you use the visual composer plugin. It is actually disabled by default unless you activated the debug mode.
    4.) Refer to number 2.

    Best regards,
    Ismael

    in reply to: Issues with HTTPS #444248

    Hey!

    This plugin isn’t fully updated but it should work in the latest version of WordPress: https://wordpress.org/plugins/wordpress-https/

    If it doesn’t work, please post the login details here so that we can check the site.

    Best regards,
    Ismael

    in reply to: Layerslider WP – Enfold Theme #444247

    Hi!

    1.) You don’t have to install the layer slider plugin because it is already included inside the theme.

    2.) The latest version is 3.1.5. Please add the correct username in the Theme Updates panel. Or update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    Hi!

    Alright. I checked the page (http://olo-ravintola.fi/upgradedWP/) but I can’t reproduce the issue with the slider. Please create a test page, we would like to check it.

    Best regards,
    Ismael

    in reply to: archive titles #444237

    Hey!

    The archive title is located inside the breadcrumb or title container. On your previous thread, you asked for a way to disable the breadcrumbs: https://kriesi.at/support/topic/breadcrumbs-on-one-part-of-site/

    Best regards,
    Ismael

    in reply to: Caption / 768 & Screens #444234

    Hi!

    Replace the code with this:

    @media only screen and (max-width: 480px) {
    .slideshow_align_caption {
      text-align: right;
    }
    
    .responsive #top .slideshow_caption h2 {
      /* font-size: 10px !important; */
    }
    
    .responsive #top .slideshow_caption .avia-caption-content {
      font-size: 14px !important;
    }}

    Adjust the font size. I’m sure you know which is which.

    Cheers!
    Ismael

    in reply to: Category widget -> view like regular post list #444232

    Hi Mark_goessens!

    Thank you for using Enfold.

    Did you set the page as blog? If not, set it on Enfold > Theme Options panel then select a Blog Style on Enfold > Blog Layout panel.

    Cheers!
    Ismael

    in reply to: Change animation on Testimonial Full width widget #444226

    Hi santoshachari!

    Thank you for using Enfold.

    You can edit js > avia.js, look for this code:

    //testimonial slider
            $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true});
    

    Replace it with:

    //testimonial slider
            $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, 'transitionSpeed:900, easing:'easeInOutQuart'});
    

    You can adjust the transitionSpeed and animation easing effect. http://easings.net/

    Best regards,
    Ismael

    in reply to: Different size product images #444220

    Hey webdesignIO!

    Thank you for using Enfold.

    Resize the product images before uploading them. Make sure that they have the same size or at least have the same aspect ratio. The catalogue images are set to have a max width and height of 450px so uploading images with different dimensions and ratio will not work if you’re planning to have a consistent product grid.

    Best regards,
    Ismael

    in reply to: https #444214

    Hey mattolf!

    Thank you for using Enfold.

    Please use this plugin to configure the ssl settings. The plugin hasn’t been updated for years but it should work just fine: https://wordpress.org/plugins/wordpress-https/

    Cheers!
    Ismael

    in reply to: "mainContentOfPage" Error on Structured Data Test #444204

    Hey!

    Actually, you can’t add the code in the child theme. You need to edit the helper-markup.php directly in the parent theme folder. Just look for the code:

    $attributes['itemprop'] = 'mainContentOfPage';
    

    Replace it with:

    if (is_singular('post'))
    				{
                    	unset($attributes['itemprop']);
    				}
    				else 
    				{
    					$attributes['itemprop'] = 'mainContentOfPage';
    				}

    If there’s an error after the modification, just override the file.

    Regards,
    Ismael

    in reply to: Header Logo not responsive in Firefox #444202

    Hey sublime5o!

    Thank you for using Enfold.

    Please update the theme to version 3.1.5. If the issue is still there, add this in the Quick CSS field:

    @media only screen and (max-width: 989px) {
    .avia-mozilla .responsive .logo img {
        height: auto !important;
        width: 100% !important;
    }}

    Cheers!
    Ismael

    in reply to: Issue with header width and screen size #444198

    Hey DeMamp!

    Thank you for using Enfold.

    The header looks fine. I think you need to adjust the background settings of the color section below it. Set the Background Repeat to Stretch to Fit. Maybe, you need to separate the “envelope” image from the background then add it as an image element inside a 2/5 column layout next to the 3/5 column.

    Cheers!
    Ismael

    in reply to: Navigation Sidebar #444192

    Hey!

    In what widget area did you add the custom menus? Please post the login details here so that we can check the sidebar settings.

    Best regards,
    Ismael

    Hey gux!

    Thank you for using Enfold.

    Site looks OK when I checked it. Maybe, the update was not completed. Please try to update the theme again to 3.1.5. This time do it via FTP.

    Best regards,
    Ismael

    in reply to: Masonry Gallery Custom ID not working #443627

    Hi!

    Looks like you don’t have the latest version of the theme and WordPress. Please update to Enfold 3.1.5 and WordPress 4.2.2.

    Best regards,
    Ismael

    in reply to: search to the right end of main menu #443626

    Hey alfaweb2!

    Thank you for using Enfold.

    If you want to add a menu border, go to Enfold > Header panel then set the Header Style to Minimal. Add the arrows with this on the Quick CSS field:

    #top .av-main-nav > li > a:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 3px solid #000;
      height: 3px;
     position: relative;
      bottom: -10px;
      right: -4px;
    }

    Best regards,
    Ismael

    in reply to: fix high for mansory quick info #443609

    Hey alfaweb2!

    Thank you for using Enfold.

    Use this in the Quick CSS field:

    .av-masonry-entry .av-inner-masonry-content {
      min-height: 58px;
    }

    Add css media queries to adjust the height on different screen size.

    Cheers!
    Ismael

    Hi mailworm!

    Thank you for using Enfold.

    I’m sorry but enabling this feature on mobile might break the layout of the page. Also, the required modification can’t be added on a child theme so you have to do it every time you update the theme. Edit js > avia.js, look for this code on line 1527:

    if(shrinking && !isMobile)
    

    Replace it with:

    if(shrinking)
    

    Edit css > layout.css, look for this code then remove it:

    .responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1;}
    

    Regards,
    Ismael

    in reply to: CSS CHECK #443592

    Hi alfaweb2!

    Thank you for using Enfold.

    Is there any specific issue in the site?

    Regards,
    Ismael

Viewing 30 posts - 47,881 through 47,910 (of 66,025 total)