Forum Replies Created

Viewing 30 posts - 9,841 through 9,870 (of 10,428 total)
  • Author
    Posts
  • in reply to: Grid Layout default to Title and Excerpt + Read More Link #574984

    Hi Doug!

    Please goto

    To change the blog layout settings
    Enfold > Blog Layout >

    on the page where you are setting up the blog from advance layout builder please double click on the blog element after you drag and drop it on the page it will give you more options.

    If you have any questions please get back to us with a mockup or a link to your site so we can see what exactly you are trying to do and help you better.

    Regards,
    Vinay

    in reply to: set a link from a blog post to a page or portfolio post #574983

    Hey Nicoletta_DUS!

    Yes it is possible. Please clarify by link do you mean the menu links? or page links?

    To set up menu links goto appearance > menus

    To setup link on the page just drag and drop a text box and enter your info.

    Please feel free to check http://kriesi.at/documentation/enfold/tutorials-how-to-articles/

    Regards,
    Vinay

    in reply to: Content erased when saving a portfolio item #574980

    Hi!

    Yes it supports portfolio items. please let us know if you have any questions related to enfold we are more than happy to help you.

    Best regards,
    Vinay

    in reply to: Change dimensions of video lightbox #574978

    Hi santanin!

    Please use the below css to increase the light box video size

    
    .mfp-iframe-holder .mfp-content {
        max-width: 80%!important;
    }
    

    Cheers!
    Vinay

    in reply to: The logo area is too small #574977

    Hey!

    @redrubbermedia please create a new ticket and add your credentials there. The person created this ticket will also be able to see the info. Right now i see the logo area is more than 300px please refresh your page 5 – 6 times holding down the shift key it might be due to caching issue in the browser. If you still see the same issue please send us a mockup so we can help you better.

    Regards,
    Vinay

    Hi ZeOmega!

    We cannot test 3rd party plugins as each website has a different settings and different plugins installed. I personally installed the same plugin and it looks fine for me on the easy slider and full width easy slider. Please feel free to try a different plugin with similar feature on https://wordpress.org/plugins

    Best regards,
    Vinay

    in reply to: Split page content into several pages with pagination #574952

    Hey!

    Glad you found a workaround for this. if you have any questions please feel free to contact us in future.

    Best regards,
    Vinay

    in reply to: Transparency Logo size increase #574949

    Hi!

    Logo transition is taken care off.

    The logo is aligned to the left of slider text but the space is coming from the logo image please edit your logo image

    Best regards,
    Vinay

    in reply to: Script tag in sidebar #574937

    Hi!

    We tested the below code in the default theme the code is generating nothing this is not an issue with enfold theme.
    please provide a screenshot of the working code so we can take a look at what the generated code look like on the default theme.

    You could also try some plugins related to Amazon https://wordpress.org/plugins/search.php?q=amazon+search please note that these plugins are not supported by enfold.

    I believe this is incomplete or incorrect code.

    
    <script type=”text/javascript”>
    amzn_assoc_placement = “adunit0”;
    amzn_assoc_tracking_id = “djqcom-20”;
    amzn_assoc_ad_mode = “search”;
    amzn_assoc_ad_type = “smart”;
    amzn_assoc_marketplace = “amazon”;
    amzn_assoc_region = “US”;
    amzn_assoc_textlinks = “”;
    amzn_assoc_linkid = “dbe8dcb20702ababbfe5d012000022e1”;
    amzn_assoc_default_search_phrase = “”;
    </script>
    <script src=”//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US”></script>
    

    Best regards,
    Vinay

    in reply to: How to change the default image size in a lightbox pop-up #574930

    Hey!

    We are working on your issue please wait while we update the result soon.

    Please add the below code in Appearance > Editor > functions.php

    it removes the inline style of max-height for the lightbox images so they show up in original size if you still have issue please revert back with admin access to your wordpress site in private content so we can login as admin and take a look.

    
    function originalHeight(){
    ?>
    <script>
        jQuery(window).load(function() {
        jQuery('.mfp-figure').find('img').each(function() {      
            jQuery(this).css("max-height","");
        })
    })
    </script>
    <?php
    }
    add_action('wp_head', 'originalHeight');
    

    Cheers!
    Vinay

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: Cannot add pages to menu #574925

    Hi!

    There was only one way to find out I actually counted all the menu items and you have a total of 77 menu items in the backend.
    The total number of menu items showing on the frontend is the same. Could you please specifically tell us which menu item is not showing and which page is giving you trouble while adding more menu items and saving it so we can re-produce the issue at our end and help you better.

    Best regards,
    Vinay

    in reply to: Enfold theme and WordPress 4.4 responsive images #574923

    Hey!

    When you insert the image on the right side int he media library you get the size option. The selected size will be used on the main screen as the screen size changes to make optimum use of the available screen size, bandwidth and deliver the content faster a different size image will be loaded automatically. Sorry to say but you cannot control this from backend.

    Best regards,
    Vinay

    Hey!

    1. What you need with a menu is possible with some minor customisation in enfold. For example if you need a vertical menu and change it to a horizontal menu and make it sit on top of the page. (without a hamburger menu) users can scroll to top of the page in mobile device to view the menu. To confirm this please send us a link to example you like or a mockup once we are on the same page we will confirm it.

    2. Your codepen.io link is not working for us it’s a 404. as i understand you want to remove the filters in the shop page and display some text there or make it full screen… yes this is possible in Enfold.

    If you have any more questions please feel free to get in touch with us.

    Regards,
    Vinay

    in reply to: Center the copyright section? #574613

    Hi Snerp!

    Please use the below css in Enfold > General Styling > Quick CSS

    
    #socket .copyright {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    

    Cheers!
    Vinay

    in reply to: Add Class While Scrolling? #574611

    Hi thatryan!

    Not sure what you mean but if you provide us with a mockup and let us know what you are trying to achieve on the frontend of the site with a link to your site we will surely help you.

    Cheers!
    Vinay

    in reply to: Issue splitting menu items #574607

    Hi!

    Please make the user name provided an administrator user and we need your permission to add CSS in the backend. Currently i cannot see any admin options in the backend after I login.

    Cheers!
    Vinay

    in reply to: change footer width #574605

    Hey diefleischerei!

    You can play around with the settings in Enfold > Footer

    Also check Appearance > Widgets > footer

    if you tell us exactly what you want to do with a mockup we can help you much better with exact steps to achieve it. I hope this helps :)

    Regards,
    Vinay

    in reply to: delete lines #574603

    Hi!

    Please try thisplugin https://wordpress.org/plugins/floating-social-bar/ it might not be exactly the same but it’s quite similar.

    You can google for sites that show you which plugin is used on wordpress sites and try them. or search for social plugins on wordpress plugin directory https://wordpress.org/plugins

    Best regards,
    Vinay

    in reply to: Logo center, navigation to the left & right of logo #574602

    Hey!

    not sure but it’s not the same what it looked earlier.

    please check the quick css

    
    .av-main-nav {  
    margin-top:55px!important;
    }
    
    .av-main-nav li:nth-child(2) {
        margin-right:220px;
    }
    
    .av-logo-container {
    position:absolute;
    left:40px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu { 
        position: absolute;
        background: transparent!important;
    }
    
    #header {
        top: 40px!important;
    }
    

    Cheers!
    Vinay

    in reply to: enfold demo page #574591

    Hey!

    As i understand the demo get’s imported but when you check for the demo pages they are missing int he menu?

    Please check in
    Admin > Pages > all
    Admin > Posts > all

    Use a wordpress “reset database” plugin to wipe all old demo from your site (Warning this plugin can delete all data on the site) Once you have re-set the database please re-import the demo again.

    Regards,
    Vinay

    in reply to: Enfold Video #574586

    Hey!

    Very strange why it is happening on your site If the theme files are correctly replaced the issue should get resolved however please use of of the following plugins

    https://wordpress.org/plugins/simple-youtube-embed/

    https://wordpress.org/plugins/youtube-embed-plus/

    Cheers!
    Vinay

    in reply to: Space between columns #574547

    Hi!

    Do you wish to create a image gallery with equal size and space like you see below?

    It is possible using the gallery grid as suggested earlier by Yigit and Elliott

    If not please point us to the page from the available demos here http://kriesi.at/themes/enfold-overview/ so we can help you better.

    Cheers!
    Vinay

    in reply to: Lost "save"-Button #574540

    Hey!

    Once a page or post is published you can save them as a draft copy or update to go live. Please check the link below.

    Regards,
    Vinay

    in reply to: Big Preoblem #574514

    Hi!

    This is not a theme related issue it more looks like a wordpress is not reading path of the images from gallery.

    I personally think that this could resolve the problem. backup your site using a plugin like duplicator and ask your hosting company if they can restore your site to an earlier point before this issue happened.

    Switch to default wordpress theme and check for the same issue.

    As a last resort use a plugin and re-generate all the images https://wordpress.org/plugins/regenerate-thumbnails/ It is not tested in this situation with enfold nor it is supported by enfold.

    Best regards,
    Vinay

    in reply to: Content Element Social Share Buttons #574444

    Hi!

    Yes you are right.
    To create a contact form create a new page and drag and drop the contact form element from Advance Layout Builder. Click on the edit icon for more setup options.

    We have a tutorial section if you are interested to take a look http://kriesi.at/documentation/enfold/tutorials-how-to-articles/

    Another way is to import the demos ( If you already have content on your site it might get over written by demos only import demos on test site ).

    Or by shortcodes go ahead and enable the Debug mode and then copy the provided shortcode in the default editor to your own page to import the contact form and edit it in Advance Layout Builder .

    Please feel free to ask any questions about enfold.

    Thank you for using Enfold.

    Cheers!
    Vinay

    in reply to: Missing #scroll-top-link #574438

    Hi!

    We cannot say exactly what is the issue without inspecting the element.

    Please share the shortcode for the page
    To view shortcode in default editor enable debug mode as shown in the link below
    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    If we can re-produce the same on our end with shortcode we can help you.

    Best regards,
    Vinay

    in reply to: Mailchimp problem only shows 10 mailing lists. #574411

    Hey!

    It could also be the php memory issue so please ask your hosting provider to increase your php memory and try again.

    Cheers!
    Vinay

    in reply to: FullWidth Easy Slider Enfold #574407

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    Since there is not enough room in the small screen the slider text is hidden in small screen you can enable it by deleting

    ” .slideshow_align_caption p { display: none !important; } ”

    in the code below and please feel free to adjust the font size as required for different screen size.

    
    /* Custom Slider fonts*/
    @media only screen and (max-width: 1300px) {
        .slideshow_align_caption h2  { font-size   : 32px!important;  }
        .slideshow_align_caption p   { font-size   : 18px!important;  }
        .slideshow_caption           {  width      : 75%!important;   }
    }
    
    @media only screen and (max-width: 768px) {
        .slideshow_align_caption h2  { font-size   : 24px!important;  }
        .slideshow_align_caption p   { font-size   : 14px!important;  }
        .slideshow_caption           {  width      : 75%!important;   }
    }
    
    @media only screen and (max-width: 968px) {
        .slideshow_align_caption h2  { display: none !important;  }
        .slideshow_align_caption p   { display: none !important;  }
        .slideshow_caption           {  width      : 75%!important;   }
    }
    
    .av_slideshow_full.avia-slideshow,
    .avia-slideshow-inner {
         min-height: 410px!important;
         min-width: 100%!important;     
         overflow: hidden;
    }
    
    .av_slideshow_full.avia-slideshow img,
    .avia-slideshow-inner img{
         min-height: 410px!important;
         min-width: 960px!important;     
    }
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: Woocommerce product filter pagination #574402

    Hi!

    Sorry we did not quite understand your question please elaborate.

    Regards,
    Vinay

    in reply to: Can't install enfold theme via WP or FTP #574398

    Hi!

    We will surely help you.

    1. You are currently using an old version of the theme. Is there any other reason why you want to re-install the theme?
    2. Have you tried to update from Enfold > Theme Updates > Update theme
    3. If none of the above work please upload only the theme installable zip file to FTP wp-content/themes/enfold directory and let us know.

    Regards,
    Vinay

Viewing 30 posts - 9,841 through 9,870 (of 10,428 total)