This reply has been marked as private.
I have enfold theme and i want to use custom image in place of default icons available , see below image.
http://differenzsystem.com/anoher.png
Please Advice
Thanks
Brijesh
Hey fab!
WordPress doesn’t know which “portfolio page” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.
I.e. if the user first views this portfolio grid page ( http://www.sfccars.com/sold-cars/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://www.sfccars.com/portfolio-item/1966-triumph-tr4-a/ ) Enfold uses the session data and the saved page id to build the breadcrumb. If the user accesses the portfolio entry from another portfolio page: http://www.sfccars.com/inventory/ it will save another page id and the breadcrumb links will be different.
If you don’t want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ – by going this way the breadcrumbs will always have the same structure but you can’t show the portfolio grid pages in the breadcrumb.
Cheers!
Peter
Hi NP!
Please try flushing browser cache after making styling changes. I believe it is caching related issue. Can you post the link to your website and tell which color scheme you have chosen and which one are you seeing currently?
Regards,
Yigit
NPParticipant
Hey
I am trying to change the style of the theme under -Enfold theme options – styling. I want to change the colour scheme but it doesn´t save my changes. I imported the dummy data that is set to the green colour scheme but I cannot customize it. Everything else works very well it seems. (Beginner so i can´t deal with coding) ;)
NP
thanks, I checked out the video and that unfortunately didn’t quite answer what I was looking for.
In the Enfold demo under the Pages menu you have the column headings that aren’t actually links but merely headings – how is this done? If I add a page as a column it seems to become a linkable item whereas I’d prefer it to simply be the column header as you have it in the demo…
thanks
Baronne
yeah – i thought i would be so easy – sorry for this one.
can i add an icon (f.e. cart/basket) to that menue too? if yes, how?
thanks again!!
P.-
Great !
last questions ;)
– is it possible to keep same the links ?
– how to update the logoslider.php via my enfold child theme ?
Hi aovivo!
You can go to Appearance > Menus and create a new menu and add menu items that you would like to display in header meta area to your menu and check “Enfold secondary menu” in Menu Settings section http://i.imgur.com/0NhStlP.jpg
Cheers!
Yigit
Hi rainert!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color ul.pricing-table li, .main_color ul.pricing-table li, .main_color td, .alternate_color td { border-color: white; }
Cheers!
Yigit
Any chance we could have a reddit icon/link for the headder social media icons?
Hi Kriesi Support-Team,
I’d be grateful, if you could help me with the following question regarding your content element “Table”.
Where and how would I have to adapt the Enfold-CSS-Settings in order to change the border color of the corresponding table cells (eg. to “white”)?
Thanks in advance for your efforts!
Rainer
Hey,
I’ve just updated Enfold and WordPress, and now when I go into a page and try to use the Advanced Layout Editor it’s blank. I can see the default editor OK, but the advanced layout editor gives me a spinning circle in the content box and then nothing. I’ve tried editing a current page, and creating a new page…I’ve also tried it in both Safari and Chrome to see if that was causing the problem.
Please help – this is stopping me making some urgent changes to my site, as I can’t do a lot without access to the Enfold design tools!!!
Thanks,
Claire
Hi there – is there any chance to have a header for the shop as i have seen in your other theme Propusion? That one is perfect!
(I am actually using the ‘header with social icons and bottom’ and i am missing some shop icons)
IF NOT that easy, than i would at least have the cart icon somewhere IN the header (f.e. next to social icons).
thanks in advance
P.-
Hi!
Please try re-updating the theme via FTP and let us know if issue remains
See http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hi aovivo!
1) You can try to increase the animation time – open up wp-content/themes/enfold/js/shortcodes.js and search for
$.fn.avia_sc_toggle = function(options)
below this line you’ll some occurrences of
slideUp(200
and
slideDown(200
You can replace 200 with another value – it determines the animation time in ms – i.e. 200ms are 0,2 seconds.
2) You can’t remove the scroll bar on the right side because the website must be scroll able – especially for users with smaller screens. The only solution would be to make the default content (with closed toggles) longer – then the browser will show the scroll bar as soon as the user opens the page in the browser and the content won’t shift when he clicks on a toggle.
Cheers!
Peter
This reply has been marked as private.
Hi,
I upgraded Enfold to 2.4.5 and now have some small bugs.
In the search field, the button text show the word “Array”. Also on a few buttons and icons, the Fontello icons are missing.
Kind regards,
Matthijs
Is it possible to have the image that is used for the featured image hosted on a separate server? Currently right now if you need to set a featured image for the Enfold theme you first have to upload the image or have it in your image library. The reason why am asking is that a client is worried about bandwidth issues and want to host all image from Amazon Web Services(A separate server that will host the images). With that been said there seems no way to set the featured image if it is hosted outside of the server where your word-press is located.
This reply has been marked as private.
Hey targetzero!
You forgot the url. Anyway, add this on Quick CSS:
.summary.entry-summary ul {
list-style: disc outside;
}
Regards,
Ismael
A site that I built with Enfold started having a problem on Windows machines with the main navigation and social links. The main navigation should be horizontal to the right of the logo. The main nav is now vertical and on the right side of the page. The social icons are also stacked vertically. The Header is set to: Fixed header with social icons and additional navigation
Here is the site link – http://sbcompany.net/services/helping-employers-find-talent/
Appreciate any ideas to help with this
Hey ea1971!
Yes, it is. Before uploading the theme edit style.css find this code “Theme Name: Enfold”. Replace with Enfold with Nuts. Just kidding. Anyway, you can actually change Enfold to somethign else. :)
Best regards,
Ismael
Hey mikejmccarthy!
Right click the link then open it on a new tab or click this http://goo.gl/tid2DE. :)
Regards,
Ismael
Hi!
Yeah sure. You can add this on Quick CSS:
.social_bookmarks li a {
width: 30px;
line-height: 32px;
min-height: 30px;
height: 100%;
text-align: center;
font-size: 15px;
}
Cheers!
Ismael
Hi,
Can you please advise on how to increase the font size on the Post/Page titles in Enfold?
Regards,
Hey!
You should export the slides inside the wp_layerslider not the wp_layerslider table. Have you tried that?
Cheers!
Ismael
Hi,
I backed up my website kramercommercialinc.com and then attempted to update from Enfold 2.4.2 to Enfold 2.4.5. I get an error message that there is some customization so the theme update failed. I restored the website from backup. After several cycles of this, I found a similar support ticket which said to try the update using FTP. The support reply mentioned to watch the video here: https://vimeo.com/channels/aviathemes/67209750
However, the video does not load when the linked is clicked. Also, I can’t find the video on Vimeo.
Please provide instructions on updating via FTP or indicate how I can successfully do an automatic update.
Thanks,
Michael
1. Support for Marketpress by WPMU Dev.
This is an awesome shopping cart plugin that has a lot of users behind it. The plus for you guys is that it would greatly increase sales due to the lack of 3rd party development. Everything is WooCommerce oriented, but Marketpress has an established user base that are in dire need of more support! They WILL pay for something of Enfold and other Kriesi.at products quality.
Maybe even just simple, page templates. It seems pretty easy to create pages for Marketpress Products. There is a tutorial on the WPMU Dev site/blog: http://premium.wpmudev.org/blog/the-easy-guide-to-theming-marketpress/
This would be totally awesome!
——————————————————————————————————————————-
2. Support for Royal Slider
Royal slider has a lot of cool templates to use. It would be great to make it compatible with Enfold so that we can have even more control.