Forum Replies Created
-
AuthorPosts
-
Hi,
Your link doesn’t work. I think this one is the correct one http://www.blackjava.de/?page_id=1481
I don’t have the same mobile you use, but does it look anything like this ? http://www.clipular.com/c?7309049=9qqECREC4DTzLZ92BF6jpNV7co0&f=.png
The problem is that you specified that you want to have 10 columns, so the code is doing its best to follow your command. here is some css to change the number of columns in smaller screen sizes. You can change the percent how you want,
@media only screen and (min-width:480px) and (max-width:767px) {
#top #wrap_all .avia-gallery-thumb a {
width:20% !important;
}
}
@media only screen and (max-width:479px) {
#top #wrap_all .avia-gallery-thumb a {
width: 33% !important;
}
}Please add that to your /css/custom.css file
Thanks,
Nick
Hi,
I am so sorry about the closing of your inquiry. Right now this forum is being updated and things may be going a bit haywire for the next week or two. After looking at your menu, I realized that I don’t know if Örgü or İplikleri comes first or last if alphabetized. (joking).
What you need to do, is create a New Menu, and order the items on that menu in the same order as they are on the drop down menu. Do not attach this menu anywhere. Then you will need to go to Appearance > Widgets , and add a Custom Menu Widget to the sidebar displayed on this page, and attach the New Menu you’ve just made to the Custom Menu Widget. This is the best way to ensure the order of the menu items will be correct on this page.
Thanks,
Nick
Hi,
I added the request to the list https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-116522
Will close this request for now.
Thanks,
Nick
Here is a request from
I would like to have the ability to link to the portfolio so it opens with a particular category filter. How would you recommend doing this?
Example: I have 3 categories in portfolio, I’d like to open the portfolio page filtered with cat 2. It should look like: http://www.domain.com/portfolio/#cat2.
============
Great suggestions! Please keep them coming!
Thanks,
Nick
Hi,
Would you please show a url where this is taking place. You can mask the url in http://www.goo.gl
Thanks,
Nick
Hi,
If that is the correct then this will hide it
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
display:none;
}or you can try this
#top .title_container{
display:none !important;
}Thanks,
Nick
Hi,
If you want only 1 taxonomy to show up instead of every single category, it can be done so you would have breadcrumbs like:
Home / Products / Single Axis / Model: 352A60 – High frequency, ceramic sheer ICP accelerometer
In /framework/php/class-breadcrumb.php find lines 629-630 that look like (the line numbers may be off by a couple, just make sure the comment looks identical to the one below)
/* While there is a parent ID, add the parent term link to the $parents array. */
while ( $parent_id ) {and change them to look like
/* While there is a parent ID, add the parent term link to the $parents array. */
while ( $parent_id ) {
break ;This will keep the number of taxonomies to one.
Thanks,
Nick
Hi,
I am aware that its the anti virus software that blocking your IP, but since 200 million people use this software I thought you should know about the block.
—
Have you added the code above ( https://kriesi.at/support/topic/translating-search#post-115659 ) to your htaccess file? Because right now something is not properly setup with you server. Because if I enter a Russian word , your server doesn’t show it when looking at the search box under magnifying glass
http://www.zink.by/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA
http://www.clipular.com/c?7306002=zaxzxgULG0LZdRb933nV00JlEKc&f=.png
But when the same word is searched on kriesi’s website , it comes out normally
http://kriesi.at/themes/enfold/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA
http://www.clipular.com/c?7070039=zJLNVPcCZxA9WCgdHmsH0yehA0A&f=.png
After using that .htaccess , I also have no problems.
Thanks,
Nick
Hi,
There is a video tutorial out now as to how to create a mega menu with Enfold.
Thanks,
Nick
Hi,
Please try adding this css to your /css/custom.css .. You should play around with those numbers
@media only screen and (max-width: 479px) {
span.ls-s-1, p.ls-s-1 {
font-size: .65em !important;
line-height: 1.11em !important;
}}I don’t see the dot and the phrase to its right move anywhere in smaller screen sizes. http://www.clipular.com/c?7289023=s7IOHczI8yQeEbHbV2eupP8gvWw&f=.png
Thanks,
Nick
Hi,
Please provide a link to your site so I can answer your questions. I also wouldn’t use !SUPERDUPERIMPORTANT since IE8 is not familiar with that syntax.
Thanks,
Nick
June 4, 2013 at 3:58 pm in reply to: "WordPress Failure Notice: Are You Sure You Want To Do This?" (Advanced Editor) #122726Hi,
That message shows up when a nonce check fails. If you have jetpack installed , then its the cause of it. There are a couple of plugins that for whatever reason cause this problem.
There is a block of code you can add to disable this issue though I am not sure if it still working. Please look here. http://wordpress.stackexchange.com/questions/60957/what-causes-the-are-you-sure-you-want-to-do-this-error-with-plugins
Thanks,
Nick
June 4, 2013 at 3:50 pm in reply to: How can I make the featured image smaller in the single post page? #122679Hi,
Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.
Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. A labeled screenshot hosted on imgur.com or else where would also be helpful in ensuring success. However. a screenshot alone is not very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.
Thanks,
Nick
Hi,
You are doing something wrong. Take a look, http://www.clipular.com/c?7175411=R-AUqDva7mP9JJimOzqUDYfdf3E&f=.png or http://www.clipular.com/c?6633442=ZqFLbsM716FcjXQ-NxAnFAK9W9I&f=.png
i built it like this http://www.clipular.com/c?6519475=UwR_ITL6Ios5t0tKC_tbHN4K1_M&f=.png
You probably have padding set in the elements themselves. Take off the padding, and if you can’t find , please provide a url of the site so we see code.
Thanks,
Nick
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
Hi,
Your host is wrong. Let me show you why. When I go to this domain http://hoster.by/ (also in Beylorussia) there are no problems ( http://www.clipular.com/c?7126469=mtpVmeMWpiB_xuXdCLLh36nTFwA&f=.png ) because its IP address isn’t on a list of blacklisted IPs from where hacking takes place. When I go to you domain, i get this. http://i.imgur.com/5otACjq.png. Tell him to put you on new IP. Its still in your country so govt can bother someone else. :)
Thanks,
Nick
HI,
I just made a quick video tutorial on how to get that done. As soon as Vimeo processes it, you can see it here -> https://vimeo.com/67651241
Thanks,
Nick
Hi,
Dont use a font size in pixels, instead use em. i think 1.6em = 14px. But em are responsive measure of distance so convert all your pixel measurements, especially for fonts. Play around with em till you get the right size. Maybe start with 1.9em
Thanks,
Nick
Hi,
I didn’t say your site is blacklisted. I said your ip is blacklisted and gave you url to see who on your ip that is causing your whole ip to become blacklisted but so far only by 1 security company. Contact them and tell them that you are on a shared ip address. Your IP that you share is 93.125.99.37
If you bought the theme and downloaded it from themeforest.net and not downloaded it from a warez/nulled website for free than your theme is not cracked. (themes are not cracked , only software is).
These are the banned websites on your IP: brz.by, diapal.by
Thanks,
Nick
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
Hi,
You are using a very old version of the theme. You should download the update from themeforest.net using the account you purchased the theme with.
The process for updating the theme using FTP is as following:
Unzip it on your home computer, and then upload the folder to your server using FTP software such as FileZilla . Please make sure to rename your current theme folder first if you customized any of the templates in order to preserve any customizations. The update will overwrite all theme files.
If your theme has been customized (i.e. code changes in the template files) :
Here is a video Devin produced outlining the process https://vimeo.com/channels/aviathemes/67209750
Thanks,
Nick
Hi,
Its there because most people are like me and are incapable of matching colors. With this , they now can pick a few colors and the tones will be created for them based on the main colors, the shades and all that by adding a % transparency. If the colors here aren’t used and instead are styled as i showed you long ago using css and chrome developer tools, then all would be well and none of this would be bothering you. :)
But in any case, tell me locations just like u did there with the arrows, and i can get you the color css for it, and u can change it easily yourself.
THanks,
Nick
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
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
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
Hi,
in shortcodes.js find line 308-327
replace it with
thisheading.on('click', function()
{
if(content.is(':visible')) //if open and gets click
{
allContent.siblings().show();
heading.show();
allContent.slideUp(200);
thisheading.removeClass('activeTitle');
}
else //if closed and gets click
{
if(container.is('.toggle_close_all'))
{
allContent.slideUp(200);
heading.removeClass('activeTitle');
}
allContent.siblings().hide();
thisheading.show();
content.slideDown(200);
thisheading.addClass('activeTitle');
}
});These are the settings it works with http://www.clipular.com/c?7176314=OpNDsZKo2367by8JWoob5VVDBpc&f=.png
Thanks,
Nick
Hi,
I think you got bigger problems. You are using a blacklisted IP, so I can no longer even connect to your website as well as the second website. Your IP is used to spread malware i think by different domains. I suggest you switch before your domain gets tainted as well from hosting in a bad neighborhood.
http://www.uceprotect.net/en/rblcheck.php?ipr=93.125.99.37
Thanks,
Nick
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
Hi,
Hard to tell with any degree of accuracy -. I am going to install IE8 VM style, since all else lacks precision..Meanwhile you can get some background images going again by using this css solution … this assumes background image inside a <img src=”image url” class=”bg” tag.
img.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
img.bg {
left: 50%;
margin-left: -512px; /* 50% */
}
}Thanks,
Nick
Hi,
You can do quite a lot of stuff to that line .. Add this css to your custom.css file https://kriesi.at/support/topic/enfold-responsive-slide-out-menu-issue#post-112059 and you see what I mean about that bar below the menu, This code also gives you a blueprint for customizing the menu itself and all its parts including aligning everything. i believe that the code already puts everything right where it needs to be.
Thanks,
Nick
-
AuthorPosts