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
Hi Guys,
Im getting this error on the top above my slideshows in the portfolio section:
Warning: trim() expects parameter 1 to be string, array given in /home/gekkosho/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 443
Actually I’m also missing the content slider and we’ll implement it in a future update (see https://kriesi.at/support/topic/enfold-feature-requests – it’s already on the “So far requested and accepted” list). I can’t give you an ETA though. It definitely requires some work to transfer the slider from Corona to Enfold and we’ll probably not use the “old” content slider script from Corona but the new Enfold “post slider” script to build the content slider element.
Although I agree that it’s probably a better solution to create child theme files we can’t do this because it just takes too much time. We must work efficient and unfortunately we don’t have the time to explain how to use child themes, how to use code overwrites, etc. to modify the core files and so on. I expect that users who want to work with child themes read articles/tutorials, etc. and learn these things without our help and we can give them guidelines if the have a certain question (like: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp or https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme ) but we can’t explain how child themes work general, etc.
If we start to work this way we’ll get many more questions of inexperienced users (maybe we’ll even confuse them) and that’s something I don’t want…
Hey!
Try to wrap your code into a function and use the init hook to add your thumbnail size to the avia_config array: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp
Best regards,
Peter
This is a bug (or maybe a technical limitation) of the layerslider plugin. Eg our shortcodes are not responsive too if you embed them in a slide/use them with layerslider (see: https://kriesi.at/support/topic/layer-slider-reponsive ). Kriesi contacted the plugin author and we’ll see if he can fix the problem or not…
So I really like Enfold and I’ve written all the content on the homepage and other pages using the demo. I’ve tried designing it to the best of my abilities and I think it looks OK, but I need the website to reflect Top-Quality web design as that is what my business will be about. I’m not a coder or web designer (and I don’t really know what a coder is? what’s the difference?) so I’m thinking of hiring someone to do it.
Is this often necesary after buying a theme if one wants it to stand out and look it’s best? or is it overkill? How much am I expected to pay if I outsource the work? What key aspects/elements of building a website should I focus on when working with a web designer? Should I look for an expert on WordPress? Php? html? or web-design in general?
Anyway, here it is… let me know what you guys think of the website itself, specially the overall look, and if you guys think it would help to outsource for best results.
Thanks!
Hi,
You need to pull back the menu the same number of pixels you used to change the height to 160px
Please use this css, just play with the numbers a little:
.main_menu ul:first-child >li > ul {
top: 20px;
}
Thanks,
Nick
Hi freeethinka,
I’m not really clear on what you mean. Anything you make in a Advanced Layout Editor is only accessible from the Advanced Layout Editor. So if you save a template then it would be available from the same menu where the template was saved (the top right of the advanced layout editor interface).
The page templates available from the Page Attributes meta box are php files within the theme files.
Try watching the short intro video on the Advanced Layout Editor here for a general idea on how it functions: https://vimeo.com/channels/aviathemes/64927358
Regards,
Devin