Forum Replies Created

Viewing 30 posts - 2,371 through 2,400 (of 10,428 total)
  • Author
    Posts
  • in reply to: Query #933906

    Hey Sumit Kumar,

    Yes, you can use the demo images :)

    For support query please register here kriesi.at/support/register with your item purchase code .

    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.

    Best regards,
    Vinay

    in reply to: Close icon on hamburger menu. #933902

    Hi,

    Not sure you got this sorted? The gallery opens up fine for me on desktop.

    If you have any issue please open a new ticket for different issues so we can relate to the main topic.

    Thank you for your understanding.

    Best regards,
    Vinay

    in reply to: Mobile Sticky Header Hiding Content #933899

    Hi,

    The site looks good on my end. 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 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: Create diffents menus #933896

    Hi,

    Each site has a different configuration, your site may not be same as the one who reviewed it. have you tried the plugin first?

    Please give it a try and let us know if it worked for you or not.

    Best regards,
    Vinay

    in reply to: Header Adjustments / Tweaks #933895

    Hi,

    Please remove the below code

    /* Logo margin*/
    #top .logo,
    #top .logo a{
    	margin:15px 0;
    }
    
    /* Center menu */
    .av-main-nav-wrap ul {
        display: flex;
        justify-content: center;
    }
    /* Social icon size*/
    #top #header .social_bookmarks li a {
        font-size:18px;
    }

    Best regards,
    Vinay

    in reply to: Ajax Cart Dropdown Button Change #933892

    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: Change active secondary menu item background color #933891

    Hey 1lizcollins,

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

    
    #top #header .current_page_item > a {
    background: #7ea6ba!important;
    color:#FFF!important;
    }
    

    Best regards,
    Vinay

    in reply to: Mailchimp issue #933887

    Hi,

    Glad you found out! and thank you for sharing the tip here I’m sure it will help others int he community :)

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Icon Question #933886

    Hi,

    I’m sorry to say that PDF’s are not supported. For step by step information please take a look at how to upload your own icon font.

    I hope this will answer all your questions.

    Best regards,
    Vinay

    in reply to: Theme support #933882

    Hi,

    We do not make support policy and we have to follow the themeforest support policy. You can speak with themeforest regarding that and in case you have an active registration key please register here kriesi.at/support/register with your item purchase code .

    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.

    We will be happy to help you :)

    Best regards,
    Vinay

    in reply to: Icon Box Content Aligned #933880

    Hi,

    That’s a very nice site :)

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

    
    .iconbox .iconbox_content h2 {
    	margin-top:20px;
    }
    

    Best regards,
    Vinay

    in reply to: Light Transparent Button, Changing Colors #933879

    Hi,

    Yeah! that was a bit tricky because of the custom HTML code added in the button. I have removed the inline styles and added a custom class name “btn-gold” then target the button using custom CSS

    #top .btn-gold .avia-button.avia-color-light  {
    	border-color:#faf400!important;
    	color: #faf400;
    	 font-weight: bolder;
    	}

    Best regards,
    Vinay

    in reply to: Good afternoon, could you help with header #933866

    Hey Roman108108,

    To display the phone and email in the same row as the main menu please enable header widget area and check this link to position the header widget .

    Add the correct phone info in the below HTML and paste it in Appearance > Widgets > Header > Drop a text widget area and paste the below html.

    <a class="phone-info-top" href="tel:5555555555">Phone One  555-555-5555 </a>
    <a class="phone-info-top" href="mailto:<a href="mailto:email@domain.com" rel="nofollow">email@domain.com</a>"> Email us </a>

    Add the below CSS code in Enfold > General Styling > Quick CSS

    /* Phone info */
    .phone-info-top {
      display:inline-block!important;
      padding:4px 10px;
    }

    Best regards,
    Vinay

    Hey Sophie,

    If you recently updated enfold theme to 4.2.6 and get an error here is what you should do to resolve this issue:

    1. Deactivate all plugins ( Which you mentioned you have already done but we recommend that plugins are deactivated it till the testing process is complete).

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.

    4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    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 explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    and you can contact your service provider to increase the memory limit.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Vinay

    in reply to: Hover effect #933852

    Hey hackoffseries,

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

    For a better solution give the color section a unique developer ID and change the “av_section_3” in the below code to the same ID name.

    #av_section_3 a:hover {
        color:gold;
    }
    

    Best regards,
    Vinay

    in reply to: Bold Header Text #933793

    Hi,

    The uploaded link is password protected. please upload a screenshot/mockup to imgur.com or any other site without a password and share the link here so I or other staff can help you better :)

    Best regards,
    Vinay

    in reply to: Vertical alignment of Partner Logos #933791

    Hi,

    Thanks #@Guenni007

    Glad it worked for you :)

    We will close this ticket, in case you have any issue in future please open a new ticket.

    Best regards,
    Vinay

    in reply to: logotype in transparent header on multilanguage site #933657

    Hi,

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

    #top.page-id-56 #header .logo { opacity: 0; }
    #top.page-id-56 #header.header-scrolled .logo { opacity: 1; 
    }
    
    

    If you activate transparent header please check the code to below

    .page page-id-56 .av_header_transparency .logo { opacity: 0; }
    .page page-id-56 .logo { opacity: 1; 
    }

    Best regards,
    Vinay

    in reply to: Break points #933656

    Hi,

    As I understand you like to display the word menu next to the burger menu icon, correct?

    Please refer to this link let us know if there is any issue we will be happy to help you :)

    Best regards,
    Vinay

    in reply to: Remove top margin with header set to show on scroll #933654

    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: logotype in transparent header on multilanguage site #933650

    Hey Monica,

    As I understand you like to display the logo when the page is not scrolled correct?

    Please remove the below code from the child theme styles.

    
    .home .av_header_transparency .logo {
        opacity: 0;
    }

    Best regards,
    Vinay

    in reply to: Sub-menu items to show down #933646

    Hey ivanszbg,

    I checked your site but could not find any submenu items. Please add the submenu items and we will help you with the modifications. We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Problems with sub menu #933643

    Hi,

    Glad you got it fixed. and thank you for letting us know.

    If there is anything else you need help with please feel free to open a new ticket. We will be happy to help you!

    Thank you for using enfold :)

    Best regards,
    Vinay

    Hi,

    Happy it’s working for you :)

    To fix the padding issue please use the below CSS

    .widget_nav_menu ul:first-child>.current-menu-item>a, 
    .widget_nav_menu ul:first-child>.current_page_item>a {
         padding-left: 15px; 
    }
    
    .sidebar .widget_nav_menu ul:first-child > .current-menu-item, 
    .sidebar .widget_nav_menu ul:first-child > .current_page_item {
    	margin-bottom: 1px;	
    }

    Best regards,
    Vinay

    in reply to: Enfold site not showing after WPML activation #933630

    Hi,

    I checked the site and activated the WPML plugin both the English and Dutch version show up fine.


    If you still have an issue please explain what exactly you are trying to achieve and how we can reproduce the issue you are facing.

    Best regards,
    Vinay

    in reply to: demo #933624

    Hi,

    Glad this is sorted for you :)

    Please get back to us if you need any further assistance, we are happy to help you!

    Best regards,
    Vinay

    in reply to: Vertical alignment of Partner Logos #933623

    Hi,

    Another solution is to use png logos of same size with transparent background this will ensure the logo will stay center aligned.

    Best regards,
    Vinay

    in reply to: Error when trying to update my theme #933553

    Hi,

    Do not worry your data will be safe in WordPress database and we are not going to touch that :)

    You can also do this via your hosting control panel file manager. It is same as deleting a folder on your desktop and re-creating it nothing more to that :)

    Just access WordPress directory on your server and go to folder “wp-content/themes” delete “enfold” folder and upload a fresh copy.

    Best regards,
    Vinay

    Hey ivanszbg,

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

    @media only screen and (max-width: 767px) {
    
    #top.page-id-26 .container .av-content-small.units {
        width: 90%;
        }
    
        }
    

    Best regards,
    Vinay

    Hey KathiKeinstein,

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

    h1, h2, h3, h4, h5, h6 { text-transform: none!important; }
    

    If you still have an issue 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

Viewing 30 posts - 2,371 through 2,400 (of 10,428 total)