Forum Replies Created

Viewing 30 posts - 59,641 through 59,670 (of 67,565 total)
  • Author
    Posts
  • in reply to: Menu in the sidebar #245866

    Hey eymata!

    Thank you for using the support forum!

    Those are nested subpages with the same parent page. So if you want to show those page, you need to set the page hierarchy on Page Attributes > Parent. Enable the Page Sidebar Navigation on Enfold > Sidebar. If you don’t want to set the parent attributes, you can use the custom menu widget on Appearance > Widgets.

    Best regards,
    Ismael

    in reply to: Scroll down #245862

    Hey!

    No problem. If you have any questions, let us know. ;)

    Cheers!
    Ismael

    in reply to: Static Main Menu Item with Drop down menu #245861

    Hey!

    Thank you for using the support forum!

    On Appearance > Menus, you can create a custom link then fill in the URL with a hashtag (#). Use this custom menu as the parent menu of the drop down. I hope this helps.

    Best regards,
    Ismael

    in reply to: Header Image/Section to Posts #245860

    Hey!

    Thank you for the explanation.

    I don’t see anything wrong with how you setup the child theme. If you don’t mind posting the login details here. We would like to check it on our end. Please set it as a private reply. Did you copy any parent theme files on the child theme folder?

    Best regards,
    Ismael

    Hi bakbek!

    Thank you for the question. You might want to check Josue’s solution here: https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/

    If that doesn’t work, do this instead. Edit includes > loop-index.php, remove everything then replace it with this code:

    http://pastebin.com/PrknfpSw

    I hope that helps.

    Cheers!
    Ismael

    in reply to: Add a 'Read More…' link to the end of search results #245857

    Hey spmcfarland!

    Thank you for using the support forum!

    Please edit includes > loop-search.php, find this code on line 91:

    the_excerpt();
    

    Below, add this code:

    echo '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    

    This should append the read more link below the excerpt or summary.

    Best regards,
    Ismael

    in reply to: Submenu Issue #245856

    Hey Michael!’

    Thank you for explaining the issue.

    You can add this on Quick CSS or custom.css to decrease the bottom and top padding of the menu items:

    #top .main_menu .menu li ul a {
    padding: 4px 15px;
    }

    And if you don’t mind, you can move the “By Brand” menu item towards the top.

    Regards,
    Ismael

    in reply to: weird thing when on mobile #245855

    Hey Willem-Paul!

    Thank you for the link.

    Did you add any plugins prior to the issue? Please check the WP Super Cache plugin then disable the minify settings. Use this plugin instead: http://wordpress.org/plugins/bwp-minify/

    Best regards,
    Ismael

    in reply to: Blog Posts duplicating #245853

    Hi Armando!

    Thanks for the info.

    We would like to inspect the source code but I think you disabled the right click event using a plugin. Please disable that plugin or all the plugins for that matter. Maybe, there is a plugin that is duplicating the posts. Let us know once you have done that, we’ll be happy to assist you after.

    Regards,
    Ismael

    in reply to: Portfolio Menu #245852

    Hey dbddiamonds!

    Thank you for using the support forum!

    Make sure that you added portfolio categories for each portfolio items then edit the portfolio grid element. Set the “Sortable?” option to yes. This will show all portfolio categories just like in the demo.

    Regards,
    Ismael

    in reply to: Ken Burns Effect at Fullscreen Slideshow #245651

    Hi frobi!

    Thank you for using the theme!

    We greatly appreciate any feedback or requests from you, that’s why we created the Enfold Feature Request page. You can vote for the feature that you want or post your own feature request. We cannot provide an exact timeline on when a particular feature might be added to the theme but you’ll see it on the theme changelog if ever.

    Regarding the Ken Burns effect, you can replicate the same animation using the Layer Slider. Utilize the Transition In > ScaleY and ScaleX options combined with the Duration.

    Cheers!
    Ismael

    in reply to: Dotted overlays on color section #245650

    Hi!

    I know this is not practical but since you added the custom css class, you can try this. Edit all the color sections except for the section with the background overlay. Add a custom css class called section-top-index to all of them. Add this on Quick CSS:

    .section-top-index {
    position: relative;
    z-index: 100;
    }

    This should move the layer position of all the section on top of the color section with the background overlay.

    Best regards,
    Ismael

    in reply to: Adaption Header #245645

    Hi DStoeckl!

    Thank you for using the support forum!

    In order to help you with the problem, we would like to know if you have the latest version of Enfold. The latest release of the theme includes a header option to move the position of the logo to the right, left or center. Regarding the button, we would like to ask for a screenshot of what it is you’re trying to do. We’ll be happy to assist you after we have a better understanding of the situation.

    As always, thank you so much for using the theme!

    Regards,
    Ismael

    in reply to: Header menu text moving #245639

    Hi!

    Glad it worked.

    I checked the site but I don’t see the modifications that we suggested above. Anyway, you can try this code in order to move the the switcher 100px from the left.

    .avia_wpml_language_switch {
    left: 100px;
    }

    You can also use right css property if you want.

    Best regards,
    Ismael

    in reply to: Enfolder Header Customisation #245623

    Hi!

    Thank you for using the support forum and the info.

    You can check for the theme version on Appearance > Themes or check the style.css on Appearance > Editor.

    Regards,
    Ismael

    in reply to: Some questions about Enfold #245620

    Hey tomgraziani!

    Thank you for using the support forum!

    1.) Please add this on Quick CSS or custom.css:

    #text-5 > div > article {
    padding-right: 1px;
    }

    2.) I’m not sure why it’s adding the before pseudo selectors, you can use this to remove the dots:

    #adrotate_widgets-4 .clearfix::before, #adrotate_widgets-4 .flex_column::before {
    content: '';
    }

    3.) Edit header.php, find this code on line 34:

    <link rel="profile" href="http://gmpg.org/xfn/11" />
    

    Do the instruction on the tutorial. After that, edit functions.php then add the code provided on the tutorial at the very bottom.

    Best regards,
    Ismael

    in reply to: menu managemen problem #245603

    Hi!

    Thank you for the login credentials.

    I tested the menu on my end and they are working fine. The menu items are movable and I was able to modify the menu hierarchy etc. This might be an issue with your browser. Please try to remove browser or test it on another browser. I created a test menu here: http://incisivo.it/wp-admin/nav-menus.php?action=edit&menu=1635

    Cheers!
    Ismael

    in reply to: Issues after update – whitespace, etc. #245595

    Hi!

    Thank you for using the support forum!

    The horizontal rule element’s height can be set when you’re using the whitespace option. The default height for the horizontal rule is 50px. You can decrease that value if you want.

    I checked the testimonials but I don’t see the “jump” issue. If I am not mistaken, you’re talking about the testimonials o the home page right below “View All Reviews on Google+” text.

    Nice website. :)

    Best regards,
    Ismael

    in reply to: Icon Images #245591

    Hi teddybaker!

    Thank you for using the support forum.

    I’m sorry but I’m not sure what it is you’re trying to do. If you can give us more information, a screenshot perhaps, that would be great. You should probably place the icon and the text block on a separate column. Add a 2/3 and a 1/3 column layout side by side. Place the Icon shortcode inside the 1/3 column layout and the text block on the 2/3 column.

    Best regards,
    Ismael

    in reply to: Image edit fix messes up icons #245587

    Hey!

    Thank you for using the support forum.

    The purpose of the css code above is to keep the images responsive on all screen sizes. If you remove the code, it will blow up the image proportion and ratio. Another thing that you can do to override the css is to add a custom css class on the image element. If you haven’t done so, please add this right after line 16 inside functions.php:

    add_theme_support('avia_template_builder_custom_css');
    

    This is applicable when you’re using the image element on the avia builder or simply adding the img html code on a text block. Add the Image element then add a custom css class, let’s use awesome-image for example. Add this on Quick CSS or custom.css to override the css auto image size adjustment:

    .awesome-image {
    width: 100px !important;
    height: 100px !important;
    }

    This will resize the image to the dimension specified above. Actually, I’m not really sure if this will help you but if you don’t mind giving us a little more information of what you’re trying to do, we’ll be happy to assist. A list of specific image objects that you want to resize will surely help.

    Regards,
    Ismael

    in reply to: Footer socket #245579

    Hi brich816!

    Thank you for using the theme!

    You can remove the kriesi link on Enfold > Footer > Copyright. Just add the [nolink] tag inside the field. :)

    Best regards,
    Ismael

    in reply to: How to set 1 default background for all components #245578

    Hi!

    Thank you for the feedback.

    1.) It should work even with the centered logo. I’m not sure why it’s not working for you. I thought you want a transparent header? I checked the demo on the link you provided but it’s not using a transparent header. Please post a screenshot of the header that you want, that will greatly help. I also noticed that you’re not using the latest version of the theme, the header transparency won’t work if you’re not using 2.6 or higher. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    2.) If you’re using the portfolio grid element, make sure that the “Sortable?” option is set to Yes.

    Best regards,
    Ismael

    in reply to: Dotted overlays on color section #245569

    Hey!

    I noticed that it might cover some of the sections so you might need to increase the z-index of other color sections or elements if you have any.

    Cheers!
    Ismael

    in reply to: Dotted overlays on color section #245555

    Hi!

    Thank you for correcting me. I’m sorry about that, I must have been tired when I posted that.

    Anyway, you can apply a certain background overlay on a color section but first make sure that you added the theme support for custom css class. Edit functions.php, add this code right after line 16:

    add_theme_support('avia_template_builder_custom_css');
    

    This will give you the option to add a custom css class on any avia elements within the builder. So let’s get started, add a color section with the background image that you want then insert a text block inside the section. The overlay image will be added on the text block. Switch to the text/html editor mode then add this:

    <img alt="" src="http://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png" />
    

    Scroll a bit below to add a custom css class, we’re going to use section-overlay-background for example. After that save the options then publish the page. Add this on Quick CSS or custom.css to adjust the image overlay to full width and height covering the entire color section background:

    .section-overlay-background {
      position: fixed; 
      top: -50%; 
      left: -50%; 
      width: 200%; 
      height: 200%;
      z-index: 0;
    }
    
    .section-overlay-background img {
      position: absolute; 
      top: 0; 
      left: 0; 
      right: 0; 
      bottom: 0; 
      margin: auto; 
      min-width: 50%;
      min-height: 50%;
    }

    Reference link is here, look for technique number 2: http://css-tricks.com/perfect-full-page-background-image/

    Cheers!
    Ismael

    in reply to: icons and ipad #245542

    Hey Marssolutions!

    Thank you for using the support forum!

    Most of the animations are disabled when viewing on a mobile device to improve loading speed but certainly not the links. If you don’t mind, please post the link to the actual page with the icon problem. Make sure that you have the latest version of the theme which is Enfold 2.6.2. We’ll be happy to assist you once we have taken a closer look at the issue.

    Regards,
    Ismael

    in reply to: Breadcrumbs not appearing on pages #245539

    Hey controlC!

    Thank you for using the support forum!

    We’re sorry that you’re experiencing the issue. If you don’t mind posting the link to the actual page without the breadcrumbs, that will help. Did you just recently updated the theme? From what version did you update? There are some options that tend to be stuck when you’re using a very old version and updated the theme to the latest release.

    Best regards,
    Ismael

    Hi DStoeckl!

    Thank you for the information!

    Unfortunately, I’m not entirely certain of what you’re trying to accomplish. If you don’t mind adding more information, that would be great. A screenshot of the layout will surely help. You can add another element right after the toggle title using the before and after pseudo selectors. Please try this on Quick CSS or cusotm.css:

    .main_color .toggler.activeTitle:before {
    content: '';
    display: block;
    width: 85%;
    height: 2px;
    background: red;
    position: absolute;
    top: 19px;
    left: 10%;
    }

    The code will add a two pixel high red block beside the toggler title. I hope that helps a bit.

    Best regards,
    Ismael

    in reply to: Need help with Preview Images and Featured Images #245521

    Hey dstellagon!

    Thank you for using the support forum!

    The pages are not loading on my end. I’m not sure why. If I am not mistaken you’re talking about the Slideshow Image Size option which gives you the ability to select the thumbnail size that you’re going to use on the slideshow. The option will not resize the actual slider. The slider is set to inherit the size of its container, try adding it on a column layout and see what happens.

    Since the page is not loading on my end, I will assume that you’re talking about the featured images on the blog overview page. You can remove those using this on Quick CSS or custom.css:

    .page .big-preview {
    display: none !important;
    opacity: 0 !important;
    }

    Regards,
    Ismael

    in reply to: Font colour not changing #245519

    Hi!

    Thank you for the info.

    I checked the website and the fonts are using the color specified on the editor which is black (#000000). There is no possibility that the theme css will override the inline css styling unless there is an !important tag appended beside the css value.

    Regards,
    Ismael

    in reply to: Scrolling not smooth on iOS devises #245518

    Hi!

    Thank you for using the support forum. I can’t test it on actual iOS device but the scrolling on a touch laptop is working properly. Let me ask Josue and Devin to check this. I also noticed that you’re not utilizing page loading optimization. You might want to add a cache and minify plugin to improve loading speed.

    Cheers!
    Ismael

Viewing 30 posts - 59,641 through 59,670 (of 67,565 total)