Forum Replies Created

Viewing 30 posts - 7,141 through 7,170 (of 10,428 total)
  • Author
    Posts
  • in reply to: Slider and images not working #640018

    Hi!

    No we did not change anything. The login URL did not work for me earlier.

    To check if the site has any errors right click on the page with issue and select inspect and view the js console. If you are unable to login try the forgot password option and try resetting it.

    If you get access to sort out the issue add the below code in functions.php

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Regards,
    Vinay

    in reply to: Breadcrumbs don't work on each page #640013

    Hey tredition,

    Are you using the latest version of Enfold 3.5.4 ?

    we need to take a closer look at this issue please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username
    • permission to deactivate plugin if required

    Best regards,
    Vinay

    in reply to: how to remove category name in portfolio #639989

    Hey Ceyhun95,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sort_by_cat  {
    display:none;
    }
    

    If this is not what you want please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Enfold Theme – New Website Setup #639970

    Hey adinahirjanu,

    1. to make the menu items look like a button or add border style go to Appearance > Menu and select the following options

    3. Use a button element and set the link to manual and open in same window that way it opens up in a modal window.

    To answer 1.b, 2, 4 and 5 Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Request you to open a new ticket for unrelated issues that way we can keep the focus on the main topic and avoid confusion.

    Best regards,
    Vinay

    in reply to: Mobile Full width submenu with overflow and scroll #639956

    Hi,

    The site looks sticky on mobile to me. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    in reply to: bar above top menu #639944

    Hey jelle,

    The options to enter the phone number is in Enfold theme optiosn > Header > Extra Elements

    Best regards,
    Vinay

    in reply to: Slider and images not working #639942

    Hi,

    I see a JS error in console. This usually happens if you are using an old version of the theme and latest version of WP. Make sure the theme is correctly updated.

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.

    Hey kazzijazz,

    If you made the changes in child theme there is nothing to worry. If not i am afraid the chages may be overwritten.

    After the update you may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    If you still have any issues please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Custom Header in Enfold #639938

    Hey cottonseedapparel,

    While uploading the image please select fullsize or larger than 2000px in the media library options. (I have set it to full size now).

    Please review the site and let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Enfold Top Navigation Active Color State #639917

    Hi,

    I checked all the main pages on your site but couldn’t find the fullwidth submenu. However you can follow these instructions

    Please try adding this at the very end of your themes / child themes functions.php file:

    //One page nav highlight
    
    function activateMenuItem(){
    ?>
    <script>
         jQuery(document).scroll(function() {
         var sections = jQuery('.avia-section'),
             menu   = jQuery('.av-submenu-container'),        
             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');

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    If you still have any issues please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Plugin Suggestion for website visitors #639916

    Hey shalenie,

    Please check our recommend list of plugins here https://kriesi.at/support/topic/recommended-plugins/

    I personally use statcounter this one is simple and straight forward however for a more robust and advanced stats you can always count on google analytics :)

    Best regards,
    Vinay

    in reply to: Step by Step Installing a New Font #639914

    Hi,

    if you like to add a single font an alternate solution is to use a plugin like https://wordpress.org/plugins/use-any-font/

    You can also search the wordpress plugin directory for more https://wordpress.org/plugins/search.php?type=term&q=font

    Best regards,
    Vinay

    in reply to: Facebook share not showing image #639913

    Hey laptophobo,

    Check your site again i just scraped the open graph image from fb debuger tool https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fkarnaliexcursions.com%2F

    if you still have any issue please use a open graph plugin https://wordpress.org/plugins/search.php?q=open+graph

    Some helpful links

    https://developers.facebook.com/docs/sharing/best-practices

    Best regards,
    Vinay

    in reply to: Hiding submenu items in mobile menu? Accordion style #639911

    Hi,

    To hide the submenu in footer Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

      #footer .sub-menu {
    		display:none;
    	}
    
    

    Search option is there on the main forum page you can also type kriesi followed by your question in google to find answers :)

    Best regards,
    Vinay

    in reply to: Image Compression #639910

    Hey webdesign,

    The theme automatically re-size your images to suit large screen and small screen devices and use the required size for different size screens. However you can further optimise images using plugins like smush it. https://wordpress.org/plugins/wp-smushit/

    Best regards,
    Vinay

    in reply to: Problem with section:hover? #639908

    Hi,

    Please make sure the background image path is correct it will work :)

    open the image in media library and copy the URL

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Optimise Site #639901

    Hi,

    To be honest this is the first i’m seeing something like this. The site may be breaking when you activate the minification because the css file path may not be correctly recognised. Please uninstall all the caching and security related plugins completely and re-install them.

    Best regards,
    Vinay

    in reply to: Mobile Full width submenu with overflow and scroll #639900

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed!important;
    }}
    
    

    Best regards,
    Vinay

    in reply to: Fullscreen Color Section #639899

    Hey!

    Please use the below code this will affect only the colorsection with the class .fullscreen_color_section adjust top padding for the special heading to suit your design.

    @media only screen and (max-width: 767px) {
    .fullscreen_color_section {
        margin-top: -120px;
    }
    .fullscreen_color_section .av-special-heading {
        padding-top: 120px;
    }}
    

    Cheers!
    Vinay

    in reply to: Center slider #639893

    Hey!

    1. in that case remove the col just use colorsection with left and right padding set to 10%.

    2. If i’m not wrong you need 2 search buttons on the header ? may I know the purpose so I can assist you better?

    3. please elaborate the issue if possible post a mockup for us you can upload it to imgur.com and share the link here.

    Regards,
    Vinay

    in reply to: Social Icons on Mobile #639892

    Hi!

    The ftp user may be wrong i’m not able to login using these credentials. if you are able to login to FTP or the file manager in hosting control panel remove the last block of code from functions.php that starts with “function attach_social_icons_to_mobile_menu()” or please re-create the FTP account and provide us with working credentials.

    Cheers!
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Too Many Redirects – Website Not Loading #639831

    Hi,

    Please refer to this link http://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Fullscreen Color Section #639828

    Hi,

    The special heading looks good on my end. if you do not see the same on your end please elaborate which browser and device you are using so we can further investigate.

    Best regards,
    Vinay

    in reply to: Navigation left – Search right? #639827

    Hi,

    To fix the hover issue please add the below css

    .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child>li#menu-item-search:hover {
        position: absolute;
    }

    Best regards,
    Vinay

    in reply to: Center slider #639826

    Hey Noy,

    1. To center any content or slider use the grids 1/5 + 3/5 + 1/5 and place your content inside 3/5. Enfold has a builtin easy slider give it a try.

    2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .html_header_top #top .av_logo_right .logo {
        left: 50%!important;
        right: auto!important;
        transform: translate(-50%)!important;
    }
    
    #header_main nav .social_bookmarks {
        position: absolute!important;
        float: right!important;
    }
    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
        width: 100%;
    }
    

    3.
    To center read more link please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .read-more-link {
    	text-align:center;
    }

    Best regards,
    Vinay

    in reply to: Photo gallery with categories #639825

    Hey netman2002,

    Wordpress attachments/media files do not support categories by default so sorting them won’t be possible. To implement such a feature it would require advanced customization. At the moment filtering in wordpress is possible if the images are added as a portfolio items.

    Best regards,
    Vinay

    in reply to: Social Icons on Mobile #639817

    Hi,

    Please login to the hosting control panel and create a ftp user and post it here in private.

    Best regards,
    Vinay

    in reply to: Step by Step Installing a New Font #639816

    Hi,

    If the fonts are on google.com/fonts you can add them to enfold list using a function.

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Alef'] = 'Alef';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Alef'] = 'Alef';
    return $fonts;
    }

    If it is a custom self hosted font it will not appear in enfold settings. You have to upload the fonts to your server and add font styles using custom css like

    h1 {
         font-family: ‘custom-font’;
    }
    

    An alternate solution is to use the plugin and the plugin allows you to select the html tags and assign the font styles.

    Hope i answered your question.

    Best regards,
    Vinay

    in reply to: Change top bar colour on mobiles #639814

    Hi,

    Glad we could help! We really appreciate if you could rate our theme on themeforest.

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Add Flag icon in the header #639812

    Hey NBSIME,

    If you want to add flag icons and then link your site URL to it please create a header widget refer to this link http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    If you like to create a wordpress site in different languages please check this link https://codex.wordpress.org/Multilingual_WordPress

    Best regards,
    Vinay

Viewing 30 posts - 7,141 through 7,170 (of 10,428 total)