Forum Replies Created

Viewing 30 posts - 3,571 through 3,600 (of 10,428 total)
  • Author
    Posts
  • in reply to: add icons to enfold principal menu #747833

    Hey!

    Thank you for getting back to us. At the moment there seem to be an issue with the icon import and I have informed the dev’s.
    It’s required to only add Icons that are not available in the theme already. Please try the above code and it should work.

    To get the icon unicode please select the icons on fontello.com which are already in the theme and check the customize tab to get the unicode which you can then enter it in the css code.

    Let us know if you need any help, we are happy to help :)

    Regards,
    Vinay

    in reply to: Ninja Forms Conditional Logic #747419

    Hey sunjones,

    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: Logo hang down from header into the first element #747327

    Hey Perry,

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

    #top #header_main, #top #header_main > .container, .av-main-nav > li  {
    	max-height: 90px!important;
    	overflow: visible;
    }
    .logo {
        min-height: 150px;
    }
    #main {
      	padding-top:90px!important;
    }
    .av-main-nav > li > a {
    	line-height: 90px!important;
    }
    

    Best regards,
    Vinay

    in reply to: How to track clicks on Enfold with Adwords? #747313

    Hi,

    Glad you figured it out! and thank you for sharing the solution here. Yes adwords docs have most of the answers https://support.google.com/adwords/ :)

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Vlog Theme #747309

    Hey Isabelle Garcia,

    Thank you for reaching out to us. I have notified Kriesi about your offer please await his reply if interested he will get in touch with you.

    Best regards,
    Vinay

    in reply to: Theme will not take alt tag #747308

    Hey Ed,

    Sorry for the delay, 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: add icons to enfold principal menu #746832

    Hey Pas7o,

    To add custom icons to the main menu please check the below info :

    1. Go to http://fontello.com/ select the icons you like to add.
    IMPORTANT: Give the icon set a custom name can be anything like “yalp” this options is right next to the download button.

    2. Go to customize code tab to get the icon unicodes.

    3. The below code the nth-child(x) is the menu item number and content:”\EXXX” is the icon unicode.

    #avia-menu  > li:nth-child(1) > a .avia-menu-text:before {
    	content:'\E897';
    }

    Repeat this block of code for each menu item by changing x to menu item numbers in the nth-child(x)

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

    /* Adjust distance between menu items */
    #avia-menu  > li {
    padding:0 10px 0 5px;
    }
    /* Icon font family */
    #avia-menu  > li > a .avia-menu-text:before {
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    }
    /* Icons */
    #avia-menu  > li:nth-child(1) > a .avia-menu-text:before {
    	content:'\E800';
    }
    #avia-menu  > li:nth-child(2) > a .avia-menu-text:before {
    	content:'\E832';
    }
    #avia-menu  > li:nth-child(3) > a .avia-menu-text:before {
    	content:'\E897';
    }

    Best regards,
    Vinay

    in reply to: Create a vertical fixed right dot navigation #746807

    Hey!

    I think you are using an old version of enfold or you have set up the menu in a different way. Please update to the latest version 3.8.5 and your code for the page should be as below:

    /* One page dots navigation */
    .page-id-140 .avia-menu {
    	position:fixed;
    	max-width:0px;
    	height:auto!important;
    	right:50px;
    	top:50%;
    	transform:translateY(-50%);
    }
    .page-id-140 .avia-menu .menu-item {
    	max-width: 25px;
    	max-height:25px;
    	border-radius:25px;
    	margin:10px;
    	overflow:hidden;
    }
    .page-id-140 .avia-menu .avia-menu-text {
    	display:none;
    }

    If you still have any issue please provide us the admin login details so we can login and take a closer look.

    Regards,
    Vinay

    in reply to: Separate colors on main menu and sub menu items #746780

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. You can easily edit this from Dashboard > Enfold > Advanced Styling > Select menu item from the dropdown list. (NOTE: This will work perfectly fine if there is no code added to modify the menu items).

    If for some reason you have trouble with it please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    /* Submenu color*/
    .av-main-nav ul li a {
    	color: #000 !important;
    }
    /* Submenu color on hover*/
    .av-main-nav ul li a:hover {
    	color: #000 !important;
    }
    
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: link settings showing #746759

    Hey thomasdries,

    It appears some files are corrupt or not uploaded properly please re-upload the theme folder and 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

    in reply to: Full background image on only one page #746757

    Hey Kali,

    Please use a color section and add the background image in the color section background options. You can then easily add content inside the color section element.

    Best regards,
    Vinay

    in reply to: Main Menu Second Row #746749

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support 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: Woocommerce Cart Dropdown Widget #746748

    Hey jellyfish007,

    It’s not clear what you are trying to achieve 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: Icon color hoover #746747

    Hey Dwimmer,

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

    .iconbox a:hover::before,
    .iconbox_icon:hover {
    	color:#FFF!important;
    }
    

    Best regards,
    Vinay

    in reply to: Animation problem on Mozilla Firefox 51.0.1 #746746

    Hi,

    Please update the theme to the latest version 3.8.5. 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)

    Best regards,
    Vinay

    in reply to: Issues adding new page on Church theme #746744

    Hey Wisith,

    It’s not clear where you are trying to display the new pages? I’m assuming you like to display the new page on top of the site in the main menu area correct?

    Please add the pages to the main menu area from Appearance > Menu > Select the correct menu and make sure main menu is checked at the bottom.

    Best regards,
    Vinay

    in reply to: Error trying to upload Enfold #746742

    Hey marcgaudet,

    Steps to install the theme:

    1. Download a fresh package of the theme from themeforest.
    2. Extract the downloaded zip package and you will find enfold.zip file inside it.
    3. Upload the enfold.zip from Appearance > Themes > Upload theme

    Let us know if you have any questions, we are happy to help!

    Best regards,
    Vinay

    in reply to: Link Settings not displaying on Image options #746741

    Hi,

    We need to take a closer look at 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: How to remove only one menu separator #746740

    Hey metamorfic,

    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) {
    #menu-item-529 a {
    	border-left:none!important;
    }}
    

    Best regards,
    Vinay

    in reply to: Stripe – Woocommerce – Payment error #746738

    Hi,

    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!

    Tutorials on the 3rd party sites may be outdated please refer to the strip docs here https://docs.woocommerce.com/document/stripe/

    Thank you for your understanding :)

    Best regards,
    Vinay

    in reply to: image change on mouseover – html wrong? code block #746737

    Hi,

    To display the html code on the frontend please select “Escape HTML Code” in code block element options.

    Please enable debug mode by adding the code provided in this link to your functions.php file http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    This let’s you view the shortcode for all the page elements.

    Best regards,
    Vinay

    in reply to: contact form #746734

    Hey carmen,

    We need to check the settings 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: Mobile menu – first logo – then menu – all centered #746733

    Hey vonweiler,

    I checked your site, the logo and menu looks perfectly centered.

    Please let us knwo if you have more questions, we are happy to help :)

    Best regards,
    Vinay

    in reply to: Single Portfolio: 2/3 Gallery – How create #746732

    Hi,

    We are sorry for the delay, I checked the link you provided but it’s not clear which box you like to get rid off?

    If you are talking about the “Colored Granules” section please use the below css to hide the box.

    .avia-builder-el-2 {
    	display:none;
    }

    Unfortunately to modify the gallery functionality 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 :)

    Best regards,
    Vinay

    in reply to: Massonry column size #746730

    Hi,

    Choosing automatic will use the browser window size to accommodate the number of thumbnails. It would require a lot of modification to show 3 columns in all screens while choosing automatic hence we recommend hiring a freelancer to do this job.

    If you like to always have 3 columns please use the masonry settings and set the number of columns to 3.

    Best regards,
    Vinay

    in reply to: shipping address still displays with local pickup #746728

    Hey imagevo,

    This is not a default feature of WooCommerce to add extra functionality or modify WooCommerce shipping details please give this plugin a try https://wordpress.org/plugins/woocommerce-hide-checkout-shipping-address/

    Best regards,
    Vinay

    in reply to: Re-uploading Enfold Theme #746727

    Hi,

    Please check the links in private for a video guide to replace the theme files manually.

    Let us know if you have more questions, we are happy to help :)

    Best regards,
    Vinay

    in reply to: Dumb menu/header question #746561

    Hey wilsongrant,

    I think you figured this one out already?

    In case you need more help please create a new menu or select an existing menu from Appearance > Menu and select the check box option “Enfold main menu”.

    Best regards,
    Vinay

    in reply to: Main Menu spread over the whole content #746558

    Hey!

    1. To remove the active menu indicator please go to Enfold > Header > Header Layout > Header Style and choose minimal.

    2. Not sure what you trying to achieve. I’m assuming you like to make the menu same width as the picture? in that case please adjust the max-width value in the code provided earlier.

    #header #header_main_alternate .container{
        width: 100%!important;
    max-width:1220px;
    ...
    ...
    

    Cheers!
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: color section border and margin #746554

    Hi,

    The code Yigit provided does work! Please try adding it to the top of the Quick CSS section.

    There are various reason why the code may not work, one is if there are any syntax errors in the code added earlier or 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

Viewing 30 posts - 3,571 through 3,600 (of 10,428 total)