-
Search Results
-
Hi,
i have a Layeslider slide with an embedded vimeo video (in an iframe) with this src attribute :
http://player.vimeo.com/video/39412670?title=0&byline=0&portrait=0&color=c3512f&autoplay=0
But the video always autoplays…
Is there a way to disable autoplaying ?
I saw this code on the source code :
lsjQuery(“#layerslider_3”).layerSlider({
width : ‘100%’,
height : ‘350px’,
responsive : true,
responsiveUnder : 1140,
sublayerContainer : 1140,
autoStart : true,
pauseOnHover : false,
firstLayer : 1,
animateFirstLayer : true,
randomSlideshow : false,
twoWaySlideshow : true,
loops : 0,
forceLoopNum : true,
autoPlayVideos : true,
Is it related ?
Thanks a lot.
Ok, so we still have some outstanding issues with this theme and would really appreciate some solutions as we can’t go live with our site until these are rectified. I’ve put all our outstanding issues into this one topic and tagged it appropriately to help other users encountering similar problems.
1. Images don’t appear to be responsive when added using either the text block or image media element. The only solution I’ve found it to use an Image Slider, but this isn’t ideal for single images needed in columns etc.
2. Promo boxes just don’t seem to work correctly in IE8 as the button just floats out of place and covers text.
3. When you roll over an image added into an iconbox it expands vertically pushing content down slightly. Think this might be something to do with the ‘span.image-overflow-inside’ class? The highlighted area always seems bigger than the actual image too.
4. We can’t find any working solution to setting the height (BG colour) of iconbox elements when the browser is less than a certain width. As we also want to reduce text size when viewed on a tablet then this is very important and any solutions or feedback from anyone who has already managed to do this would be greatly appreciated here. This is covered in another topic though and Nick was looking into it.
5. Vimeo and YouTube embeds do seem to scale but their container doesn’t resulting in a huge vertical black area above and below video in mobiles browsers. This is especially apparent when embedding vimeo content. Some of this was covered in another topic but that is now 6 days old with no reply, so we’ve copied it here.
Many thanks and I really do appreciate your time and help.
Hey Guys I know this stuff has been asked before but I am not able to find a straight forward answer that say. I am a bit of a novice fyi. my site is http://www.jackandaddi.com for reference.
PART 1
I have assigned a fixed header with social icons. the container height is being set at 116 px and then when you scroll down it shrinks to 58 px I think. I want to change the height to be something more like 80 px at the largest. It is too tall and the logo wont center in that space. I am running a child theme setup. in layout.css I found
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height:116px; line-height: 116px; }
and changed it is say 80 px height and line-height. and then copy pasted that code into my styles.css in my child theme. But nothing changed? Is this the wrong code to change?
PART 2
On my single blog post pages I want there to be no sidebar. so I can place large picture sliders on the main content area. I have the blog style set to Single author big preview image. And no sidebar selected on the single blog post pages.
The blog meta info, post title, body text content, and anything I place in the post all gets squished into a 600px wide container. I want this to be larger. I want it to match the feature image with of 1030px. so like above in layout.css I found this code:
#top .fullsize .template-blog .post-title{text-align: center; font-size: 30px; padding:15px 0; max-width: 800px; margin: 0 auto;}
#top .fullsize .template-blog .post .entry-content{text-align: justify; font-size:15px; line-height: 25px; max-width: 800px; margin:0 auto; overflow: visible; }
#top .fullsize .template-blog .post .entry-content > *{ max-width: 800px; margin-left:auto; margin-right:auto; }
.fullsize .big-preview .avia-gallery {
width: 600px;
max-width: 100%;
margin: 0 auto;
}
I changed all the max-widths to 1030px and then copy pasted this into my child theme style.css file and nothing changes. Is this the rigth code to manipulate. I don’t want to do it with the post id EVERY time I want all posts to be that wide.
Please help, Thanks.
Hi guys
I love your themes. I am changing to Enfold now from Replete
3 Q’s about CSS
-I had some CSS codes like changing color of menu bars in the footer and socket and other things.
-I need the CSS for changing the location of my logo because it is now messing up the main menu http://www.bevlogenverf.nl/enfold2
-I used these CSS codes. Anyone knows how to tweek or change them a little bit so they will work also in Enfold?
#top .main_menu .menu a {
color: grey;
}
#top .main_menu .menu a:hover {
color: #0e75bf;
}
#footer .widget {
padding: 30px 0 30px 0 !important;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 100px;
}
#top .sidebar_tab_content.sidebar_active_tab_content {
background-color: #fff;
color: #black;
}
#top .sidebar_tab.sidebar_active_tab {
background-color:#0e75bf;
color: #fff;
}
.slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
color: #0e75bf;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 10px;
}
#top .ajax_controlls {
top: 70%;
}
#footer .widget_nav_menu li a {
font-size: 14px;
}
#top #menu-item-720 a {
color: #0e75bf;
}
#footer .widget_nav_menu li a {
text-align: center;
}
.iconbox_icon {
background-color: white !important;
}
.widget_nav_menu h3.widgettitle {
text-align: center;
}
#top .iconbox {
width: 100%;
}
#top .avia_mega_div {
background-color: #f5f2f5;
}
#top .avia_mega_div .sub-menu {
background-color: #f5f2f5;
}
#top .avia_mega_div .menu-item ul {
background-color: #f5f2f5;
}
#top .main_menu .menu ul li a {
background-color: #f5f2f5;
}
.sidebar_tab_title {
margin-left: 10px !important;
}
#js_sort_items a {
font-size: 19px;
}
#top.woocommerce-page .woocommerce-ordering select { width: 25%; }
@media only screen and (max-width: 767px) {
#top.woocommerce-page .woocommerce-ordering select {width: auto; }
}
.chzn-container {
position: initial;
}
#top .chzn-container .chzn-drop {
top: 70px !important;
width: 325px !important;
margin-left: 3px;
}
.woocommerce-pagination {
display: none;
}
#top.tax-product_cat .container > .term-description {
display: none;
}
.added_to_cart {
display: none;
}
.form-row.address-field{
overflow: visible;
}
#top .chzn-single div b {
background-position: 5px 6px !important;
}
.widget .gform_wrapper .gform_footer br{
display: none !important;
}
.home .one_fourth.flex_column iframe {
height: 150px !important;
}Topic: Top Menu
Hello,
1. On the menu options at the top of the page, there is a black line underline the current page and any page link that you are hovering over. Is there a way to remove this underlining line?
2. On the home page, the top banner (white in color with the menu and logo) is aligned to the left of the page, where as every other page as it aligned in the center. Is there a way to align the banner to the center on the home page?
Thanks much in advance,
VJ
Topic: Logo in Internet Explorer
Hi,
When using Internet Explorer, the logo (on the top left saying LiveTracGuardian ..) appears stretched and very different (and somewhat bad) from what is seen in Firefox and Chrome.
Is there something I can do about this?
http://www.livetracguardian.com
Thank you much in advance,
-VJ
hi guys,
im just trying to get a sidebar widget on the new enfold theme (just swapped over from replete) and the main home page loads
with the sidebar only on the lower half and not at the top starting next to the products section?
what am i doing wrong that can be corrected
my site is http://www.vacshop.com.au/
thanks
Andrew
p.s i like the greater drop & drag flexabilty of enfold over the replete theme just have to work out the kinks….
Topic: One Pager Website Help
Heya,
thanks for your HowTo on setting up a full width google map view https://kriesi.at/support/topic/google-maps-in-full-width-slider.
It works perfectly as described. I tried this with a GoogleMaps shortcode comming from SabaiDirectory (http://demo.sabaiapps.com/sabaidirectory/shortcodes/shortcode-sabai-directory-map/). Your description even works there, however I can’t deifne the height of the result. It’s 400px by default and I can’t change it. The shortcode has a few parameters (even height and width) but I guess they won’t be used as (according to your HowTo) I needed to define the width with a custom CSS entry. Adding the height in that entry didn’t help either.
Thanks for your support
Oliver
Viewing 30 results - 140,491 through 140,520 (of 142,734 total)
