Forum Replies Created

Viewing 30 posts - 57,361 through 57,390 (of 67,477 total)
  • Author
    Posts
  • in reply to: Responsive issue on mobile device #293218

    Hey cedricbonnard!

    Thank you for using the theme.

    I’m sorry but the image format is svg so we really can’t edit it via CSS. You need to disable it on mobile device or replace it with a static image. Use media queries to show or hide an element on different screen sizes.

    Best regards,
    Ismael

    in reply to: Child Theme and Plugin Issues #293216

    Hey connectsmg!

    Thank you for using the theme.

    Please activate the parent theme again then go to Enfold > Export/Import panel. Click the Export Theme Settings File then save it on your computer. Activate the child theme then go to same panel. This time click Import Theme Settings File to upload the theme options settings. Save Changes.

    Cheers!
    Ismael

    Hi Paul!

    Thank you for using the theme.

    It looks fine when I checked the website. Can you please provide a screenshot of the issue?

    Regards,
    Ismael

    in reply to: Enfold Theme Issues #293214

    Hi!

    Alright. Please give us the ftp login credentials. We would like to check the file structure. You can edit the .htaccess file using a notepad.

    Regards,
    Ismael

    in reply to: Woocommerce pages Missing, Enpoints #293212

    Hi rogierkoning!

    Thank you for using the theme.

    Are you using the latest version of woocommerce? If not, please update the plugin.

    Cheers!
    Ismael

    in reply to: Transparent Text Boxes #293211

    Hey!

    Alright. Please remove this code:

    #transparent-section .flex_column {
        background: rgba(255, 255, 255, 0.5);
    }

    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 elements where you want to add a transparent background then Aadd a unique css selector on “Custom Css Class” field. For example, add “transparent-block”.

    You can add something like this on your custom.css or Quick CSS:

    .transparent-block {
    background: rgba(255, 255, 255, 0.5);
    }

    In your case, edit the special heading element. Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/`

    Cheers!
    Ismael

    in reply to: Header – Center logo and main menu #293210

    Hey!

    Alright. Please replace this code:

    .container_wrap_logo .main_menu{
    right: 31.1%;
    }

    with this:

    .container_wrap_logo .main_menu .avia-menu {
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
    
    .container_wrap_logo .main_menu {
    width: 100%;
    }

    Please visit Envato Studio or Werkpress for further customization.

    Cheers!
    Ismael

    in reply to: No header page, blank side of screen #293209

    Hi Jonathan!

    Thank you for using the theme.

    Add this on Quick CSS or custom.css:

    .avia-mozilla #top.avia-blank #wrap_all {
        display: block;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    I checked the site on IE8 and 9 a few times, removing cache each refresh. The first slider image is not distorted.

    Regards,
    Ismael

    Hey sunshineh!

    Thank you for visiting the support forum.

    Unfortunately, you can’t sort the posts by latest posts on each category. Please refer to the order and ordery by parameter of wp query: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Regards,
    Ismael

    in reply to: layer slider background #293205

    Hi Finlando!

    Thank you for using the theme.

    Add this on Quick CSS or custom.css:

    div#layer_slider_1 {
    background: black !important;
    }

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider in 1/2 Layout Sections? #292862

    Hey dannablumenau!

    Thank you for using the theme.

    Unfortunately, you can’t insert the layer slider inside a column layout. Use other sliders like easy slider or accordion.

    Cheers!
    Ismael

    in reply to: Form as a Widget #292861

    Hey Mono14!

    Thank you for visiting the support forum.

    Create a temporary page or post then use the shortcode wand to generate the contact form shortcode. Copy it then place it inside a text widget.

    Best regards,
    Ismael

    in reply to: Menu below banner rather than above the banner #292859

    Hi freeethinka!

    Thank you for using the theme.

    Can you please provide us with a screenshot of what you’re trying to do? A link to the actual website will help.

    Regards,
    Ismael

    Hi atrixdave!

    Thank you for using the theme.

    Edit the logo text:

    <a href="/shop"><img style="height:66px; width:183px;" src="http://64.19.142.11/staging.eyemagic.net/wp-content/uploads/eye-magic-order-now-button.png"></a>
    

    Replace the href attribute with the URL of the shop page.

    <a href="SHOP PAGE URL HERE"><img style="height:66px; width:183px;" src="http://64.19.142.11/staging.eyemagic.net/wp-content/uploads/eye-magic-order-now-button.png"></a>
    

    Best regards,
    Ismael

    in reply to: issue, after updating version 2.9.1 #292857

    Hi!

    Thank you for the update.

    Please edit the page then insert the portfolio grid elements inside a 1/1 column. This should fix the issue.

    Best regards,
    Ismael

    in reply to: remove "You may use these HTML tags and attributes:" #292854

    Hi!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css:

    p.form-allowed-tags {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Ajax layered Navigation woocommerce #292853

    Hi!

    Thank you for the info.

    Please go to Appearance > Widgets then add the WooCommece Layered Nav widget. You need to have variable products.

    Cheers!
    Ismael

    in reply to: Woo Commerce Single Product Desktop View #292852

    Hey rpl_admin!

    Thank you for using the theme.

    What do you mean by “RHS”? A screenshot will help.

    Cheers!
    Ismael

    in reply to: Header #292851

    Hey!

    Thank you for the update.

    Can we take a look at the actual website? Try to add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }

    Regards,
    Ismael

    in reply to: Header – Center logo and main menu #292850

    Hi!

    Thank you for using the theme.

    Please replace this code:

    .container_wrap_logo .logo{
    left: 42.5%;
    }
    

    with this:

    strong.logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }

    Regards,
    Ismael

    Hi!

    Glad it is fixed. Thank you for using the theme. If you still have questions, let us know.

    Best regards,
    Ismael

    in reply to: Problem with images in explorer 10 #292845

    Hi!

    Thank you for the info.

    Please add this on Quick CSS or custom.css:

    .lightbox-added img {
    width: 100%;
    }

    Cheers!
    Ismael

    in reply to: Visual Editor No Longer Working #292844

    Hi!

    Yes, you’re using a child theme but the Enfold parent theme is not updated, it’s version 2.1. Download the latest version from your themeforest account then update the theme via FTP. Watch the video on the link we provided above.

    Cheers!
    Ismael

    in reply to: Menu with images, not just text #292842

    Hi Ivana!

    Thank you for using the theme.

    You can add HTML tags right before the navigation label. Go to Appearance > Menus then edit a menu item. Add an img tag on the navigation label, something like this:

    <img src="IMG URI HERE">MENU ITEM LABEL
    

    You can also use icon shortcodes.

    Cheers!
    Ismael

    in reply to: Farthest right mega menu dropdown off screen #292841

    Hi danchristopher!

    Thank you for visiting the support forum.

    We need to see the actual website. Please post it here. Make sure that you’re running the latest version of WordPress and the Enfold theme.

    Best regards,
    Ismael

    in reply to: Big list of questions! :) #292838

    Hey!

    Thank you for the update.

    When you say “portfolio tab”, are you referring to the post navigation? Please use this on Quick CSS to disable it:

    #top .avia-post-nav {
    display: none;
    }

    Regards,
    Ismael

    in reply to: LayerSlider WP not working correctly under Firefox #292835

    Hey!

    Thank you for the info.

    Did you copy any files specifically the header.php to your child theme folder? Please get a new copy of the file then replace the old one.

    Best regards,
    Ismael

    in reply to: read more link in portfolio grid #292833

    Hi!

    Thank you for the update.

    I made a mistake of adding a closing div. Please use this instead:

    $readmore = '<br /><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a>';
                        $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt.$readmore."</div>" : '';
    

    Best regards,
    Ismael

    in reply to: Gallery does not work #292832

    Hi!

    Thank you for using the theme.

    Please try to increase the max_execution time and max_upload limit then reload the page images. Ask your hosting provider. Refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues#post-277654

    Regards,
    Ismael

Viewing 30 posts - 57,361 through 57,390 (of 67,477 total)