Forum Replies Created

Viewing 30 posts - 57,841 through 57,870 (of 67,191 total)
  • Author
    Posts
  • in reply to: Parent page and thumbnail issue #276849

    Hey!

    Glad it worked.

    I may not be reviewing the the thread well but I don’t see any hint of the website url even on the screenshots. Mind posting the website url here so that we can inspect the gallery on Firefox? On what OS are you testing this and what version of Firefox?

    Cheers!
    Ismael

    in reply to: updates / edits are ignored #276848

    Hey!

    Not really sure why you’re having that issue. I checked the test page again with the audio shortcode using Firefox 29.0 Windows 8 and I was able to edit the page without issues. Looks like the problem is unique with your installation. Do you have any browser extension? They might be in conflict with the theme. http://mara-events.de/cms/wp-admin/post.php?post=86&action=edit&message=1

    Regards,
    Ismael

    in reply to: Partner / Logo Link Title #276843

    Hi!

    Thank you for the access.

    The username and password are invalid. Please check. Regarding the bwp minify, use the default settings then exclude the dynamic and layout css files with this on functions.php:

    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
     
    function exclude_my_css($excluded)
    {
        $excluded = array('avia-layout', 'avia-dynamic');
        return $excluded;
    }

    Best regards,
    Ismael

    in reply to: Responsive headings + Google Maps #276839

    Hey atlantio!

    Thank you for using the theme!

    1.) First, try this on Quick CSS or custom.css to resize the heading tags:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .footer_color h1, #top #wrap_all .socket_color h1 {
    	  font-size: 3em;
      }
      
      #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
    	  font-size: 2em;
      }
    }

    2.) Do you mind providing a screenshot of this issue? It looks fine on Chrome Windows 8.

    3.) Unfortunately, those features has been remove on the Maps element within the theme. You might need to use a more complex google maps plugin for this particular issue. https://wordpress.org/plugins/wp-google-maps/

    4.) Use this on Quick CSS or custom.css:

    .avia-tooltip {
    display: none !important;
    opacity: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: Weird Code Showing up in Gallery #276824

    Hi!

    Thank you for the update.

    I checked the test page: http://www.gaderinge.com/nature-free-stock-images/ and the gallery have 5 columns. Is this fixed?

    Regards,
    Ismael

    in reply to: Font color for main menu links #276821

    Hi!

    The media queries on the Quick CSS are not closed properly. Some of the layouts on smaller screens might break because of this. I added the css codes for the main menu at the very bottom of Quick CSS field.

    Regards,
    Ismael

    in reply to: Font style unchangeable #276817

    Hey!

    Thank you for the update.

    I checked the test page and the body font is set to Helvetica and Heading font to Coda. Please remove browser cache or test it using another browser. If possible, test it on another computer.

    Best regards,
    Ismael

    in reply to: woo Images #276814

    Hi islandjoe1!

    Thank you for using the theme.

    The thumbnail size of the single product page featured image is controlled on config-woocommerce > config.php. Find this code on line 16:

    $avia_config['imgSize']['shop_single'] 		= array('width'=>450, 'height'=>999, 'crop' => false);
    

    Change the width and height attribute then regenerate the thumbnails or upload it again. Note that it is inside the four units container. The featured image will inherit the size of the container.

    Cheers!
    Ismael

    in reply to: Blog Post Not Showing – Enfold 2.8 #276809

    Hi!

    Thank you for the access.

    There’s a problem with your installation. The enfold theme is inside the wp root directory. Maybe the index.php has been overwritten with the enfold theme files. Please remove the enfold theme files on the root directory then upload the wordpress files again.

    Cheers!
    Ismael

    in reply to: Menu over Logo #276803

    Hey ben8010!

    Thank you for visiting the support forum!

    Do you mind providing a screenshot of what you’re trying to do? Note that you can move the menu below the logo on Enfold > Header Layout > Header Layout > Menu and Logo Position. Select the logo position with the Menu below options.

    Cheers!
    Ismael

    in reply to: Fly-out menu formatting, transparency and screen size. #276800

    Hey!


    @docperi
    : Thank you for sharing the code. I hope it helps the OP. :)

    Cheers!
    Ismael

    in reply to: Changing font sizes and case #276798

    Hi!

    Glad we could help. If you have any questions, let us know. :)

    Regards,
    Ismael

    in reply to: Ajax Portfolio Contact form and accordion not working! #276797

    Hey!

    Thank you for the update.

    Please remove this code from Quick CSS or custom.css:

    .avia_ajax_form label {
    color: white !important;
    }

    This force the ajax form label to be white. I tested the portfolio page and insert the contact form, I got no issue whatsoever.
    http://gator3130.hostgator.com/~elites/wp-admin/post.php?post=84&action=edit&message=1

    Best regards,
    Ismael

    in reply to: Formatting and links lost when editing pages #276794

    Hey nokostudio!

    Thank you for using the theme!

    I created a test page on Firefox Windows 8 but the text block retains the styling and layout. I updated it many times. I got logged out automatically when editing the Test Page though but it happened only once, not sure why. Please try deactivating the plugins then test it again. This is the test page: http://sustain2013.wpengine.com/wp-admin/post.php?post=4162&action=edit&message=1 (hosted on WPengine)

    Best regards,
    Ismael

    in reply to: Problem With Images #276352

    Hi!

    Glad it is working now. :)

    Let us know if you still experience the issue in the fuure. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Best regards,
    Ismael

    in reply to: Problem adding new iconfonts #276351

    Hi MaddGIJoe!

    Thank you for using the theme!

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

    Cheers!
    Ismael

    in reply to: Center Logo on iPad #276350

    Hi!

    Thank you for the update.

    Please avoid creating duplicated posts. If I am not mistaken, this issue is the same with the thread you have here: https://kriesi.at/support/topic/ipad-formatting-issue/

    Anyway, regarding the mobile menu, please go to Enfold > Mobile Menu > Header Mobile Menu activation. Choose the second option. After that, pease add this on Quick CSS or custom.css to center align the logo on iPad portrait view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
    
    #advanced_menu_toggle {
    right: 0;
    top: 40%;
    }
    }

    Remove this line on our first suggestion:

    .responsive .mobile_slide_out .logo {
    left: 40%;
    }

    Cheers!
    Ismael

    in reply to: only one item showing in "related products" #276349

    Hey!


    @coinmaster
    : Looks like the OP hasn’t updated the theme yet but we really recommend that you keep the theme up to date even if you’re not having this issues. Please download the latest version 2.8.1 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/

    Regards,
    Ismael

    in reply to: Enfold Showcase #276348

    Hi!


    @Frank
    : Like the floors depicted on the picture, the website is clean and shiny. Good job! :)


    @mrshaffly
    : I think the business is going well. Nice websites. Thank you for using Enfold!


    @ianstudio
    : The custom social icon section on top looks awesome. Great work.

    Best regards,
    Ismael

    in reply to: latest layer slider update needed #276347

    Hey!

    Nice catch! Honestly, we haven’t tested most of these plugins but you can try the following:

    https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/
    https://wordpress.org/plugins/bulletproof-security/
    https://wordpress.org/plugins/search.php?q=wordpress+security

    Cheers!
    Ismael

    in reply to: unable to add photos to page #276346

    Hey!

    Regretfully, we can only suggest free plugins that are available on the wordpress plugins directory. Maybe you can try to search for a plugin on codecanyon but you might need to hire a freelance developer to make if fully compatible with the theme.

    Cheers!
    Ismael

    in reply to: Color sections aren't displaying full-width #276345

    Hi!

    Thank you for the info.

    You don’t need to add the css modification for the color section, at least not until we find the actual issue. Is this still happening on many pages that you created? I mean the color section is still not fullwidth when you create a new page? If you have the time, please access the site’s database on phpMyadmin panel then look for the wp_postmeta table. Click Search then look for the post_id column, set the operator to = and the value to 559, click Go. 559 is the post id of the Color Section Test – all icon boxes are in color sections page. Please give us a screenshot of the result and the data inside the _aviaLayoutBuilderCleanData and _avia_builder_shortcode_tree meta_keys.

    Regards,
    Ismael

    in reply to: Contact form "loading" GIF #276343

    Hey Omer!

    Thank you for using the theme!

    On Enfold 2.8.1, the send button should show a color transition or animation while sending the form. 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/

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #276342

    Hi!

    @Giuseppe: Thanks again for the translation! I tried to download the zip file here http://www.giuseppebeghelli.it/portfolio/demo/Enfold-v-2.-8.-1-it_IT.zip/ but it’s not working. Mind uploading the file again? :)

    Cheers!
    Ismael

    in reply to: updates / edits are ignored #276341

    Hey!

    Thank you for the update.

    I don’t think that the audio shortcode is the cause of the problem since I added the same audio shortcode right below the text blocks and they’re still working fine. Maybe, the issue is intermittent. Let us know if you experience the problem again. If possible, please test it on another computer or browser.

    Cheers!
    Ismael

    in reply to: How to get Vertical Gallery for portfolio Items #276340

    Hey!

    Thank you for the update.

    I tested one of the images on my end and as you can see, it is showing the full image:

    I checked the test page but the thumbnail size of this image for example is still cropped: http://voyevoda.com/test/wordpress/wp-content/uploads/2014/06/spice-market-food-photography-4-700×575.jpg

    Please add this on the child theme’s functions.php then regenerate the thumbnails again:

    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['gallery'] = array('width'=>9999, 'height'=>9999, 'crop'=>false );						// images for portfolio entries (2,3 column)
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    Add this on Quick CSS or custom.css:

    #top div .avia-gallery img {
    width: 100%;
    height: 100%;
    }

    Best regards,
    Ismael

    in reply to: Default layout for Blog posts? #276339

    Hey ANKirschner!

    Thank you for using the theme!

    Unfortunately, there is no option to automate the sidebar and header settings for blog posts only. You can add the widgets designated for Blog Posts on Appearance > Widgets > Sidebar Blog widget area. This widget area will only show for blog overview page and the posts.

    Regards,
    Ismael

    in reply to: Bug: Import Theme Settings File in v2.8.1 #276337

    Hi Dave!

    Thank you for the info.

    Maybe the enfold.css file is stuck and needs to be regenerated again by toggling any settings and saving the changes on the theme options. Make sure that the dynamic_avia inside the wp-content/uploads folder got the right file permission.

    Regards,
    Ismael

    in reply to: LayerSlider First Image is Black (Not Showing) #276336

    Hi!

    Thank you for using the access.

    I think the problem is the loading speed of the website. The images are not fully optimize like this one for example, http://www.centralmm.ca/wp-content/uploads/2013/05/CENTRAL-SLIDER-SHOP.png, size of the file is 600KB because the file format is PNG which is mainly use for images that needs transparent backgrounds. I tried to resave the file and change the file format to JPG, the file size reduced from 600 to 160KB which can make a huge difference on the loading speed of the website.

    Cheers!
    Ismael

    in reply to: Problem in tablet browser #276335

    Hi!

    Thank you for using the update.

    We’re still not sure why the effect is ruined on the stock browser for mobile device but since Kriesi said that it is disabled, I won’t argue with it. Try this on Quick CSS to disable the sticky header for firefox android device:

    .html_header_top.html_header_sticky.html_bottom_nav_header.avia-mozilla.avia-android #main {
        padding-top: 0;
    }
    
    .html_header_top.html_header_sticky.avia-mozilla.avia-android #header {
        position: relative;
    }

    Cheers!
    Ismael

Viewing 30 posts - 57,841 through 57,870 (of 67,191 total)