Forum Replies Created
-
AuthorPosts
-
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,
MikeHi,
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,
MikeHi,
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>
Then add this code in the General Styling > Quick CSS field:.container.policy {padding-left: 35%;}
Best regards,
MikeAugust 26, 2017 at 11:50 pm in reply to: Custom BG Image for Main Content Overrides Color Section Color #844462Hey JeeBar,
I was not able to reproduce this issue, does this still occur after disabling all plugins and clearing your cache?Best regards,
MikeHey gotocme,
There is no real way to disable by device type, there is only by screen size.Best regards,
MikeHi,
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,
MikeHey So Evolve,
I have not seen any, but there could be plugin conflicts. Try disabling your plugins to see if that helps.Best regards,
MikeHey 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,
MikeAugust 26, 2017 at 11:08 pm in reply to: Strange behavior of Fullwidth Sub menu in Chrome and Firefox on open the page #844452Hi,
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,
MikeAugust 26, 2017 at 10:06 pm in reply to: Need to change the color column 1 of the pricing table #844449Hey 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,
MikeHi,
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,
MikeHey 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,
MikeAugust 26, 2017 at 8:29 pm in reply to: Display post meta within post header below (or beside) the headline #844434Hey 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,
MikeHey 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,
MikeAugust 26, 2017 at 8:07 pm in reply to: Edit the vertical divider in the header between search and social icons #844431Hey 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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Mshkat,
Sorry, this is not a service we offer, you will need to hire a freelancer to help you with this.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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,
MikeHey 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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please change to this:#top .logo img.alternate { margin-top: 7px!important; }
Best regards,
MikeAugust 26, 2017 at 6:02 pm in reply to: How can I make the arrows into links on my icon lists? #844369Hi,
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.
Although this made the Icon outer circle egg shaped.
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; }
Or try a solid icon without a border.
I tested these icons on my localhost and they didn’t change shape:
Best regards,
Mike-
This reply was modified 7 years, 6 months ago by
Mike.
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,
MikeAugust 26, 2017 at 4:33 pm in reply to: How to remove left and right padding on Masonry Gallery – Enfold theme #844357Hey 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 -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts