Hey Thank you i have fixed it by following this https://kriesi.at/support/topic/theme-supports-only-one-menu/
Thank you guys
EliC
Hey spatton!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust it
.title_container { background-color: red!important; }
#top .alternate_color.title_container .main-title a { color: white; }
Cheers!
Yigit
Hey jopalle!
It looks just fine on my end. I tried refreshing home page and none of the elements changed position.
You can find recommended plugins list for Enfold here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
I personally cannot recommend any other fullscreen plugin but i can recommend Flashlight theme
Regards,
Yigit
Hey!
It seems like you have figured it out! Only issue i see is back to top icon is not working. You can refer to this post to fix it https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730
Regards,
Yigit
Hey Josue!
It works in Chrome, you are awesome! :)
Unfortunately in Internet Explorer, and in Mozilla it is not perfect, I attach two picture about problem:
Firefox: https://drive.google.com/file/d/0B19WV53D7jS5NU42d2xINzczR2c/edit?usp=sharing
Firefox version: 25.0.1
Explorer: https://drive.google.com/file/d/0B19WV53D7jS5MXJGenpqUzVQcWs/edit?usp=sharing
Explorer version: IE 10.0.9200.16736
I already have announced the Explorer problem in this topic: Thinner space betwen 2 table
Regards:
Robi
I’m having problems with editing the image order for a gallery I’m setting up.
Each time I attempt to reorder the images I find they have not retained the order set in a previous edit? Having used the search function I found this earlier post https://kriesi.at/support/topic/media-gallery-order-of-items/
Is there a workaround to this or is it a bug?
Any guidance appreciated.
Thanks
This reply has been marked as private.
Hi,
I followed instruction here given by nuforms https://kriesi.at/support/topic/how-to-disable-dynamic-css-style-on-frontback-end/
Instead of following step n. 2, I suggest to add in functions.php, after line 280:
wp_register_style( ‘avia-debug’, $template_url.”/css/dstyles.css”, array(), ‘1’, ‘screen’ );
Then after line 295:
wp_enqueue_style( ‘avia-debug’);
If it could be implemented as standard feature in the theme it could be really good.
Bravo Ismael !
:)
I have made some small changes in your code:
#top div .avia-gallery .avia-gallery-big {
width: 71% !important;
min-height: 500px !important;
float: left;
clear: none !important;
}
//#top div .avia-gallery .avia-gallery-big img {
min-height: 525px;
}//
1. I have changed the width % to fit with 2 columns of thumbnails
2. Changed the height to fit a better layout
3. I disabled the second part of your code since the images were losing the right proportion when stretching the browser width
One annoying thing is the thumbnails size; Even before the last changes, I could not see any different when playing with the relevant values of the Gallery panel control; It seems that the size it defined by the number of columns only (and how could it be defined now, after the last changes?)
Thanks again!
This reply has been marked as private.
Hey TwoInitials!
Please refer to this link: https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892
A user reported that 5.3.27 FastCGI may cause the issue and a switch to 5.3.27 CGI (Stable) fixed the problems on his server.
Regards,
Ismael
That kind of makes sense – but isn’t entirely true – you can insert it into a page with sidebars – http://natureslens.co.uk/test-page/ – it just screws the whole layout up – which I will bring up here as opposed to a separate topic
Hey!
Looks like refreshing or removing the browser cache will do the trick. Please test it on another browser. I’ve tested the solution on my end and it works fine. Please add this on your custom.css or Quick CSS to change the headings font. The body font is using the Open Sans font already:
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Regards,
Ismael
Hi!
Ich würde einfach einen margin-left zum Wisget hinzufügen. Verwende hierzu folgenden Code und passe den px Wert an:
#top .widget_search{ margin-left: 10px; }
Cheers!
Peter
Hey olbert123!
You can use this on your custom.css or Quick CSS:
body p, body {
font-size: 15px;
}
There are lots of heading elements on the theme, which would you like to change? You can change the main title or heading using this:
#top .alternate_color.title_container .main-title a {
color: black;
font-size: 15px;
}
Regards,
Ismael
Hey!
Please try this:
#top div .avia-gallery .avia-gallery-big {
width: 80% !important;
min-height: 921px !important;
float: left;
clear: none !important;
}
#top div .avia-gallery .avia-gallery-big img {
min-height: 905px;
}
Cheers!
Ismael
Hey!
Please try this:
.av_textblock_section {
padding-top: 30px;
}
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”. You need this to adjust other text blocks’ top padding.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.awesome-textblock p {
padding-top: 20px;
}
Regards,
Ismael
Hi dude, was talking to formateins , hehe =)
Yes he fixed some things now, but the back to top botton is diferent like the speed is off, He says he couldn’t fix the slider problem. This is what he said: “I have made all the changes except the slider changes. Slider is not saving my changes maybe because of admin rights issue. I spend many hours solving this issue but i could not solve this. ”
All I changed was what I stated above added some google codes and deleted some demo content. What would you say is the best way to fix this? Maybe its the google authoship code I added which can be seen at the very botton. thanks!
Hi @netchoice,
Please create a new topic for your question so that we don’t derail the current topic/issue.
Thanks for that. I see that your order processed just fine.
I’m now starting to think it’s a Firefox thing. I usually use Firefox… When I saw your order was successful I got the bright idea to try it in Chrome and see if that’s my problem.
So on my usual machine (using the Enfold site) Chrome works fine, Firefox does not.
I then tried it on an IPad using Safari – works fine.
Next I dug out my old laptop, updated Firefox, Java, etc and tried. It does not process the form. I then downloaded Chrome, tried and works fine on the laptop.
Then, I even tested on a really old Apple laptop. It’s so obsolete that Firefox won’t update past 3.6… Everything seemed to work ’til processing the form. It also starts then stops with no message. Tried Safari there (ver. 4.1) no go on that too. Didn’t really expect much success from those tests….
Finally I went back to my usual setup, tried it on the WP2013 test site in Firefox and it worked OK. And to be thorough I tried WP2013 with Chrome and it worked OK. Seems like the problem exists only in the Firefox/Enfold combo.
When you tested it did you try Firefox? Does it make any sense that this combo would act different?
Hi. I read this post
https://kriesi.at/support/topic/enfold-background-colorstyle/
and I am looking for something similar. I want to be able to use a color section and either have a color background or an image. But then I want the actually content to be included in a smaller white (possibly transparent) box. I see the code that will work in the above thread, but I don’t know where to put it. Each section I do this to would be different.
my site is: http://lizybloomdesigns.com/zemasfoods3
Thanks in advance!
Lizy Bloom
I have the enfold theme installed at http://www.starnetmonitoring.com (or had) it caused a 500 error on Godaddy server – or I am assuming that the theme is the problem – Godaddy tech support could not find any server errors. All plugins tested one by one. no problems.
i uninstalled the theme – reinstalled it – same problem. i activated other themes, installed different themes and each one works fine. I go back to enfold – get the same error and site will not load. Have you had any issues with this elsewhere or have any idea what I should be looking for?
Hi!
I see that now back to top icon is working.
It is recommended to create a child theme if you are making changes in theme files not to lose your changes when the parent theme is updated. And yes, your website looks nice :)
Regards,
Yigit
Hi skynandi!
Please refer to Peter’s post here https://kriesi.at/support/topic/new-custom-font/#post-121900
Cheers!
Yigit
Hi!
Please refer to this post to decrease the height of the header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Regards,
Yigit