Forum Replies Created

Viewing 30 posts - 55,771 through 55,800 (of 67,216 total)
  • Author
    Posts
  • in reply to: Next/previous portfolio image issue #320910

    Hi evtilsley!

    Thank you for using Enfold.

    You need to change the thumbnail size on General Settings > Media > Thumbnail size. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    Hi!

    I was able to create a new page and edit existing ones. This is the new page: http://www.cinemalerio.com/test/test-paginas/

    Maybe your client is using old browsers.

    Cheers!
    Ismael

    in reply to: google maps api giving error after update #320903

    Hey!

    Thank you for the info.

    Please try the solution on this thread: https://kriesi.at/support/topic/google-maps-api-multiple-times-in-backend/

    Regards,
    Ismael

    in reply to: Adding Text On Top and Bottom OUTSIDE Of Site Container #320900

    Hey!

    Please try this:

    function header_top_text() {
    ?>
    <div class="header-top-text">
    my text goes here
    </div>
    <?php
    }
    
    add_action('avia_meta_header', 'header_top_text');

    Then use this on Quick CSS or custom.css to adjust the position of the container:

    .header-top-text {
    position: absolute;
    right: -5%;
    }

    Please provide a screenshot or mockup.

    Best regards,
    Ismael

    in reply to: Admin problems – help needed urgently #320898

    Hey!

    Thank you for the update.

    Try it again one more time using this on wp-config.php:

    define('WP_MEMORY_LIMIT', 128M');
    

    Please contact your host if it’s not working. They can increase the memory limit for you. Also, ask them if you can exceed a certain limit.

    Best regards,
    Ismael

    in reply to: Enfold is Unresponsive upon activation #320896

    Hey jberickson!

    Thank you for using Enfold.

    What do you mean it’s not responsive? You mean changing theme settings fail? Or the site is in fixed layout? Anyway, I checked the website and it is fully responsive – mobile responsive. And changing heading font color on the General Styling seems to work properly.

    Regards,
    Ismael

    in reply to: add background colour to columns #320893

    Hey sumason!

    Thank you for using Enfold.

    Yes, you can’t switch between the Default Editor and the Advance Layout Builder. Regarding the background, add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the text blocks inside the columns then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “text-bg”.

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

    .text-bg {
    background: #C5C5EB;
    padding: 10px;
    }

    Cheers!
    Ismael

    in reply to: Icons disappear on video background #320891

    Hi!

    I’m sorry but I really can’t reproduce the issue on my end. I’m using Chrome Windows 8. Please try installing a cache plugin, see if that helps.

    Regards,
    Ismael

    in reply to: Pop-up when exiting site through external link #320886

    Hi!

    Thank you for the update.

    Your editor is converting the symbols automatically. Please get the code here: http://pastebin.com/XCnz5nWQ

    Best regards,
    Ismael

    in reply to: Slider that displays PAGES rather than posts? #320884

    Hey ColinWalton!

    Thank you for using Enfold.

    You can create posts for each page then set the post format to Link. Add the url of the page where you want the post to go.

    Regards,
    Ismael

    in reply to: Custom CSS not working after update #320883

    Hey zedduo!

    Thank you for using Enfold.

    Please post the link of the website here. Try to delete the enfold.css on wp-content/uploads/dynamic_avia folder then toggle any theme options. Save changes.

    Best regards,
    Ismael

    in reply to: Probleme nach dem Update von WordPress #320882

    Hey!


    @lorenzspalt
    : Did the update to version 2.9.2 fix the issue? If you don’t mind, please create your own thread then post the login credentials there. We would like to check it.

    Cheers!
    Ismael

    in reply to: image overlay disabled on specific image #320878

    Hi hotspot!

    Thank you for using Enfold.

    Try using this:

    .class-of-image > .image-overlay{display:none !important;}
    

    Best regards,
    Ismael

    in reply to: Removing Date and Comments in Blog #320868

    Hey Antonio!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.comment-container.minor-meta {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Mobile menu doesn't appear #320867

    Hi erwin_m!

    Thank you for using Enfold.

    Please try to deactivate the cache plugin or disable the minify settings.

    Regards,
    Ismael

    in reply to: Masonry Product Showing Hidden Products #320866

    Hey db3d!

    Thank you for using Enfold.

    Try adding a new category for the hidden products. Use “hiddenproducts” for example. Include the category on the masonry element then add this on Quick CSS or custom.css:

    .hiddenproducts_sort {
    visibility: hidden;
    display: none;
    } 

    Regards,
    Ismael

    in reply to: Full Width Image with Hotspots and Legend #320865

    Hey!

    There is no documentation specifically for the code block element because it works almost like the text block’s html mode but you’ll be able to add code wrappers with attributes. Going back to your problem, why not separate the Image hotspot and legend using columns?

    Best regards,
    Ismael

    in reply to: YouTube Embed in Slider #320862

    Hi xyzb!

    Thank you for using Enfold.

    What slider specifically? Please post the link of the actual website here. Make sure that you’re running Enfold 2.9.2 on WordPress 4.0.

    Regards,
    Ismael

    in reply to: Export Pages to another installation #320861

    Hey Sophieja23!

    Thank you using Enfold.

    Did you use the Advance Layout Builder for all those pages? You can switch the builder to debug mode to show the actual shortcodes below. Edit function.php, find this code:

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

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You can now copy the shortcode and transfer it to another page.

    Best regards,
    Ismael

    in reply to: comments and date are mixed at the Hebrew RTL #320859

    Hey talelie!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page? Is that a blog post?

    Best regards,
    Ismael

    in reply to: Http Error #320856

    Hi!

    Thank you for the info.

    I managed to add a new images on the Media > Library. This is the image: http://ma.thepointcollective.com/wp-content/uploads/2014/09/Abducted-1.jpg

    On what browser and OS are you testing this?

    Regards,
    Ismael

    in reply to: Google Maps Widget – Firefox 32 #320851

    Hey xyzb!

    Thank you for using Enfold.

    Please give us a link to the actual website. Make sure that you’re running Enfold 2.9.2 on WordPress 4.0.

    Cheers!
    Ismael

    in reply to: Colour for categories #320849

    Hey!

    Do you mind if we take a look at the actual page where you’re trying to apply this? A screenshot will help.

    Regards,
    Ismael

    in reply to: SVG Logo #320352

    Hi Finlando!

    Thank you for using Enfold.

    Please try adding this on Quick CSS or custom.css to resize the logo to its actual dimension:

    .logo a img {
    min-width: 485px !important;
    max-height: 68px !important;
    }
    
    .header-scrolled .logo a img {
    min-width: 244px !important;
    max-height: 34px !important;
    }
    

    Cheers!
    Ismael

    in reply to: Follow Button #320346

    Hey Connie!

    Thank you for using Enfold.

    You can add social icons on Enfold > Header panel. Enable the comment section on Settings > Discussion panel. 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. :)
    Thanks!

    Best regards,
    Ismael

    in reply to: Full Width Image with Hotspots and Legend #320340

    Hi akamaxbuz!

    Thank you for using Enfold.

    Looks like you figured it out. Using a text block beside the image hot spot is a good idea, you can also use the Code Block element.

    Best regards,
    Ismael

    in reply to: Problems with uploading images after updating to WordPress 4.0 #320335

    Hi!

    1.) Are you applying this css on a layer slider layer? You can add it directly on Styles > Custom CSS field of the layer slider.

    2.) Please apply a unique css class or id to the layer on Attributes panel of the layer slider. Use “hide-mobile” on the Classes field for example then replace the css snippet with this:

    @media only screen and (max-width: 767px) {
    .hide-mobile {
    display: none !important;
    }
    }

    3.) The Portfolio Grid is now set to full width by default like the masonry element. Please place the Portfolio Grid element inside a 1/1 column layout.

    4.) Add this on Quick CSS or custom.css to fix the logo on mobile device:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 50px !important;
    max-height: 50px !important;
    top: 5px;
    }
    }

    5.) Please go to Enfold > Header > Mobile Menu panel. Set the Header Mobile Menu activation to the second option.

    Regards,
    Ismael

    in reply to: Enfold Theme – Contact Form Not Working #320332

    Hey Jessica!

    Thank you for using Enfold.

    First of all, please try to transfer the site to the actual domain. In order to migrate the theme successfully and leave the database intact, 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

    If the contact form still doesn’t work on the live site, switch to the default WordPress themes then try the contact form 7 plugin.

    Cheers!
    Ismael

    in reply to: Accordion FAQ not working #320330

    Hi vivify77!

    Thank you for using Enfold.

    I’m not sure why the image container is covering the tab element but you can add this on Quick CSS or custom.css:

    .togglecontainer {
    position: relative;
    z-index: 8000;
    }

    Regards,
    Ismael

    in reply to: Hide logo with shrinking header #320327

    Hi!

    You can replace the code with this:

    .header-scrolled #header_main > .container {
    display: none !important;
    }

    Regards,
    Ismael

Viewing 30 posts - 55,771 through 55,800 (of 67,216 total)