Hi,
I’ve been using the Enfold theme for about one and a half weeks now and my the advanced layout editor has just stopped working.
I had content on my website and was previously using Corona theme, so have just been editing it either in the default editor or in the advanced layout.
On pages with content on, I’m moving from the default editor to advanced and there isn’t a box for the editor, the first box on the portfolio page for example is additional portfolio settings. Then when I flick back to the default editor so that I can make some changes, the content is missing (I read that was standard in a previous thread).
Sometimes when I’m opening a page or portfolio item to edit, there is no content in the text editor at all. But as long as I don’t update the page/portfolio, it is still showing content on the website.
I’ve deactivated all of my plugins and it didn’t make a difference. Any ideas?
Thanks, Siobhan
Hi TedRysz3,
When on the menu manager page in wordpress go to the top right of the screen and open Screen Options. Check the box for CSS Classes.
Now expand your vimeo menu item and you’ll have a field for the css class. Add:
noLightbox
to that field.
Regards,
Devin
Hello, can you please advise me how to adjust the CSS settings so that the phone number at the top of the website is centered.
My site is: http://www.rcgauto.com
Thank You
Hi Stefan,
Not with any of the options available at this time. You can have a main menu that is fixed but there isn’t anything that would work on a page by page basis.
Regards,
Devin
Hi tasoskouk,
Unfortunately there isn’t an option for this right now but I’ve added it in to the Enfold request topic.
Regards,
Devin
Hi
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .header_color .main_menu ul:first-child > li a,
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a,
.header_color .main_menu ul:first-child > li.active-parent-item > a {
color: #c00;
}
#top .header_color .main_menu ul:first-child > li a:hover,
.header_color .main_menu ul:first-child > li.current-menu-item > a:hover,
.header_color .main_menu ul:first-child > li.current_page_item > a:hover,
.header_color .main_menu ul:first-child > li.active-parent-item > a:hover {
color: #cc0;
}
#top .header_color .main_menu .menu ul .current_page_item > a {
color: #c00;
}
#top .header_color .main_menu .menu ul .current_page_item > a:hover {
color: #cc0;
}
Then modify the color codes as needed. This will give you the most direct control.
Regards,
Devin
hi there
i was looking at this thread –
https://kriesi.at/support/topic/google-map-styling
and i just figured out how to create a custom marker, so wanted to share with anyone who may like to do the same
this is for the enfold theme:
open this file and go to line 1236 –
wp-contentthemesenfoldframeworkphpclass-framework-widgets.php
simply add in the line for icon, using your site’s absolute path
var marker = new google.maps.Marker({
position: latlng,
map: map,
icon: ‘http://mysite.com/img/marker.png’,
title: ‘EKB Offices’
});
enjoy! jodi :)
Hi,
I love Enfold but my CSS Designer says that it´s impossible to edit Enfold so that it looks like http://www.joveniajuveler.se
excl. flash (when clicking on ny of top link in menu.
Designer says editing Enfold theme would result in over 1,500 setting variations in order to make same design as on current flashsite.
i.e MUST / CAN my website look like enfold demo ?
If not, if Enfold can be edited, can u give example of major files that designer must edit except CSS file?
The Designer also writes:
“Using theme forest themes always result in updates ruining optimizations. Its best not to use a themeforest.net theme if
you are changing the interface. If you do any update will overwrite the styling applied.
If you don’t update wordpress and plugins you risk getting hacked. “
– Does that seem wrong or right according to your expertize?
Thanks, knowing this i will know how to proceed.
Align title and excerpt to the top right of the image with a short separator centered after each blog post excerpt
I played around in Photoshop to show you what it would look like.. If I could tweak it myself I would
Kisses Kriese Love love your Template by far the prettiest out there
https://www.dropbox.com/s/sw1k2b0enm4ch21/Multi%20Author%20Tweek.jpg
Hi Kriesi, in one word: “awesome”! It’s really fun to work with Enfold. Thanks for making it so flexible and easy to use!
Here’s my “whishlist” so far :-)
1. More Header and Top bar options to choose, e.g. centered Logo, right Logo, Tagline etc.
2. Add Page Builder to Product Pages.
3. Add social sharing elements to Product Pages and Blog Elements.
4. Option to choose a fixed “cart” within the Header / add cart somewhere to Header. Would be essential if Enfold is used for ecommerce sites.
Sometimes wishes might come true ;-) Thanks al lot!
Hi – You can close this…I figured it out.
The Feature Images on our blog were not displaying properly (they were being automatically displayed at 495×150 in the blog page and 100×150 in page). I implemented the instructions I was provided in this thread: https://kriesi.at/support/topic/blog-post-feature-image.
These instructions worked, and the images are displaying as one would desire, but another problem has arisen. The main text content on all of our pages is now displaying off-center. Everything has been shifted about 100px to the left. After various attempts I have been unable to correct this problem, and am unsure about how to proceed. I obviously do not want to remove the image code, because then the images will display improperly again, but at the same time having the entire site off-center looks odd. Ideas about solutions?
Thanks.
Hi a123john,
Our queue system works by the oldest posted topic or response within a topic going first. So each time you self respond or bump your post it actually pushes it to the end of our Queue at that time.
As for your issue, I don’t know of any concrete limit on layers but it could be that you just need to increase your php memory limit, max_input_vars or something like that.
Depending on what you have now you can give that a try and see if it helps but if not you would need to split the content up into multiple slides instead of everything on one.
See the LayerSlider documentation on the issue here: http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/ under Common questions>Too many layers?
Regards,
Devin
Hi Sorry to bother you with this I looks over the thread and found this thread
https://kriesi.at/support/topic/remove-featured-image-from-page#post-120827
used the Quick CSS with the following
.post-entry .slideshow_container {
display: none;
}
and it did not remove the image from the post so I added it to the custom.css and still no go.
I created a child theme and also added the code in that still no change the feature image is showing up within the post I forgot to mention I the blog is set to Blog Multi Author
here is the screen shot
https://www.dropbox.com/s/7yzdj2re4r2j8pv/Multi%20Author.png
If you target a page by its ID then yes you can. It would be something like:
#top.page-id-33 #main .sidebar {display:block !important; clear: both; }
Where 33 is the page ID of that specific page.
I’m going to close this topic as it seems you have two almost duplicate topics where we are addressing the same issues. Please do not create duplicate posts in the future as it causes uneeded duplication in responses as well as confusion.
I’ve tagged the topic for Peter for German.
The header options for fixed are the only ones that will give you a proper fixed header experience at the moment however.
Hey! I am not even sure if thats possible now with the way wordpress works right now, so at this point we probably wont add a feature to tune this. If I can find a useful article on the topic I will try to provide an extra hook to change the slug :)
Hi – Please see http://thecaloriemythbook.com/homepage How can I get the youtube video to stop autoplaying?
Thank you.
Hello,
first of all, the ENFOLD theme is really great!
I would like to implement a web site showing a bar containing the page title with a sub menu. When the page is scrolled down this bar should be fixed at the top of the browser window.
A good example is http://www.devexpress.com/Subscriptions/Reporting/
Is it possible with ENFOLD (or any other theme you provide) – and how?
Best regards,
Stefan
You’re welcome. Figured somethin’ was fishy. Thanks for a GREAT Theme Kriesi! You do amazing work. Cheers!!
Hey!
1.) No it didnt :)
2.) No this aint legit and envato is certainly trying to stop those guys
3.) No
I didn’t know, thanks for the notice. Will try to take contact the hosting provider but not sure if there can be done a lot :/
Cheers and thanks!
Kriesi
Please try following fix – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
with
if(!is_string($content)) $content = (string)$content;
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
Hey!
Not sure – I sent him a mail. Thank you for the hint :)
Regards,
Peter
Stumbled on this today, [removed] – which confused me for a coupla reasons :
- I thought Kriesi was an “exclusive” designer for ThemeForest. Has that changed recently?
- Are they legit? If so, why would anyone buy any of these themes individually? If not, is Envato taking steps to shut them down?
- Does the Envato extended license allow you to resell themes?
A cursory google glance, didn’t bring up anything associating them with Envato. Does Kriesi know about this? Just curious.
Hi,
Remove the previous css and add this instead:
#top .logo {
float:right;
left:auto;
}
@media only screen and (min-width:980px) {
#top .logo {
right:-100px;
}
}
@media only screen and (min-width:768px) and (max-width:979px) {
#top .logo {
right:-60px;
}
}
@media only screen and (max-width:767px) {
#top .logo {
right: -100px;
}
}
Thanks,
Nick
Hi,
Sorry, guess I need new glasses though I been told i will need to use a counterbalance in the back of my head to prevent sclerosis. :)
Please add this css
.fixed_header.social_header #main {
padding-top: 136px;
}
Thanks,
Nick