Forum Replies Created

Viewing 30 posts - 8,611 through 8,640 (of 10,428 total)
  • Author
    Posts
  • in reply to: GRID ROW MIS-ALIGNMENT #605623

    Hey!

    I checked the site again and it seem to look fine now. If you still need any help please let us know the site details…

    Best regards,
    Vinay

    in reply to: Top Header Bar #605617

    Hey!

    Glad you got it sorted. Just in case you can add it in Enfold > General Styling > Quick CSS or Appearance > Editor > Child theme styles if you are using one. :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Regards,
    Vinay

    in reply to: fullscreen slider caption below screen on windows laptop #605616

    Hi rdswestnet!

    There are two options

    1. Reduce the slider height to 100% of the page height so all content appears in the center or bottom of the slider.

    2. Add the below css to bring the title and the buttons on top of the screen.

    please feel free to use the padding top if you need to push the content down.

    .slideshow_align_caption {
        display: inline-block!important;    
        /*padding-top: 10vh;*/
    }
    

    Best regards,
    Vinay

    in reply to: Can not enable Debugger #605610

    Hey BusterSenshi!

    The debug mode is already active and is working correctly on your site.

    Please let us know if you need any help :)

    Cheers!
    Vinay

    in reply to: Mailto link bug with button elements #605609

    Hey!

    We need to take a closer look at this issue and we need access to wordpress backend please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay

    Hey!

    Looks like you changed the design as the menu is not exactly like the description.

    Please let us know should you need any help.

    Best regards,
    Vinay

    Hey!

    Was there any custom CSS added to the header? Like custom margin which is one of the reason this can happen. You can try removing the custom css and check if the issue resolve then add the css arguments one by one to know which one is causing the issue.

    Regards,
    Vinay

    in reply to: Menu Spaces #605219

    Hey!

    Please go to Appearance > Menu > Screen Options (on top right) > Link Target (Select)

    Once the above is done you get an extra option in the menu called link target please select new window

    On the sub domain to change the logo link go to appearance > Editor > functions.php
    add the following code

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://kriesi.at";
        return $link;
    }

    Best regards,
    Vinay

    in reply to: Change color Masonry Gallery #605183

    Hey!

    Please feel free to change the color values and use the below css in Enfold > General Styling > Quick CSS

    /* Title Color*/
    .main_color .container .av-inner-masonry-content {
      background-color: #333!important;
      color: #fff!important;
    }

    Regards,
    Vinay

    in reply to: GRID ROW MIS-ALIGNMENT #605176

    Hi Silvio!

    There is one image that do not match the size of the other images. It’s right above the yellow line which is 2 px up and it is highlighted in the screenshot is the one need to be replaced. Please see the screenshot below .

    Cheers!
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Mobile sticky header over lapping body #605159

    Hey!

    Please try this in Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 480px) {
    #main { margin-top: 100px !important; }}

    Regards,
    Vinay

    in reply to: MEGA MENU BACKGROUND & CONTENT COLOURS #605154

    Hi Silvio!

    Please use the below CSS feel free to edit the background colors

    			
    /* background Color*/
    .header_color .avia_mega_div {
          background-color: #FFF!important;
    }
    
    /* hover color */
    #top .header_color .main_menu .menu ul li>a:hover {
        color: #869ab3;
    }
    /* link color */
    .header_color .main_menu .menu ul li a {
      color: blue;
    }
    .mega_menu_title {
      color:#333!important;
    }

    Cheers!
    Vinay

    in reply to: Secure contact form #605146

    Hey!

    Glad you could sort it :)

    Best regards,
    Vinay

    in reply to: Footer to mirror top bar? #605142

    Hey Purplenaartjie!

    If you like to center the socket text please use the below css

    #socket .copyright {
        float: none!important;
        text-align: center!important;    
    }

    Regards,
    Vinay

    in reply to: Change color Masonry Gallery #605136

    Hey steelgate!

    You can change most of the colors using custom css. Please elaborate what exactly you like to do so we can help you with some custom css if necessary to resolve this issue.

    Regards,
    Vinay

    in reply to: Layout error after last update? #605129

    Hi!

    Glad we could help! Feel free to check out enfold documentation here – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: single author big preview pic #605128

    Hi jelle!

    Not sure what you mean by ” not in the resumes / intros” as i understand you like to display the blog post elsewhere on the site is that correct?

    You can use the “blog post” element in Advance Layout Builder > Content Elements > Blog Posts

    Regards,
    Vinay

    in reply to: mobile view in rtl site #605114

    Hey!

    Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Regards,
    Vinay

    in reply to: move Left sidebar logo and main menu social icons #605112

    Hey!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Cheers!
    Vinay

    in reply to: footer image on mobile #605110

    Hey!

    Please use the below CSS code instead…

    .footer_color {
        background: #ffffff url(//www.travelway.co.il/wp-content/uploads/2016/03/footer1902-280.png) bottom right no-repeat cover;
    }
    

    Best regards,
    Vinay

    in reply to: iOS trouble with color section image background #605095

    Hi WolfvanHaeren!

    We checked your site and it seem to be working fine… without knowing the exact issue it is hard to figure out what to fix. Please elaborate the problem with a mockup or a screen shot of the issue. You can upload it to imgur.com and share the link here.

    Best regards,
    Vinay

    in reply to: Mailto link bug with button elements #605091

    Hi!

    The mailto format used is incorrect “mailto:mailto: (Email address hidden if logged out)

    Please check this link and correctly setup the mailto link it should work correctly https://premium.wpmudev.org/blog/link-wordpress-email-address/

    Regards,
    Vinay

    Hi Michael!

    The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.

    This error could be the reason if there are any plugins in conflict to find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Regards,
    Vinay

    in reply to: events calendar on smaller screens #605088

    Hi hagege!

    The events are visible for me correctly on the latest version of chrome. Could you please clear the cache on your browser and re-check it.

    Cheers!
    Vinay

    in reply to: Menu Item Problems #605083

    Hi!

    For all pages without transparent header you have a white background and by default the menu link color is also white so it appears that the menu text disappears on few pages…

    Using css you can target this by adding the page ID of the pages which are having this issue

    We have added the below css in Quick CSS

    .page-id-1212 .phone-info a, 
    .page-id-1212 .phone-info, 
    .page-id-1212 .header_color .main_menu ul:first-child > li.active-parent-item > a,
    
    .page-id-2590 .phone-info a, 
    .page-id-2590 .phone-info, 
    .page-id-2590 .header_color .main_menu ul:first-child > li.active-parent-item > a 
    
    {
        color: #8f8c8f!important;
    }
    

    Add back the CSS provided earlier so when you mouse hover the text will be visible. You can change the black to original color.

    Best regards,
    Vinay

    in reply to: Mailto link bug with button elements #605005

    Hey AmChamTaipei!

    Please provide the link to your site where we can inspect the element in question.

    It might also be due to a plugin conflict
    To find if there is any plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Cheers!
    Vinay

    in reply to: 3.5 – Column Issues #605002

    Hey!

    it works fine while using any other team member except for David. I am suspecting that the team member david is using different settings or image size and is causing this issue. Please delete the team member and re-create it using the exact same settings as other team members and it should work fine.

    please check screenshot in private.

    Regards,
    Vinay

    in reply to: Google font not loading unless logged in as admin. #604983

    Hey!

    Glad you got it sorted :)
    To add google fonts you can also try a plugin like https://wordpress.org/plugins/easy-google-fonts/

    Cheers!
    Vinay

    in reply to: Issues with reducing header on iPad #604943

    Hey!

    We have added the below css in Quick CSS please review the site now.

    /* Tablet fix*/
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .avia_mega1 {
      margin-top: -22px!important;
     z-index:99999!important;
    }
    }

    Cheers!
    Vinay

    in reply to: Log In and Display Problem #604933

    Hey!

    Not sure if you got it sorted as we don’t see that error message. In case if you still see the error it could be possible because of a plugin conflict and to find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Regards,
    Vinay

Viewing 30 posts - 8,611 through 8,640 (of 10,428 total)