Hi,
Open js > avia.js, go to line 537.
item.stop().css('display','block').animate({opacity:1},300);
Replace 300:
item.stop().css('display','block').animate({opacity:1},0);
Regards,
Ismael
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
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,
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
the url is AXxperts.com The WordPress guy who helps me said this was the problem
There appears to be a conditional statement or something not working right between the header.php and archive.php in 1.5.1 as the horizontal header that stays floating on top of the page does not load. The page I’m having the problem on is: http://www.axxperts.com/blog-single-author-big/ I have checked in all 3 of my browswers (Chrome, Firefox, IE9).
Hi,
Layer slider not saving after upgrading to 1.5.1 !!
TypeError: top is undefined
…/config-layerslider/LayerSlider/js/admin.js?ver=4.5.5
Line 761
Thank you for tour help
I would like to know how to show the full portfolio image on the portfolio page. Right now, all of my portfolio images are the same size circle (300px by 300px) and it is automatically cutting off the top and bottom the circle. I would like it to show the full image, but maybe have the thumb 100% wide so it can fit inside smaller columns. Does this make sense?
It depends on how you update the theme. If you just overwrite the old files with the new, update files (eg by using ftp) the custom elements won’t be affected (or only if we add a file with the same file name – however the risk is not very high :) ). However if you delete the entire theme folder first you need to make a backup of the elements.
You can also try to place the element code/class into a child theme but I’m not sure if this works out because all elements extend the “aviaShortcodeTemplate” class and if the template builder plugin is not loaded (which can happen because the child theme functions.php will load first) then you’ll probably get an error. In this case I’d recommend to copy the content of functions.php to your child theme and to set the “use_child_theme_functions_only” to “true” (see comment at the top of functions.php).
$avia_config['use_child_theme_functions_only'] = true;
Any progress on this problem?
Glad we could help :)
Just make a new topic if you have any other questions or issues.
Regards,
Devin
I don’t know what you mean by category. I think the terminology breakdown is just not accurately describing the difference in the set up.
If you have a working solution, its most likely the intended way to structure the mega menu though without seeing it first hand I can’t say for sure. Either way, as long as its working the way you’d like it should be okay.
Regards,
Devin
Hey there,
It looks as though in the demo that you can adjust the opacity of layers in the homepage slider. For example I’d like lower the opacity of a text box that I place over top of the main image for that slide.
Any idea if/how I can go about accomplishing this?
Thanks for your time and insight. All the best.
On the topic of shortening the breadcrumbs, no not at the moment. It would need to be done as a rewrite of the breadcrumb function since I’ve never seen any kind of implementation like that before.
Regards,
Devin
Fresh news: Nick, the site is blocked by the sowtware you use. Every one else see it clearly.
I created a topic on Malwarebytes forum and asked to remove IP from the blacklist: http://forums.malwarebytes.org/index.php?showtopic=127312
Right now you can skip this blocking by reading following article: http://helpdesk.malwarebytes.org/entries/23460161-How-do-I-unblock-a-site-which-Malwarebytes-Anti-Malware-blocks-
If you are afraid of skip blocking we shoud wait for 3-5 days until the IP would be removed and you get the updated Malwarebytes bases
If you want to view your shortcodes you can also activate the debug mode: https://kriesi.at/support/topic/export-theme-settings-and-templates
You can i.e. copy/paste the output of the debug field into the standard editor and modify it there.
On the topic of breadcrumbs and not trying to hijack your thread Daniel. Is there a way to shorten the breadcrumbs? As you can see here it gets very long (this is a shorter one):
http://staging.avenirtechnologies.co/product/352a60/
When you start to resize the browser the breadcrumbs overlap the title of the page until you get to a width where the breadcrumbs fall under the title.
Maybe a way to have it go like this:
Home / … / … / General Purpose / Single Axis / Model: 352A60 – ….
Instead of:
Home / Products / Accelerometers / General Purpose / Single Axis / Model: 352A60 – High frequency, ceramic sheer ICP accelerometer
Hi,
On Appearance > Menu, give the menu items a special class. If you can’t see it, click Screen Options (top right), look for “Show advanced menu properties”, check “CSS Classes”. You will be able to specify “CSS Classes (optional)” for each menu item.
Regards,
Ismael
Hi!
Use following code instead
.fixed_header #header {
margin-top: 0 !important;
top: 0px !important;
}
Best regards,
Peter
Hi,
I tested this and it seems like you are correct, they are required. Let me tag Kriesi to shed some light on this topic.
Regards,
Ismael
Hi,
<p> tag creates a top and bottom margin. You can add this on your custom.css
p {
margin: 0 0;
}
Regards,
Ismael
Nick hi,
I tryed doing what you recommended, but it did not move the silde text/button to the right position (as it looks in the full width desktop).
It must be some other thing …
do you have an idea ?
Thanks
This is not possible at the moment and I’ll mark this for Kriesi (feature request). You can only remove the link from “Meqa Menu” columns which are not main menu items but menu items on the second level (you just need to insert a dash ( – ) into the “Mega Menu Column Title” field).
Hi guys,
Great theme, love it. I tried using the instructions from this support thread of a year ago to sort posts from oldest-first (while keeping the default newest-first ordering in the blog main page):
https://kriesi.at/support/topic/how-to-sort-by-older-posts-from-older-to-newer-posts-possible
That is, edit archive.php by adding:
`query_posts($query_string . ‘&order=ASC’);’
But nothing I have tried works. Any suggestions?
Thanks,
Paul
Hi,
You can add this on your custom.css or Quick CSS to make the thumbnails square.
#top div .avia-gallery img {
width: 100%;
height: 100%;
}
.avia-gallery-thumb a {
width: 20%;
height: 97px;
}
Regards,
Ismael
Thanks Devin. I too need to have a top level navigation be an inactive link. In other words, cannot be clicked.
Using your recommendation from above I load a blank page in a new tab ( in chrome). Any other ideas anyone?
Hello,
I have posted this issue before but you are not helping. Earlier you said “It should be working” and I said “It is not working” then I realised you have marked it “CLOSED”!!! https://kriesi.at/support/topic/left-sidebar-menu-footer
My left menu is still listing alphabetically and I want it to be listed just like in the dropdown menu. I have changed the sidebar.php and updated and still not working. CAN YOU PLEASE HELP!
http://bilgin-group.com/blgn-grp-test/?page_id=1506
Thanks…