Hi Team,
Using “Non-Fix Header with Social Icons and additional Navigation Bar” and dont know how to change the color of top menu bar.
Example how to make the background black #000000 and Font color white #FFFFFF
* screenshot http://demo.globalads24.com/wp-content/uploads/2013/07/TopBar.jpg
* test site http://www.omglovetwins.com/test
Thanks,
jasmine
“We try to answer all questions within a day, monday-friday”
Trying is all right, but when I buy a theme and read Outstanding Support almost 24/7, I expect,.. well, at least “some” support.
Instead I wrote two questions (with links), one went totally ignored and the other got a response asking to repeat what was the problem. Of course english is not my first language so did I express myself badly when I wrote: “form stopped working, is not even sending emails anymore”? And got a question in reply: “what do you mean when you say it stopped working?” And got to explain (again) the problem. No support for plugins? All right than Say it. Or if you feel kind enough, tell me which plugin will work.
I have several other problems but didn’t want to post them all together: like google map widget suddenly disappearing from contact page (well, what do you mean by disappearing? Only is not there anymore, just the white space) or how to translate footer columns with WPML, should’t this theme offer support for the WPML Multi language plugin? I bought it because of this.
Sadly, I seem to be in good company while waiting
Actually the last answer refers to the user question. The user describes the error in the first post and the regex stops at the offset 707 830. In your case the offset already stops at 35 192 which seems to be an (uncommonly) low value. We did not receive a similar bug report yet and I guess the reason is because all other users have a better configuration (better pcre.backtrack_limit and pcre.recursion_limit) or your server must cope with a huge amount of data (number of posts, etc.) and 4,384 other users who use this theme don’t reach the limit on their servers…
Hey Devin,
I’ve included links to our devsite and they will expire in two days:
Extra Top Margin Page: http://www.urlgone.com/7f98af/
Margin is ok: http://www.urlgone.com/572998/
From what I can tell is the Div for the special heading with the extra padding is missing the “avia-builder-el-first” class so the CSS below is not associated to it like the page with the correct styling.
body .container_wrap .avia-builder-el-first {
margin-top: 0;
}
Both pages appear to be identical I used a template in the editor. with a 2/3 and a 1/3 column. The 2/3 has a special heading set to H3 with Modern followed by a text block.
Ok, apparently it’s a bug that made this not work. I saw that the fullscreen slider usually does force to fullwidth without sidebar, but on the page where I had added the fullscreen slider, there were Youtube videos added above the slider.
In my page I have deleted everything above the slider except for a youtube video (inserted through the avia layout builder). So there’s no doubt about it being the video messing it up.
I presume something isn’t closing correctly? This is the code available in the debug mode:
[av_video src='https://youtu.be/censored' format='16-9' width='16' height='9']
[av_fullscreen size='extra_large' animation='slide' autoplay='false' interval='5']
[av_fullscreen_slide id='2557']
[/av_fullscreen]
Hi Devin,
by it stopped working I mean that, by clicking the submit button:
1. no email are sent
2. no attachment either
Ah yes but the confirmation message appear.
By “on a regular page” do you mean that the form will work if I don’t use your Advanced Layout Editor? I tried that actually but with no success.
So nothing to do? No others plugin you would recommend?
See, I’m a bit stuck at the moment because my clients really need that file attachment option.
So any solution or idea, will be tried and much appreciated,
Thank you, regards,
Lucia
Hi,
A non-fixed header is the type of header that this page has, so when you scroll, the header disappears. The fixed header shrinks but stays on top of the page when you scroll down.
Your question is about a non-fixed header (like the header on this page you are reading now) though I think you are asking about the fixed header.
The fixed header shrinks by 50% including the logo by use of jQuery. I don’t think opacity is used. Logo size on the demo site ( kriesi.at/themes/enfold is 231w/116h and it shrinks down to 116w/58h automatically via jQuery. The code is located in /js/avia.js in the function that starts on line 809 called avia_header_size()
Thanks,
Nick
My menu is made up in a way that the menu items have no hyperlink behind them, but only the submenu contains all the pages. For that I added a custom menu item in the menu which contains only a # as the hyperlink.
The problem with this is that people using a touch device can open the menu perfectly well, but it then stays open untill you actually click any other link. It doesn’t close after clicking the menu again, nor after clicking anywhere else on the page that is not a hyperlink. This means that people who once clicked the menu (accidentally or not) are stuck with a menu on top of their page content. Just another reason to close a website, of course.
Is there something I can do to make it close again (like a timer, a close function when click away from the menu, or something else), please?
It’s perhaps not really a question for the theme itself, but I thought I’d try asking here, too.
Right now, if I insert a fullscreen slider in a page with a sidebar, the slider is forced to the content side next to the sidebar, totally messing up the slider. What I would want it to do is make the sidebar stop, just like a “Content Section” would do. I would put the slider inside a content section, but that doesn’t work. Adding a content section above the slider only shows a separation before going back to sidebar.
Is there a workaround? Maybe adding the same trick that the content section uses to interrupt the sidebar?
Unfortunately there’s (currently) no real fix for this issue. The content container height depends on the content and if there isn’t enough content the container height won’t cover the viewport height – in this case the content container ends before the bottom of the screen and the body background is visible at the bottom. I’d suggest to use the same color for the socket and the body/html background – then the user won’t notice that the body/html background is different and the user will just notice that the socket height varies from page to page.
I found some jquery scripts – eg http://josephfitzsimmons.com/home/simple-sticky-footer-using-jquery/ or http://www.egstudio.biz/sticky-footer-with-jquery/ which will add a margin to the footer div if the content container height doesn’t exceed the viewport but I feel it’s very buggy and doesn’t always work as expected. In addition it will maybe break the responsive layout (didn’t test this though)
However if you want to try it add following code to the bottom of enfold/js/avia.js:
jQuery(document).ready(function() {
var footer = jQuery("#footer");
var pos = footer.position();
var height = jQuery(window).height();
height = height - pos.top;
height = height - footer.height();
if (height > 0) {
footer.css({'margin-top' : height+'px'});
}
});
Hi,
Ahh.. So you had a working site with Thesis, then you changed over to Enfold, and now the new posts show the featured image while the old ones from Thesis do not? Thesis uses a non standard way of attaching images which prevents the featured image from being recognized by wordpress without Thesis , (a rather clever way of ensuring that past customers remain current customers). You can read about it here ( http://wordpress.org/support/topic/migrating-thesis-post-images-and-thumbnails-to-non-thesis-theme ) since you aren’t the first to try to solve this issue.
However you are in luck if you only have 10 featured images that aren’t showing up. You will need to re-attach them yourself again in Enfold which should take 10-15 minutes total. Just get the original images and re-attach them one at a time. Now if you had 1000 images , that’s when things get ugly.
Thanks,
Nick
Hi,
If you can add the Google search functionality to the regular search box widget I will be able to tell you what’s needed to add it into the top search box once I see the code. There are multiple Google search plugins. Try them out till you get one working on the regular widget search, and then we will get it into the Ajax searchbox.
Thanks,
Nick
Hi,
Yes, Devin ofcourse is correct about the 8 pixels. You can also instead subtract 8px from my javascript code above in 2 lines where there are numbers 52 and 23.:
newTopMargin = 23-8;
and
newTopMargin = 52-8;
Thanks,
Nick
It’s not possible to add a custom icon to the fontello font set. I’d suggest to use the “append” parameter to add custom html code to the social icons – see https://kriesi.at/support/topic/how-do-i-add-a-you-tube-icon-to-social-icons-in-the-header
There Devin
Thanks for your response.
This command stops displaying the text “You are here”, but it is also possible to remove the title page and all the entire item? so the page content begins just below the menu (unless there is no space or strip).
Thanks,
joan
Hi,
Where did you get the first example using unordered list from? Was it from the theme? Because I formatted your html and there is an error in it with an unclosed /ul everywhere. I am looking into this now.
I just checked and I am getting the correct html for pricing table. Are you using at least v. 1.71 of the theme? If you are not, please updata as there were changes made to the table from the older versions.
Can you show the page where your code is, because word wrapping can be removed easily with some css.
*Please read the bottom portion of what I wrote here https://kriesi.at/support/topic/description-column-in-tables-not-aligning-properly-with-adjoining-columns#post-122022 … You can use the same process to add *any* price table you find on any website to yours.
Thanks,
Nick
Yes, the sidebar by default gets hidden to give mobile content a more simple and streamlined appearance. You can add it back in however with the css from this topic: https://kriesi.at/support/topic/sidebar-on-mobile-screen-size-not-appearing?replies=6&message=closed#post-115928
Regards,
Devin
Hi Lucia,
What do you mean exactly when you say it stopped working? The theme doesn’t have any interference with a contact form from something like Contact Form 7 on a regular page which is your best route if you want to integrate something like that.
Regards,
Devin
Hi Jasmer,
The only one you’ll need to follow is Nicks: https://kriesi.at/support/topic/youtube-icon#post-117381 completely since you aren’t doing the youtube icon.
If you want to go with Ismaels, you follow this one: https://kriesi.at/support/topic/youtube-icon#post-117289 but you’ll need your own apple image for the icon. Where it says ” ../images/youtube.png ” in his css, you just put the absolute url for where you upload your image (both normal and hover).
Regards,
Devin
Hi Vitaliss,
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:
#menu-item-2944 .avia-menu-fx {
display: none;
}
#menu-item-2944 {
margin-top: -8px;
}
Regards,
Devin
Hi johnada2,
The button has a white background on white text so you just aren’t able to see it clearly. 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.woocommerce .main_color #reviews p.form-submit input {
background-color: #2d5c88;
}
Regards,
Devin
Hi Jason,
1) You can control the blog preview text by using the more tag to tell wordpress where to break off the content. See: http://en.support.wordpress.com/splitting-content/more-tag/
2) 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.home .avia-post-nav {
display: none;
}
3) With the change over of the Twitter API the theme’s twitter widget is getting deprecated. You can generate an official twitter widget from your twitter account here: https://twitter.com/settings/widgets . Then just add the generated code to a text widget.
4) You have a text widget with only the title of ‘Social’ . Each widget has a top and bottom margin so you are seeing the bottom margin without any inner content.
Regards,
Devin
Hi koelnermusikakademie,
I just responded to your other post on another topic with the same question but will ask the same things here. What specifically are you having issues with? Are you getting an error message or something else?
Have you tried installing via FTP: https://vimeo.com/channels/aviathemes/64927356 ?
Regards,
Devin
Hello, I just one more question.
In every blog post there are arrows on the left side and on the right side, which leads to previous/next blog post. Example here: http://jharden13.com/highlights/top-10-2012-2013-regular-season/
But it’s really inconvenient since it jumps from one category to another.
Can I use it so that it only includes the posts from the same category?
If that’s not possible, how would I get rid of the arrows completely?
Thanks again guys.
Hello, first of all I want to say I love your theme and would like to thank you for such a great theme.
I just have some little issues and questions.
When I post something, such as this: http://jharden13.com/highlights/official-high-school-mix/
The featured image is only showing half, and I can’t delete it because I need it as preview image.
Is there any way I can delete the featured image from all single posts? Or better yet, is there a way I can delete the featured image just from certain categories?
Also, in embedded YouTube videos, such as http://jharden13.com/about-james-harden/biography/
When you scroll down, you can notice that the YouTube videos are overlapping the top menu. Is there a way to fix that also?
Lastly I want to display “You may also like” portion in the blog, like here: http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
How would I go about doing that?
Again thank you so much guys and I’ll look forward to your answers.
Love the Theme but here are some of my wishlist items for it:
1) Add the Avia Feedback Box on Choices to Enfold
2) Fix issue with Pricing Table noted here: https://kriesi.at/support/topic/description-column-in-tables-not-aligning-properly-with-adjoining-columns
3) Add a FAQ custom post type and integrate it with the accordion and testimonial content. So we can just select the FAQ category and maintain from there (not have to edit page each time). Like the Q&A plugin but better styling with the Theme.
4) Add color style to the accordion + (I’m sure I can do it with custom CSS .. at least I hope so but it would be nice to make it easier). Want to make the + stand out more.
5) Have the color section work on pages that are not full width.
6) Ability to add a button in header.
7) Add a text block type selection that will allow to enter any html or css without adding the <p> around items.
8) Ability to format the datagrid cell/row settings
9) More font icons and ability to add more (I did see there is a post about how to do add but wish it came with a longer list)
Anyway, really nice job (much better than the last Theme I used and gave up on).
Thanks
I’m sorry for the repost, but this really is time sensitive and I haven’t been able to get an answer for 24 hours. Thank you in advance!
Please see the thread here: https://kriesi.at/support/topic/layer-slider-issues-1
I have 5 slides and often only 1…sometimes a couple will play through. I’ve upped limits for post and upload to 100M and memory to 64M. Still happening. On top of it, I can’t even force to view the next slide using prev/next or navigation buttons because they are all showing as /#.
Please, please help. Thank you!
Hi muholland,
It is probably a case of targeting that h1,h2 etc more exactly. So you could try something like:
#top.home .entry-content h2 {
color: #FF0;
}
If you can provide a link to the home page example we can provide a more relevant example.
Regards,
Devin
Hey! Sorry but this is currently not possible and would require some heavy modifications…
You can either hire someone for the job or post it in our feature request thread. In case there are enough users supporting your request we will add it to the theme:
https://kriesi.at/support/topic/enfold-feature-requests
Are you using WPML for the translation? If yes you should be able to create different menus for each language. Just select a language on the admin page (the language selector can be found on the top of the admin page), then create a menu for this language and assign it to a “theme location”, then switch to another language and create another menu for this language, etc.
Without a plugin like WPML it’s not easily possible to change the menu content because some advanced coding/logic is required to display different menus for different languages…