Forum Replies Created

Viewing 30 posts - 56,191 through 56,220 (of 67,207 total)
  • Author
    Posts
  • in reply to: Conflicting js #312075

    Hey codecreative!

    Thank you for using Enfold.

    I’m afraid it’s not a good idea to disable avia.js because it holds most of the theme script like lightbox, responsive menu, header etc. Do you mind if we take a look at the website? What script conflict are you currently having?

    Best regards,
    Ismael

    in reply to: Google fonts not loading #312072

    Hey!

    Thank you for using Enfold.

    The grid.css file doesn’t have anything to do with google fonts. Maybe a plugin issue but when I checked the website, the menus are currently using Arvo which is a google font.

    Cheers!
    Ismael

    in reply to: Changes not appearing when I log out #311709

    Hi keifygeorge!

    Thank you for using Enfold.

    What specific changes are not taking effect? Can you please elaborate a bit? Maybe, a browser cache? Please try to remove browser cache or test it on another computer or browser.

    Cheers!
    Ismael

    in reply to: Link to lightbox #311708

    Hi blancocapell!

    Thank you for using Enfold.

    Are you trying to open a page on a lightbox? Please refer to this link and follow Josue’s instruction: https://kriesi.at/support/topic/page-in-lightbox/

    Regards,
    Ismael

    in reply to: Adding form from "createsend.com" to Enfold (Textbox) #311707

    Hi Peter!

    Thank you for using Enfold.

    Have you tried using the Code Block element? We haven’t tested any script from createsend so asking them or the script author will surely help.

    Cheers!
    Ismael

    in reply to: Sidebar Custom Menus Don't Show All Menu Items #311696

    Hey davevi!

    Thank you for using Enfold.

    Do you mind if we take a look inside? If possible, please deactivate all plugins then test it again. I tested the custom menu on my installation and all menus are showing up.

    Cheers!
    Ismael

    Hi clarissawilson!

    Thank you for visiting the support forum.

    You can use this on Quick CSS or custom.css to change the size of the post slider title:

    h3.slide-entry-title.entry-title {
    font-size: 12px;
    }

    Best regards,
    Ismael

    in reply to: full screen slider #311692

    Hi jdrakeproductions!

    Thank you for using the Enfold theme.

    The slider images should be responsive by the default and resize according to screen size but it’s not doing it on your installation. I tested on mine and it works fine. Did you edit anything on the theme files? If you don’t mind, please post the login details here then set it as a private reply.

    Best regards,
    Ismael

    in reply to: Two columns contact form #311690

    Hi mattv7!

    Thank you for using Enfold.

    Please create the contact form fields then try adjust the Form Element Width to 1/2 then we will help you with the css after. Post the url of the contact page here. Or better yet, you can use the Contact Form 7 plugin.

    Best regards,
    Ismael

    in reply to: Latest news with date #311689

    Hi mattv7!

    Thank you for using the theme.

    You can use the Enfold Latest News widget but we won’t be able to help you with the date flag. That is something you have to consult with a freelance developer or designer. Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

    in reply to: Styling Issues – Layout Spacing, UberMenu, Sidebar #311688

    Hey psipi!

    Thank you for using the theme.

    I’m sorry but we can’t see the website because it is on maintenance or subscribe mode. Regarding the ubermenu, regretfully, we don’t provide support for third party plugins. Please contact the ubermenu support for that matter. Thank you for understanding.

    Regards,
    Ismael

    in reply to: Schwarzer Balken im Menü bei Ansicht auf dem IPad #311686

    Hey Christian!

    Thank you for using Enfold.

    I’m sorry but it looks like you modified the main menu and replace it with a custom menu from a plugin. I’m sorry but we won’t be able to provide support for third party plugins as stated on our support policy. Your best bet it to ask the plugin author.

    Regards,
    Ismael

    in reply to: Lightbox, Gallery, Portfolio Interaction #311685

    Hey Chad!

    Thank you for using the Enfold theme.

    It is not possible to assign a custom link when using the default Gallery but it is available on Masonry Gallery element. Add some images then specify the link on the Custom Link field. Regarding the accordion feature, regretfully, that is beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Regards,
    Ismael

    in reply to: Video in easy slider full width #311684

    Hey!

    There are some plugins available on the wp but to be honest we haven’t tested any of them. We can’t assure you that they will work with Enfold or on mobile devices:

    https://wordpress.org/plugins/fluid-video-embeds/
    https://wordpress.org/plugins/full-width-background-gallery/

    Regards,
    Ismael

    Hey Ti7V!

    Thank you for using Enfold.

    The excerpt for small magazine entries is hidden by default because there’s not enough space to accommodate them. If you really want to display it, you can edit config-templatebuilder > avia-shortcodes > magazine.php, find this code on line 558:

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}	

    Below, add this:

    `$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( ‘avf_magazine_excerpt_length’ , 10) , apply_filters( ‘avf_magazine_excerpt_delimiter’ , ” “), “…”, true, ”);
    }`

    Regards,
    Ismael

    in reply to: Image Sizes #311682

    Hi!

    Thank you for using Enfold.

    Add a unique selector on the color section using the Developers Section ID field. Use “adjust-section” for example then use this on Quick CSS or custom.css:

    #adjust-section .container {
    width: 1300px;
    }
    
    #adjust-section .container .twelve.units {
    margin-left: 0;
    width: 1300px;
    }

    You might need to use media queries to change the width of the container and grid units on different screen devices.

    Regards,
    Ismael

    in reply to: Contact 7 Table Width #311681

    Hi!

    Thank you for using Enfold.

    Try to change the width of the input fields using this:

    form.wpcf7-form input {
    width: 100px !important;
    }

    Regards,
    Ismael

    in reply to: Fullscreen Slider not displaying #311672

    Hey mjvsupertaco!

    Thank you for using Enfold.

    Please try to deactivate all plugins then recreate the slider on top of the page. See if that works.

    Best regards,
    Ismael

    in reply to: Add code only on single post #311670

    Hi!

    Thank you for using Enfold.

    If it’s not working with the Contact Form 7 plugin, you need to check the server configuration. Our contact form use the standard wp_mail function: http://codex.wordpress.org/Function_Reference/wp_mail to send emails. Please contact your server administrator for more info. Also, switch to the default theme and test if the CF7 plugin is working.

    Cheers!
    Ismael

    in reply to: All background videos begins with a black background. #311669

    Hey CloudChoice!

    Thank you for visiting the support forum.

    Please add this:

    #top .av-section-with-video-bg .av-section-video-bg:after, .av-click-overlay {
    content: ".";
    background: white;
    }

    Cheers!
    Ismael

    in reply to: social media plugin widget #311668

    Hey studioinktvis!

    Thank you for using Enfold.

    We usually recommend these plugins:

    https://wordpress.org/plugins/simple-social-icons/
    https://wordpress.org/plugins/social-media-icons-widget/
    https://wordpress.org/plugins/wp-socializer/

    Best regards,
    Ismael

    in reply to: Social share buttons #311666

    Hi!

    Thank you for using Enfold.

    You can enable the social buttons on Enfold > Extra Elements panel. Enfold comes with its own share section for posts but if you want to add your own, we usually recommend these plugins:

    https://wordpress.org/plugins/wp-socializer/
    http://wordpress.org/plugins/socialize/

    Cheers!
    Ismael

    Hi mattv7!

    Thank you for using Enfold.

    Honestly, I don’t think it’s really that important. You can just ignore that one. The blank.gif image is automatically added by the layer slider plugin.

    Cheers!
    Ismael

    in reply to: Avia Layout Builder Beiträge/Posts #311663

    Hey!


    @siestajoye
    : I’m sorry, what I mean is for the blog overview page. You need to use the shortcode wand for single posts.


    @s_sscher
    : I’ll ask Dude to check your answer. He can understand the language better. From what I understand, yes, unfortunately, you can’t edit the shortcodes on posts once it is added using the shortcode wand. All you can do is to recreate the gallery or manually edit the image ids.

    Cheers!
    Ismael

    in reply to: Hide sidebar #311660

    Hey!

    Thank you for visiting the support forum.

    Please use this on Quick CSS or custom.css:

    .single-event .content {
    border-right: none;
    }

    Cheers!
    Ismael

    Hi!

    Alright. I can see what you’re seeing now. Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #top #header {
    position: relative;
    }
    }

    Best regards,
    Ismael

    Hi s_sscher!

    Thank you for using Enfold.

    I’m sorry but I don’t see the issue with the header. When viewed on portrait size, the shrinking header is disabled as expected. What do you mean by “no margin around the advanced_menu_toggle.”? A screenshot will help.

    Best regards,
    Ismael

    in reply to: Pb responsive – menu on logo – :/ #311654

    Hi mattv7!

    Thank you for visiting the support forum.

    Please add this on Quick CSS or custom.css to fix the logo on mobile view:

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

    Go to Enfold > Header Layout > Mobile Menu panel then look for the Header Mobile Menu activation. Choose the second option to force the theme to show the mobile menu earlier.

    Regards,
    Ismael

    in reply to: Theme customizations not shown with Child theme #311652

    Hey originaltours!

    Thank you for using Enfold.

    If you want to edit the shortcodes like postslider.php, add this code on the child theme’s functions.php:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.'/shortcodes/');
    
    return $paths;
    }

    Create a folder called “shortcodes” then place the postslider.php there.

    Best regards,
    Ismael

    Hey!

    Try adding this on Quick CSS or custom.css:

    @media only screen and (max-width: 1340px) and (min-width: 989px) {
    .responsive .av-masonry-entry.av-landscape-img {
    width: 66.4%;
    }
    }

    Regards,
    Ismael

Viewing 30 posts - 56,191 through 56,220 (of 67,207 total)