Forum Replies Created

Viewing 30 posts - 15,091 through 15,120 (of 25,536 total)
  • Author
    Posts
  • in reply to: Church Demo Events Calendar Styling Issues #1028071

    Hi garyvot,

    I think I have sent a reply to you on another thread, but please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Whitespace is still shown on mobile device screen #1028069

    Hi elsadenmark,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home #av_section_1 .content.av-content-full {
        padding: 0;
      }
    
      .home #av_section_1 .av-special-heading {
        margin-top: 30px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Site Load Speed – Theme Issue #1028052

    Hi mrsmotto,

    We apologize for the late response, just to clarify if you use the parent theme (Enfold) it doesn’t have any speed issues but if you activate the child theme, that’s where the speed issue appears?

    Best regards,
    Nikko

    in reply to: How do I change menu colours and transparencies #1028049

    Hi timgoughuk,

    We apologize for the late response, it has been a bit busy lately in the forum.
    I have checked your site and noticed that you have already managed to change the menu color.
    As for the box on rebooted, you can go to Appearance > Menus, on the upper right of the screen, click on Screen Options and check Classes.
    Expand the reboot menu and you should find a textfield called Classes, add this on it:

    av-menu-button av-menu-button-bordered

    Also as for the shrinking header, you can go to Enfold > Header > Header Behavior, uncheck shrinking header if you don’t like shrinking the header as your archived site behaves.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Enfold Body font #1028045

    Hi yasodaran,

    You might want to enable Page Preloading.
    I think the content is loaded faster while the font is still being fetched from google, that’s why you see this happening.
    Enabling page preload in theme options, should hide this while the font is still being fetched.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Featured Image #1028036

    Hi davidk62,

    We apologize for the late response, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .single .template-blog .blog-meta {
        display: none;
    }

    then flush out the cache or you can try to place it inside thrive architect custom css.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Cookies Consent Message in several languages #1028025

    Hey totoro,

    We apologize for the late response.
    Can you give us a link to your site? so we can inspect it.
    You can post the link in private content, if you want it to be seen by moderators only.

    Best regards,
    Nikko

    Hi talltini,

    1. The columns have similar height, if you add a background color to it, you should see it better, however the iconlist inside it aren’t guaranteed to have similar height.
    You can add class to the columns or the iconlist then set a min-height to it through Quick CSS and it should adjust the height. If you need help with the css code for it just let us know, just make sure to have a Custom Css Class to it so the code will apply specifically to these elements.

    2. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av_contact_privacy_check label.input_checkbox_label {
        color: white;
        background-color: rgba(0,0,0,0.5);
        padding: 0 25px 10px;
    }

    Hope this helps.

    @michaelH: thanks for helping out :)

    Best regards,
    Nikko

    Hi zehessc,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-social-sharing-box-minimal .av-share-box ul {
        border: 1px solid;
    }

    As for the title, I couldn’t see it included in the page, did you use the same shortcode?

    Best regards,
    Nikko

    in reply to: Link in image gallery #1028005

    Hi SoWeAre,

    I have checked it and I didn’t get better results.
    The only workaround for it is to use a fallback image for mobile since most modern browsers have changed their policies regarding videos on mobile devices.

    Best regards,
    Nikko

    in reply to: Sticky element und Überlappungen #1028002

    Hi Uli,

    Try to replace z-index from 10 to 310, so the code should look like this:

    #arbeitsweise {
        position: relative;
        z-index: 310;
    }

    Best regards,
    Nikko

    in reply to: error product_snippet_review.php on line 80 #1027962

    Hi Chowdhury,

    I used Enfold in a nginx web server that uses php 7.2.9 and I’m not getting any issues.
    Can you give us a link to your site?

    Best regards,
    Nikko

    in reply to: Mixed fonts and display in Main menu #1027960

    Hi,

    Can you try to change the permission for functions.php?
    I can’t seem to modify it, here is the screenshot of what I’m getting when trying to edit functions.php (same if I try to edit other files): https://imgur.com/a/coVQEZu
    I also tried adding it in Appearance > Editor, however I’m getting this notice:

    Vous devez rendre ce fichier accessible en écriture avant de pouvoir enregistrer vos modifications. Lire la documentation CHMOD pour plus d’informations.

    Best regards,
    Nikko

    in reply to: Sticky element und Überlappungen #1027930

    Hi Uli,

    I can only see the overlap on the image that’s fixed on the right, when it hits the section/footer it goes under it and that’s the code I gave is used for.
    But on the second menu, I don’t see any overlap. Can you give us a screenshot? so we can also see the issue.

    Best regards,
    Nikko

    in reply to: Link in image gallery #1027926

    Hi SoWeAre,

    Thanks for giving us admin access.
    What slider are you trying to use? there are 2 sliders in your homepage but none have video in them.
    Can you create another page? where we can try to check and probably modify the slider with video.

    Best regards,
    Nikko

    in reply to: Enfold overide The Events calendar CSS settings #1027923

    Hi garyvot,

    Can you give us a screenshot on those areas that have issues?
    I have a new wordpress install in my local server, used Enfold 4.5, installed Events Calendar plugin and imported the Enfold Church Demo.
    I think it’s the same, though the content isn’t updated and all events have passed that’s why nothing is showing in the Events Calendar or the Event List.
    As for the single events page, it’s also the same but some content are missing but it can be fixed once you have filled in the content.

    Best regards,
    Nikko

    in reply to: Quick CSS Mistake #1027918

    Hi Nathan,

    Yes, I have made the changes on your site.
    It’s fixed :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Mixed fonts and display in Main menu #1027905

    Hi xtenz,

    Probably it’s from the single or double quotes from the code.
    Can you give us ftp access? so we can try to add it.
    Just post the credentials in private content, so it’s only visible to the moderators.

    Best regards,
    Nikko

    Hi thewebsmiths,

    Glad that you fixed it and figured out what’s causing the issue.
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Background image for button not working #1027901

    Hi womenindharma,

    Glad that we could help you :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Problem mobile Variante #1027900

    Hi 55577222,

    Glad that we could help :)
    As for your other request I’m not really sure what you’re trying to achieve but i don’t think you can automatically include elements from layerslider to yoast sitemap.
    But, maybe you can give screenshots or some instructions on how to it maybe we can check if there’s a workaround to do it.

    Best regards,
    Nikko

    in reply to: Sticky element und Überlappungen #1027440

    Hi Uli,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #arbeitsweise {
        position: relative;
        z-index: 10;
    }

    Hope this helps.

    Best regards,
    Nikko

    Hi thewebsmiths,

    I have tried the same settings as you have and tested it on my local server and I’m not getting the same results, though I’m not sure what’s causing it.
    Can you try to reinstall Enfold? let us know if this helps.

    Best regards,
    Nikko

    in reply to: Different icon for hamburger menu #1027406

    Hi Birte,

    I can see this code:

    .av-hamburger::before {
        content: url(//www.backspace-la.com/wp-content/uploads/2018/10/backspace55X55.png);
        display: block;
        padding-top: 5px;
    }

    please replace the url of the image to the link in private content, it should make it look bigger.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Mobile – Centering menu button directly below my logo #1027398

    Hi Art,

    Glad that Victoria helped you. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mixed fonts and display in Main menu #1027396

    Hi xtenz,

    Please remove the code from where you have added it.
    You should place it at the bottom of functions.php.
    Inside the WP Dashboard go to Apperance > Editor, you should see functions.php in the list and paste it in there, I tried it however I’m prevented to add it there.
    Another way to add it is via ftp, you should find it in wp-content > themes > enfold-child > functions.php.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: View Cart button #1027392

    Hi Richard,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Link in image gallery #1027126

    Hi SoWeAre,

    I have checked the link you gave for the video, however it only returns a 404 page not found, can you give us a link?
    Also you have mentioned “The old version of the website still shows the video“, can you give us a link to it also?
    maybe we can check and try to compare them.

    Best regards,
    Nikko

    in reply to: View Cart button #1027125

    Hi Richard,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #menu-item-shop .cart_dropdown_first span {
        font-size: 28px;
      }
    
      .responsive #top .cart_dropdown {
        z-index: 10;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Problem mobile Variante #1027124

    Hi 55577222,

    Go to Appearance > Widgets and put widgets on Display Everywhere widget area.
    Then try to use plugin such as https://wordpress.org/plugins/widget-options/
    which will enable you to easily check on which categories, pages, etc it should show/hide.
    If you don’t want to use a plugin, you’ll need to use a child theme then go to Appearance > Widgets, create a new widget area and call it: Portfolio Entries
    then on your child theme’s function.php, add this code:

    add_filter('avf_custom_sidebar','portofolio_entry_sidebar');
    function portofolio_entry_sidebar($sidebar) {
    	global $post;
    	if( $post->post_type == 'portfolio' && is_tax('portfolio_entries') && empty($sidebar) ) {
    		$sidebar = "portfolio-entries";
    	}
    	return $sidebar; 
    }
    

    Hope it helps.

    Best regards,
    Nikko

Viewing 30 posts - 15,091 through 15,120 (of 25,536 total)