Forum Replies Created

Viewing 30 posts - 46,681 through 46,710 (of 67,597 total)
  • Author
    Posts
  • in reply to: iPad drop down menu won't "tap-off" #512598

    Hey!

    OK. Let’s focus on the page above. This is just a workaround and not an actual fix. What if the parent menu item “Going Out” is not a link so it doesn’t reload the page every time you tap on it. Just put “#” symbol to make it a static link. You can create another set of links containing parent menu items (Going Out, Shopping, Servcices etc). If you remove the link of the parent menu items, you can tap on it to show the sub menu items then tap outside the sub menu container to close it.

    Best regards,
    Ismael

    in reply to: Stacking navigation links into two rows. #512593

    Hi!

    Sorry for the delay. I checked the new page but you removed the main menu and then added a table so just try this in the old installation:

    #avia-menu li {
        float: left;
        width: 50%;
        display: block;
        clear: none;
        height: 50px;
    }

    You can add the code in the Quick CSS field under General Styling panel.

    Regards,
    Ismael

    Hey!

    This is an issue with WP version 4.2, specifically the register_sidebar function which will now require an ID. Unfortunately, it breaks the theme’s custom widget areas. You might find the assigned widgets relocated in the Appearance > Widgets > Inactive Widgets section. And you have to assign it again to their respective widget areas which is a lot of work if you have 100+ widgets. Also, make sure NOT to use any special characters on custom widget area name. We are very sorry for the inconvenience.

    Cheers!
    Ismael

    in reply to: Author Pic NOT Gravitar #512581

    Hi!

    No problem. Let us know if you need anything else. :)

    Cheers!
    Ismael

    in reply to: Too many images generated by Accordion Slider #512579

    Hi!

    If you want to remove the theme’s preset thumbnails, just add this in the functions.php file:

    function wp_23223255_6469586506596() { 
    	add_image_size('masonry', 0, 0);
    	add_image_size('magazine', 0, 0);
    	add_image_size('widget', 0, 0);
    	add_image_size('featured', 0, 0);
    	add_image_size('featured_large', 0, 0);
    	add_image_size('extra_large', 0, 0);
    	add_image_size('portfolio_small', 0, 0);
    	add_image_size('gallery', 0, 0);
    	add_image_size('entry_with_sidebar', 0, 0);
    	add_image_size('entry_without_sidebar', 0, 0);
    	add_image_size('square', 0, 0);
           add_image_size('shop_single', 0, 0);
          add_image_size('shop_thumbnail', 0, 0);
          add_image_size('shop_catalog', 0, 0);
    }
    add_action( 'after_setup_theme', 'wp_23223255_6469586506596', 11 );

    Use the follwing plugin to regenerate the thumbnails( since we set the dimension of the thumbnails to ZERO, they are not going to regenerated): https://wordpress.org/plugins/force-regenerate-thumbnails/

    EDIT: Make sure to refresh the page before clicking the “Regenerate” button.

    Note that this might impact the page speed because every page will load the original size of the image.

    Regards,
    Ismael

    in reply to: German translation misses time units for countdown timer #512575

    Hi!

    They are actually the same. The only difference is that in the documentation, we use the theme’s local filter (ava_theme_textdomain_path) to adjust the lang folder path. Do you have a child theme? Could you please provide a link to the actual site?

    Regards,
    Ismael

    in reply to: Text width in Easy Slider #512573

    Hey Gimrog!

    Thank you for using Enfold.

    Please use this in the Quick CSS field to adjust the width of the caption:

    .slideshow_caption {
        width: 60%;
    }

    Adjust the font size of the title and text with this:

    .avia-caption-content {
        font-size: 20px !important;
    }
    
    .avia-caption-title {
        font-size: 50px !important;
    }

    Use css media queries in order to adjust the values in different screen sizes. Example for iPad or tablets:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .slideshow_caption {
        width: 50%;
    }
    
    .avia-caption-content {
        font-size: 15px !important;
    }
    
    .avia-caption-title {
        font-size: .30px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: How to turn Fullwith Easy Slider responsive? #512571

    Hi!

    You can adjust the height of the slider but some parts of the images might NOT be visible inside the container:

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner, .avia-slideshow-inner img {
        height: 300px !important;
    }
    
    .avia-slideshow-inner img {
        min-width: 1000px !important;
    }
    
    .avia-fullwidth-slider {
        min-height: 300px;
    }
    }

    Best regards,
    Ismael

    in reply to: contact page not working #512566

    Hi!

    Please follow the instructions here: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    If the troubleshooting tips doesn’t fix the issue, contact your hosting provider for more info.

    Cheers!
    Ismael

    in reply to: Change page title container background only #512565

    Hi JHU8ghsrr5!

    Thank you for using Enfold.

    Please post the link to the actual page. You can try this in the Quick CSS field:

    .alternate_color.title_container {
        background-color: red;
    }

    Cheers!
    Ismael

    in reply to: return to top arrow missing on mobile #512562

    Hey Nancy!

    Thank you for using Enfold.

    I checked the site on mobile screen and the scroll to top link is visible. Please remove browser cache and reload the page. It is hidden by default because you can actually double tap the top edge of the mobile browser to go back to the top of the page.

    Regards,
    Ismael

    Hey janban23!

    Thank you for using Enfold.

    Safari cannot recognize the file name because of the special character. Please remove the “ü” in the image file name then upload it again.

    http://city-madness.com/wp-content/uploads/2015/09/150914-XCM-FRANKFURT-1200x900-SW-tu%CC%88rkis.jpg
    

    Regards,
    Ismael

    in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #512559

    Hey Reto!

    Thank you for using Enfold.

    The login credentials above is not an admin user. Please set the user role to admin. Could you please provide a screenshot of the issue? Use imgur or dropbox.

    Cheers!
    Ismael

    in reply to: [SOLVED] Increase top space #512555

    Hey tommylumer!

    Thank you for using Enfold.

    You can add this in the Quick CSS field:

    #top #wrap_all {
        margin-top: 50px;
    }

    Cheers!
    Ismael

    in reply to: new font family #512553

    Hi reraow!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    body, body p {
    font-family: 'ah-moharram-lightregular';
    }

    Cheers!
    Ismael

    in reply to: Translucent buttons color styling #512550

    Hi MulderMind!

    Thank you for using Enfold.

    Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the button, add a custom css class attribute. Use “red-button” for example, add this in the Quick CSS field:

    #top .red-button .avia-button.avia-color-dark {
        border: 3px solid #000;
        color: red;
        border-color: red;
    }

    Cheers!
    Ismael

    in reply to: Easy Slider videos no longer working #512546

    Hi kristenangel!

    Thank you for using Enfold.

    The videos are playing when I checked the site. Did you update the theme? There’s a fix for vimeo api included on the latest patch.

    Cheers!
    Ismael

    in reply to: LayerSlider Wp inside a colour block (problem) #512544

    Hey!

    In summary what i need is only one background video and in the front some slides.

    You can use the color section element with a video background (note: video background will not work on mobile devices: add a faillback image). Add an easy slider or content slider element inside.

    Or play around with the Layer Slider plugin. You can actually add an easy slider shortcode as a layer. Note that the shortcode will not work in the preview so you have to check it in the frontend.

    Regards,
    Ismael

    Hi!

    You can actually go back to a revision of the page. Did you try that? Regarding the other issues, looks like the dynamic css (enfold.css) is not being used in your installation. Please check the wp-content > uploads > dynamic_avia folder. Set the folder permission to 755 and file to 644.

    Cheers!
    Ismael

    in reply to: Enfold not allowing me to upload large images #512535

    Hey taylormanning!

    Thank you for using Enfold.

    Is it OK if we deactivate the plugins while testing the media library? I was able to reproduce the issue and upon reviewing older threads, this turns out to be a plugin conflict.

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    Please add this in the functions.php file to alter the query of the magazine items:

    add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query');
    
    function avf_magazine_entries_custom_query ( $query ) {
    $query['orderby'] = 'date';
    $query['order'] = 'DESC';
    return $query;
    }

    Adjust the values if necessary.

    Regards,
    Ismael

    in reply to: Hyperlinks Opening Incorrectly From Tables #512531

    Hi!

    Thank you for the info. Please try to update the theme to the latest version (3.3.2) first then deactivate all plugins. Maybe, that will help. If not, post the login details here so that we can inspect the issue. Did you add any redirection code on the .htaccess files?

    Cheers!
    Ismael

    in reply to: Remove padding around breadcrumbs #512528

    Hey!

    The space above the breadcrumb is actually the default top padding of the .content so adding this code should decrease the space above the breadcrumb:

    .content {
        padding-top: 20px;
    }

    If you don’t mind, please remove all breadcrumb css modification then add that one. Or post the login details here so that we can add it for you.

    Best regards,
    Ismael

    in reply to: Centre logo in middle of menu #512525

    Hey!

    Please add this code to remove the menu container border:

    #header_main_alternate {
        border: 0;
    }

    Regards,
    Ismael

    Hi!

    Add this in the Quick CSS field:

    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
        line-height: 1.5em;
    }
    
    #socket .sub_menu_socket li:first-child {
        border: none;
        padding-left: 0;
    }
    
    .responsive #socket .sub_menu_socket {
        position: absolute;
        margin-left: 0;
    }
    
    .responsive #socket .container {
        min-height: 80px;
    }
    
    #socket .copyright {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    }

    Cheers!
    Ismael

    in reply to: blocked page #512518

    Hey!

    Thank you for the info. The memory limit is set to 64M which is not sufficient for an installation with the advance layout builder. Please ask your hosting provider to increase it to at least 256M. Or you can increase it manually: https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: My website is not formatting correctly on apple products. #512517

    Hey!

    Thank you for the update. Kriesi posted this code to fix the mobile menu issue with iPhones. Please add it in the Quick CSS field:

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    content: "\25BA";
    }

    Make sure to hard refresh the page or remove browser cache before checking it again.

    Cheers!
    Ismael

    in reply to: Icon List Vertical Line #512516

    Hi!

    Please post the css modifications on the pastebin.com. We would like to check it. The icons looks OK when I visit the page: http://dev2.electrixinternational.com/products/trunking-systems/

    Regards,
    Ismael

    in reply to: HTML/Display Errors Using Visual Content Editor #512515

    Hey!

    We can’t access the dashboard again. Please check: http://learnclubdance.com/accessories/wp-admin

    Cheers!
    Ismael

    in reply to: Pages have different width #512514

    Hi!

    I’m sorry but we can’t access the site without the authentication or .htaccess details. Please post that as well. http://www.seas.upenn.edu/cets/answers/auth-htpasswd.html

    Regards,
    Ismael

Viewing 30 posts - 46,681 through 46,710 (of 67,597 total)