Forum Replies Created

Viewing 30 posts - 4,771 through 4,800 (of 10,428 total)
  • Author
    Posts
  • in reply to: page anchors on mobile devices #698195

    Hi,

    We have added the below code at the very end of your themes / child themes functions.php file:

    
    // Scroll to div
    function scrollToDiv(){
    ?>
    <script>
         jQuery(document).scroll(function() {
         var sections = jQuery('.avia-section'),
            menu   = jQuery('#mobile-advanced a[href^="#"]');
         	menu.on('click', function(event) {
        		var target = jQuery(this.getAttribute('href'));
        		if( target.length ) {
            		event.preventDefault();
            			jQuery('html, body').stop().animate({
                			scrollTop: target.offset().top - 1000
            			}, 1000);
        			}
    			});
    		});
     
    </script>
    <?php
    }
    add_action('wp_head', 'scrollToDiv');

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    in reply to: Darken Transparent Header #698157

    Hi,

    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 :)

    Best regards,
    Vinay

    in reply to: Changing Fonts #698153

    Hey troupdim,

    Please refer to this link https://kriesi.at/support/topic/add-new-font/#post-234710

    or

    Try using this plugin https://wordpress.org/plugins/wp-google-fonts/

    Best regards,
    Vinay

    in reply to: Content section of Edit Page hangs #698152

    Hi,

    We checked a few pages and the ALB elements loaded fine on all the pages hence we could not re-produce this issue. Please check the attached screenshot.

    In case you face this issue again please right click on the page that is not loading for you and inspect.

    Click on the console tab and let us know if you notice any errors.

    please provide the same user name and login for which you are facing this issue so we are able to view this error and troubleshoot it further.

    Best regards,
    Vinay

    in reply to: Chrome: Favicon not working #698151

    Hey jend_onesource,

    Please try this plugin https://wordpress.org/plugins/custom-favicon/

    If you still have any issue we need to take a closer look 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 plugins if necessary.

    Best regards,
    Vinay

    in reply to: Prevent logo scaling on scrolled header #697647

    Hey nokostudio,

    It appears you have this figured out. logo-1.png is displayed before and after scrolling. If you still have an issue or would like to ask any questions please get back to us with the link to the site where we can see the element in question.

    Best regards,
    Vinay

    in reply to: Full widh home page #697202

    Hi,

    You are using “Thrive content builder” to build the page which is not a part of our theme. I am sorry to tell you that this is not covered by our support. I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Vinay

    in reply to: use diagonal section border with enfold? #697199

    Hey Chris_85,

    Please use a colorsection and set the border styling options to diagonal section border.

    Best regards,
    Vinay

    in reply to: Text block has no option for Visual or Text mode #697195

    Hey seanchk,

    A plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    If yous till have an issue we need to take a closer look 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 plugins if necessary.

    Best regards,
    Vinay

    in reply to: Style accordion title boxes separately #697189

    Hey m_roventine,

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

    nth-child(x) where x is the number of the tab if you have more tabs please add more blocks of css to match the number of tabs.

    /* Accordion Tabs Color*/
    
    .av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler{
    background: red!important;
    }
    
    .av_toggle_section:nth-child(2) .toggler, .av_toggle_section:nth-child(2) .toggler {
    background: gold!important;
    }
    
    .av_toggle_section:nth-child(3) .toggler, .av_toggle_section:nth-child(3) .toggler {
    background: green!important;
    }
    
    /* Accordion Tabs Color on hover*/
    
    .av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler:hover {
    background: pink!important;
    }
    
    .av_toggle_section:nth-child(2) .toggler, .av_toggle_section:nth-child(2) .toggler:hover {
    background: black!important;
    }
    
    .av_toggle_section:nth-child(3) .toggler, .av_toggle_section:nth-child(3) .toggler:hover {
    background: gray!important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    in reply to: GIF Pixelated in Edge browser but looks great in Mozilla? #697187

    Hey alby8384,

    I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    However if you like to get started on your own we like to point you in the right direction.

    Image clarity depends on various factors please refer to the below links.

    https://helpx.adobe.com/edge-animate/kb/best-practices-graphics-edge-animate.html

    http://stackoverflow.com/questions/9945363/image-scaling-causes-poor-quality-in-firefox-internet-explorer-but-not-chrome

    Best regards,
    Vinay

    in reply to: Sharing buttons – how to customize? #697162

    Hey glitch007,

    I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    If you like to get started on your own we can point you in the right direction.

    Please try some of the plugins that provide this feature

    https://wordpress.org/plugins/search.php?q=twitter+card

    https://wordpress.org/plugins/search.php?q=pinterest

    We cannot specifically tell you which one to use as we have not tried these plugins however they all should just work fine with enfold.

    Please check the plugin feature list you might find something interesting :)

    Best regards,
    Vinay

    in reply to: Get rid of buffer at top of color sections. #697161

    Hey JamesEisert,

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

    .avia-section .content {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }

    Best regards,
    Vinay

    in reply to: Remove border on input boxes #697159

    Hi,


    @James
    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 :)

    Best regards,
    Vinay

    in reply to: page anchors on mobile devices #697158

    Hi,

    Thank you for the kind cooperation. There seem to be a glitch in this demo. We will work on it and release a fix in one of our next update.
    In the meantime we will try to provide you a temporary solution but this might take a little time.

    Thank you for using enfold.

    Best regards,
    Vinay

    in reply to: Menu Position – Per Page #697155

    Hi,

    Thank you for sharing the required info.

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

     
    .home .main_menu {
        right: auto!important;
        left: 50%;
        transform: translateX(-50%);
    }

    Best regards,
    Vinay

    in reply to: Changed site URL – Enfold no longer works on back end #697137

    Hey linda838,

    What happens if you try to login to the backend? 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 plugins if necessary.

    Best regards,
    Vinay

    in reply to: Add new google fonts to Enfold Theme #697134

    Hey Transformers Universe,

    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 plugins if necessary.

    Best regards,
    Vinay

    in reply to: Remove border on input boxes #697133

    Hi,

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

    #top .main_color .wpcf7 input, #top .main_color .wpcf7 textarea   {
        border-left:none;
        border-right:none;
        border-top:none;
        border-bottom:solid green 3px;
    }
    

    Best regards,
    Vinay

    in reply to: Google Maps does not load properly #697132

    Hey rhines-customs,

    Google services like the map feature is now constrained to work with an API key. It is easy to get the Google API key please refer to this link

    If you already created an API key please delete all old API key’s from google account to avoid a conflict.

    While setting up the API key make sure to add * before and after the domain name without http, www or https in the URL.

    Example *.kriesi.at/*

    Add your API key in the theme options Enfold > Google Services

    If you already tried the above please check private content.

    Best regards,
    Vinay

    in reply to: Masonary Gallery Modification #697131

    Hi,

    Please change the 2nd bit of code provided for points 2 & 3 to the below
    adding the page ID page-id-718 which is available when you inspect the body tag will affect only the homepage.

    .page-id-718 .av-masonry-entry-title.entry-title {
        font-size: 24px!important;
        position: absolute;
        bottom: 20px;
        text-align: right;
        padding-right: 20px;
        width: 100%;
        font-weight: 100!important; /* removes the bold effect */
    }

    Best regards,
    Vinay

    in reply to: Mega menu submenu with and hover #697129

    Hi,

    Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Separators between sort options (mansory) #697128

    Hey eny4W,

    We will surely help you with this. 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 :)

    Best regards,
    Vinay

    in reply to: Gallery thumbnails jump on mouse over #697126

    Hey hellwegsolution,

    The thumbnails zoom in when I hover. I did not notice any jump on chrome. Please let us know if you like to disable the zoom in effect?

    If you notice anything unusual please post a screenshot/mockup of the issue and upload the screenshot to imgur.com or dropbox and share the link here so we can further trouble shoot this :)

    Also mention the details of the browser and device you notice the problem on.

    It could also be a caching issue on your end. 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

    • This reply was modified 9 years, 3 months ago by Vinay.
    in reply to: Icon #697125

    Hi,

    Thank you for pointing that out. We will make the necessary changes in the documentation.

    The options you are looking for is moved to import/export tab in the latest version :)

    Best regards,
    Vinay

    in reply to: Gallery #697121

    Hi,

    It’s not clear what you are trying to achieve. Would you mind posting us a precise link to your site and a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    in reply to: Problem concerning height of the featured image in mobiles #697120

    Hi,

    Any css code that you enter in the media query of max width 767 will affect the styles in portable device

    /* Add your Mobile Styles here */ is more like a comment or a reference :)

    please check this link for more info https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    The new code can be enclosed in the @media query if that was your question.

    For the code to work properly please ensure that the code has proper opening and closing brackets @media … { … }

    In the above example the closing bracket is missing.

    Best regards,
    Vinay

    in reply to: Not Able to Upload / Install my Theme #697117

    Hi,

    Yes it is possible to keep your current data and import the Gym demo data using XML files. Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings/styles you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Gym Demo

    Best regards,
    Vinay

    Hi,

    I checked all the images in the gallery in the example link and it appears the code works on all images but the image itself is black & white.

    Please check the link in example the image itself is a black and white image.

    Could provide the name of the image title for which the code is not working? It would be easy to troubleshoot.

    Best regards,
    Vinay

    in reply to: Menu Position – Per Page #697077

    Hey rlogan2334,

    It can be easily done with enfold.

    You just need to use .home class to target the homepage only.

    Once you setup the site share the link with us and we will help you center the menu.

    Best regards,
    Vinay

Viewing 30 posts - 4,771 through 4,800 (of 10,428 total)