Forum Replies Created

Viewing 30 posts - 57,481 through 57,510 (of 67,197 total)
  • Author
    Posts
  • in reply to: Image Element – Possible Bug? #284973

    Hi sdbroker!

    Thank you for using the theme!

    Even if you set the styling to default, there should be no shadow effect on the image. A plugin might be causing the issue. Please deactivate all plugins then test it again.

    Best regards,
    Ismael

    in reply to: social media icons / buttons #284971

    Hey!

    Thank you for the info.

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit the linked n icon then add a custom css class. Add linkedin-icon for example. Use this on Quick CSS:

    .linkedin-icon {
    margin-top: 2px;
    }

    Best regards,
    Ismael

    Hey Nathalie!

    Thank you for visiting the support forum!

    Try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-entry {
    width: 100%;
    }
    }

    Cheers!
    Ismael

    in reply to: Scrolling text? #284967

    Hi rhysbowen!

    Thank you for using the theme!

    You can use the content slider element if you want to have a sliding text or content.

    Regards,
    Ismael

    in reply to: Invoke mobile menu at different breakpoint #284965

    Hi!

    Thank you for using the theme!

    Please go to Enfold > Header Layout > Mobile Menu. Look for the Header Mobile Menu activation then select the second option to activate the advance menu toggle on iPad landscape view.

    Cheers!
    Ismael

    Hey yes9310!

    Thank you for visiting the support forum!

    Not sure why the image overlay is not being added on the first image but you can add this on Quick CSS or custom.css to disable the image overlay entirely:

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

    Regards,
    Ismael

    Hey SomeBloke!

    Thank you for using the theme.

    Yes, you can select specific images for the masonry gallery. Edit the gallery then click Add/Edit gallery. Select the images that you want to add on the gallery.

    Best regards,
    Ismael

    in reply to: social icons shortcode #284958

    Hey Munford!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    div.avia-button-wrap.avia-button-left {
    display: block;
    }
    
    div.flex_column.av_one_half.first.avia-builder-el-4.el_after_av_hr.el_before_av_one_half span.av_font_icon.avia_animate_when_visible.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
    display: block;
    margin-left: 10px;
    }

    Cheers!
    Ismael

    in reply to: Possible Bug #284956

    Hi!

    I’m not sure what you mean but glad you made it work. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Product price removal stuck #284954

    Hey midischool!

    Thank you for using the theme!

    Looks like you managed to remove the variable product price on the single product page. If not, please add this on Quick CSS or custom.css:

    .product-type-variable .price {
    display: none !important;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for the update.

    I’m not really sure what’s wrong with the masonry gallery thumbnails. It looks sharp and clear on Windows 8 Chrome.

    Best regards,
    Ismael

    in reply to: Post alignment inside Blog Post Content Element #284950

    Hi!

    Glad it is working. Sometimes you need to wait a few minutes before the css takes effect. You can press CTRL+F5 to hard refresh the page and load it from scratch. If you still have questions, let us know.

    Regards,
    Ismael

    Hey lzevon!

    Thank you so much for using the theme!

    1.) Please go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu Activation, choose the second option.

    2.) Please go to Enfold > Advanced Styling, edit the Main Menu Links. Please post the website url here so that we can inspect it.

    Cheers!
    Ismael

    in reply to: Portfolio Items do not show up all of a sudden #284942

    Hi!

    Glad you figured it out. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Image apperas when adding links #284941

    Hi progenki!

    Thank you for using the theme!

    Are you trying to get the featured image to show on facebook or something like that? Please install http://wordpress.org/plugins/wordpress-seo/ and then you can use the SEO > Social panel. Enable the “Add Open Graph meta data” to specify some content for social sharing services like facebook and twitter etc. Note that you have to wait a few hours before any of this services re-pick the data.

    Regards,
    Ismael

    in reply to: main menu style #284940

    Hi!

    Thank you so much for using the theme!

    Please use this on Quick CSS or custom.css:

    .av-main-nav > li > ul {
    border-top: 0;
    }

    Best regards,
    Ismael

    in reply to: Clickable image in header #284939

    Hi VisuellDK!

    Thank you for using the theme!

    Please go to Appearance > Menus panel. Create a custom link. Add html tag on the menu label or title. Something like this:

    <img src="IMAGE URI HERE" />
    

    Inspect the menu item then look for the menu id, use it to modify the image inside the menu. It will look something like this:

    li#menu-item-3128 img {
     /* Add style here*/
    }
    

    The id of the menu item is 3128, it might be different with yours.

    Cheers!
    Ismael

    in reply to: Custom Menu Float and Responsive Dropdown #284938

    Hi janeyj!

    Thank you for visiting the support forum.

    We can’t access the site. It says “Authorization Required”. If you don’t mind, please post a screenshot of what you’re trying to do. You can use imgur, dropbox etc.

    Regards,
    Ismael

    Hi OblakJ!

    Thank you so much for using the theme!

    Please use this on Quick CSS to remove the padding:

    .logo img {
    padding: 0;
    }

    Go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu activation setting then choose the second option in order to prevent the main menu from overlapping the logo.

    Regards,
    Ismael

    in reply to: Accordion Problems #284936

    Hey!

    There are no images on the layer slider. Please try to remove browse cache then check the slider again. In order to migrate the theme successfully and leave the database intact along with the layer slider, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Best regards,
    Ismael

    in reply to: Portfolio excerpt text #284933

    Hey Richard!

    Thank you for using the theme!

    Please use this:

    div.grid-entry-excerpt.entry-content {
    font-style: normal;
    }

    Regards,
    Ismael

    in reply to: Something is breaking the layout of two pages. #284927

    Hey conversations!

    Thank you for using the theme.

    Please create a test page then apply the content of the page with the footer issue. Remove the added divs then post the login credentials here. Set it as a private reply. We would like to check it.

    Cheers!
    Ismael

    in reply to: Image Code Displaying in Avia Layout Easy Slider #284926

    Hey!

    Thank you for the update.

    Do you mind if we take a look at the actual page? Please check the actual slider element then edit it. Are the shortcodes being added on the Caption Text field?

    Cheers!
    Ismael

    in reply to: Width of menu #284925

    Hi!

    Thank you for the update.

    Please try this:

    #header_main {
    border-bottom: 0;
    }

    Cheers!
    Ismael

    in reply to: Line breaks Not Saving in Avia Layout >Text Blocks #284924

    Hi!

    Thank you for the info.

    I’m sorry but the login credentials are incorrect. WordPress automatically strips out br or p tags. Try to add a custom class on the br tag. Something like this:

    Click here to add your own text
    <br class="blank" />
    Click here to add your own text
    
    Click here to add your own text
    
    Click here to add your own text
    
    Click here to add your own text

    Regards,
    Ismael

    in reply to: Mobile transparent menu issue #284920

    Hi crschulz!

    Thank you for using the theme!

    Please add this selector:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_transparency #main {
    padding-top: 0 !important;
    margin-top: -170px;
    }
    }
    

    Regards,
    Ismael

    in reply to: Magazine first two entries display large #284919

    Hey fandragon!

    Thank you for visiting the support forum!

    Please edit magazine.php, remove everything then replace it with this code: http://pastebin.com/ESmzYVTA

    Cheers!
    Ismael

    in reply to: Section not wrapping on Ipad Portrait #284918

    Hi Denis!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    div .av_one_fourth {
    margin-left: 2%;
    width: 47.5%;
    }
    }

    Cheers!
    Ismael

    in reply to: Making Menu Items 2 Lines #284917

    Hey!

    Thank you for the info.

    Please add this at the very bottom:

    @media only screen and (max-width: 767px) {
    span.menu-break {
    line-height: 0;
    float: none;
    bottom: 0;
    margin-left: 2px;
    }
    }

    Cheers!
    Ismael

    in reply to: Toggles & Accordions appearance #284571

    Hey!

    Thank you for the update.

    Please post a screenshot of what you want to accomplish with the accordion element. We’ll try to help you with the css code. If you have the time, please play around with the css selectors that we suggested above.

    Cheers!
    Ismael

Viewing 30 posts - 57,481 through 57,510 (of 67,197 total)