This reply has been marked as private.
This reply has been marked as private.
Hey!
I think that’s expected, the Google logo links to the map location as coordinates, that’s why you don’t see it in the search bar, for example in the demo page:
https: (Email address hidden if logged out) ,-122.030748,16z?hl=en-US
Regards,
Josue
still having an issue. any thoughts? i have latest enfold and wordpress loaded.
http://enfoldtest.wpengine.com/hotspot/ (hosted on WPengine)
Hi urlatore!
Please edit Author.php file inside Enfold folder and Loop-author.php file inside Enfold/includes folder
Cheers!
Yigit
Hey!
You can use “image with hotspots” elements to place hotspots but you cannot link them without customising the theme.
Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hey mjsnim!
Please use following code in Quick CSS field in Enfold theme options under General Styling tab instead
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: inherit;
}
Best regards,
Yigit
Hi JulieDesigns2!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick CSS field put the following:
h1{
text-transform: none !important;
}
Cheers!
Günter
Hey!
Gib bitte in custom.css oder Enfold->styles->Quick CSS Feld das folgende ein (4 Zeilen Mindesthöhe):
.grid-entry-excerpt.entry-content{
min-height: 64px !important;
}
Cheers!
Günter
Hey!
Please switch to default theme and edit one of your pages and try to set visibility to “private” and check if that works. If it does, please try re-updating Enfold to the latest version via FTP – http://vimeo.com/67209750
Regards,
Yigit
Shalom Haybazak!
There is no header on your pages but there is a background image set to alternate color. If you would like to remove it on pages using blank template, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-blank .alternate_color {
background: none!important;
}
Best regards,
Yigit
Hey Slade!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#after_layer_slider_1 {
border-top: none!important;
}
Best regards,
Yigit
Hi Fabulous Enfold people,
I’ve looked in the CSS files but am unable to figure out where to go to change the H1 tag to remove upper case setting in this theme.
See example site below and thank you,
Julie
Hey SphereEvenements!
Thank you for using our theme.
On the dashboard goto enfold->Footer layout.
Select “Display footer widgets” or “Display footer widgets & sockets” from first select box and Number of footer colums you like (1-4) from the second box.
Goto dashboard–Appearance-Widgets.
In the widget areas “Footer Colum 1” – “Footer Column 4” drag the available widgets from the “available widgets” and adjust the settings for the widgets.
Regards,
Günter
How can you style the team member element to look like what appears on the author page?
http://kriesi.at/themes/enfold/author/kriesi/
Avatar aligned left and name and info on the right? And can you just have the social link icons appear on a row below all of this?
Hey royaltask!
No, unfortunately not. Enfold creates a separate option set and dynamic stylesheet for each WPML language and it’s currently not possible to synchronize the options. However you could paste the styling code into the child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ) style.css file if you want to use the same code for all languages.
Cheers!
Peter
Hi aabele!
Thank you for using our theme.
in enfold/css/grid.css you can find the media queries like:
@media only screen and (min-width: 480px) and (max-width: 767px) {
....
}
They control the responsive design.
Regards,
Günter
Hello, is there a way of setting image and video url’s in the media elements of enfold, dynamically.
I want to pull demonstration links to videos & images that have been made for prospects who identify them self with a code that is used to query a database and extract the links.
I don’t understand where the elements are stored and rendered and how to intercept them.
If all else is impossible can I use ‘save as’ of a page to get the source code and put the relevant part into a code block and just use search/replace… I imagine that has a few problems though.
Thanks
-
This topic was modified 11 years, 7 months ago by
twdlewis.
Hey Ba2que!
Thank you for using our theme.
Switch back to a standard WP Theme first and deactivate all plugins and update WP to the latest version.
If activating Enfold after this does not work, there is probably a memory problem of php.
In wp-config.php at the root directory add the following at the end of the file:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You might have to check for a bigger memory limit with your hoster.
Best regards,
Günter
Hey!
Please open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php and replace:
if($meta['index'] == 0) $params['close'] = false;
if(!empty($meta['siblings']['prev']['tag']) && in_array($meta['siblings']['prev']['tag'], AviaBuilder::$full_el_no_section )) $params['close'] = false;
if($meta['index'] != 0) $params['class'] .= " slider-not-first";
with
if(empty($meta['index'])) $params['close'] = false;
if(!empty($meta['siblings']['prev']['tag']) && in_array($meta['siblings']['prev']['tag'], AviaBuilder::$full_el_no_section )) $params['close'] = false;
if(!empty($meta['index'])) $params['class'] .= " slider-not-first";
I’ll ask Kriesi to include these changes with the next update.
Regards,
Peter
Hi the team !
I’d like to have exactly the same footer than yours here, with column under another one and the whole footer centered at the middle of the page : http://kriesi.at/themes/enfold/pages/
How can I do this please ?
Thanks !
Franck
Hi!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .container { width: 300px; }}
Cheers!
Yigit
I tried that and it gave me an error page with this message ( ! ) Warning: fopen(C:\wamp\www\wordpress/wp-content/themes/enfold/style.css): failed to open stream: Permission denied in C:\wamp\www\wordpress\wp-includes\functions.php on line 3879
Hey!
Would you like to have it pure black without any transparency? If so, please add following code to Quick CSS field in Enfold theme options under General Styling tab
.header-scrolled #header { background-color: black; }
Regards,
Yigit
Hi Jamie A!
Please go to Enfold theme options and uncheck “Lightbox Modal Window”. Then you can install any lightbox plugin
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos { text-align: left; }
Regards,
Yigit
Hey Ed!
Please firstly update Enfold to the latest version 2.9.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
You can edit footer menu items in Appearance > Menus. Make sure to choose your footer menu before editing
Best regards,
Yigit
Hi!
We do not have such guide but please see – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
For further modification, please go to Enfold/config-templatebuilder/avia-shortcodes and edit Masonry-entries.php file. You can find some code snippets on Enfold documentation here – http://kriesi.at/documentation/enfold/ and there are many WordPress tutorials on the internet.
And for hiring a developer, please also see Envato Studio or Codeable.
Regards,
Yigit