Forum Replies Created

Viewing 30 posts - 54,091 through 54,120 (of 67,491 total)
  • Author
    Posts
  • in reply to: Blank space above and below LayerSlider #348597

    Hey!

    Thank you for the info.

    Did you install layer slider as a stand alone plugin? Add this on Quick CSS to remove the padding:

    .home main.template-page.content.av-content-full.alpha.units {
    padding: 0;
    }

    Regards,
    Ismael

    in reply to: Installed bbpress but can't see forums in the dashboard #348596

    Hi!

    Please try this link: http://www.sousvide.co.il/wp-admin/edit.php?post_type=forum

    Deactivate all plugins except for bbPress then try it again.

    Best regards,
    Ismael

    in reply to: Testimonials needs pagination #348594

    Hi consult!

    Thank you for using Enfold.

    I’m sorry but you can’t add a pagination on the testimonials elements. This will require a major customization on theme code. You can try the content slider element to create the layout that you want.

    Best regards,
    Ismael

    in reply to: Creating Anchors on page to link to from within page #348592

    Hi elames!

    Thank you for using Enfold.

    Please refer to this link for more info: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Ismael

    Hi Daniela!

    Thank you for using Enfold.

    Please try the following fix provided here: https://kriesi.at/support/topic/anchor-link-causing-navigation-bar-to-highlight-the-wrong-link/#post-268841

    If possible, please disable any cache or minifying plugins before testing the solution.

    Cheers!
    Ismael

    in reply to: masonry gallery & location logo #348587

    Hi famewebdesign!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    /*pop up animation*/
    @-webkit-keyframes avia_msonry_show {
      0%   { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
      100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
    }
    @-moz-keyframes avia_msonry_show {
      0%   { -moz-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
      100% { -moz-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
    }
    @keyframes avia_msonry_show {
      0%   { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
      100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Regards,
    Ismael

    in reply to: Linking Portfolio to a page #348583

    Hi!

    Thank you for the info.

    If you want the portfolio item to link to a custom page, edit the item then look for the Overwrite Portfolio Link setting. Set it to define custom link then add the page url.

    Best regards,
    Ismael

    in reply to: remove/reduce the spaces between layouts #348581

    Hi!

    The site is on maintenance mode. Looks like you’re trying to decrease the content padding. Please try this:

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    Cheers!
    Ismael

    Hey!

    You can use this css id selector for the video: #fullscreen_slider_0

    Or insert a color section on top of it then set the height and min-height to 1px.

    Best regards,
    Ismael

    in reply to: Add button to slider #348572

    Hi!

    Add this as a slider html layer:

    <a href="/contact-us/" target="_self" class="progression-button progression-medium progression-green">Get this Theme Now!</a>
    

    Add this on Quick CSS or custom.css:

    a.progression-button.progression-green {
    color: #fff;
    background: #5bcba7;
    padding: 17px 40px;
    font-size: 15px;
    border-radius: 3px;
    }

    Change the css values if you like. You can also modify the look of the button inside the layer slider’s Styles panel.

    Regards,
    Ismael

    in reply to: Modded product page – issue with CSS #348569

    Hey user877!

    Thank you for using Enfold.

    Use this to remove the product image container:

    .single-product-main-image.alpha {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Sidebar problem after update #348564

    Hey Speedskater!

    Thank you for using Enfold.

    The grid system has been modified on the latest update of the theme. It is now percentage base so to speak. I’m afraid you need to edit the grid.css file again. You can toggle the maximum container width and content/sidebar ratio on Enfold > General Layout > Dimensions panel.

    Cheers!
    Ismael

    • This reply was modified 11 years, 4 months ago by Ismael.
    in reply to: Header as sidebar, change width #348561

    Hi Giorgos!

    Thank you for using Enfold.

    You can use this on Quick CSS to adjust the width of the sidebar menu:

    .html_header_sidebar #top #header {
    width: 200px;
    }

    Use this to decrease the left margin of the main container:

    .html_header_left #main {
    margin-left: 200px;
    position: relative;
    }

    Regards,
    Ismael

    in reply to: Slider issues 3.02 #348555

    Hi arivee!

    Thank you for using Enfold.

    The link doesn’t load. Is that a screenshot? Can you please provide us a link to the actual page? Which slider are you using?

    Regards,
    Ismael

    in reply to: Photography demo – full width footer #348553

    Hi touchbyte!

    Thank you for using Enfold.

    Yes, the menu sidebar will get cut off when you intentionally resize the browser to a certain extent but it will work for all standard / default screen sizes. If you’re worried about users who resized their browsers, the only solution we can provide for now is to adjust the menu sidebar height. Add this on Quick CSS or custom.css:

    .html_header_sidebar #header .av-main-nav > li > a {
    line-height: 1.0em;
    padding: 12px 3px;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
    font-size: 13px;
    }

    Cheers!
    Ismael

    in reply to: Please Help #348547

    Hi kersoz!

    Thank you for using Enfold.

    Can you please explain the issue a little bit? I checked the site but I don’t see anything wrong with the link.

    Cheers!
    Ismael

    Hi!

    There are thousands of Enfold users and only few reported performance issues. Honestly, this is a complex topic and should be dealt with outside the support forum. All we can do is provide basic / generic guidelines regarding website optimization. What is the current PHP version? Another user who seems to have the same issue ssomehow fix it by upgrading PHP:
    https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892

    And searching for any related issue regarding the mod_fcgid error and I found this on top which seems to be a GoDaddy related issue: http://www.howtoforge.com/forums/archive/index.php/t-56003.html

    Anyway, we’re seeing errors on the site that are not theme related:

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/post.php on line 4373

    Please post the login details here and set it as a private reply. We would like to check it.

    Best regards,
    Ismael

    in reply to: Again: Search button icon in Header broken/not visible #348543

    Hi Schmenger!

    Thank you for using Enfold.

    The website is not loading when I check it. Please check. Refer to this link on how to fix the font icon issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Best regards,
    Ismael

    Hey charlie1!

    Thank you for using Enfold.

    Yes, it is possible. Use this on Quick CSS or custom.css to modify the mobile menu fonts:

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
    color: #666666;
    border-color: #e1e1e1;
    font-size: 15px;
    }

    Best regards,
    Ismael

    in reply to: Categories and possible background image behind the logo #348528

    Hey!

    1.) Fix the category sort with this:

    .main_color .av-sort-by-term a.active_sort {
    color: #ffffff;
    }

    2.) I’m sorry but we can’t access the screenshot. Please use imgur or set the dropbox sharing access to public.

    3.) You can change the background color of the menu container with this:

    .header_color div#header_main_alternate, .header_color li {
    border-color: brown;
    background-color: brown;
    }

    Cheers!
    Ismael

    in reply to: woocomarce and latest products #348526

    Hey MT_Designe!

    Thank you for using Enfold.

    Did you add the Product Grid element on your home page? Please edit the home page switch to the advance layout builder. Add the Product Grid or Product List element to show products on the page.

    Cheers!
    Ismael

    Hey!

    There are two wordpress installation. One located on the root directory and the other is located on the wordpress folder. Which one of these is the actual website?

    Cheers!
    Ismael

    in reply to: Yoast SEO and special heading #348139

    Hi Paul!

    Thank you for the using Enfold.

    Are you referring to the warning on the page analysis tab? Something like:

    No subheading tags (like an H2) appear in the copy

    Can you please give us a link to the actual page with this issue? We might need the login credentials to check the page. I’ll ask Kriesi to take a look. For now, please use the text block.

    Cheers!
    Ismael

    in reply to: Add button to slider #348138

    Hey!

    Thank you for the update.

    I’m sorry but you’re pointing elements outside the theme. If you don’t like the default theme buttons, you can modify it via css. A screenshot of how you want the button to look like will help. We’ll help you with the css codes.

    Best regards,
    Ismael

    in reply to: Remove some portion from widget #348135

    Hi!

    1.) Please hire a freelance developer. Point out that you can use the “avf_markup_helper_attributes” filter as stated on my earlier post: https://kriesi.at/support/topic/remove-some-portion-from-widget/#post-344488

    OR use this on functions.php:

    add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2);
    
    function avf_markup_helper_attributes_modified($attributes, $args) {
    	if($args['context'] == 'entry_time') {
    		$attributes['itemprop'] = 'dateModified';
            $attributes['datetime'] = get_the_time('c');
    	}
    	
    	return $attributes;
    }

    2.) Edit the new code then look for this part of on the code:

    "<time class='date-container minor-meta updated' $markup>"
    

    Replace it with:

    "<time class='date-container minor-meta updated' itemprop='datePublished' datetime='".get_the_time('c')."' >"
    

    Regards,
    Ismael

    in reply to: Masonry Blog #348132

    Hey!

    Thank you for the screenshots.

    I’m sorry but if you don’t want to specify the landscape or the portrait tag, you’ll need to modify the masonry script which is far beyond the scope of support. Please hire a freelance developer to configure the masonry element or utilize the landscape / portrait tags.

    If you want to manually control the comment box, edit the post then look for Screen Options. Enable the the Discussion box then unchecked the Allow comments option. Use this on Quick CSS to remove the date:

    span.av-masonry-date.meta-color.updated {
    display: none !important;
    }

    Please consult a freelance developer if you don’t like the look of the masonry blog. Or visit Envato Studio or Werkpress for further modifications.

    Best regards,
    Ismael

    in reply to: Content and Sidebar Margins #348131

    Hi!q

    You have this code on Quick CSS or custom.css which breaks the layout:

    .responsive .container {
    max-width: 85%;
    }

    Regards,
    Ismael

    in reply to: Search in hamburger-menu (top) on mobile only #348130

    Hi!

    I’m sorry but it works well on our installation. Please give us admin rights, we’ll add it for you.

    Regards,
    Ismael

    in reply to: Opacity background for texts #348128

    Hey!

    Thank you for the info.

    Are you sure that you added the code correctly on the Quick CSS field? I can’t see it being applied. Make sure that all your css codes are properly closed. Use this:

    .avia_textblock.your-custom-class {
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    }

    Cheers!
    Ismael

    in reply to: Strange icon font behavior on .pw /.cc website redirect #348127

    Hey!

    I would like to check the site but I’m getting 406 errors. Please check.

    Best regards,
    Ismael

Viewing 30 posts - 54,091 through 54,120 (of 67,491 total)