Forum Replies Created

Viewing 30 posts - 61 through 90 (of 465 total)
  • Author
    Posts
  • in reply to: How can I make the right sidebar menu sticky? #345804

    Hey!

    Try adding this to Quick CSS or custom.css instead:

      .html_header_sidebar #top #header.av_always_sticky {
        right: 0;
    }
    
    .html_header_left #main {
        margin-left: 0;
        margin-right:300px
    }
    
    .html_header_sidebar #header .av-main-nav {
        text-align: right;
    }
      
    }

    Best regards,
    Arvish

    in reply to: Social Media Tooltip #345798

    Hi!

    You had a wrong $icon[‘Vk’] instead of $icon[‘Yelp’] in your code, which I corrected.

    But essentially, the following code does the trick

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    //Add all icons below
    //$icons['icon_name']	 = array( 'font' =>'which_font', 'icon' => 'icon_code');
    $icons['yelp']	 = array( 'font' =>'fontello', 'icon' => 'ue805');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    //$icons['Social_Icon_Name'] = 'icon_name';
    $icons['Yelp'] = 'yelp';
    return $icons;
    }

    Cheers!
    Arvish

    in reply to: Anchor to a tab #345778

    Hey!

    Just in case, I am asking my colleagues to have a look as well.

    Regards,
    Arvish

    in reply to: Anchor to a tab #345777

    Hey!

    Just checked the site in all major browsers and they are working absolutely fine.

    Cheers!
    Arvish

    in reply to: Fullscreen Slider – Adding a small arrow #345769

    Hey!

    Try the following set up in Avia Layout Builder:

    In first color section’s settings, select “Display a small arrow…” for Section bottom border styling.

    In Quick CSS or custom.css, add the following code:

    #av_section_1{
    margin-top:-102px;
    }

    where #av_section_1 is the ID of the first color section.

    Best regards,
    Arvish

    in reply to: Full Screen Slider With Footer #345767

    Hi!

    This mod will affect all pages.

    Cheers!
    Arvish

    in reply to: Menu plugin, will it work? #345745

    Hey Micheal0424!

    Enfold supports Ubermenu out of the box.

    Best regards,
    Arvish

    in reply to: Alternate "small" logo #345744

    Hi!

    Change this:

    url(/wp-content/uploads/2013/04/icon_only.png);

    To

    url(https://www.YOURSITE.com/wp-content/uploads/2013/04/icon_only.png);

    Regards,
    Arvish

    in reply to: Social Media Tooltip #345662

    Hi!

    All corrected. Could you check and let us know.

    Best regards,
    Arvish

    in reply to: How can I make the right sidebar menu sticky? #345647

    Hey!

    Just had a look at the site. For us to have a better understanding of your requirements, could you please forward us a mock up or screenshot of the type of modification required.

    Regards,
    Arvish

    in reply to: Fullscreen Slider – Adding a small arrow #345240

    Hi markpevans!

    In the fullscreen slider settings windows, find “Display a scrolldown arrow” and check the option to display an arrow link at the bottom of the slider.

    Cheers!
    Arvish

    in reply to: Full screen Slider – Changing The Font #345239

    Hi markpevans!

    Add the following code to Quick CSS or custom.css

    .avia-fullscreen-slider .avia-caption-title{
    font-family:verdana;
    text-transform: none;
    }
    
    .avia-fullscreen-slider .avia-caption-content{
    font-family:verdana;
    }

    Change the font-family to your preferred font.

    Regards,
    Arvish

    in reply to: Contact Form not sending emails #345233

    Hi Aefiel!

    You will need to verify wether your mail settings are correctly defined.

    Try installing https://wordpress.org/plugins/wp-mail-smtp and test send an email.

    Veify the SMTP settings from your web host as well to make sure you are using the correct ports.

    Cheers!
    Arvish

    in reply to: Text link to lightbox popup #345232

    Hi!

    Sorry for the late reply.

    If you wish to get a custom modal or lightbox to enter your custom content, I would advise using a third-party plugin rather:
    https://easy-modal.com

    Best regards,
    Arvish

    in reply to: Anchor Link Grid Row #345230

    Hi alwo!

    ” you enabled the developer section for grid rows”
    Not sure what the error seems to be. Could you please mock up a screen shot of the issue. It will help us better troubleshoot the issue.

    With regards to the animated counter, please try the following to see if it helps.

    1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.

    2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.

    3. Switch to the default wordpress theme to see if it works. Switch back to Enfold to see if it fixes the issue.

    If disabling any third party plugins does not help, please forward us administrative credentials(WordPress and FTP) to your site for us to have a closer look.

    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Regards,
    Arvish

    in reply to: Contactform not working? #345225

    Hey Zijlstra!

    You will need to verify wether your mail settings are correctly defined.

    Try installing https://wordpress.org/plugins/wp-mail-smtp and test send an email.

    Veify the SMTP settings from your web host as well to make sure you are using the correct ports.

    Regards,
    Arvish

    in reply to: Avia layout builder is stuck spinning circle #345224

    Hi ytmikv!

    Add the following to a php.ini file and upload it to your wp-admin folder

    max_execution_time = 500
    max_input_time = 500
    memory_limit = 128M
    max_input_vars = 3000

    Regards,
    Arvish

    in reply to: Anchor to a tab #345219

    Hi!

    It works equally well in Google Chrome, Firefox, Opera and IE. Could you set up a page with the solution and forward us your site’s admin credentials so we can have a closer look.

    Regards,
    Arvish

    in reply to: Booking Calendar #345199

    Hi tech500!

    Enfold has built in support for Events Calendar and Events Calendar Pro:
    http://tri.be/shop/wordpress-events-calendar/

    Regards,
    Arvish

    in reply to: click on product shows error page #345197

    Hi!

    We will keep this thread open in case there is a re-occurence of the issue.

    Best regards,
    Arvish

    in reply to: Dealing with fullwidth submenu styling and permalinks #345195

    Hi!

    Glad you sorted it out. Thank you for sharing the fix.

    Cheers!
    Arvish

    in reply to: Page is blank but all code elements show in backend #345186

    Hey Kathy!

    Please forward us a link to your site for us to have a closer look.

    Did you try clearing your browser cache before viewing your page?

    Best regards,
    Arvish

    in reply to: How can I make the right sidebar menu sticky? #345184

    Hi DROR!

    Add the following code to Quick CSS or custom.css

    .html_header_sidebar #top #header.av_always_sticky {
        right: 0;
    }
    
    .html_header_left #main {
        margin-left: auto;
    }
    
    .html_header_sidebar #header .av-main-nav {
        text-align: right;
    }

    Regards,
    Arvish

    in reply to: Anchor to a tab #345179

    Hey modelity!

    There’s no need to modify the code.

    Simply add a text block.
    Add your link caption and then click add link on the menu.
    Enter your tabs id in the URL setting as follows:

    Cheers!
    Arvish

    in reply to: AWPCP interaction #345174

    Hey billlon!

    Add the following to the bottom of functions.php in your Enfold or Enfold Child theme folder:

        function togglemenu_script(){
        ?>
        <script>
            (function ($) {
                $(window).load(function () {
    
                    var $menubtn = $('.awpcp-menu-toggle');
                    var $menu = $('.awpcp-nav-menu');
                    $menubtn.click(function () {
    
                        $menu.toggle();
    
                    });
                });
            })(jQuery);
        </script>
        <?php
        }
        add_action('wp_footer', 'togglemenu_script');

    If it doesn’t work, please forward us the admin credentials to your site for us to have a closer look.

    Cheers!
    Arvish

    in reply to: Qty in cart not showing correctly in Paypal #345166

    Hi bluff03!

    Please refer to Woocommerce’s Paypal Standard Documentation:
    http://docs.woothemes.com/document/paypal-standard/

    PayPal only supports 9 line items which includes shipping. Should your cart contain more than 9 lines, you will get an error from Payapl and your payment will not go through.

    The Items and their quantities are shown as a single string description:

    Best regards,
    Arvish

    in reply to: Rounded Corners Text Box? #345144

    Hey!

    Add this code to Quick CSS or custom.css

    #av_section_1 .avia-image-container.avia-align-center {
        margin: 0px auto 0px;
    }

    Regards,
    Arvish

    in reply to: Alt Tags #345104

    Hi!

    SEO by Yoast will raise a flag as it has parsed the code that is in the database which is mainly in shortcode form and not the code that is generated in the front end, i.e html, which contains the proper img and alt text generation.

    Cheers!
    Arvish

    in reply to: Rounded Corners Text Box? #345099

    Hi Micheal0424!

    You can set up Avia Layout Builder as shown below:

    Add the following code to your Quick CSS or custom.css

    #av_section_1 .av-special-heading{
      
      background-color: bisque;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding-top:10px;
      
    }
    
    #av_section_1 .avia_textblock{
      
      background-color: #CCC;
      padding:10px;
      color: #FFF !important;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      
    }

    Change av_section_1 to whatever ID you’ve specified for your colored section.

    Regards,
    Arvish

    in reply to: Tabs Icons #345084

    Hey squard!

    To make Tab Icons Larger, add this code to Quick CSS or custom.css

    
    .tabcontainer .tab_icon {
        font-size: 23px;
        display: block;
    }

    You can remove the display:block; if you want the icon side by side with your text.

    Best regards,
    Arvish

Viewing 30 posts - 61 through 90 (of 465 total)