-
AuthorSearch Results
-
June 4, 2013 at 3:27 pm #122791
In reply to: Logo & colors
Hi,
Please add this css to your /css/custom.css or to Quick CSS located in Enfold > Theme Options > Layout Style (text area on bottom of the page.
@media only screen and (max-width: 479px) {
#top .logo, #top .logo a {
overflow: visible;
left:32px
}}
@media only screen and (min-width: 480px) and (max-width: 767px){
#top .logo, #top .logo a {
overflow: visible;
left:115px
}}Thanks,
Nick
June 4, 2013 at 2:11 pm #24290Topic: How to change the Post Title to H1
in forum Enfoldbakbek
ParticipantHi,
It seems that the post titles are not H1 (it shows as #top h2 a). I would like to make the post title to be H1 tags and also to increase the size of the font as the title is much smaller than any H2 you use inside the post content.
Thanks.
June 4, 2013 at 12:19 pm #24281Topic: Header Troubles
in forum EnfoldHotelsolutions
ParticipantUnfortunately we’re having some troubles with our header again ( goo.gl/mQNrM ).
There seems to be some space between the top of the page and the header, which is especially annoying when scrolling down. As you can see on this picture: http://img211.imageshack.us/img211/2040/headertxl.jpg. We had this problem before and with your support we were able to fix it using this code:
.fixed_header #header {
top: 0px !important;
}
The code is still active in our custom css sheet. No idea what happened, we haven’t made any major changes to the site?
Hope you can help!
June 4, 2013 at 11:51 am #122180In reply to: Translating search
Thank you for the explanation!
Before I never faced with such problems. I deleted my presupposition about cracked theme.
Now I asked hosting support for help. May be dedicated IP is solution.
OK, please don’t close the topic, I hope for your help after IP would be removed from the blacklist.
June 4, 2013 at 9:31 am #24277Topic: Movie in slider
in forum Enfoldjeffreyvanoostrom
ParticipantHi guys,
Just bought the theme last night, but before I spend hours to figure it out: Is it possible to play a youtube or vimeo movie in the slider?
My idea is to have a picture of a laptop in the slider and have a youtube movie autoplay in it.
Please let me know if and how this can be done.
Thanks in advance
Jeff
June 4, 2013 at 7:56 am #122450In reply to: Rogue Color Layer
Hi MikehJPP,
You are looking at the wrong selector.. Look at the h3 tag to see the code
.main_color .heading-color, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline {
color: #FFCE66;
}—-
Right now there are 4 blocks of code that control the color of the Home in that image , and here they are from strongest on top to weakest on bottom. (yes this needs to be fixed) i believe.
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
color: #EB8A22;
}
.alternate_color .heading-color, .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6, .alternate_color .sidebar .current_page_item>a, .alternate_color .sidebar .current-menu-item>a, .alternate_color .pagination .current, .alternate_color .pagination a:hover, .alternate_color strong.avia-testimonial-name, .alternate_color .heading, .alternate_color .toggle_content strong, .alternate_color .toggle_content strong a, .alternate_color .tab_content strong, .alternate_color .tab_content strong a, .alternate_color .asc_count, .alternate_color .avia-testimonial-content strong, .alternate_color div .news-headline {
color: #FFCE66;
}
h1 {
color: #EB8A22 !important;
}
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
color: #EB8A22;
}Thanks,
Nick
June 4, 2013 at 6:47 am #122448In reply to: Rogue Color Layer
Hi Nick,
I have been changing the CSS as ive been going along (just like you showed me – hence ive achieved sooooooo much knowledge thanks to you) but I didnt understand why the % transparency was used. I was so tied up with the belief you ‘techies’ always dealt with exact values that I didnt think for a minute Kriesi had put in a ‘paint by numbers’ design system. It all makes sense – I just wanted it explained so I didnt think I was going mad! Its not something I think can explained by just trawling the web
Anyway, I think I can get back on track now. If… the following code effectively shuts off the transparency and I can add my own then I can get on.
#top .socket_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .header_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .main_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .alternate_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .footer_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
I know you felt like it was pulling teeth but it was a worth while lesson for me. Sorry if you feel exhausted!!
Cheers & I guess we can shut up shop on this issue finally
Andy
June 4, 2013 at 5:51 am #122446In reply to: Rogue Color Layer
Hi,
Yes. Your image shows no yellow color in the header, the section you were editing. Have you changed the yellow also in the body section or alternate section? See image http://i.imgur.com/YWr6qVn.png
The very top color changer for background doesn’t seem to be working , but you can just paste the color in there.
Because I easily was able to change the yellow you are pointing to in one of the other sections, alternate I think.
Thanks,
Nick
June 4, 2013 at 5:18 am #122913In reply to: Sign Up Button
Hi,
Please search the forums, there has been a long line of people asking about this exact customization for more than a few years and there is probably more than one set of working code to do just what you are asking in these forums (including mailchimp).
Here is a video showing how to do it (i saw at least 6 other videos with step by step instructions) http://www.youtube.com/watch?v=vT7Jiaq-ov8
Here is a wordpress forum discussion which ends with it working http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-enabling-the-evil-popup-mode
Thanks,
Nick
June 4, 2013 at 4:55 am #122443In reply to: Rogue Color Layer
Hi,
Ahh, so the background color on my snapshot, for sidebar, content area, socket and header is not the color you selected. Should have said just that, because how am I supposed to know.
Been looking , and even though that black color you have is exactly the color if 10.5% transparent black is painted on white, in reality it is color #191919 and it is used on page /includes/admin/register_backend_styles.php on lines 625,638,690, and 704. I think if you change that to #000, your troubles may be over!
changing that produced for me http://i.imgur.com/3QQMkvt.jpg
There are a couple other colors hard coded on the page and I think you will find all the ones that been showing up
============
I also got plan B lined up. I am gonna give you a new css file with all extra css removed which will take the place of enfold.css
I looked at all the transparency css, and also found this :
#top .socket_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .header_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .main_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .alternate_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}
#top .footer_color .avia-color-theme-color {
color:rgba(0,0,0,0.5);
}They can be neutralized by changing 0.5 to 0.0
Thanks,
Nick
June 4, 2013 at 1:26 am #122582In reply to: Slideshow Option doesn't appear
This post was in the Abundance forums which is on version 1.9. If you are using Enfold, the same meta box is not present as with Abundance so there *isn’t* that box below the visual editor.
See the videos for Enfold here: https://kriesi.at/support/topic/video-requests
Regards,
Devin
June 4, 2013 at 1:07 am #122753In reply to: Input control
Hi,
Add this on your custom.css
#top input[type="text"] {
float: left;
clear: left;
}Regards,
Ismael
June 4, 2013 at 1:07 am #122909In reply to: Child theme update
Hey victoriaeducacion,
Just make a new topic with the questions/issues. It helps keep things easier to search for other users and for us to keep track of open topics :)
Regards,
Devin
June 4, 2013 at 12:42 am #122732In reply to: Blockquote
Hi,
You need to use the dropcap shortcode.
<blockquote>[av_dropcap1]"[/av_dropcap1]Click here to add your own text</blockquote>[av_dropcap1]"[/av_dropcap1]Or you can bring the default wordpress blockquote styling.
blockquote {
background: transparent url('../images/skin1/quotes.png') no-repeat top left;
}You need to supply the image for quotes.png.
Regards,
Ismael
June 4, 2013 at 12:23 am #122442In reply to: Rogue Color Layer
Hi there,
two things… Firstly Kriesi has just acknowledged that there was an issue with the blog grid and it will be resolved in next update. Secondly, this color debate… the point im making is that (for argument sake) lets say I make every single color a strong orange and just the background is black. Why am I seeing derivatives of that color which (on your Clipular grab) show that there are loads of tinted ranges of the only orange color i chose. eg… the titles CATEGORIES & the blog…THE EYES HAVE IT show up as a vile yellow which is an opacity level of the only Orange color I chose (as shown in HOME – top left)
As ive said… the only way I will get rid of this is to literally add line after line of CSS code to kill it. Why cant I kill the white globally and only have my colors chosen in the styler as the colors I want (without the transparency/opacity)???
Andy
June 4, 2013 at 12:17 am #122208In reply to: Big issue with icon list, can't edit text anymore.
Hi,
What do you mean by accent? Try to increase your php memory output. Refer to this link.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Again, switch your Avia Builder to debug mode to see the actual shortcode.
https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136
Regards,
Ismael
June 4, 2013 at 12:08 am #122441In reply to: Rogue Color Layer
Hi,
I am trying to understand what you are seeing, because this is what I see in Chrome on Windos 7 http://www.clipular.com/c?7180226=65G_ENiS0TuPzhP8gfxP6Nr6feM&f=.png , FF looks same, and so does IE.
The way the theme works is that a css file gets dynamically generated based on settings in Enfold > Theme Options > Styling. This css file gets written into the upload folder of wordpress (since chances are the server allows file writing there) . In your case this is the file http://www.andypeck.co.uk/wp-content/uploads/dynamic_avia/enfold.css. It is executed right before custom.css in the cascade.
I just ran an app that counts which selectors in css are used and which are ignored and 98% of css is not used on your site. I have a feeling that maybe some of these selectors may be used somehow even though they are. WordPress 2.6 promises tons of improvements so for now i would just continue building. When you are finished thats the time to remove the unneeded selectors and I have a feeling things will fall in place. If this is done now, then when you add anything extra there wont be a selector to style it, so thats why i suggest you get to the point where you have everything finalized. On top of that its a great optimization technique.
Thanks,
Nick
June 3, 2013 at 11:00 pm #122648if you put a page in a mega menu, without putting it in a category it’s clickable on the normal version but not on the mobile version.
i’ve just put menu items with no category inside a “-” category …
June 3, 2013 at 9:17 pm #24258Topic: Text block next to image – layout problem
in forum Enfoldykblue
ParticipantHi,
setting up a page with columns 2/3 (containing an image) and 1/3 (containing text-block), the top line of both of the elements is not on the same level. Text-block is appearing some px lower than the image-column which looks not 100% precise.
Is there a way I could achieve that they appear on the same height, either by pushing the text-block up or the image down?
Thanks for your assistance, Katharina
June 3, 2013 at 5:42 pm #122888In reply to: Sidebar on mobile screen size not appearing
Hey kleboe,
Change that to:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; clear: both; }
}So that it moves from the sidebar position and wraps under the content.
Regards,
Devin
June 3, 2013 at 2:49 pm #24247Topic: Sidebar on mobile screen size not appearing
in forum Enfoldkleboe
ParticipantI know that Ismael has already provided the following code for Quick CSS to fix this issue:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; }
}
—-
Despite using this code my sidebar still doesn’t display on mobile. See: http://kleboe.co.uk/jobs for what I mean. Can anyone help on this?
Thanks!
June 3, 2013 at 12:52 pm #122846In reply to: How to make top level navigation not a link
Hi silverhema,
You can add the menu item as a custom menu item and then set a # symbol for the URL.
Regards,
Devin
June 3, 2013 at 12:43 pm #122176In reply to: Translating search
Thanks for detailed reply, Nick.
Concerning correct code ( http://i.imgur.com/QxhJjzx.jpg ) – thank you, I see it is all good now!
But I got some more questions.
_______________________________________________________________________
You are right, there would be no comments and no blog on site
I added code to Quick CSS box and did not found something changed:
#top.search-no-results .widget.avia_combo_widget, #top.search-no-results .entry-content h3 {
display: none;
}_______________________________________________________________________
What I did to solve encoding problem:
1) Opened functions-enfold.php, searchform.php and the function-set-avia-backend.php via Notepad++ and saved them to “UTF-8 without BOM”. Then I updated files via FTP.
2) Edited .htaccess according to you recomendations.
And after this nothing changed. May bу I missed something or I shoud edit only original php files with Notepad++? (I just had edited files that where previosly saved in Dreamwiever)
Thanks, Vitaly
June 3, 2013 at 12:40 pm #122699In reply to: better minfy for the js and css?
Hi hsie,
Kriesi uses the plugin mentioned in this topic in the demo: https://kriesi.at/support/topic/reducing-http-requests#post-115039
Regards,
Devin
June 3, 2013 at 12:38 pm #122724Hi Evan,
In the top right of the page view should be a tab labeled “Screen Options”. This is when looking at a normal page in wordpress.
Regards,
Devin
June 3, 2013 at 12:25 pm #121997There isn’t any theme options for it but 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:
#top.post-type-archive-product #main .sidebar {
display: none;
}
#top.post-type-archive-product .template-shop.content {
width: 100%;
border: none;
}and for the product category pages:
#top.tax-product_cat #main .sidebar {
display: none;
}
#top.tax-product_cat .template-shop.content {
width: 100%;
border: none;
}Regards,
Devin
June 3, 2013 at 12:21 pm #122691Hi blingcart,
No not for the WooCommerce generated pages. The theme tries to do as little as possible with WooCommerce so that it has the max flexibility with Woo Extensions and plugins.
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.tax-product_cat #main .sidebar {
display: none;
}
#top.tax-product_cat .template-shop.content {
width: 100%;
border: none;
}Which will force the archive pages to have no sidebar and be 100% width.
Regards,
Devin
June 3, 2013 at 11:37 am #122230In reply to: stop videos from overlapping header
Hi imagnmedia,
I see it happening in FF though I’m not sure what the root of it is as the z-index settings should have it under the content (as it is in webkit browsers).
I’ll have to tag Kriesi on the topic so that he can dig into it a bit and see if a fix can be found for IE and FF.
Regards,
Devin
June 3, 2013 at 11:21 am #122647Hi pixelmixture,
I don’t have any issue selecting that item on the menu in any size. There are some instances where the menu will disable a parent: if it has no url associated with it or if you give it the noMobile class but in this case I’m just not getting that behavior on the linked site.
Regards,
Devin
June 3, 2013 at 11:05 am #121717In reply to: Menu broken in Responsive mode
I see what you mean. Its only after the mobile has been triggered and then it stays ‘stuck’ on mobile which makes the menu appear.
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:
/* iPads (landscape)
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
#top #advanced_menu_toggle {
display: none;
}
}Which is a media query designed to target ipads landscape specifically and will hide the mobile button even if its trying to show. Let us know if it works for now and I’ll put it in as a bug.
Regards,
Devin
-
AuthorSearch Results
-
Search Results
-
Hi,
It seems that the post titles are not H1 (it shows as #top h2 a). I would like to make the post title to be H1 tags and also to increase the size of the font as the title is much smaller than any H2 you use inside the post content.
Thanks.
Topic: Header Troubles
Unfortunately we’re having some troubles with our header again ( goo.gl/mQNrM ).
There seems to be some space between the top of the page and the header, which is especially annoying when scrolling down. As you can see on this picture: http://img211.imageshack.us/img211/2040/headertxl.jpg. We had this problem before and with your support we were able to fix it using this code:
.fixed_header #header {
top: 0px !important;
}
The code is still active in our custom css sheet. No idea what happened, we haven’t made any major changes to the site?
Hope you can help!
Topic: Movie in slider
Hi guys,
Just bought the theme last night, but before I spend hours to figure it out: Is it possible to play a youtube or vimeo movie in the slider?
My idea is to have a picture of a laptop in the slider and have a youtube movie autoplay in it.
Please let me know if and how this can be done.
Thanks in advance
Jeff
Hi,
setting up a page with columns 2/3 (containing an image) and 1/3 (containing text-block), the top line of both of the elements is not on the same level. Text-block is appearing some px lower than the image-column which looks not 100% precise.
Is there a way I could achieve that they appear on the same height, either by pushing the text-block up or the image down?
Thanks for your assistance, Katharina
