Hey jansthh!
1.) Use this to align the logo to the right:
div .logo {
float: right;
}
2.) Use this to move the mobile menu toggle:
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
margin-top: 0;
}
}
Cheers!
Ismael
Hey erwanpia!
The theme’s css will always override the wordpress core styling if there is any. Actually, the css that you mentioned does not affect anything because the width of the gallery thumbnails is controlled using this selector:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 20%;
}
Cheers!
Ismael
Hey!
Please add this on Quick CSS or custom.css to fix the comment label:
#commentform label {
position: relative;
left: 0;
top: 0;
}
Regards,
Ismael
Hey!
The theme doesn’t have a shortcode for a newsletter submit. You would need to add it to the header.php directly and customize as needed. Most likely it would need to be done by a freelance developer to keep everything responsive and cross browser compatible.
For a color section, you can remove it from your layout by deleting it in the avia layout builder or you can save the whole page including that element as a template from the Template button on the top right of the ALB. Hiding it with CSS on the front end won’t prevent it from loading.
However if you want to you can try giving the color section a unique ID in the For developers only field which adds an ID to the color section. Then target it by that name:
#colorsectionname {display: none;}
Best regards,
Devin
Hey William!
It isn’t an often updated or full list but all recommended plugins are here: https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Other than the themes Google maps widget there isn’t any specific plugin we recommend or know of that has good integration.
Cheers!
Devin
Hey Publicus!
For #1 there isn’t currently a way to do that. We’ve tried a few things internally but Kriesi is still looking to add some more options for things like that once the playback bugs that are live get taken care of.
2) HTML5 formats in general is the best bet. You can use fallback as needed for the most flexibility as long as the video files are in the same folder with the same name but a different extension.
3) You would need to give the item either a custom class name or if its a color section its own ID and then specifiy your custom height via css. See: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
I deleted your post in the video debugging topic because it was off-topic for that specific thread. I know I step on a few toes when I do that but it helps immensely to keep single use stickied topics clear of any general questions.
Regards,
Devin
Hi!
We’ll address separate topics in their own right. We have a massively higher than normal influx of requests right now so it will be a bit slower than normal at least for us.
Regards,
Devin
No, it shouldn’t be happening but it seems it is even still.
I’ve tagged Kriesi on the topic and hopefully he can find a fix for these.
My last post was deleted for some reason.
I have a few questions while using the color element in layout builder for video backgrounds.
1. How can I stop playback? i don’t want looping. just one play until the screen is refreshed
2. any tips on mobile video formats? currently i have set to display a jpg since video is not playing. i’ve used recommend settings found online, with no luck.
3. how to change the viewport height to something other than 25, 50, 75, and 100%? i want custom % or pixels?
thanks in advance,
larry
Hi, what’s up
2 questions concerning the following link: http://wirex-systems.com/wordpress/
1. how can I avoid the header resizing when scrolling down the page, meaning that I would like it to be fixed without any change. (I’m using Small fixed Header)
2. Please play a moment with the ‘Vertical’ sub-menu; Note that all the content is in one page and by selecting a sub-context, the page scrolls automatically.
My problem is that when clicking on ‘Telecom’ or ‘Cyber…’ (of which I used my #tags), the page immediately jumps! but when clicking on ‘Government’ (which use #top) the page is smoothly scrolling back.
Of course, same in the ‘Products…’ page.
How can I make my #tags to behave smoothly just like the #top ?
Many thanks
Thanks for this, Yigit. At http://delaware.ca/new-home/ the following issues exist:
– Still have the issue where, in the Masonry Gallery options, I have it set to display caption only on hover. However, it is displaying the caption regardless.
– Still have a different background color for the top and left side of the masonry area. How do I set it to be the same as the masonry background?
– When the social icons got larger they don’t fully show (YouTube, for example, is cut off) – and the spacing between needs adjusting as well.
– Since we are using the full width masonry, and it can’t be put into columns, is there a way to have the logo and icons left and right justify, respectively, so the page is balanced?
Many thanks,
Drew
I had the code taken from this thread:
.iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px; }
.iconbox_top .iconbox_content { text-align: left; }
It was working fine until today. I changed one thing in the CSS (ladding in the full page code.
Here is an example of my site with this problem.
Thanks in advance for your help.
Hi Guys,
I e-mailed before about the problem below, ref: #225932 I upgraded to the latest software and deleted cache, the link appeared to be working, now its not?, any ideas?.
Could you advise me?. I have a portfolio: http://www.naturaloutlook.com , under the first image you see of the computer I have quick link buttons to #tags in colour sections. I have a problem with the expertise button, which links to a colour section on a separate page – the About page. When you hit the button the page loads but scrolls past the start of the section, the odd thing is, if you go to About at the top of the page menu, then expertise which has the same page link, the page scrolls perfectly. Can you offer any advice to get the button from the home page to work correctly.
Hope that makes sense?.
Thankyou,
Gary
Hi,
I started a topic here (https://kriesi.at/support/topic/image-icon-in-the-navigation-menu/#post-226445) but someone closed it before I get the full answer.
Could you please re-open it or reply here please ?
Thanks,
Regards,
Julien
Hi!
Add following code to Style.css as well
#top .main_menu .menu>li:last-child>a {
padding-right: 15px!important;
}
Changing the height is not possible with the header type you are using
Cheers!
Yigit
Hey!
1-Dot was missing in front of the class. Please add it Quick CSS as following
.post-meta-infos { display: none; }
2- Please refer to https://kriesi.at/support/topic/remove-blog-from-title-bar/#post-182579
3- Please go to Settings > Reading and check "Summary" in "For each article in a feed, show" and add following code to Functions.php file
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
Cheers!
Yigit
Hey Miikey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
Cheers!
Yigit
Where and how is the top header area enlarged to accommodate a larger logo and how does one center the logo instead of flush left? How is the menu location changed? I’ll probably want it centered underneath the logo instead of right justified.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main_alternate { display: none; }
#top .social_bookmarks li a { font-size: 20px; }
.bottom_nav_header.social_header #header_main .container { height: 122px; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .widget_shopping_cart .button { float: left; }
Best regards,
Yigit
Also – I lightened the background of the masonry with:
.av-masonry-container {
background: #f9f9f9;
}
… but the top and left side are still dark grey. How do I lighten those?
Thanks!
Drew
with the latest update, my menu items have moved up about 20px. When the page first loads and the top menu is normal size, and when users scroll down and it remains fixed. How can I move it down again?
This reply has been marked as private.
This reply has been marked as private.
Hi,
I’d like to add an image to the top of my blog page using the Color Section in the Avia Layout Builder. This works on all pages except for the blog and the blog archives pages. http://192.185.98.211/~quinsonf/2014/02/
You can see, for example, that it works here – http://192.185.98.211/~quinsonf/us/
Thanks for the help! Great theme, btw.
Gabe
This reply has been marked as private.
Hi for what reason does the base.css affect the native galleries image / item width in content ? I removed this portion of code but there’s certainly a reason, what does ENFOLD officially reply ? THANKS .
#top .gallery .gallery-item{
margin:1px 1px 0 0;
width:80px;
height:80px;
padding:0;
}
There are no submenus at this time. The menu is all top level pages that I want to have the hover button effect on.