Viewing 30 results - 210,631 through 210,660 (of 244,572 total)
  • Author
    Search Results
  • #333000

    In reply to: image captions

    Hi!

    To align the images, please add the following in Quick CSS:

    .template-single-blog .avia-image-container{
        margin-top:5px;
    }

    For the captions add the following:

    .av-image-caption-overlay-center p{
      margin-top:100px !important;;
    }

    If you wish to target one particular element in post, I would suggest adding the following code at the end of your themes’ functions.php file to enable advance css support for your elements.

    add_theme_support(‘avia_template_builder_custom_css’);

    You can find more detailed instructions on how to use this feature to add unique css that will alter just one element across your site here:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Please let us know if this helps.

    Best regards,
    Arvish

    Hi icetox!

    Thank you for using Enfold.

    The dynamic_avia folder doesn’t have the correct file permission. Please ask your host to change it.

    Best regards,
    Ismael

    #332988

    Hi generatrorassociates!

    Thank you for using Enfold.

    Please adjust the Maximum Container width on Enfold > General Layout > Dimensions panel.

    Regards,
    Ismael

    #332984

    Hi Heng!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css to modify the header background image on mobile device:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
    background: #ffffff url(//localhost/kriesi/enfold/wp-content/uploads/2014/09/aa.jpg) top center repeat scroll;
    }
    }

    Cheers!
    Ismael

    #332982
    #332980

    Hi!

    Please toggle any settings on Enfold > General Layout > Dimensions panel. See if that will fix the dropdown menu. The theme is now using a new grid system. I think the settings is stuck.

    Cheers!
    Ismael

    #332969

    In reply to: Mega menu Width

    Hey tijoseph!

    We recommend you use CSS media queries to adjust the logo for different screen sizes.

    You can use the custom.css file located in the css folder inside your enfold theme root directory as a starting point.

    Please let us know if you require any help with the theme.

    Regards,
    Arvish

    Hey!

    Have you tried deactivating the cache and minifying plugins? Please deactivate those plugins then test it again. Let us know if anything changes. Please toggle any settings on Enfold > General Layout > Dimensions panel. See if that will fix the dropdown menu. The theme is now using a new grid system. I think the settings is stuck.

    Regards,
    Ismael

    #332967

    Hey!

    Thank you for using Enfold.

    From what I understand, you’re having the same issue as @Rhoody. The link on the posts redirects you to the home page. I think you forgot the username. I can only see the password on the private content. Anyway, we’re still not sure why the last post redirects you to the homepage if there are multiple blog posts elements on the page. For now, you can try @Rhoody’s workaround. I’ll ask Kriesi to take a look.

    Cheers!
    Ismael

    #332962

    Hi!

    Thank you for using Enfold and sorry for the delay.

    Still not sure why the mega menu is acting that way. The aligning issue seems to be random. It’s not happening on other installations. I’ll ask Kriesi to take a look. If possible, please post the FTP and WP login details. We would like to check it. For now, you can use the temporary fix that you found.

    Regards,
    Ismael

    #332959

    Hi royaltask!

    Thank you for using Enfold.

    I’m sorry but can you please provide a screenshot of the issue? A link to the actual page will help.

    Cheers!
    Ismael

    Hey vidaelf!

    Thank you for using Enfold.

    I can’t seem to reproduce the issue on my end but please try this on Quick CSS or custom.css:

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    Cheers!
    Ismael

    #332954

    Hi!

    Thank you for using Enfold.

    The sliders should be responsive by default. You can disable the responsive mode on Enfold > General Layout > Dimensions panel. Disable the Responsive Site option.

    Best regards,
    Ismael

    #332950

    Hey elames!

    Thank you for using Enfold.

    Yes, this is possible. Use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    ul#avia2-menu {
    display: none;
    }
    }

    Best regards,
    Ismael

    #332949

    Hi ketilberg!

    Thank you for using Enfold.

    You can create a blank div on another content element then give it a unique css id. Edit the iconbox title link. Set it manually. Add the anchor link. Please refer to this link for reference: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Best regards,
    Ismael

    Hey!

    Please go to Enfold > Header > Extra Elements panel. Enable the Append search icon to main menu.

    Best regards,
    Ismael

    #332943

    Hi GOWD!

    Thank you for using Enfold.

    I checked the website and the lightbox are working just fine. Please remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #332942

    Hi bcnjmlopez!

    Thank you for using Enfold.

    Did you add the english version of the logo? Please switch to english version on the wp dashboard then go to Enfold(EN) > Theme Options > Logo. Upload the logo.

    Regards,
    Ismael

    #332940

    Hey LSpicer!

    Thank you for using Enfold.

    Add a custom link on Appearance > Menus. Add the search or input code as Navigation Label.

    Cheers!
    Ismael

    Hey connect4consulting!

    Thank you for using Enfold.

    You can place them inside a Color Section. Edit the Color Section then add unique id on the For Developers: Section ID field. Insert column layouts for each circle. We will use css to add different backgrounds for each columns. Please give us a link to the actual page where you’re testing this, we have to inspect it. We’ll give you the css afterwards. Or you can use google inspector or firebug to pick the right column selectors.

    Best regards,
    Ismael

    #332919

    Hey wafflecone!

    Thank you for using Enfold.

    Please create a test page with exact same settings and this iframe. We would like to check it.

    Cheers!
    Ismael

    #332916

    In reply to: Widgets in Mega-Menu?

    Hey ASteynes!

    Thank you for using Enfold.

    I’m sorry but this is not possible without major modification on the theme. If you can find a plugin that enables you to render widget areas using a shortcodes then maybe it’s possible. I haven’t tried this myself, but try using the theme’s Widget Area shortcode:

    [av_sidebar widget_area='Displayed Everywhere']
    

    Best regards,
    Ismael

    #332913

    Hey briandeeney!

    Thank you for using Enfold.

    Just add ?iframe=true after the url. It will automatically open the external link on a lightbox. Make sure that you’re using Enfold 3.0.1. The url will look something like this:

    http://kriesi.at?iframe=true

    Cheers!
    Ismael

    #332911

    Hey Rustybucket!

    Thank you for using Enfold.

    Which section are you referring to? I checked the website and it looks nice. Try using this on Quick CSS or custom.css:

    .avia-full-stretch {
    background-size: 100% !important;
    }

    Best regards,
    Ismael

    #332908

    Hi tt801!

    Thank you for using Enfold.

    Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    #332904

    Thanks so much Josue for taking the time. I appreciate your effort. One of the things that always concerns me about editing the code in certain pages is that it may be lost or overwritten when the theme or wordpress is updated and I won’t remember what I did previously to change the page manually. I prefer not to do any hacking.

    I actually tried Arvish’s suggestion to turn off active autorotation and that may serve my purposes. It will keep the images all the same width when the page loads – that allows a user to see the text overlay for each image at once – I like that because each image corresponds to a practice area for my law firm and I want visitors to see all of them. However, using the accordian also will allow a visitor to select one image (one of our law practice areas), have the image expand with a hover, or have the image link to more info on a separate page, if they choose. This is probably the easiest solution because it will allow me to configure this from within the dashboard without code changes that may be overwritten later. I don’t have the same concern about adding CSS code to the theme options general styling because that shows the changes in one location that is easy to just copy and reuse if I were to do an update.

    For now, I am trying to develop the site using Enfold and am building it in Microsoft Webmatrix on my local drive so I don’t have anything to show you yet.

    Regards,
    Scott

    • This reply was modified 11 years, 6 months ago by scottlanin.
    #332898

    In reply to: Category Page Editing

    Hey NLucano!

    Thank you for using Enfold.

    You can edit the archive.php file or you can use this filter to change the archive layout base on different blog styles:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    Other available styles are blog-grid, multi-big and single-big.

    Cheers!
    Ismael

    #332896

    Hey Günter!

    Thank you for using Enfold.

    I’m sorry but this kind of modification falls beyond the scope of support. You might need to hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.

    Best regards,
    Ismael

    #332895

    Hi ragugo!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page with the magazine element? Please try this:

    $image = get_avatar( $entry->ID, 81 );
    

    Best regards,
    Ismael

    #332890

    In reply to: Google Maps Element

    Hey!

    Unfortunately the customisation you’re requesting will take a while to implement and therefore falls outside the scope of our theme support.

    You can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Arvish

Viewing 30 results - 210,631 through 210,660 (of 244,572 total)