seems to work – thx a lot!
the hint with the plugin was great, too!
Issue in Safari.
If i have an Advanced Layerslider at the top of the page (i am using a demo there) and a Fullwidth Easy Slider at the same time somewhere else on the same page, the “You are here:Home /” font at the top of the page throbs from normal to bold, the weird thing is it does it in time to Fullwidth Easy Slider as each slide comes across it throbs!
It is fine in firefox and chrome.
Can you please help me on this as it looks awful.
I saw this link:
https://kriesi.at/support/topic/portfolio-category-archive-shows-only-10-items/
I installed the plugin but it doesn’t seem to work with the most up-to-date wp install. Do you have any other suggestions? Here is the page that I would like to show more than 8 items:
http://www.thinkdoug.com/portfolio_entries/graphic-design/
Hi Peter,
1. Hmmm… code did nothing to the line weight. The previous code I was given worked to make just the Mega Menu line thicker, but this did nothing. Previous code that I put back in for the time being is:
#top .header_color .avia_mega_div > .sub-menu { border-top-width: 4px!important; }
2. I’ll work with a freelancer. Thank you.
3. This was happening across all images (not just script pieces) and appears to be a combination of the break you mentioned as well as me copying a lot of the info from another CMS and the paragraph tags causing some problems. I’m working on it and believe I have it at least relatively under control. Thank you.
4. Worked. Thank you.
Any help with #1 is greatly appreciated. It’s not a huge deal, but it’d be great if it worked.
Thankl!
mdgworld
Hello,
please i have a critical problem.
If i try to activate a woocommerce plugin, the mega menu stop working until the user logged in on website.
THANKS
http://www.21dieci.it
Thank you for your help Yigit,
#top #main .sidebar { border-left: none!important; }
still makes sidebar disappear from mobile (tested on iphone5)
Hello,
Is it possible to add some spacing between the top tab title containers? They all merge into one with just a line divider, add some spacing would
make it look more like a tab container.
Thanks
Andrew
Thank you, Yigit – except, I don’t have such a link at the top of my page! How do I get it to appear (or, alternatively, find it elsewhere in the management console)?
Standing by …
Derek
Hi!
I’ll tag the topic for Kriesi but it will probably take him a bit of time as he is finishing up things for the next theme release.
Neither I or any of the regular support crew can give permission however so you’ll need to wait for Kriesi’s input.
Cheers!
Devin
Hi!
Right click is disabled on your website, i wanted to inspect elements to give you correct custom CSS to re-position phone symbol. Do you mind enabling it?
Cheers!
Yigit
Hi
I got at problem with Mega Menu
HEAD1 (is a head menu)
SUB1 – SUB2 – SUB3 (is a top menu)
SUB1.1 – SUB2.1 – SUB3.1 ( is a page)
I only want links on pages…. SUB1 ect. are also working
But on the mobil HEAD1 is a menu (black page)
Hi!
Please try to move the left sidebar using this:
.sidebar_left.sidebar {
text-align: right;
right: -20px;
z-index: 2;
}
.responsive .container .ten.units {
z-index: 5;
background: white;
}
Regards,
Ismael
Hi,
How can I get the youtube video to stop autoplaying on homepage (Layerslider)?
I have added &autoplay=0 but no use.
Please advise.
Cheers.
Hey!
You can edit functions.php, find this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Change it to:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>710); // big images for blog and page entries
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael
Hi Yigit,
http://217.147.86.171/~mainline/
That fixed those things but the phone no. now justifies left underneath the top nav bar. When you add more menu items it keeps moving left. If possible it needs to be justified right underneath the far right hand side of the nav bar.
Thanks a lot
Masten
That works for me.
I had the same issue in this post:
https://kriesi.at/support/topic/portfolio-grid-alignment-problem/
Thanks for that Ismael
By the way, the reason, why i have problems like that is, because my provider is caching my internet traffic, that causes all kind of css problems.
-
This reply was modified 12 years, 1 month ago by
wesdacar.
Hi!
1) You can change the border width with following css code
#top .header_color .avia_mega_div > .sub-menu, #top .main_menu ul:first-child >li > ul {
border-top-width: 4px!important;
}
2) Yes, custom fields would be a solution but it requires some custom code. Depending on what you need I recommend to to hire a freelancer. You can use the ava_after_main_menu action (see: http://codex.wordpress.org/Function_Reference/add_action ) to output the code. The advantage would be that you can place the banner image code into a child theme file.
3) I think the “text shift” is caused by an unnecessary br tag in the html source. I think WP adds it because of the script tag. Try to place the js scripts into the same line like the image link – i.e.
<p>
<a class="wistia-popover[height=540,playerColor=7b796a,width=960]" href="http://fast.wistia.net/embed/iframe/tyg8zrndv4?popover=true" style="position: relative; overflow: hidden; display: block;"><img style="border: 1px solid black;" alt="" src="http://embed.wistia.com/deliveries/b47d9488778804ce44807dffedc629c202ee909e.jpg?image_play_button=true&image_play_button_color=7b796ae0&image_crop_resized=282x159" width="282" height="159"><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 151px; width: 267px;"><span class="image-overlay-inside"></span></span></a>
<br>
<script charset="ISO-8859-1" type="text/javascript" src="http://fast.wistia.com/assets/external/popover-v1.js"></script>
</p>
should turn into:
<p>
<a class="wistia-popover[height=540,playerColor=7b796a,width=960]" href="http://fast.wistia.net/embed/iframe/tyg8zrndv4?popover=true" style="position: relative; overflow: hidden; display: block;"><img style="border: 1px solid black;" alt="" src="http://embed.wistia.com/deliveries/b47d9488778804ce44807dffedc629c202ee909e.jpg?image_play_button=true&image_play_button_color=7b796ae0&image_crop_resized=282x159" width="282" height="159"><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 151px; width: 267px;"><span class="image-overlay-inside"></span></span></a> <script charset="ISO-8859-1" type="text/javascript" src="http://fast.wistia.com/assets/external/popover-v1.js"></script>
</p>
If this doesn’t work because of whatever reason try to add following code to the quick css field
.home .flex_column .iconbox_content p br{ display: none; }
4) Try following css code – it should replace the rectangles with bullets
.avia-bullet {
border: 2px solid !important;
border-radius: 2px;
}
Best regards,
Peter
Hello,
I’d like to use the fullscreen slider for my home page like the v7 Home page – Portfolio One page you use in the demo theme.
I’ve used image like you 1500x1500px i’m using as in the dummy content ‘centered centered’ image position, but i don’t have my image at the good size.
I’ve also tried the Top Left position still not change.
Can you help me? I don’t understand.
Thanks,
I searched the forum for a solution to vertically align the logo in the header. There are some approaches but none (as far as i have read … there are so many threads) works with every type of header (especially with the fixed one).
After a couple of tries i came up with the following css code:
.logo img { display: inline-block; vertical-align: text-bottom; }
or
.logo img { display: inline-block; vertical-align: middle; }
This depends on the logo it self and you can choose what ever fits your visual needs best.
Because the kriesi-team knows its theme best i would like to know whether my css solution may brake the layout. I tested it with several browsers on windows, linux and android without issues. However as i can see differences between mobile and desktop devices (in chrome for android on a tablet device the menu/logo container does not change size if you scroll down … which should be an option for desktop views as well) i dont know whether there might be a situation where my css code fails. Any recommendations?
Regards
Michael
-
This topic was modified 12 years, 1 month ago by
mensmaximus. Reason: grammar
Hey!
Please try this on your custom.css or Quick CSS:
.grid-entry.flex_column.isotope-item.all_sort.no_margin.post-entry {
min-height: 324px;
}
You have a lot of plugins installed. Please deactivate them, see if the issue persist.
Cheers!
Ismael
I just added the image from the gallery. I also tried just copying the code from one box and pasted in another. It works for the two middle images in that row, but as soon as I use the exact same code for the image on the far left, it stops working.
It’s not in the HTML, since that is identical in each column. It seems to have something to do with the individual images. If I take the code for the second image (column 2) that is working and copy and paste that code into the first column/box along with the first image first and the second image below, the second image works, but not the original/first image. I compared the code, and it’s identical with the exception of the file names.
I’m stumped!
This reply has been marked as private.
the mobile version on my iphone works just fine. if i switch to the desktop version, the icons are gone as well
Sorry,
but i have to reopen the thread regarding NO ICONS
https://kriesi.at/support/topic/what-did-you-change/
The SuperCache Plugin was for some reasons off, so the website did not use any CDN network.
No it’s back on and the icons are gone, gone, gone ….
Great works perfectly!
I would still like to know if there is a way to minimise the padding to the right of the side navigation so I can get the menu items onto the one line. There appears to be 52px of padding to the right that I would like to take down to about 20px. Any ideas on this would be appreciated.
Also, is there a way to make the sub menu items of the active section in the side menu bold so they appear different to the links to the other sections?
Thank you!
Hi,
I want to add a telephone symbol + link next to the email icon in the social bar:

http://bit.ly/hsRf8m
Thx & regards
Hi –
Still working on a few issues not resolved or answered by your prior response.
What is the best way to create a blog with one column where there are multiple large photos and text without thumbs or clicking to enlarge the image as well as embedded video (Vimeo)? You said: 6) Please go to Enfold theme options > General Settings and choose “Single Author, Big preview pic” as Blog Style. I already had that selected. Made a new post and the image is still smaller than it’s actual size. I want an image inline with text, at it’s native size and which does not have the option to click on it to enlarge it in another window.
Is it possible to not included the author and the date on a post and if so how? You recommended adding this to the Quick CSS
.post-meta-infos { display: none; } which I did but it does not suppress the post metadata.
Not answered: How do you display categories, name and date at the bottom of the blog post and not at the top.
Not answered: What is the best way to add social links and icons to the lower left side of the footer?
Thanks!
Hi,
I choosed the following layout for my blog: http://bit.ly/H6FlES
… how can I make sure, that the post image is cropped to look fine on the blog overview page?
For the portfolio I choosed this layout: http://bit.ly/175r0oN
… the images are shown as squares – what’s perfect for me. But the portfolio post image at the top, when you open one of the portfolios, looks very strange. How can I optimize that?
Thx & regards