Forum Replies Created

Viewing 30 posts - 8,521 through 8,550 (of 10,428 total)
  • Author
    Posts
  • in reply to: Store sitewide banner style problem #607020

    Hey!

    To remove the border please use the css below to remove it.

    
    p.demo_store {
        box-shadow: none!important;
    }

    Best regards,
    Vinay

    Hey!

    Please refresh your browser cache and check again r0cket l3ads works fine the Internet Marketing site has the menu highlight issue… if you find any issue with r0cket l3ads please elaborate it so we can help you fix it.. :)

    Cheers!
    Vinay

    in reply to: Left Socket Border #606946

    Hi!

    You can find most of the border styling options in Enfold > general Styling > socket > Delete the Border colors value and save it.

    If this still don’t work for you please upload the screenshot to imgur.com or dropbox and share the link here so we can provide you with custom css :)

    Regards,
    Vinay

    in reply to: single author big preview pic #606933

    Hi!

    Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Regards,
    Vinay

    in reply to: Page editor is always empty #606932

    Hey KVSchneppenheim!

    We checked for the issue and we care able to view all the Advanced Layout Editors content and elements.
    Please check private content for screenshot…

    If you still see this issue please let us know more details which browser and system you are using and if there were any changed done?

    You can also try to find if this is because of a plugin conflict.

    To find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Cheers!
    Vinay

    in reply to: Translate the animated countdown #606931

    Hey!


    @mmagnani
    thank you for sharing your tip :)

    if you are not working with a child theme already please check this link http://kriesi.at/documentation/enfold/using-a-child-theme/

    Let us know if you tried the solution provided earlier and it worked for you.

    Best regards,
    Vinay

    in reply to: Category not found #606929

    Hey!

    Glad we could help! We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    in reply to: Only one page not responsive #606928

    Hi SaraMichelle!

    The page is responsive… please refresh your browser cache and check again. if you still cannot see anything similar to the screenshot in private please let us know more info which mobile or browser you are viewing it in?

    Cheers!
    Vinay

    in reply to: Store sitewide banner style problem #606926

    Hi blaircomm!

    Please remove the css which did not work for you and share a link to page where we can inspect the element in question. i checked you site but could not make out which banner you are referring to… you can find most of the options in Enfold > general Styling >

    However if you cannot find what you want there we will provide you custom css for this. please let us know acurite info.

    Regards,
    Vinay

    in reply to: Sticky Widget Area #606923
    in reply to: Add image to blog post #606922

    Hi UntappedA!

    The featured image option was hidden in the screen options which is on the top right

    Please check the blog post now the images are visible :)

    Best regards,
    Vinay

    in reply to: Full Screen Slider not showing on Mobile #606921

    Hi AsadIC!

    This might be an issue with a plugin conflict to find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Regards,
    Vinay

    in reply to: Importing didnt work #606919

    Hi!

    Thank you for the suggestions XML files are currently not available as public download we might add it int he future.
    Will keep this ticket open in case you have any questions :)

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: change the order of left side bar.. #606917

    Hey!


    @Ivne
    I think your issue is a different one you can change the menu order from Appearance > Menu > Select the menu you want to change and drag the menu items to the top or bottom of the list to change order.

    if this is not what you are looking for please open a new ticket and provide a link to the site where we can inspect the element in question.

    Cheers!
    Vinay

    in reply to: Change color of Lightbox navigation arrows #606912

    Hi!

    Glad we could help! you too have a nice weekend :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    Hi!

    Great! We have replied to you on the new ticket. :)

    Cheers!
    Vinay

    Hi!

    Bumping will not help in getting faster replies. the system marks it as answered and push it to the bottom of queue. Please wait while we get yo your ticket and answer it will be much faster.

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

    We have added the below code and fixed the issue please check the site and let us know if you have any questions

    custom css

    
    /* onepage nav active menu item*/
    @media only screen and (min-width: 769px) {
    .current_page_item .avia-menu-text, .active-menu-item {
      color: #b70e14!important;
    }
    }
    
    .active-menu-item .avia-menu-fx{
        opacity: 1;
        visibility: visible;
        background-color: #719430;
        border-color: #507210;
        height: 2px;
        width: 100%;
      }
    
    /*remove default styles*/
    .current-menu-item .avia-menu-text {
          color: #0a5476!important;
    }
    .current-menu-item .avia-menu-fx {
          display: none!important;
    }
    

    onepage scroll jQuery

    //One page nav highlight
     
    function activateMenuItem(){
    ?>
    <script>
         jQuery(document).scroll(function() {
         var sections = jQuery('.avia-section'),
             menu   = jQuery('.avia-menu'),        
             nav_height = menu.outerHeight();
             jQuery(window).on('scroll', function() {
                var cur_pos = jQuery(this).scrollTop();
                sections.each(function() {
                    var top = jQuery(this).offset().top - 300,
                        bottom = top + jQuery(this).outerHeight();
                    if (cur_pos >= top && cur_pos <= bottom) {
                        menu.find('a').removeClass('active-menu-item');                    
                        menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
                    }
                });
            });
        });
     
    </script>
    <?php
    }
    add_action('wp_head', 'activateMenuItem');

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: How can I set 2 different logo images at the header #606903

    Hey!

    1. Once you add the code correctly in functions.php depending on the type of menu you use

    2. Then create a header widget in “Custom Widget Area” which you can find in Appearance > Add Widget Area

    3. Add a text widget to the header widget area and insert the logo image as shown in the below screenshot.

    To show two logos you can add another text widget and add a custom class name to the logo as Ismale mentioned above logo and logo-2 or something similar and style it using CSS…

    Cheers!
    Vinay

    in reply to: Linking to Media Library #606861

    Hey!

    We would have surely helped you if there was anything we could really do about it at all… but at the moment there is not an easy way to do it.

    We really appreciate your kind words and thanks for understanding!

    Cheers!
    Vinay

    Hi!


    @chrisbelote
    we will take a look at your site as well many issues in one tickets usually lead to confusion and please create a new ticket with proper description of the issue and the private content is visible to both mods and the person who created the ticket.


    @matgreat
    please let us know if you have any questions.

    Thank you for using Enfold!

    Cheers!
    Vinay

    in reply to: Cheap Alternative to WPLM? #606818

    Hey!

    Thanks for sharing the tip @cherrmann

    I hope it helps you… there are many out there but we haven’t tried any you should probably give it a shot and if you find anything good please feel free to share them here so others can benifit from it :) https://kriesi.at/support/topic/recommended-plugins/

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Menu variations #606813

    Hey volpagirl!

    You can change the menu in Appearance > Menu

    Select the main menu (it is the one usually selected by default)

    Uncheck use mega menu to make it a vertical menu

    Cheers!
    Vinay

    in reply to: How to hide social icons on one page? #606808

    Hi!

    We cannot see the menu the page is password protected.

    To remove separators got to

    Enfold > Header > Header layout > Separator between menu items > No Separator

    To hide the social icons on only one page replace the xxx in page-id-xxx below with the correct page ID and use the rest of the code as is…

    
    .page-id-xxx .social_bookmarks{
    display:none;
    }
    

    Cheers!
    Vinay

    in reply to: Mobile Issues #606764

    Hi!

    One of the plugins that you are using is causing a conflict. Everything works fine on mobile when we checked for the issue…

    To find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Best regards,
    Vinay

    in reply to: Linking to Media Library #606756

    Hey!

    Why don’t you suggest to your client to click on “Advance Layout Editor” button so the “Add Media” button will be visible? When they are finished with work in media library they can click again on “Advance Layout Editor” button.

    Apart from this suggestion as mentioned earlier to go to the media library while using the advanced layout builder you need to add a image element and click on it or access media link on the wordpress sidebar options. Sorry but at the moment it is not possible to have the “Add Media” button visible while working in Advanced Layout builder.

    Regards,
    Vinay

    Hey!

    Thank you for the kind words :)

    Please us the below css in Enfold > General Styling > Quick CSS to remove the header border

    #header_main {
        border: none!important;
    }

    Best regards,
    Vinay

    in reply to: Update made code invalid #606738

    Hi!

    We created a test page and checked all the elements. The page builder is working fine please delete the empty blocks and add your content.

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.

    Hi!

    There are some steps that we need to check before custom coding to avoid conflicts and thank you for co-operating with us. However we could not re-produce this issue so we created a new custom script, disabled default styles and added custom styles for highlighting a menu.

    //One page nav highlight
     
    function activateMenuItem(){
    ?>
    <script>
         jQuery(document).scroll(function() {
         var sections = jQuery('.avia-section'),
             menu   = jQuery('.avia-menu'),        
             nav_height = menu.outerHeight();
             jQuery(window).on('scroll', function() {
                var cur_pos = jQuery(this).scrollTop();
                sections.each(function() {
                    var top = jQuery(this).offset().top - 300,
                        bottom = top + jQuery(this).outerHeight();
                    if (cur_pos >= top && cur_pos <= bottom) {
                        menu.find('a').removeClass('active-menu-item');                    
                        menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
                    }
                });
            });
        });
     
    </script>
    <?php
    }
    add_action('wp_head', 'activateMenuItem');

    Below is the CSS we added in Enfold > General Styling > Quick CSS

    /* active menu item*/
    @media only screen and (min-width: 769px) {
    .current_page_item .avia-menu-text, .active-menu-item {
      color: #b70e14!important;
    }
    .active-menu-item .avia-menu-fx {
                content: '';
                position: absolute;
                display:block!important;
                left: 50%;
                transform: translateX(-50%);
                bottom: .5em;
                height: 2px;
                width: -0;
                background: #b70e14!important;
                transition: all 0.3s ease;
                z-index:99999!important;
      }
    }
    
    /*remove default styles*/
    .current-menu-item .avia-menu-text {
          color: #0a5476!important;
    }
    .current-menu-item .avia-menu-fx {
          display: none !important;
    }
    

    Please review the site now it should work fine :)

    Cheers!
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Default Button Style #606643

    Hi!

    The method suggested earlier gives you a fine control to choose the button style.
    We can provide you with CSS to change almost any button on the site.

    Please add the below css to change all the button styles to look like your mockup.

    
    .gform_button.button, input.wpsg_button {
      color: #ffffff!important;
      border-color: #455483!important;
      background-color: #6776a5!important;
      border-radius: 3px!important;
      text-decoration: none!important;
      display: inline-block!important;
      border-bottom-style: solid!important;
      border-bottom-width: 1px!important;
      margin: 3px 0!important;
      line-height: 1.2em!important;
      position: relative!important;
      font-weight: normal!important;
      text-align: center!important;
      max-width: 100%!important;
    transform:all .3s ease;
    }
    
    .gform_button.button:hover, input.wpsg_button:hover {
      background-color: #88BBC8!important;
    }
    

    Best regards,
    Vinay

    in reply to: add code at top level instead of in codeblock #606613

    Hi morecolor!

    Please edit the themes\enfold\footer.php file and add your code before </body>
    We recommend using a child theme to do any custom modifications

    Regards,
    Vinay

Viewing 30 posts - 8,521 through 8,550 (of 10,428 total)