Forum Replies Created

Viewing 30 posts - 61,981 through 62,010 (of 66,839 total)
  • Author
    Posts
  • in reply to: logo resize #197615

    Hey!

    Please remove Yigit’s code:

    @media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 40px!important; }}

    Replace it with:

    @media only screen and (min-width: 989px) {
    .logo, .logo a, .logo a img {
    width: 285px!important;
    height: 80px!important;
    top: 20px;
    }
    }

    Cheers!
    Ismael

    in reply to: Homepage Slider – Image Issue #197613

    Hey!

    I’ll ask Devin and Josue to check this on Safari (MAC). The slider seems to load fine on Safari Windows 8 and 7. I asked you to deactivate all plugins because the first time I checked, the slider is not loading properly.

    Best regards,
    Ismael

    in reply to: Spacing Issue on Mobile View #197610

    Hey!

    Please use this instead of the code I provided above:

    @media only screen and (max-width: 767px) {
    #header_main {
    padding-bottom: 20px;
    }
    
    .responsive .main_menu {
    position: static;
    margin-top: 20px;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: logo resize #197608

    Hey!

    Just upload the logo with size more than 285x40px. The CSS will stretch it because of Yigit’s code above.

    Cheers!
    Ismael

    in reply to: Page Update creshes when WooCommerce is in … #197606

    Hi german_photographer!

    Can you please give us a link to the website? Do you have any other plugins? Please deactivate them and post the login credentials here as a private reply.

    Best regards,
    Ismael

    in reply to: WPML blocks website #197605

    Hey!

    Can you please give us a link to the website? Refer to this link for further info about posts translation: http://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/

    Regards,
    Ismael

    in reply to: Please contribute and translate Enfold #197602

    Hey!

    It’s nice to know that you are helping each other out. :)

    Cheers!
    Ismael

    in reply to: Layer Slider Errors #197601

    Hey!

    Edit the frontpage or the homepage and check which layerslider is selected (Advanced Layout Builder). Change the slider and save the page. Then you should get rid of the “[LayerSliderWP] Slider not found” message and the slider will be displayed instead. You can also remove the Layer Slider element if you don’t want one.

    Best regards,
    Ismael

    in reply to: Portfolio #197593

    Hi!

    Are you talking about the masonry gallery? Please add this on your custom.css or Quick CSS:

    .av-masonry-container {
    background: rgba(255,255,255,1);
    }

    Best regards,
    Ismael

    in reply to: Issue Uploading Icon Fonts #197592

    Hi!

    The “server didn’t respond” error message tells you that the server didn’t process the request properly. Please contact your host and ask them for error logs.

    Best regards,
    Ismael

    Hi!

    You can watch this video: http://vimeo.com/channels/aviathemes

    The “Home V7: One Page Portfolio” is created using the following elements respectively:

    Fullscreen Slider
    Color Section
    – Text Block
    – Portfolio Grid
    Color Section
    – Contact Form
    Color Section with Background Image
    Color Section
    – Text Block
    – Icon List element
    Color Section
    – Testimonials
    Color Section with Background Image
    Color Section
    – Team element
    – Promobox
    – Team element

    Regards,
    Ismael

    in reply to: Trying to remove the large header "white space" #197553

    Hey!

    You can modify the menu on Appearance > Menus. Look for the Main Menu. Remove the items that you want. You can set the other pages tat you don’t need as draft or you can delete them entirely.

    Best regards,
    Ismael

    in reply to: Problems with the LayerSlider img "left:70px"atribute. #197547

    Hey Erich!

    The slider looks properly positioned when I check it. I don’t see the +70px position added to the left. This is what I see:

    http://i.imgur.com/xLBlICA.jpg

    Best regards,
    Ismael

    in reply to: Square thumbnails on grid blog #197543

    Hey!

    Edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 240:

    if($preview_mode == 'auto') $image_size = 'portfolio';

    Below, add this code:

    if($preview_mode == 'auto') $image_size_blog = 'blog_grid';

    Go to line 277, find this code:

    $thumbnail = get_the_post_thumbnail( $the_id, $image_size );

    Replace it with:

    $thumbnail = get_the_post_thumbnail( $the_id, $image_size_blog );

    Edit functions.php, add this code at the very bottom:

    $avia_config['imgSize']['blog_grid']= array('width'=>208, 'height'=>208 ); // blog grid images

    Regenerate the thumbnails. The Blog Grid will now use the “blog_grid” thumbnail with 208 by 208 px dimension.

    Cheers!
    Ismael

    in reply to: Add Font Resizer snippet after breadcrumb trail? #197534

    Hey!

    I think it is better to put it on top of the breadcrumb because the breadcrumb’s width will differ according to the level of pages you’re in. Use this on Quick CSS:

    div.fontResizer {
    position: absolute;
    z-index: 20;
    right: 0;
    width: auto
    }
    
    .fontResizer p {
    float: left;
    }
    
    .fontResizer li {
    margin: 3px 0 0 0;
    }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    top: 40px;
    }

    Regards,
    Ismael

    in reply to: Homepage Slider – Image Issue #197519

    Hey!

    The slider is loading endlessly. Please deactivate all plugins. I think the screenshot is cut off or something.

    Regards,
    Ismael

    in reply to: Can anyone recommend a community plugin? #197517

    Hey David!

    You can use the bbPress plugin. Also, visit http://codecanyon.net/ for more wordpress community plugin like this: http://codecanyon.net/item/sabaidiscuss-for-wordpress/3455723?WT.ac=category_item&WT.seg_1=category_item&WT.z_author=onokazu

    Regards,
    Ismael

    in reply to: Mobile Posts have large space between logo and page title #197514

    Hey!

    I tested the code I gave you and it works fine. This is how it should look like after you added the css modifications:

    I modified the code a bit. Please use this:

    @media only screen and (max-width: 767px) {
    #header_main {
    max-height: 100px;
    }
    .mobile_active #advanced_menu_toggle {
    top: 50px;
    }
    
    .responsive .mobile_slide_out .logo {
    position: relative;
    top: 5px;
    }
    
    .responsive.social_header .phone-info {
    margin-top: 10px;
    }
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: "Custom Background Image" Optimum Dimensions / File Size #197505

    Hi!

    1.) This is a sample of a custom background use on the demo. The file size is 181kb. http://kriesi.at/themes/enfold/files/2013/04/floor.jpg

    2.) Where is this happening? Can you please give us a link to the actual page with the fullwidth image?

    Regards,
    Ismael

    in reply to: bbPress 2.5 #197504

    Hey!

    You can change the background color using this:

    #bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: black !important;
    }

    Regards,
    Ismael

    in reply to: Blog – Masonry #197503

    Hey!

    You can watch this video: http://vimeo.com/channels/aviathemes/77433498

    Best regards,
    Ismael

    in reply to: Extra pages and SEO #197501

    Hey MaxMyBody1!

    Did you import the dummy data? You can delete those pages or set it as draft.

    Best regards,
    Ismael

    in reply to: No animation on gallery load #197500

    Hey JaredBurnett!

    Please edit shortcode.js, find this code on line 673:

    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    });

    Replace it with:

    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    }).trigger('avia_start_animation');

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: How to manipulate alignment in color-sections #197499

    Hi!

    It shouldn’t break the theme. If you have an empty child theme functions.php, it should look like this when you add the code:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    add_theme_support('avia_template_builder_custom_css');

    Regards,
    Ismael

    in reply to: Spacing Issue on Mobile View #197493

    Hey Gstar72!

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

    @media only screen and (max-width: 767px) {
    #header_main {
    padding-bottom: 20px;
    }
    }

    Best regards,
    Ismael

    in reply to: Full Screen Slider Not Showing #197492

    Hey!

    Try to disable it using this on Quick CSS:

    #menu-item-search {
    display: none;
    }

    Regards,
    Ismael

    in reply to: How to center buttons at the advanced layer slider? #197192

    Hi!

    Please edit the layer then go to Attributes panel. Add a unique css selector on the layer then use media queries to position it on different screen sizes. :)

    Regards,
    Ismael

    in reply to: 2nd logo in header #197191

    Hey!

    I don’t see the second logo on the link you gave me. Don’t forget to add the php closing and opening tags.

    Regards,
    Ismael

    in reply to: How big does the graphic have to be? #197189

    Hey justinwheelon!

    The suggested image size is 1600x470px if you want a high quality slider but 900x350px image dimension will do.

    Cheers!
    Ismael

    in reply to: Can someone please help me update #197185

    Hi!

    The latest version of the theme is 2.4.2. Please delete the enfold folder on wp-content/themes/ folder. You can install the theme via FTP, watch this video: http://vimeo.com/channels/aviathemes/64927356

    Cheers!
    Ismael

Viewing 30 posts - 61,981 through 62,010 (of 66,839 total)