Hey Guys,
Slowly but surely getting the feel of the theme and have found pretty much all the answers to questions I haven’t asked have already been asked by other people so that is really good that I don’t have to keep bugging you! I do have one question though and it is in regards to the alternate background colour. If you look at this page as an example:
http://melaniehay.com.au/product/emma-print-leaf-shape-silver-studs/
I would really like to keep the greenish colour that appears under the main navigation at the top, but I feel it is a bit too strong for the “related products” slider. Is there a way to code it so I can retain the top colour but change the bottom?
Also as a side note, is it possible to toggle the Related Products and You might also like sliders from appearing at the bottom of the page?
Thank you so much for your help so far (:
Hi!
Just a quick FYI the support queue on our end goes by last response to newest so each time you self respond it actually pushes your topic to the end of our queue and doesn’t bring it to our attention any quicker.
As for the issues its the first time I’ve seen something like it though there have been image uploading issues on various themes in the past and typically they are associated with either a plugin causing a conflict or an error in the WordPress installation.
Any of the ‘default’ themes are those that come bundled with WordPress: twenty twelve, twenty thirteen etc. If the issue is or is not there as well then we can definitely see if its a potential theme issue or something else.
If you can create a temporary admin account for us to take a look live that might help as well. Checking the box for “set as private reply” will act as a private post just for support to see the details.
However, veiled threats of a poor rating for a quicker reply is not going to help anything.
Regards,
Devin
Try re-downloading and then re-uploading the entire theme folder again. Make sure that it is able to write over the files in the theme folder.
You can check the version that you are downloading by opening the style.css file inside the theme folder and the version will be at the top. If it says 2.4.2 there then the update isn’t actually getting applied.
Hey Sebastian!
The fix for it is here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805
There will be an update to add it into the core theme once we know there aren’t any others.
Regards,
Devin
http://j2k.info/american/
1.can i remove the top menu while keeping everything else.
2. can i add a navy blue line where the contact us and live chat green and button are
felix
Hi sundialstudios!
Where did you put the css that it wasn’t working? The theme already has a bit of padding added in for the single product pages so the following should work as well:
#top.single-product .template-shop {
padding-top: 110px;
}
Even without the !important declaration. If it doesn’t, leave it in and let us know again so we can see whats taking priority over it.
Cheers!
Devin
Hi karbonato!
1) This is intentional since tablet/mobile screen space is limited. You can 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 to change it to fixed however:
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive #top #header {
position: fixed;
}
}
This will change it just for tablets. You can add !important to the fixed value if you want it to always be fixed.
2) With how many menu items its trying to save at once there could be a server limitation to the data getting saved. Talk to your hosting provider about adding the following to your php.ini file to increase the values:
php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000
3) That page is a large full width slider at the top and then a color section with text followed by a color section with a fixed background and a full width slideshow (the grass/mobile). In this video I go over how to create the same kind of effect: https://vimeo.com/channels/aviathemes/64927358
4) You should never edit the theme css directly. Instead you can add new css to take priority to either the css/custom.css file or in the styling tab the Quick CSS field. Do you mean the title container border or the bar at the very top with the social icons/WPML?
Regards,
Devin
Hey!
You can follow the steps from this post on adding your own custom social icons: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
Cheers!
Devin
Adjusting the switch width to something a bit higher so that its set to be the mobile menu earlier would be the most straightforward fix in that case. The changes that are needed are covered here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/?replies=5#post-132320
Still having issues with my Full Screen Slider removing the top 1/3 of my image. I have toggled all of the placements of photo positions (top center bottom center etc. ) But my slider still displays like this:
Screenshot:
https://app.box.com/s/3kv6s6io5bzncfl57lb0
My setting are like this:
https://app.box.com/s/lmtbopmm867q72hjphpz
What?? What am I missing?
Hi!
Right now if you switched over yes, you would lose all of the styling and any page using the advanced layout builder would lose its layouts. At some point the plan is to pull the advanced layout editor into its own plugin but for now Kriesi is working on adding more video support for slideshows, background video and some other big features.
You can see a bunch of various layouts in the Enfold Showcase topic here: https://kriesi.at/support/topic/enfold-showcase/
As far as other themes vs Enfold I don’t think there is anything in the same level of customization as it. With a bit of css you can do almost anything with Enfold. Kriesi.at is a child theme of Enfold and is a good example what a developer can do building on top of it.
Overall switching away from it will take the same amount of work as switching to any other premium theme since it does a bit more data manipulation.
Best regards,
Devin
Hi,
I purchased just now and unfortunately layer slider doesn’t work properly ??
1- I try to insert the short code on page [layerslider id=”1″] but nothing appear…
2- In transition builder your can see on top of page :
Warning: file_get_contents(/xxxxxxxxxxxx/wp-content/themes/enfold/config-layerslider/LayerSlider/sampleslider/sample_transitions.js) [function.file-get-contents]: failed to open stream: No such file or directory in xxxxxxxxxxx/wp-content/themes/enfold/config-layerslider/LayerSlider/builder.php on line 14
3- the slider show circle timer on preview and not bar timer (the button don’t work on global setting, stay every time on circle bar, )
Strange start with this template , your help will be great
Thx in advance for your quick reply
-
This topic was modified 12 years, 3 months ago by
katana.
Hello everybody,
1.
you´re been using 2 queries in the custom.css in enfold, one for tablets and desktops @media only screen and (min-width: 768px) and one below for mobile advices.
I need more flexibility to handle all our features on the different devices especially BuddyPress on Smartphones. So I see that you are using more Breakpoints inside Enfold. Is that right? Please can you give me a list of all the px-values from all of your Breakpoints?
I found this values, are they right?
@media only screen and (min-width: 1340px)
@media only screen and (min-width: 1140px) and (max-width: 1339px)
@media only screen and (min-width: 990px) and (max-width: 1139px)
@media only screen and (max-width: 989px)
@media only screen and (min-width: 768px) and (max-width: 989px)
@media only screen and (min-width: 480px) and (max-width: 767px)
@media only screen and (max-width: 479px)
2.
I think for a better performance I wanna deactivate Layerslider on Smartphones and change it just with a linked background-image. Is it enough to use “display:none” in the queries that LS is not load?
Can I use next the “after” syntax with “content” to place the image or do you have a better solution without php and javascript?
Or is it possible to change it just on mobile devices with Easy-Slider? So you can config both for example, as first Layerslider and below Easy-Slider and set display:none in the queries for the div of that one you don´t need? If you do it on this way, are both of them loading every time or is it enough to display:none to set it really off?
Hope you guys have some tipps for me..
Best regards
Hello there, I would like to add the WPML Language Selector function to the social media ribbon above my main menu.
I am able to do this using the code from either of these posts: Method A or Method B.
However, neither option gives me the standard WPML format that shows up when I add WPML language selector to a sidebar menu. The main problem here is that the height of the language selector box is too tall, so it would not fit in the narrow social media nav section.
Also, in some browsers (e.g. latest version of Firefox), the language selector displays completely below the social media nav. This means that it overlaps with the main menu and is inaccessible. Please advise where I can look in the code to style the language selector.
Hi Yigit,
This command hided submenus on top navigation megamenu.
My idea was to hide on the Custom menu sidebar and clicking the CATEGORY opens the submenu.
Almost like this topic here https://kriesi.at/support/topic/top-menu-side-navigation-issues/
But in my case its Custom menu in Sidebar Pages.
BR,
Priit
Hey!
That featured is not available at the moment, if you really need you would need to hire a freelancer for the job, also feel free to request it here.
Best regards,
Josue
Hi,
I would like to do some changes in BLANK PAGE TEMPLATE.
Especially put the logo on top.
Where can i found the file of BLANK PAGE?
Thanks
Hey!
Please add following code to Quick CSS
#top .social_bookmarks li a {
width: 30px;
line-height: 30px;
min-height: inherit; }
Regards,
Yigit
Hi Mono14!
Please try using this plugin http://wordpress.org/plugins/codestyling-localization/
It is not possible to translate it using custom CSS code but you can use a trick as following
#top .av-masonry-load-more { color: transparent; }
#top .av-masonry-load-more:before { content: 'Your new text'; color: black; }
Cheers!
Yigit
this is what i have
http://j2k.info/ihave.png
this is what i need
http://j2k.info/iwant.jpg
how can i do that.. i received some help earlier to get those two buttons up there.. but need the blue bar across the top, menu items on left and drop down next to those two blue boxes
Thank you in advance
Hey priitr!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .sidebar_left .widget_nav_menu .current_page_ancestor > ul, #top #header .avia_mega_div>.sub-menu>li>ul { display: none; }
Cheers!
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab to change hover state of sub menu items
#top .header_color .main_menu .menu ul li>a:hover {
color: blue;
}
.header_color .main_menu .menu ul li a:hover {
background-color: red;
}
You can use Mega Menu ( you can find instructions here http://vimeo.com/channels/aviathemes/67651241 ) but if you really need to make dropdown menus horizontal, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
Yigit
Hi!
Sure Andrew, please reply to this topic when you publish your website so your ticket will be on hold.
Cheers!
Yigit
Hi!
Because of the code i posted here https://kriesi.at/support/topic/heading-font-not-changing/#post-199132
All heading elements are forced to use Raleway font. If you would like to manually apply different font family to heading elements, please remove that code from Quick CSS
Regards,
Yigit
I tried using the instruction on Ismael’s post and it works fine, but it also seem to conflict with the elements on the Avia Builder. My elements stop showing up after that.
Hi i checked out the video in this post.
https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/
Everything works great, .
just, when you add some content with the avia layout builder in a custom_post,
then on the front end the custom_post is not displaying with the custom template, like single-custom_post_type.php.
Instead it displays the single.php template.
I tested it several times by switching between the default editor and the avia layout builder.
I hope there is a solution for that.
Regards
http://j2k.info/american/
1. how can i get rid of breadcrumbs only on home page. i think its the bread crumbs, the part that says Home….. then “you are here:home”
2. I want to get rid of that underline effect on main menu…
3. how can i have my logo vertically aligned.. its too close to the top
k. i have done everything you said and this is my result
http://j2k.info/american/
I need to have those two new items at the top of the page to replace the current ones