I still get the above issues even with the default enfold slider when using internet explorer, has anybody else also experienced this problem or know a solution?
I’m using the latest version of Enfold and Woocommerce.
My problem is that the Description tab on single product pages is empty in the front end even though there is text in the field in the backend.
I have the following custom CSS to remove the product categories in the single product page:
.single-product .summary .product\_meta { display:none; }
However, removing this code had no effect.
You mentioned elsewhere in the forum that it may be a problem with the jQuery.cookie.min.js file. I could see this problem and installed the WooCommerce jQuery Cookie Fix plugin as recommended in the same post. However, I note that I am also getting not found errors for single-product.min.js, query.blockUI.min.js, woo commerce.min.js and cart-fragments.min.js even though those files are present.
I do have a child theme running but all it contains is your code to set the builder mode to debug so I could easily implement the Home v11 page.
I’m getting out of my depth here but I do need single product pages to display the contents of the description tab. I’d be grateful for any help.
Hi folks,
I just started playing around with Enfold at my personal brand (Ricard Menor website). I have to say that I purchased Enfold right at the beginning, when it was released, but circumstances prevented me from developing my original plan, which was upgrading my SEO freelance website currently and still using another great theme (and I guess base for Enfold), Shoutbox.
I wanted to switch to Enfold mainly for 2 reasons: responsiveness and agile visual composing/templating, something that requires clear ideas and patience at Shoutbox. Thing is: Shoutbox does SEO part pretty well, and as work keeps piling up I just gave the site a deep review and betted for buying mi name’s domain name in order to protect the most popular and expected form of domain name, ricardmenor.com
And there we go, I just needed to practice with Enfold, so I applied it to this site so I can play with it while constructing (turtle speed) this parallel site. I have to say I am impressed with it, no doubt I’ll be riding Enfold 2014-2016.
Good luck, I am willing to know your ideas and theme solutions in search of inspiration, I tend to be “square” when designing and very creative by the SEO side. But this means visibility, it does not imply your eyes will love what you met at Google! ;-)
There is already a new feature request for that. If it gets enough votes I assume he will add it: https://kriesi.at/support/enfold-feature-requests/
Duplicated – https://kriesi.at/support/topic/enfold-theme-background-image-for-only-home-page-at-main-content-bottom-center-2/
Please do not create duplicated topics as it is making it harder for us and for other users to follow.
Regards,
Yigit
That´s not the demo site. It´s a custom version of Enfold especially for the kriesie.at site. As far as I know there is no such option in Enfold right now.
Cheers
Michael
hi sir,
Please help me to tell how can I use background image for only home page at main content bottom center position in Enfold Theme. I tried to do that from theme option -> general styling -> Main content -> Background Image.
and set the image position to bottom center, no- repeat, scroll. and save its.
But when i check it on my live site http://www.digibuzzin.com/ image size will be width 1500px and height 488px.
I found this background image on all page, but i want to apply it at only home page.
what may i do to set the background image at only home page.
Please help me to apply this…….
hi sir,
Please help me to tell how can I use background image for only home page at main content bottom center position in Enfold Theme. I tried to do that from theme option -> general styling -> Main content -> Background Image.
and set the image position to bottom center, no- repeat, scroll. and save its.
But when i check it on my live site http://www.digibuzzin.com/ image size will be width 1500px and height 488px.
I found this background image on all page, but i want to apply it at only home page.
what may i do to set the background image at only home page.
Please help to apply this…….
Hi Josue –
Yes – That’s it … the arrows drop down to the next line and am wondering how I should fix it … ?
I’m also wondering if I could show the enfold mobile theme on mobile rather than the ubermenu theme … ?
Problem here is that the ubermenu is in the first column – which brings me back to my problem in the first place! aggh! I need a new set of eyes …
Sorry to annoy again, but if I add this, even with the full Layerslider version included AND the Slider removed from the page, I am getting
“Fatal error: Call to undefined function post_has_layerslider() in /homepages/20/d217629196/htdocs/wp-content/themes/enfold/config-layerslider/config.php on line 157”
Any luck with this? I’ve seen others are having the same issue. I’ve de-activated all plugins and it still doesn’t work when Enfold is active. I have a deadline coming up and have to get this ironed out. Help?!
Hi Finlando!
Thank you for using Enfold.
Please try adding this on Quick CSS or custom.css to resize the logo to its actual dimension:
.logo a img {
min-width: 485px !important;
max-height: 68px !important;
}
.header-scrolled .logo a img {
min-width: 244px !important;
max-height: 34px !important;
}
Cheers!
Ismael
Hi!
I installed enfold 3.9.2 with a virgin wp 4.0 and imported the latest dummy data, but the menu is a huge mess??!!
My site is local, so please check this on your test site.
Thanks
Peter
-
This topic was modified 11 years, 6 months ago by
pegasso4444.
Hey Connie!
Thank you for using Enfold.
You can add social icons on Enfold > Header panel. Enable the comment section on Settings > Discussion panel. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Best regards,
Ismael
Hi akamaxbuz!
Thank you for using Enfold.
Looks like you figured it out. Using a text block beside the image hot spot is a good idea, you can also use the Code Block element.
Best regards,
Ismael
This reply has been marked as private.
Hi!
1.) Are you applying this css on a layer slider layer? You can add it directly on Styles > Custom CSS field of the layer slider.
2.) Please apply a unique css class or id to the layer on Attributes panel of the layer slider. Use “hide-mobile” on the Classes field for example then replace the css snippet with this:
@media only screen and (max-width: 767px) {
.hide-mobile {
display: none !important;
}
}
3.) The Portfolio Grid is now set to full width by default like the masonry element. Please place the Portfolio Grid element inside a 1/1 column layout.
4.) Add this on Quick CSS or custom.css to fix the logo on mobile device:
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
margin: 0 auto;
max-width: 100%;
height: 50px !important;
max-height: 50px !important;
top: 5px;
}
}
5.) Please go to Enfold > Header > Mobile Menu panel. Set the Header Mobile Menu activation to the second option.
Regards,
Ismael
Hey Jessica!
Thank you for using Enfold.
First of all, please try to transfer the site to the actual domain. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
If the contact form still doesn’t work on the live site, switch to the default WordPress themes then try the contact form 7 plugin.
Cheers!
Ismael
Hi vivify77!
Thank you for using Enfold.
I’m not sure why the image container is covering the tab element but you can add this on Quick CSS or custom.css:
.togglecontainer {
position: relative;
z-index: 8000;
}
Regards,
Ismael
Hi rpletcher!
Thank you for using Enfold.
You can add two layer sliders on the page then use media queries to hide or show them on desktop or mobile device. Please refer to this link: https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
Cheers!
Ismael
Hey Marcelo!
Thank you for using Enfold.
You can refer to this link on how to add an order/orderby feature on the Blog Posts element: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
Ismael
This reply has been marked as private.
Hey Robyone925!
Thank you for using Enfold.
1.) Use custom links as the headings and set the url to # (hashtag).
2.) Try to increase the column width with this:
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
width: 200px;
}
And the mega menu position with this:
.avia_mega_div.avia_mega6 {
right: -600px !important;
}
Cheers!
Ismael
Hey blankonblank!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#socket .sub_menu_socket li a {
font-size: 15px;
}
Best regards,
Ismael
Hola Alex,
Tienes que actualizar a la ultima version de Enfold, 2.9.2:
Saludos,
Josue
Hi famewebdesign!
Thank you for using Enfold.
Did you add any modifications on the child theme? Please create a new page then add the Product Grid element. We would like to see the result.
Cheers!
Ismael
Hi SennerGrillhaus!
Thank you for using Enfold.
You can use multiple Enfold Advertising Area widget. If you want the widget to supply 3 ads instead of 2, edit framework > php > class-framework-widgets.php, remove everything then replace it with this code: http://pastebin.com/fHbqvvuS
Cheers!
Ismael
Hi Marcelo!
Thank you for using Enfold.
Use this to adjust the blog on smaller screens:
@media only screen and (max-width: 1139px) {
.small-preview, #top .fullsize .template-blog .blog-meta {
width: 100px;
height: 100px;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 400px;
}
}
Regards,
Ismael