Hi there,
Ive successfully implemented and using Bebas Neue on my website and it works on most browsers. Ive then attempted to use an additional google font (Allura) to do very occasional supplement titles. However, I just cant get it to work.
An example of it is in the parallax container on my home page (www.andypeck.co.uk) where ive added the words “A Bit on the side:”. Its fine on my Mac and laptop but it doesnt work on IOS or PC’s (chrome or Safari)
I gave it a class and called it up in the color container: thus…
<h6 class=”script_header” style=”text-align: left; margin-left: 150px; margin-top: -10px;”><span style=”color: #dcd6cb;”>A Bit on the side:</span></h6>
then in my CSS file I installed it thus:
@font-face {
font-family: ‘Allura-Regular’;
src: url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.oet’) format(‘truetype’),
src: url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.oet?#iefix’) format(’embedded-opentype’),
url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.woff’) format(‘truetype’),
url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.ttf’) format(‘truetype’),
url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.svg.svg#Allura-Regular’) format(‘svg’);
font-style: normal;
}
finally, I setup the parameters with the following:
h6.script_header {
font-family: Allura-Regular,Geneva,Arial,Helvetica,sans-serif !important;
font-size:3.5em;
font-weight: 200 !important;
}
Any suggestions as to why it wont work on PC & IOS? I’m guessing ive done something but I can’t see the wood for the trees.
Cheers as always
Andy
I’m trying to use the Post Slider in Enfold theme to display short quote snippets that have been saved as individual posts with a specific category. I have noticed that it only reads a few characters of the associated post and truncates when displayed.
1) Is there a setting where I can extract more text from the source post?
2) Is there a way to use other jquery transitions for the slider instead of fade? Would be nice if we could use a carousel.
Hi!
You can change the font size with following code – insert it into the quick css field
.main_menu ul:first-child>li>a {
font-size: 16px;
}
Best regards,
Peter
Hey!
Ah ok :)
Open up wp-contentthemesenfoldincludesadminregister-portfolio.php and replace
'supports' => array('title','thumbnail','excerpt','editor','comments')
with
'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')
Best regards,
Peter
The ajax preview gallery does not support videos at the moment but we’ll definitely look into it because some other users requested this too. If you want to remove the image gallery open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and delete
$output .= "<div class='av_table_col first portfolio-preview-image'>";
$output .= $images;
$output .= "</div>";
Hi there,
We are working on our new website with the Enfold theme. Works great.
But now we can’t figure out how to get images in the slider centrally aligned. Working on different computers shows different alignments of the slider images.
See; http://www.netnotion.nl/dev. The image of the bottles should be always in the middle.
Could you help?
So I finally discovered most of the Avia Layout Builder options are available for use in the ajax previews through insertable code, via the magic wand pulldown (sorry, I had missed that in the documentation). Now I’ve figured out how to get video and items like the accordion content element into my ajax previews through this insertable code… however, I’m confined to only one third of the preview area, since two thirds of it are taken up by the space allotted for image previews. So I guess my question now is, is there a way to either replace the image previews with video clips, or to get rid of the image previews all together, to open up the full preview space for content laid out through code? Again, I am referring to the images seen in Ajax previews, not anything that can be added through the Avia Layout Builder, since I am trying to keep everything viewable on one page.
I hope that clarifies my issue and my end goal. Your help will be much appreciated. Thanks!
It didn’t have to do with the edited files, I installed a clean version of the latest Enfold, and the problem it still there. Also tested to delete my quick CSS but no luck. The problem is both that I wrote in the first post, and also when I sort out something that has few items, the scrollbar looks like this: https://dl.dropboxusercontent.com/u/3884801/2scrollers-B.jpg (scrollbar is just half of the browser and is scrollable down far where it’s just a big white area without content). I have also tried on a diffrent computer (still windows 7 though, but a completely diffrent screen).
Hi,
Edit a page or portfolio item, look for the Advance Layout Editor on top of the editor. If you can’t find it, click Screen Options > check the Avia Layout Editor. That is the new template builder for the Enfold theme. Learn more about the theme here: https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hi,
1) Do you mean like on this page? http://kriesi.at/themes/enfold/shortcodes/ without the bullet points?
2) The easiest thing to do would be to modify the css of existing buttons and replace them with your css so that you can use the same shortcode. There are many button sizes, The css that styles the buttons is located in /css/shortcodes.css on lines 2459 and in many other places. There are a number of plugins both free and premium that allow easy creation of shortcodes.
3) Which text on which page do you want to change?
4) https://kriesi.at/support/topic/adding-custom-icons This post has examples and link to other examples.
5) http://wordpress.org/plugins/header-login/ Please try this plugin for login.
Thanks,
Nick
Can you please tell me how to adjust the size of the phone number in the Enfold Header?
Thanks
Hi,
Sorry, this is beyond the scope of our support job. You can hire a freelance developer to integrate the search functionality of Replete to Enfold.
Regards,
Ismael
An option to sort the different toggles of an accordion by alphabet would be great. With that people would have an easy option to create a glossary function.
Hi,
Hmmm… Well it was a clever use of misdirection since I focused on the phrase without noticing the first sentence even. Heh. Nice job ;)
—
I looked, and nothing really jumps out except what i mentioned about number of columns in smartphone needs to be cut down to 3-4 since otherwise it will overflow. You need to play around with the numbers in the css I gave you since its just a matter of adjusting the width in the mobile device media query.
If you are referring to something taking place in only a small range , you must remember that most mobile devices come in certain sizes. Can you provide a snapshot and point an arrow to what you are referring to please.
Thanks,
Nick
Thanks for the help. I’ll give it a try and see how it goes.
I tried to install the theme but when I do I get the following errors, what can I do to fix this please?:
Warning: Missing argument 1 for get_post(), called in /home/smcleod/public_html/mywebaddress.net/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/smcleod/public_html/mywebaddress.net/wp-includes/post.php on line 371
Warning: Missing argument 1 for get_post(), called in /home/smcleod/public_html/mywebaddress.net/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/smcleod/public_html/mywebaddress.net/wp-includes/post.php on line 371
Fatal error: Call to undefined function wp_get_theme() in /home/smcleod/public_html/mywebaddress.net/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1168
Thank you.
I recently purchased the Enfold theme and am unable to locate the template builder for the theme.
I also have purchased the Angular theme and I can find the template builder very easily on the site with the Angular theme. With Angular, I hover the mouse over Angular, and a sub-menu appears with Theme Options and Template Builder. However, on the site with the Enfold theme, only Theme Options are available when I click on Enfold. Template Builder is missing from the navigation on the WordPress site with Enfold.
Advice, recommendations? Finding a way to access the Template Builder for this theme would be exceptionally helpful.
Hi,
I just purchased the Enfold theme and am starting to migrate my current website over to WordPress. Everything looks good when my browser window is larger, but when I start to shrink it down, the menu starts overlapping the logo. Same thing happens on the iPad. I am trying to figure out how to work around it. Is there a way to get the logo out of the way of the menu so that as the window shrinks it doesn’t have to overlap the logo?
Here is a link to the website:
http://www.nesaw.com/wordpress/
I am using 1.8.4 but this also happened when using 1.7.1.
I am trying to add content to a page. I added 2 1/2 columns and put text box in left one and photo in the right one and update. The right one disappears. Do it again and it stays. Add a special heading and a full width box below and update. Everything disappears except the lefthand text box. Try again and add more and update, ok content is still there, do one more edit with an update and all disappears but 1/2 col and text box. Quit for night and reboot this am and same thing then upload 1.8.4 and same thing. Built another site with Enfold and several pages on this site and this never happened before.
Any ideas?
Thank you,
Lorra
Enfold can search for products but it lists them as posts with date stamps and comments so there is not much of a difference than the default wordpress search engine. It lists them as if it were a blog with comments and posts but I need it to show immediate product results like REPLETE:
https://www.dropbox.com/s/d2am0wgz8m4vlw9/Screen%20Shot%202013-07-31%20at%205.39.18%20PM.png
so when you search for keyword “shirt” you get product results with the word shirt and the ability to add to cart and view the products at the results page. I just need to figure out how the REPLETE theme does it… do I need to buy another theme? :(
the site is:
soul-fabrics.com
I was hoping to build a true one-page portfolio using Enfold, where everything can be housed/accessed in one page. However, I cannot find a way to post video in my ajax previews. I only see the option to post preview images. That’s a big problem for me, since much of the content I’m hoping to showcase is video.
Before I noticed that, I also discovered the Avia Layout Builder can only be used to build separate portfolio pages, and not anything that can be viewed through the Ajax preview. Is there a possible workaround for this? Can we force the ajax preview to show what we can build with the Avia Layout builder, and not not just a limited preview which has to be laid out separately?
Hello,
Thanks for an awesome theme, Enfold, for wordpress!
I would like to add a text only slogan to the right side of the socket.. on the same line of the copyright message, however it needs to be right aligned… while keeping the copyright message to the left align.
Can you please help me with this?
Thanks!
James
Thanks so much. That did the trick! You guys rock!
Hello everyone,
FYI, I am a newb and sorry in advance if my explanations aren’t clear enough, i’ll do my best!
I am using the Enfold theme for my website and would like to change the link handling of the portfolio grid.
My problem is that the AJAX portfolio doesn’t suit my need because only a preview of the entry shows up in a lightbox and I would like to display the whole entry (the whole page/post) in the lightbox.
I am trying to do so by using the “lightbox plus Colorbox” plugin, but didn’t manage so far. I think I would need to use the following code sample:
<a class="lbpModal" title="Secondary Lightbox (External Page Demo - WordPress.Org in iFrame)" href="http://WordPress.org/support/plugin/lightbox-plus">Secondary Lightbox (External Page Demo - WordPress.Org in iFrame)</a>
Could someone help me using it or give me an alternative to have my entire posts poping up in lightboxes from clicking on the portfolio grid elements? Please help! :)
Hi,
Could you please advise: http://www.resonans.info. I don’t know what happened but suddenly the space between the sub-navigation items became large. Tried to change it in the enfold settings, without success.
Thanks for the help!
Hello,
When I choose Theme Options/Header/Responsive Header Main Menu/Display as a Slide Out Menu, all nested links in my menu disappear. The only ones showing up are the 1st level Home and Contact.
Can I get help on this please?
Thanks in advance,’
Daniel
I got some ideas that i can use this them for all my Projects ;) I know its so much. But Enfold have the best Page builder i ever worked. :D
1) for Pages, Posts and Also Archive Pages the option to change the header BG color and Image like colorShemer element. Is it possible for the next update? I dont wanna use another Theme… Like this examples http://artbees.net/themes/jupiter/blog/ http://artbees.net/themes/jupiter/pages/faq-page/ http://artbees.net/themes/jupiter/features/
2) Admin Option to set the layout for Portfolio Category Pages
3) Admin Option to set Globally -> Related and latest Posts for Portfolio or Blog Single Sites
3) Icons Box -> options for size, color, Background-color – squared or circle or transparent
4 a) New Isotope Fullwidth Layout for Page Builder also for Archives Pages (Portfolio and Blog)
for Example http://pixelgrade.com/demos/senna/portfolio/
4 b) Isotope Gallery for Example http://pixelgrade.com/demos/senna/portfolio/the-mille-miglia/
5) Category Pages for Portfolio http://pixelgrade.com/demos/senna/portfolio_categories/design/
6) Pre Header with collapsble Responsive Menu like Main Menu -> like This http://themes.jozoor.com/?theme=Invention-HTML
Best Naci
Hey!
You can deactivate the default menu. Go to Enfold > Sidebar and search for the “Page Sidebar navigation” option.
Regards,
Peter