Viewing 30 results - 137,941 through 137,970 (of 142,625 total)
  • Author
    Search Results
  • net-guru
    Participant

    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.

    #177366

    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

    #177352

    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

    #177314

    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, 2 months ago by wesdacar.
    #177313

    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

    #177309
    brdconcept
    Participant

    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,

    #177307
    mensmaximus
    Participant

    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, 2 months ago by mensmaximus. Reason: grammar
    #177252

    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

    #177249

    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!

    #177246

    In reply to: What did you change?

    This reply has been marked as private.
    #177244

    In reply to: What did you change?

    the mobile version on my iphone works just fine. if i switch to the desktop version, the icons are gone as well

    #177240

    Topic: NO Icons

    in forum Enfold
    CooperDevon
    Participant

    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 ….

    #177224

    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!

    #177210

    Hi,

    I want to add a telephone symbol + link next to the email icon in the social bar:

    http://bit.ly/hsRf8m

    Thx & regards

    #177209

    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!

    #177208

    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

    #177206

    Tried it on my imac, brand new laptop and iphone using 4g instead of wireless.
    It’s suppose to move right? Not happening over here. You’re not having any issues with this?
    Strange.

    #177201
    This reply has been marked as private.
    #177199

    Hey!

    What is that ‘weird error’? please elaborate, a screenshot would be of great help.

    Best regards,
    Josue

    #177192

    In reply to: menu not working

    This reply has been marked as private.
    #177190
    Gstar72
    Participant

    Hi Fellas,

    Hope you are all great.

    Question: I had an issue with the icon list and accompanying text – when shown on an iPad / iPhone the text and icons get chopped. Ismael kindly gave me this fix to go in custom CSS: https://kriesi.at/support/topic/icon-list-issue-on-ipad/#post-27653 (see below):

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    I checked my site on an iPad today and the problems are still the same, cut off text and icon – is there any way for this to resize?.

    Thanks guys

    Gary

    #177189
    This reply has been marked as private.
    #177187
    Bogusz
    Participant

    Hi,

    I installed bbpress and have following issues:
    1. there is no sidebar. I have added widgets to sidebar “Forum” but there is still no sidebar visible on forum page or forum index. How can I fix it?
    2. forums index page is called “Forums”. How can I change it to something else?
    3. I want to add some description over forums index page. How can I do it
    4. there is search over forums list. How can I remove it, as I want it to be in sidebar?
    5. Do you know where can I change some words in bbpress? Like change “topic” to “ticket” and “forum” to “product”

    #177180
    jackyking
    Participant

    Webpage would stuck and then stop loading…

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
    Timestamp: Thu, 17 Oct 2013 19:51:15 UTC

    Message: Not enough storage is available to complete this operation.

    Line: 3
    Char: 5340
    Code: 0
    URI: http://###.com/wp-includes/js/jquery/jquery.js?ver=1.10.2

    #177177
    dreamdaredazzle
    Participant

    Hi,
    I’ve just purchased Enfold and I am unable to find specific instructions of what to do next..
    Trawling the forum, Video tutorials not loading nothing that ‘talks to the topic’ – what am I missing?
    This is ‘at the heart’ of any installation and I would think should form part of user instructions!!!
    Where are they?

    I’ve downloaded the WordPress ‘package’ to computer and then uploaded to Host public folder – what next?

    How to I get the WordPress to run so that I can add data?

    Help!

    Many thanks,
    Jim

    #177140
    This reply has been marked as private.
    #177139

    Hey!

    A login prompt, can you post the access to it?

    Regards,
    Josue

    #177133
    This reply has been marked as private.
    #177131

    Hi!

    Open /themes/enfold/framework/css/avia_admin.css, add this at the end:

    #avia_import{display: none !important}

    Regards,
    Josue

    #177123
    This reply has been marked as private.
Viewing 30 results - 137,941 through 137,970 (of 142,625 total)