Forum Replies Created

Viewing 30 posts - 3,961 through 3,990 (of 10,428 total)
  • Author
    Posts
  • in reply to: email object contact form #737335

    Hey Pas7o,

    It’s not clear what do you mean by object? Do you like to make it a mandatory field?

    If so please select “Is not empty” in the “Form Element Validation” field.

    Best regards,
    Vinay

    in reply to: Edit button with custom CSS class #737300

    Hi,

    Glad we could help!
    Please take a moment to review our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Mobile Content Hierarchy Change #737164

    Hey artisforever,

    Sorry for the delay, we are happy to help you with this modification.

    1. To change the column order in mobile we need to create 2 sets of icon boxes so one of them appears above and the other will display below the icons “SCHEDULE OF UPCOMING EVENTS” and “FOR CONSUMERS” then we will hide one of the set’s in mobile and one set in desktop.

    2. Enable custom css class name for ALB elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

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

    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    4. Add class name “only_desktop” and “only_mobile” to the icon box set’s to be displayed only on desktop and only on mobile.

    Best regards,
    Vinay

    • This reply was modified 9 years ago by Vinay.

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so 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 :)

    As an alternate solution the current footer links can be displayed with the main menu items in the hamburger menu that appears in mobile devices.

    1. Enable CSS classes from the screen options on the top right of the pages.

    2. Add the below code to quick css.

    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    3. Add the menu items in footer to the main menu with a class name “only_mobile” from Appearance > Menu > Main menu
    News
    Media
    About
    Contact

    4. Hide the footer menu in mobile device with the below CSS code.

    @media only screen and (max-width: 768px) {
    .menu-main-lower { display: none !important; }}
    

    5. To view the html code please right click the element and select inspect.

    Best regards,
    Vinay

    in reply to: Move Search Icon to Secondary Menu #737133

    Hi,

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

    #menu-item-20684 {
    	margin-top: -11px;
    }
    .header_color input[type='submit']{
    	border:none!important;
    }
    

    To find the class name of an element please right click on the element and inspect. This will open chrome developer window and give you access to the html source code and class names of the element :)

    Best regards,
    Vinay

    in reply to: Email Subscription boxes not working #737128

    Hi,

    I checked your mailchimp form and there seem to be an issue with only the “Money Prodigy” form. Please re-create a new form with similar form fields and check if it works correctly.

    If you still have an issue please get the form embed code and try it on a test page that I have created inside a code block element and let us know the result.

    Best regards,
    Vinay

    in reply to: full screen image on home page #736811

    Hey Fabienne,

    Please use the image as a background image of a color section element with 100% viewport height and set it to scale full width.

    Best regards,
    Vinay

    in reply to: Edit button with custom CSS class #736809

    Hey sberendss,

    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: Pop up image gallery from one image #736790

    Hey Zaccc,

    There are many lightbox plugins but you don’t need any, it can be easily achieved with just the enfold theme features.

    1. Please create a new page with your text or gallery in it and hide the header and footer from the right sidebar options.
    2. Use a icon, button or image element and set the new page link in there and select open in same window.
    3. Just add “?iframe=true” to the end of the page link http://site.com?iframe=true

    Best regards,
    Vinay

    in reply to: Can't update Favicon #736785

    Hey Antonio,

    The favicon shows up correctly on my end please check the attached screenshot. 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: Move Search Icon to Secondary Menu #736782

    Hi,

    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: Startup Business Demo / import #736780

    Hi!

    You are most welcome :)

    We will keep this thread open if you need further help please feel free to get back to us.

    Cheers!
    Vinay

    Hi,

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

    #header .social_bookmarks {
    	float:right!important;
    	right:15%!important;
    }
    

    Best regards,
    Vinay

    in reply to: Add External Links & Color to Post Titles #736737

    Hey Eric,

    Thank you for the kind words :) To link post titles to external links please give these plugins a try

    https://wordpress.org/plugins/pretty-link/
    https://wordpress.org/plugins/page-links-to/
    https://wordpress.org/plugins/sem-external-links/
    https://wordpress.org/plugins/quick-pagepost-redirect-plugin/

    Best regards,
    Vinay

    in reply to: Position of Secondary Menu & Social Media Icons #736735

    Hey NicomIT,

    We are happy to help you with this modification :)

    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

    • This reply was modified 9 years ago by Vinay.
    in reply to: Move Menu to other position #736733

    Hi,

    The sticky header stay in same place as the main header. not sure if you sorted this out? If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: sidebar on a specific category #736732

    Hi,

    Please note these third party plugins fall outside of our support scope, you’ll have to consult their documentation on how to use/implement them and get the extra functionality

    Give these custom sidebar plugins a try:

    http://wordpress.org/plugins/custom-sidebars/
    http://wordpress.org/plugins/widget-customizer/
    Categories Widget
    https://wordpress.org/plugins/display-categories-widget/

    Best regards,
    Vinay

    in reply to: Full bleed banner #736730

    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.page-id-2532 #wrap_all .container {
        width: 100%!important;
        max-width: 100%!important;
    }
    .responsive #top.page-id-2532 #wrap_all .flex_column {
        margin-bottom: 0px!important;
    }}
    

    The above code will remove the padding and margin for all the containers on the page. To target specific containers enable custom css class name support of add the banner elements inside a color section and give it a unique ID to target only the banner section.

    Best regards,
    Vinay

    in reply to: Theme Migration #736639

    Hey omer,

    It’s not exactly clear what you are trying to achieve. For technical support please register here kriesi.at/support/register

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example : https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket if possible with a mockup you can upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: Language switcher inline on mobile only #736638

    Hey nribakovs,

    It’s not possible to make the flags that are added as submenu items to display inline next to each other easily, however I like to take a closer look and see what best we can do for you. 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: Theme is showing errors during upload #736633

    Hey jshughes2013,

    I checked your site and the theme is installed correctly, did you manage to resolve it by youself ?

    The shortcode issue on the homepage could be because of a plugin conflict.

    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.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    Hi,

    The moment “About” menu is clicked the browser redirects the user to the about page link. Hover feature does not work on all mobile devices. Let’s add a submenu icon and toggle the submenu when the icon is clicked. This customisation will take some time but we are happy to help you :)

    Please confirm if this is what you are trying to achieve ?

    Best regards,
    Vinay

    in reply to: Layout question #736619

    Hey digitalprint2222,

    We are happy to help you with that issue :)

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

    .page-id-123 .standorte {
        width: 100%!important;
    }
    .page-id-123 div .av_one_half {
        margin-left: 3%!important;
        }
    body.page-id-123 .column-top-margin {
        margin-top: 3%;
    }
    

    This layout can also be achieved using the 1/3 Grid rows.

    If you still have any issues 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: Demo Import #736544
    in reply to: Demo page shortcodes #736512

    Hi,

    Some demos do not include all the images sorry for that.
    Feel free to check out the link in private, I hope you will like it :)
    If you have not yet reviewed our theme please take a moment and click here https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Google maps #736493

    Hi,

    For testing purpose I have deactivated W3 Total Cache and Jetpack please activate once the issue is resolved.

    There seem to be a conflict with cloudflare please disable cloudflare

    After disabling cloudflare if you still have any problem remove the APi key from Enfold > Google Service and install the plugin https://wordpress.org/plugins/api-key-for-google-maps/ and use the API key in the private message in the plugin settings.

    Best regards,
    Vinay

    in reply to: White text rendering as too bold #736486

    Hi,

    The font weight do not change if the background color changes.

    It appears different fonts are setup. Please check Enfold > Advanced Styling

    If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: Demo page shortcodes #736456

    Hi,

    Please download the requested demo from the below link :)
    Landing Page demo

    Best regards,
    Vinay

    in reply to: Google font not rendering properly in Chrome browser #736451

    Hi,

    I checked your site and the fonts look perfectly fine on my end.

    It may be the monitor settings or something to do with local browser settings. Please check the site on a differnet machine and let us know if you still have any issue, please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: Move Search Icon to Secondary Menu #736420

    Hey tremblayly,

    To add the search bar to topbar menu please add the following code to functions.php file from Appearance > Editor

    add_shortcode('avia_search', 'get_search_form');

    Add the following shortcode as menu item or in Header > Extra Elements > Header Phone Number/Extra Info

    [avia_search]


    Best regards,
    Vinay

    • This reply was modified 9 years ago by Vinay.
Viewing 30 posts - 3,961 through 3,990 (of 10,428 total)