Forum Replies Created

Viewing 30 posts - 47,731 through 47,760 (of 66,007 total)
  • Author
    Posts
  • in reply to: Gallery images not resizing #446949

    Hey!

    We set the crop parameter to false so that images can keep the aspect ratio. Example, if you have a person inside an image, you don’t want his/her head to get cut off, do you? This also applies in the images inside your gallery, there’s a chance that important parts of the images will get cut off if you set the crop parameter to true. That’s why it is disabled. If you don’t care about that, use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Set the crop parameter, adjust the size then regenerate the thumbnails. Make sure that the size of the images is more than the set thumbnail (300x300px for example).

    Cheers!
    Ismael

    in reply to: Layout Elemente ohne Abstand zueinander #446948

    Hey David!

    Thank you for using Enfold.

    I’m not sure if I completely understand the inquiry but it something to do with the space between elements. Can you please provide a screenshot? Use imgur or dropbox.

    Cheers!
    Ismael

    in reply to: Show annual archive page title #446947

    Hi Mark_goessens!

    Thank you for using Enfold.

    The code on the previous thread has nothing to do with the title container. You have this code in the Quick CSS field which hides the archive title:

    h1.main-title.entry-title {
      display: none !important;
    }

    Remove it.

    Regards,
    Ismael

    in reply to: Custom top menu #446946

    Hey!

    The theme is using the default wp comment form. If you want to edit the style of the form, edit the comments.php file then look for the comment_form() function. Refer to this link for more info: https://codex.wordpress.org/Function_Reference/comment_form

    Regards,
    Ismael

    Hi Stefan!

    Thank you for using Enfold.

    I’m not sure if understand the inquiry correctly but to answer your question:

    1.) Once you import the demo, it will be visible in the frontend.

    2.) You need to manually delete the demo pages and manually configure the theme options if you don’t want to do a wp reset. There’s no option to remove the demo content automatically.

    Best regards,
    Ismael

    in reply to: Home page video on mobile phone #446941

    Hey siddhaonline!

    Thank you for using Enfold.

    Video background or slider is disabled on mobile devices by default for various reasons (compatiblity, performance, bandwidth etc.). You need to add a fall back custom background image in the slider.

    Cheers!
    Ismael

    in reply to: Mobile Menu #446940

    Hey!

    It is hidden by default because there’s not enough space in the socket container and on mobile devices you can just double tap to scroll back to the top of the site. Maybe, you should add another menu item in the main menu with drop down, same items as the footer menu.

    Or use this to enable to enable the footer menu on mobile:

    @media only screen and (max-width: 768px) {
    .responsive #socket .sub_menu_socket {
      display: block !important;
    }}

    Cheers!
    Ismael

    in reply to: Using sub menu text on the Default demo? #446938

    Hey!

    What is the issue with the breadcrumbs?

    Cheers!
    Ismael

    in reply to: Bildgröße im einfachen Slider #446937

    Hey mexi33330!

    Thank you for using Enfold.

    We would like to see the actual site with the issue. Note that selecting the thumbnail or preview image size will not change the actual size of the slider container. The slider will inherit the size of the parent container.

    Cheers!
    Ismael

    in reply to: Pictures stretched in Accordion Slider on iPhone #446935

    Hi Bernd!

    Thank you for using Enfold.

    Try to adjust the height by using this code in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .aviaccordion.aviaccordion-title-inactive.av-animation-active {
      height: 300px !important;
      max-height: 300px !important;
    }}

    Cheers!
    Ismael

    Hi!

    Site looks ok on firefox. Please remove browser cache.

    Best regards,
    Ismael

    Hi!

    Alright. Without the product category hierarchy in the breadcrumb, it is working:

    http://lysetremblayjewelry.ca/shop/afghan-garnet-bracelet-ly13-022b
    http://lysetremblayjewelry.ca/shop/afghan-garnet-bracelet-ly13-021b

    You need to add this in the Quick CSS field to fix the header container:

    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
      margin-top: 55px;
    }

    This is a temporary fix. Instead of using the breadcrumb to go back to the product category, they can use the category and tag links below the add to cart button.

    Cheers!
    Ismael

    in reply to: iconlist different colors #446928

    Hi!

    Use this to change the background of the icon container:

    .page-id-15 .avia-icon-list li:nth-child(1) .iconlist_icon.avia-font-entypo-fontello {
      background: black !important;
    }
    
    .page-id-15 .avia-icon-list li:nth-child(2) .iconlist_icon.avia-font-entypo-fontello {
      background: red !important;
    }
    
    .page-id-15 .avia-icon-list li:nth-child(3) .iconlist_icon.avia-font-entypo-fontello {
      background: blue !important;
    }

    Best regards,
    Ismael

    in reply to: archive titles #446926

    Hey!

    Please remove that css.

    Regards,
    Ismael

    in reply to: Wrong Search Icon #446924

    Hey ricardsolacasanovas!

    Thank you for using Enfold.

    Did you modify any files inside the child theme folder? Please try to update the theme to 3.1.5. Also, you can try the fix provided here: http://kriesi.at/documentation/enfold/enable-cors/

    Best regards,
    Ismael

    in reply to: Facing problem with portfolio page with images. #446922

    Hey!

    You don’t have the latest version of the theme. Please update to 3.1.5. Remove browser cache then check the page again.

    Regards,
    Ismael

    in reply to: Relevanssi issues #446921

    Hi!

    The code works on our installation. Ajax search result per post type is limited to 3. The excerpt should be hidden on the ajax results. Please update the theme to 3.1.5.

    Best regards,
    Ismael

    in reply to: Change header menu bar #446879

    Hi dmstore!

    Thank you for using Enfold.

    The flat demo is using the transparent header. If you want to move the bar below the menu items, add this in the Quick CSS field:

    .avia-menu-fx {
      bottom: 20%;
      left: 0;
    }

    Regards,
    Ismael

    in reply to: smartphone menu #446878

    Hey alfaweb2!

    Thank you for using Enfold.

    Try this in the Quick CSS field:

    #mobile-advanced li.menu-item-has-children > a:before {
      content: "";
      position: absolute;
      background: gray;
      width: 40px;
      height: 100%;
      top: 0;
      right: 0;
    }

    You can add the arrow as background.

    Regards,
    Ismael

    in reply to: How to make Full Width Sub Menu transparent #446877

    Hi Nick!

    Thank you for using Enfold.

    Can you please provide a screenshot of what you’re trying to do? If you want to remove the background of the full width sub menu element, add this in the Quick CSS field:

    .main_color.av-submenu-container, .main_color .av-subnav-menu a {
      background: transparent;
    }

    Best regards,
    Ismael

    in reply to: HTTPS calls insecure external ressources #446874

    Hi!

    Can you please provide a link to the website? We would like to check it. Make sure that you have the latest version of the theme running on wp 4.2.2.

    Best regards,
    Ismael

    Hi!

    If you want to change the name of the enfold.css file to something else, you need to rename the theme in the style.css file but it will deactivate the theme and you will lose the theme options. And reset all layout options on each page. You should have done this at the very start.

    Theme Name: Enfold
    

    Or rename the child theme to something else then toggle any theme options to resave the css file. Create a backup of the site and a restore point before doing anything.

    The code above (https://kriesi.at/support/topic/how-do-i-hide-the-enfold-css-reference-to-make-the-theme-look-personal-to-my-client/#post-446873) should remove the debug info inside the head tag.

    Regards,
    Ismael

    Hey!

    I’m sorry if this issue is getting a bit too long to resolve. If possible, please give us the ftp credentials so that we can debug the issue further. Is the product category hierarchy in the breadcrumb important to you? If not, you can add this in the functions.php file to hide it:

    remove_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb', 10);
    

    The code should fix the issue as well.

    Cheers!
    Ismael

    in reply to: Blog posts, related posts #446866

    Hi!

    Sorry but I don’t understand you. I must be from mars. Isn’t that what you want? To see the related posts of a single post on the blog overview page? What’s the difference between a POST and “a blog post”? This is what I have on my installation when I do the modifications above.

    Regards,
    Ismael

    in reply to: Theme Settings Disappearing #446197

    Hey kathrynmichaud!

    Thank you for using Enfold.

    Add the [nolink] tag in the copyright field.

    Cheers!
    Ismael

    in reply to: reduce center white area #446195

    Hey!

    Add this in the Quick CSS field:

    .html_header_transparency .avia-blank #main {
      background: transparent;
    }
    
    .avia-blank .container_wrap.fullsize {
      background: transparent;
      border: 0 !important;
    }
    
    .avia-blank #wrap_all #main .container {
      background: #fff;
    }

    Best regards,
    Ismael

    Hi MMA_Impact!

    Thank you for using Enfold.

    1.) Which slider are you trying to use? Try to add this in the Quick CSS field:

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

    2.) We need to see actual page in order to see the issue.

    3.) Go to Enfold > Header > Mobile Menu panel. Adjust the Header Mobile Menu activation settings.

    Best regards,
    Ismael

    in reply to: color social media icons #446192

    Hi!

    Please try this:

    #text-5 .avia-icon-pos-left {
      float: right;
    }

    Cheers!
    Ismael

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

    Hi!

    We created an example for you here, check the hover layer: http://alextomaszewski.com/wp-admin/admin.php?page=layerslider&action=edit&id=24

    This is preview: http://alextomaszewski.com/test-2/

    And the code in the Quick CSS field to create the hover effect:

    .menu-item-1 {
    width: 241px;
    height: 106px;
      background-image: url('http://alextomaszewski.com/wp-content/uploads/2015/05/Hyperlink-Film-Portfolio-White.png');
    }
    
    .menu-item-1:hover {
      background-image: url('http://alextomaszewski.com/wp-content/uploads/2015/05/Hyperlink-Film-Portfolio-Blue.png');
    }

    Of course, you remove the transition and adjust the position of the menu item.

    Best regards,
    Ismael

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

    Hi!

    Please remove browser cache then reload this page: http://hostsites.me/family/

    Regards,
    Ismael

Viewing 30 posts - 47,731 through 47,760 (of 66,007 total)