Viewing 30 results - 104,971 through 105,000 (of 106,381 total)
  • Author
    Search Results
  • #123903

    Hi,

    I use Dreamweaver still. Only because I used it since it came out in late 90s and been using it since then even though i use it as a notepad, ignoring all those buttons and gadgets. You got a mac, so you can use Coda2 which isn’t made for windows, a good IDE.It’s all a waste when working with WordPress though, or at least I never could get comfortable with any of it.

    All animations you see today are jQuery and CSS powered, with css taking over more and more. As soon as ie8 and ie9 browsers die, can hopefully do it all in next generation css. like less or sass which fuse css with a scripting language so can use logic.

    The easiest way to animate anything is by using a css selector and then an identical selector but this time with :hover at the end. You can put one image for hover, and another image for normal view, and as soon as a mouse hovers above the image or letter, or any html tag, can get css to do something.

    Those glyph icons can be animated any way you want with css which you are starting to understand. The problem is that you cant dynamically switch classes or id’s in the html code on a live site using css alone. or changing a link destination with css alone. So graphics people are today forced into learning javascript, which despite the name is a serious language when compared to php. So there you have it.

    Thanks,

    Nick

    #25265
    awilson3rd
    Participant

    Hello,

    I have created a new blog test page and associated a sidebar with it. The problem is the sidebar will not show on the

    main blog page. The content of the page also looks a bit screwed up. The blog entry images are aligned to the left but the

    main text is aligned to the center. When I click to view the actual blog entry the sidebar does display on the blog entry page. It is the same sidebar as associated with the main blog page but as advised, it will not show on the main blog page.

    Any ideas?

    Thanks

    Andrew

    #25264

    Hi Guys, thank you so very much for being there! I just spent an hour with client (shared screen) & they are having some serious issues with the advance editor & the layer slider. I have set up a username/password for you to the admin area (wordpress) if you need it after reading the issues below let me know where to send it . . . & yes all plugins except akismet have been disabled . . .

    1. She wants to be able to adjust header tag colors via html, we changed it through the text editor <h1 style=” . . . “></h1> tags, the advanced editor shows the color change but when viewing it after saved the color remains the theme default color which we had set to boxed blue, however, setting the changes via html should work but is not? . . .

    2. Then after using text editor (in avia advanced editor) the avia visual editor doesn’t show anything, the screen appears white & when you click into it the html then shows “if you highlight” everything (like double clicking your mouse inside of it or having to use “ctrl a”). So after using the text editor it is rendering the visual editor useless . . . then, if you publish it instead of saving to draft & go back in to edit in visual it shows 5 additional return lines have been added everywhere . . .

    3. She added a video then tried to change the size of it using the custom ration feature & it didn’t change the size of the video, it stays “huge”.

    Your help is greatly needed with the above as soon as possible, she’s ready to trash this theme & trash me for recommending it . . . let me know if you need admin access to the site . . .

    4. As to the layer slider – she has added 3 slides & only one is showing. I’ve gone in there to look & I cannot see what might be wrong, looked at documentation to no avail . . .

    5. In avia when centering an image it doesn’t stay centered but moves back over to the left . . .

    Thank you so very much for you kind & speedy reply.

    Posted 3 days ago #

    essentialmessagemarketing1

    Member

    BTW you can see the result of video here http://esssentialmessagemarketing.com/linda-lous-test2 – home page is not viewable as is a mess due to the above issues . . . I will try to recreate other issues on this page . . . Thank you

    Posted 3 days ago #

    Here is page intended for homepage see the size of video, it’s crazy, I added width to 530 height to 315 & is still HUGE . . .

    http://essentialmessagemarketing.com/homepage

    Also, we are having great difficulty using background image, we have an image sized to 1600 x 1600 & it will only display the top half of the background, is not on homepage at the moment as it isn’t working, also where do we go to set custom css rules?

    Thank you.

    Hi,

    Can you give us a link to your website?

    To change the button background to solid color use this

    body div .avia-button {
    background-image: none !important;
    }

    body .avia-button.avia-color-theme-color {
    background-color: gray;
    border: none;
    color: white !important;
    }

    For the hover effect use this

    .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover {
    background-color: gray;
    opacity: .8;
    }

    Regards,

    Ismael

    #126070

    In reply to: A few issues

    Hi,

    1.) Add this on your custom.css or Quick CSS

    .home.archive.post-type-archive .template-shop.content.twelve.alpha.units {
    width: 650px;
    float: right;
    clear: none;
    margin-top: -90px;
    }

    2.) Use this

    body {
    font-size; 15px;
    }

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; } /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

    3.) Customers are not appearing in the user are, What to check?

    4.) When you insert a logo image on Enfold > Theme Options. You have the option to select the size of the image before you click the “Insert image as logo” button.

    5.) Do you mean the shop category? Where do you want them to appear?

    Regards,

    Ismael

    Hi,

    Can you see the image on the Media tab > Library?

    Regards,

    Ismael

    Hi,

    What type of Blog style do you have? The code you have should work fine. You can also add this if you are using the small preview pic blog style.

    .small-preview {
    display: none;
    }

    Regards,

    Ismael

    #126089

    Hi,

    If the color of the progress bar is blue, go to shortcodes.css, find this code

    .blue-bar .bar{
    background: #7bb0e7;
    background-image: -webkit-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    background-image: -moz-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    background-image: -o-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    background-image: -ms-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    background-image: linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    }

    Replace it with this code to remove the slanted lines effect or the strobe effect.

    .blue-bar .bar{
    background: #7bb0e7;
    }

    This will create a solid colored progress bar. You can change the width and height using this code

    .avia-progress-bar .progress {
    width: 50%;
    height: 20px;
    }

    Regards,

    Ismael

    #126280

    2. Also another request is the Color Section to be full screen adjusted.

    I set it as a background, but on ipads it doesn’t adjust to full screen.

    I use the color section as a background often do to it’s ease of use and flexibility. The add/dropping in of text boxes makes it

    extremely easy to add in images and texts. ( i had a request to make color box true parallax, to make it a lot easier for users to add drop in items, pretty much the fullscreen slider functionality but the ease of add/dropping in items like text box )

    3. Any way to make images light box glow to exact shape? I’m adding in rectangle shaped buttons as an image to #ID link.

    but it doesn’t light up. I used the light box 2 plugin, but it defaults to a large square instead of forming exactly into a rectangle, it also forms a square over circles as well.

    Thanks much! 1.7 is such an amazing update.

    Andy

    #125573

    Scrap the previous post.

    The images came out the right size when i rebuild thumbnails.

    #125572

    while you’re at it, ask him why is it that when i create a blog entry on a full width page and set the preview images manually to be 1030×360 i still get only 461px width?

    jwferne
    Participant

    I’m using gtmetrix.com to see where I can improve the load-time of my site.

    It’s saying I have some critical issues i need to fix:

    1. It’s asking for the removal of query strings from static resources. (Resources with a “?” in the URL are not cached by some proxy caching servers). I didn’t add any question marks, so I’m not quite sure what this means. Is this possible to remove?

    2. It suggests I should defer parsing of Javascript (Defer parsing JavaScript to reduce blocking of page rendering.) Any idea how to do this?

    3. I have a lot of images that are missing width and/or height attributes. How can I add those?

    Thanks!

    – John

    #125762

    Thanks for the help, that resolved the issue :)

    #126050

    Ok, I have managed to figure some of it out. The sidebar widgets are displaying on the shop page which is fine. However, the widebar widget on the product page is displaying under the product image instead of on the right? I just want the sidebar to appear the same (on the right) on the shop main page and product pages.

    Thanks again,

    Andrew

    #125804

    Hi,

    Please give us a link to the category page. Maybe we can hide the image via CSS.

    Regards,

    Ismael

    #126049

    Scrap the above, I needed to add a product first.

    However, I am confused. How do I remove the reviews section on the shop and product page and also remove all the other stuff under the product image such as posts, comments, archives etc. I don’t see a way to do this on the page itself?

    Thanks

    Andrew

    #25242

    Topic: Custom CSS page option

    in forum Enfold
    awilson3rd
    Participant

    Hello,

    Loving working with this theme so far. It’s very different from what I am used to (in a good way). One thing that is puzzling me is the lack of a custom css option on a per page basis or am I missing something? For example, I have added a color box with a background image (really nice effect) and in the color box added an icon list but the list defaults to grey which doesn’t show up that well. So, I want to match the icon

    list to the button colors on the page but for this page only, I don’t want to apply a theme wide change to the icon list.

    Thanks

    Andrew

    #24139

    Topic: IE8 image distortions

    in forum Enfold
    krzysztof_grudnik
    Participant

    Hi, look at enfold jpg from IE8: http://www.eurokreator.eu/images/enfold-IE8-distorstions.jpg Thumbnails are distort, main post image as well (but in this case distortion is only vertical) pictures in small thums are downscaled and align top-left. Every new image which I prepared and insert look the same, so it’s not the bug of placeholder image settings. I read topic about gallery image distortion but here is something new. Regards.

    #25238
    krzysztof_grudnik
    Participant

    Hi, cause IE not support slideshow navigation, I have to change nav buttons (fontello based) to png files. What I did: #top .ls-nav-stop::before{ content: url(http://mysite/wp-content/themes/enfold/images/layout/nav.png); New navigation is visible in Opera but no effect in Firefox and IE. Maybe you have any more efficient way to replace nav buttons? Regards

    #123901

    Hi,

    If you are interested I wrote yesterday some deep stuff about css media queries and the cascade .. counterfeiting and the cascade. https://kriesi.at/support/topic/responsive-problem#post-120098

    You can have, and if gallery has a unique id assigned to it as some advanced elements do, then its a piece of cake, if it doesn’t than it takes a bit more trickery to target them. Basically you will need to look at each one in relation to the html tags in front of each of them, and see if there is any differentiation you grasp and use. You can always go into the code and manually add an extra css tag via php. However if in some situations its almost impossible to do, there are really complex css selector targeting like .. target 3rd paragraph after 2nd div that comes after an image class for which you have a class name. stuff like…ul li:nth-child(3) { }

    You can examine some low level advances targeting here http://devsnippets.com/article/5-advanced-css-pseudo-class.html

    The page is called like that because you took too long to give it a title, so since wordpress auto-saves revisions, it saved itself under that name so when you added a title the slug itself remained the page ID. To change it , you need to change the slug since there is no law that your page slugs must match page titles. To turn on slugs, http://www.clipular.com/c?8102009=detVhaytfA8MCcl1vMBSHRGYFek&f=.png just open the top panel in pages and posts and portfolio items and click the slug check box. Just remember rules of slugs: no spaces, only small letters, and can use minus sign – and underscore _ (minus sign is standard in place of spaces). And slug should not be more than 60 characters long. 0-9 a-z _ + only.

    —-

    Damnn. I think u can win best enfold site , i know best one i seen, and I look at em all day and twice on Sunday (thats today). I should have copied your css from your previous attempts, what a waste.

    —-

    any reason you got a white vertical line separating the sidebar i guess on the page you linked from last post?

    I don’t think the calendar works. Somethings wrong with it.

    I just looked and you are in luck. avia-gallery-1 and avia-gallery-2 are in play. Here is css for avia gallery 1 already changed and an identical set would be needed for gallery to so just change 1 to 2 in each selector. You may have some selectors from avia-gallery though that you wont be able to kill since their specificity may be higher, so those will require aditional css, though try this.

    #top div .avia-gallery-1 {
    overflow: hidden;
    padding-bottom: 2px;
    clear: both;
    }
    #top .avia-gallery-1 .avia-gallery-thumb a {
    float: left;
    width: 20%;
    opacity: 1;
    display: block;
    }
    .main_color .avia-gallery-1 img {
    background-color: #24444E;
    color: #E6D9CF;
    }
    #top div .avia-gallery-1 img {
    float: left;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    width: 100%;
    border-radius: 0;
    }
    #top .avia-gallery-1 .avia-gallery-thumb a:hover {
    opacity: 0.5;
    }
    .avia_transform .avia-gallery-1 img.avia_start_animation {
    -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    }
    .alternate_color .avia-gallery-1 img{
    background-color: #305F72;
    color: #E6D9CF;
    }

    don’t forget, make 2nd copy with -2 instead of -1 if you want the 2 gallerys different.

    i thought before u wrote u are in late 60s , u 3 years older than me and not 70.

    Nick

    #25231
    darkcanvas
    Participant

    I upload 1 image to my page, and 14 other images get created.

    I’m a photographer and I do need only maybe 3 other thumbnails beside my full size image.

    How can I disable creation of all those additional thumbnails?

    I don’t need full width images, i run grid blog, and no portfolios…

    I found a few in functions.php, but there are others somewhere else..

    I tried disabling those thumbs with this in my child theme functions.php: but .. failed :)

    $avia_config = array(‘width’=>0, ‘height’=>0); // small preview pic for slideshow thumbs

    Please, let me know how i can disable creating those thumbails. I am using a child theme, so ideally, I’d like to disable them in my child theme functions.php, instead of deleting code from theme core files.

    #25230
    fdecoene
    Participant

    How can I have a gallery with thumbnails and featured image 1500 x 430 px , as possible in the fullwidth easy slider ?

    In the gallery editor , I can select the option ” features 1500 x 430 ” but it looks like the option ” entry without sidebar 1030 x 360 ” .

    I don’t want that boxed look for the gallery.

    Can I change that ?

    thanx

    #125585

    Hi,

    this seems to work, thx!

    The only problem is, the background image of the slide is not scaling to the new-container on portait-mode. Any Idea how to fix that?

    #126087

    1) I tagged this thread for Kriesi (feature request).

    2) If you want upload bigger files you probably need to change the post_max_size & the upload_max_filesize values in the php.ini. If you can’t edit the php.ini (because you don’t have access to the file, etc.) try to contact your hoster.

    #126086

    OK, Here is what I tried.

    First: Enable DEBUG mode (https://kriesi.at/support/topic/export-theme-settings-and-templates)

    Install NextGen Gallery (http://wordpress.org/plugins/nextgen-gallery/)

    Nextgen allows for folders in the media uploads.

    Insert a text block in ALB (Avia Layout Builder)

    Add media – Select NextGen Gallery and add your media by inserting into post and Save

    Now you can copy the scr path of the image from the debug window.

    Insert an image block.

    Now you can copy the original source path into the image block path.

    This is a lot of work for bunch of images but you at least can manage all your media assets.

    Let me know if this is helpful! (I can do some screenshots)

    Kriesi, Bitte mach das das wir die NextGen Gallery verwenden koennen.

    Danke

    Michael

    #125909

    Thanks Devin,

    well i am using images at all. Not text yet, since an animated layer always comes with layout problems depending on which browser is used..

    thanks for your efforts in this matter – i really appreciate it!

    my best regards

    Pedro

    andyhoodified
    Participant

    For everyone curious.

    How to use it:

    1. Add the Full Screen Slider, Add the image ( you get to insert content in it. )

    2. More than one full screen slider can be used.

    3. You add a single button within it.

    4. Or use the content section below the title to add your own image of a button or anything you want.

    Tips:

    1. You can add html inside the content area below title. So if you want to put a logo in the middle of it, you can.

    I just use the text editor before hand center it, ect… and then add it in. You can also add H1, H2, H3 texts in it too.

    Pretty much anything. The only draw back is you have to mock up the code in the text editor before hand before you add it in… things

    like centering or moving the logo to the right by using the indent … ect.

    If you don’t need true parallax, you can also use colored section for a fixed image effect. You can easily use the layout editor to drop

    images in or text.

    ISSUES:

    You can’t put fullscreen sliders right after another. For now I resolved it with putting something between it. But if you support fix this that would be great.

    Thanks much.

    Andy

    #125908

    Hi P,

    I’ll put it on my to-do as I finally have quite a few video requests to take care of. So far, I’ve noticed its best to actually use images instead of text for the Layer Slider as the images are better at being responsive than pure text.

    Regards,

    Devin

    #125680

    In reply to: Few Questions

    Hi,

    Here are the font color, background color, and border color for the left icon box. You can take out the things you dont care about, and ofcourse change the colors.

    /*---background color, font color, border color of the icon---*/
    .iconbox_left .avia-font-entypo-fontello {
    background-color: #00F;
    color: #FFC0CB;
    border-color: #FFF;
    border-style: solid;
    border-width: 1px;
    }
    /*background color, font color, border color of the icon box*/
    .iconbox_left .iconbox_content {
    background-color: #3F0;
    color: #000;
    border-color: #383731;
    border-style: solid;
    border-width: 1px;
    }
    /*title font color in icon box*/
    .iconbox_left .iconbox_content_title {
    color: #FFF;
    }

    2. Please provide a url to your website in order to remove that space. An image will not help. Need to see code. If it exists on the demo please provide url kriesi.at/themes/enfold the page url where this takes palce.

    3. Please watch video https://vimeo.com/64927356 on how to update. If you customized your templates, you should use http://www.winmerge.org to compare the update to your current modified theme on a line by line basis to see the differences and update the parts you want. then use ftp .

    Thanks,

    Nick

    #114682

    Request:

    Colored Section Fixed Image to have parallax behavior like the slider in your demo.

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    It’s a bit easier to drag and drop content in the same page layout builder for quick page building, when more features from the advanced slider aren’t needed.

Viewing 30 results - 104,971 through 105,000 (of 106,381 total)