Forum Replies Created

Viewing 30 posts - 31,051 through 31,080 (of 33,783 total)
  • Author
    Posts
  • in reply to: Coding Desgin #844470

    Hi,
    No it doesn’t use bootstrap. It is a very powerful multi-purpose theme that can bring your site to life.
    See the many demos here but there really is no limit.

    Best regards,
    Mike

    in reply to: Password Protected Content #844468

    Hi,
    We are currently working though the list, Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: footer view from mobile all disaligned #844467

    Hi,
    Perhaps you should try creating two links, for each language, and add it to the footer, then it will show on every page.
    Try editing footer.php, on line 137 add your links like this:

    <dev class="container policy"><a href="https://www.iubenda.com/privacy-policy/8139460?iframe=true" title="Privacy Policy">Privacy Policy</a> <a href="https://www.iubenda.com/privacy-policy/8139460?iframe=true" title="Privacy Policy">Politica Sulla Riservatezza</a></dev>

    2017-08-26_183834
    Then add this code in the General Styling > Quick CSS field:

    .container.policy {padding-left: 35%;}

    2017-08-26_184642

    Best regards,
    Mike

    Hey JeeBar,
    I was not able to reproduce this issue, does this still occur after disabling all plugins and clearing your cache?

    Best regards,
    Mike

    in reply to: Enfold App Demo – Issue with Large Tablets #844461

    Hey gotocme,
    There is no real way to disable by device type, there is only by screen size.

    Best regards,
    Mike

    in reply to: Center part of the menu #844459

    Hi,
    I have read though this thread, but I don’t understand why you don’t just remove the menu item H?
    What is it for?

    Best regards,
    Mike

    in reply to: Edits to page disappearing #844457

    Hey So Evolve,
    I have not seen any, but there could be plugin conflicts. Try disabling your plugins to see if that helps.

    Best regards,
    Mike

    in reply to: customize portfolio grid #844456

    Hey subnoodle,
    The single-portfolio.php file gets called if the portfolio item isn’t using the advanced layout editor. When using the regular visual editor then the single-portfolio.php is called for a single portfolio page.
    The advanced layout editor uses the file named “template-builder.php” to render the content.
    For example, the template-builder.php file is used if a fullwidth element (like “Color Section”, LayerSlider, “Fullwidth Masonry Gallery”) is used in the advanced layout. Otherwise WordPress will use the default single-portfolio.php template.
    The single portfolio page uses the single-portfolio.php and the includes/loop-portfolio-single.php file as the main elements.
    When adding your modified file to the child theme, you need to match the folder structure to the parent theme.

    Best regards,
    Mike

    Hi,
    This is due to the order of the stylesheets & page loading, the element is rendering before the rules for it’s placement. I see the same effect on Edge, Firefox, and Chrome for your site. There’s not a lot we can do, you could try using a caching plugin that Minify the HTML and combines the css, such as WP Fastest Cache This may help them load more inline with less time in between.
    You could try adding a delay to the element like this:

    #top .av-submenu-container {
      visibility: hidden!important;
      animation: 1s fadeIn;
      animation-fill-mode: forwards; }
    
    @keyframes fadeIn {
      99% {visibility: hidden;}
      100% {visibility: visible;}}

    Best regards,
    Mike

    in reply to: Add onclick event to certain contact forms #844450

    Hi,
    Try opening your page, then the Developers Tools (F12 – Windows) or Ctrl+Shift+I
    then find your element and look for the unique class, In my screenshot it is “avia-builder-el-4”
    2017-08-26_161535

    Best regards,
    Mike

    in reply to: Need to change the color column 1 of the pricing table #844449

    Hey Trent,
    Try this code in the General Styling > Quick CSS field:

    .avia-highlight-col li.avia-heading-row, .avia-highlight-col .pricing-extra, .avia-highlight-col  li.avia-pricing-row {background-color: #3e6d99!important; }

    This changes the background-color of the second column to the color it is now, this will allow you to first change the color of both columns to the lighter color you want for the first column in the editor, then use this code.
    The second column has additional class called “avia-highlight-col” so we could target it, while targeting the first column changed the colors of both.

    Best regards,
    Mike

    in reply to: widget header #844442

    Hi,
    You can remove the “zoeken” in the ‘product-searchform.php’ here’s how: https://docs.woocommerce.com/document/overriding-the-product-search-box-widget/

    Best regards,
    Mike

    in reply to: Password Protected Content #844441

    Hi,
    shall we close this then?

    Best regards,
    Mike

    in reply to: footer view from mobile all disaligned #844440

    Hey NicoleVA,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { #socket .social_bookmarks {margin: -35px 0 0 30px !important;}
    #socket .sub_menu_socket li {padding: 5px 15px!important;}}
    

    Please see screenshots in Private Content area.
    Anther option instead of using the script button, is to use this one to create a lightbox popup of your external link:

    <a href="https://www.iubenda.com/privacy-policy/8139460?iframe=true" title="Privacy Policy">Privacy Policy</a>

    Best regards,
    Mike

    Hey Ralf_M,
    We could try writing some css to move it over, such as negative left and negative top, and while we would use percentage to allow for different screen sizes, it would still be better to code it over there.
    How about adding the shortcode to the loop-index.php so it shows after or below the post title?
    Check this post: https://kriesi.at/support/topic/enfold-modifying-the-information-displayed-below-post-title/#post-122919
    Hope it helps :)

    Best regards,
    Mike

    in reply to: Styling ignored. #844432

    Hey Kyle,
    Try to update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    Did this happen by disabling a cache plugin?

    Best regards,
    Mike

    Hey tonydobrevski,
    There’s no easy way to do that without editing the theme files.
    But you can hide it with:

    .avia-menu.av-main-nav-wrap {border-right-color: transparent !important; }
    

    Best regards,
    Mike

    in reply to: Where can I find the enfold/js file? #844425

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Coding Desgin #844424

    Hey Mshkat,
    Sorry, this is not a service we offer, you will need to hire a freelancer to help you with this.

    Best regards,
    Mike

    in reply to: Blog Post Number #844423

    Hi,
    Please try setting your blog page in the wordpress settings
    2017-08-26_132534

    Best regards,
    Mike

    in reply to: Make numbers smaller #844406

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Server resources max out using page builder #844403

    Hi,
    In your screenshot, it looks like your max memory is 384mb, this seems very low to me, do you have the option to increase it? Most of the basic hosting packages I’ve seen lately start at 1gb. With a cron job run every 5 minutes, which is very often, you may wish to look into if your cron job is running into errors and creating thousands of log files.
    I would suggest creating a testing site on a different server, as you were planning, perhaps testing a different host that offers more physical memory.

    Best regards,
    Mike

    in reply to: Header in stretched layout max-width problem #844376

    Hey lucindaholland,
    Just to be sure I’m looking at the right part, please see screenshot in Private Content area.
    I draw a red box around the header, but it looks like it is not full width to me.
    Is this what you see? Can you add a screenshot of what you would like to see?

    Best regards,
    Mike

    in reply to: Edit theme files #844373

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Logo in header #844372

    Hi,
    Please change to this:

    #top .logo img.alternate {
        margin-top: 7px!important; 
    }

    Best regards,
    Mike

    in reply to: How can I make the arrows into links on my icon lists? #844369

    Hi,
    Making the icons a link is a feature that has been added since the post you were reading, I went ahead and made this change:
    Edit the Icon List > open the list item to edit the icon > choose the link for the title > choose the “Icon Only” in the “Apply link to icon” option.
    2017-08-26_114041
    Although this made the Icon outer circle egg shaped.
    2017-08-26_115957
    If you don’t like that Try this code in the General Styling > Quick CSS field:

    .services-in-page-nav-icons a {padding: 0 24px!important; }

    2017-08-26_120044
    Or try a solid icon without a border.
    I tested these icons on my localhost and they didn’t change shape:
    2017-08-26_120439

    Best regards,
    Mike

    • This reply was modified 7 years, 6 months ago by Mike.
    in reply to: How to store contact form messages #844365

    Hi,
    Please try https://wordpress.org/plugins/wp-mail-logging/
    I found it easy to use, and worked well the last time I tested it.

    Best regards,
    Mike

    in reply to: Icons #844364

    Hi,
    When you click on a tab section in the editor the first time, it selects it to edit the content,
    2017-08-26_105845
    Clicking again, after it has been selected, will open the tab editor so you can change the title, icons, and colors.
    2017-08-26_110102

    Best regards,
    Mike

    in reply to: How Do I Get Rid of the Extra Menu? #844360

    Hey Kim,
    You can change the setting at Enfold Theme Options > Header > Extra Elements
    2017-08-26_105210

    Best regards,
    Mike

    Hey Gerry Granshaw,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-4510 .lightbox-added {padding: 0px !important; }
    #top.page-id-4510 .av-masonry-container {max-width: 1200px!important; }

    I used “max-width” so that it would scale down for smaller screens, but you could change it to “width” should you like.

    Best regards,
    Mike

Viewing 30 posts - 31,051 through 31,080 (of 33,783 total)