Forum Replies Created

Viewing 30 posts - 49,921 through 49,950 (of 67,534 total)
  • Author
    Posts
  • in reply to: Blog Posts Pagination #433986

    Hey!

    Thank you for the info. I checked the page but I don’t see any blog page. Please create one then we’ll check it.

    EDIT: I created a test page with the blog posts element. The pagination is working as expected: http://mhdb.swamped.com/test-blog/

    Cheers!
    Ismael

    in reply to: Create Pages Submenu in Header #433983

    Hi!

    Oh. Okay. So “Services” is not a page but a category. I’m sorry but there is no built in function to display the child of a category. Again, unfortunately, you might need to hire someone to build a custom function for it.

    Regards,
    Ismael

    in reply to: Change the corner radius on a notification box #433980

    Hi stephenturner!

    Thank you for using Enfold.

    Please use this:

    .avia_message_box {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

    If it doesn’t work, add the !important attribute right after the css values.

    Cheers!
    Ismael

    in reply to: Advanced Styling #433979

    Hi xyzb!

    Thank you for using Enfold.

    Which of the class attributes are not working? Please be specific. A link to the page with the issue will help.

    Cheers!
    Ismael

    in reply to: Space between textblock's #433977

    Hi Coco!

    Thank you for using Enfold.

    There is actually no specified space or margins between text blocks. Did you place the text block inside a column? Please create a test page or post a screenshot of the issue.

    Cheers!
    Ismael

    in reply to: Textfield position in Full width slider #433976

    Hi Coco!

    Thank you for using Enfold.

    I’m sorry but I’m not sure I understand the inquiry. If possible, please create a test page and a screenshot of the issue. Use imgur or dropbox for the screenshot.

    Cheers!
    Ismael

    in reply to: Removing White Space between Page Contents and header #433973

    Hi ryandewitt!

    Thank you for using Enfold.

    You can use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .content {
      border: none;
      padding-top: 0;
    }}

    I also noticed that the logo is not vertically aligned so you can add this:

    strong.logo {
      top: 20%;
    }

    Cheers!
    Ismael

    in reply to: fonts #433970

    Hey!

    It’s not possible to apply different fonts on the same paragraph so you have to use span tags or any html contaienrs with class attribute to differentiate the two.

    Cheers!
    Ismael

    in reply to: Sidebar ON for post single but OFF for portfolio single #433958

    Hi!

    Add this in the functions.php file if you want the portfolio to have no sidebar:

    
    add_filter('avia_layout_filter', 'avia_change_portfolio_layout', 10, 2);
    function avia_change_portfolio_layout($layout, $post_id){
    	if(is_singular('portfolio')) {
        $layout['current']['main'] = "fullsize";
    	}
        return $layout;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    ul.avia_wpml_language_switch {
      position: absolute;
      right: -750px;
      left: auto;
      float: none !important;
    }

    Use css media queries to adjust the right position of the flags on smaller screens.

    Regards,
    Ismael

    in reply to: English on a Hebrew website #433953

    Hi sasha!

    Thank you for using Enfold.

    I’m sorry but I’m not sure if I understand the issue. Can you please provide a screenshot or a link to a test page? Use imgur or dropbox for the screenshot.

    Cheers!
    Ismael

    in reply to: Items on Masonry have the same description #433951

    Hi Naser!

    Thank you for using Enfold.

    That is strange. Did you add any modifications in the theme? Please try to deactivate all plugins then test it again. If possible, create a test page then insert the masonry element. We would like to check it.

    Best regards,
    Ismael

    in reply to: Slow Loading Site #433947

    Hi!

    @lerama: Thanks for sharing. Hosting plan do have a huge impact regarding page speed. Availing the most affordable plan is really not advisable especially when you’re using WordPress.


    @pablo
    : Install cache and minify plugins and make sure that images are fully optmize:

    http://wordpress.org/plugins/bwp-minify/
    http://wordpress.org/plugins/wp-super-cache/

    I noticed that the site is loading inside a frame. Why is that? It will disable the responsive nature of the site.

    Regards,
    Ismael

    in reply to: Mobile Menu Problem #433946

    Hey!

    You can disable the Hide Mobile Menu Submenu Items option on Enfold > Header > Mobile menu to display all menu items by default including the sub menu.

    Regards,
    Ismael

    in reply to: Image cropping in blog grid #433944

    Hi dm!

    Thank you for using Enfold.

    Use this to resize the image:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
      width: 100%;
    }

    Best regards,
    Ismael

    in reply to: Image overlay on hover #433941

    Hey!

    Please use this to remove the image overlay:

    span.image-overlay {
      display: none !important;
    }

    Regards,
    Ismael

    in reply to: widget facebook does not appear chrome and safari #433939

    Hey!

    Are you sure that this is the correct facebook page?

    https://www.facebook.com/pages/JEAN-NOEL-INFORMATIQUE/146095742130758

    I tried to access it but it’s not available.

    Regards,
    Ismael

    in reply to: Extra space? #433929

    Hi brandybrand!

    Thank you for using Enfold.

    The actual website url is missing. Please post it here. Did you edit any theme files? Or add any modifications in the theme?

    Best regards,
    Ismael

    in reply to: Adding code above category posts & posts #433927

    Hey!

    You can use imgur or dropbox if you want to post a screenshot. You can limit the size of the widget by placing it inside a container with a custom class attribute. Something like this:

    <div class="limit-width">
    WIDGET HERE
    </div>

    Add the css code in the Quick CSS Field:

    .limit-width {
    width: 50%;
    }

    If you’re not sure what to do, please hire a freelance developer to help you add a custom widget above the archive pages.

    Cheers!
    Ismael

    in reply to: Menu benath layerslider #433925

    Hey!

    Menus are commonly displayed right below the header or either side of the page, not below the slider. And if a website does have a menu below the slider, it is usually a sub or support menu, not the main menu. Anyway, you can post that request here: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Ismael

    Hi!

    WordPress updates should not delete any of the entries or pages. Please ask your hosting provider to restore the site. We will test the WordPress 4.2 on our installation and report back to this thread immediately.

    Best regards,
    Ismael

    in reply to: Colour Section / Layer Slider options #433920

    Hi!

    Looks like you don’t have the latest version of the theme that’s why it is breaking. Please update the theme to 3.1.3 to make it compatible with the latest version of WP.

    Cheers!
    Ismael

    in reply to: Menu creation disappear when activating Enfold (v2) #433916

    Hi!

    Please try to switch to the default themes. Delete the menus then switch again to Enfold. Re-create the menu from scratch. Might have to do with a broken or corrupted menu item as described on the previous post:

    I did reproduce the menu issue on my end, it was happening due to menu corruption. I fixed it, you should be able to access now:

    I’ll ask Josue to check it.

    Regards,
    Ismael

    in reply to: Page title and breadcrumb conflict #433915

    Hi!

    Use this:

    .title_container .breadcrumb {
      position: relative;
      right: auto;
      top: 0;
      margin-top: 0px;
      padding-bottom: 8px;
      overflow: hidden;
      left: -2px;
    }

    Regards,
    Ismael

    in reply to: font size menu problem #433910

    Hey!

    The code should decrease the padding of the mega menu title. Don’t use the mega menu option if you want to create dropdown menu. Please remove browser cache then reload the page.

    EDIT: It’s not working because the > symbol is automatically converted. What is the text editor that you’re using?

    http://www.regalosbajoprecio.com/

    Regards,
    Ismael

    in reply to: How to control padding/margins on avia columns #433908

    Hi!

    It should be:

    .page-id-XX .column-top-margin {
    margin-top:0px;
    }

    Best regards,
    Ismael

    in reply to: Background color of specific menu item #433907

    Hey!

    Use this:

    li#menu-item-149 a .avia-menu-text {
      background: red;
    }

    Please refer to this link on how to grab the correct menu selectors: http://kb.oboxthemes.com/articles/how-to-get-css-styles-for-elements/

    Cheers!
    Ismael

    in reply to: Updated theme sidebar not showing #433905

    Hey!

    Note that the color section, in this case, the portfolio grid, will push the sidebar below or underneath it. And since you don’t have any content below the portfolio grid (section) it doesn’t display the sidebar. I place the portfolio grid element inside a 1/1 column layout to make sure that it doesn’t create any section.

    Best regards,
    Ismael

    in reply to: WPML and custom css #433903

    Hi!

    It works on our installation. Make sure that you place the code below line 16 on functions.php. Did you select the fonts in Enfold > General Styling fonts panel?

    Regards,
    Ismael

    in reply to: Column Problem #433900

    Hey!

    Did you add any html tags inside the page? Make sure that you close them properly. The section with the issue is outside the wrap_all container. It should be inside. Add this in the Quick CSS field to fix the columns temporarily:

    @media only screen and (max-width: 767px) {
    .responsive .flex_column {
      width: 100% !important;
      margin-left: 0;
    }}

    Check the page and look for any unclosed html tags.

    Best regards,
    Ismael

Viewing 30 posts - 49,921 through 49,950 (of 67,534 total)