Viewing 30 results - 105,991 through 106,020 (of 106,377 total)
  • Author
    Search Results
  • I figured out the blurry text. I edited the blog post manually and removed all [av_textblock] shortcodes. It fixed the issue. I made another blogpost though and the image is not aligned in the center (http://jeutie.info/tech-blog/redesign-complete/) The shortcode does imply it should be centered. Perhaps it is related to the arrow to go to the previous blog post. I do notice that my Blog Single Author Small layout looks different than the one in the theme demo. :-S

    #118324

    The problem is that you didn’t set a featured image for the post(s). However you can use following code to display the placeholder icon:

    .related-format-icon-inner {
    margin-top: 0px;
    }

    .related_posts a {
    width: 82px;
    height: 82px;
    }

    Insert the code into the quick css field.

    Hallo,

    1) Ja, dieser Fehler ist uns bekannt (er tritt vereinzelt auch beim 1210px Layout auf) und wird im nächsten Update gefixt. Wir müssen hierbei auf Kriesi warten (welcher das Update absegnet & veröffentlicht) – er kehrt diesen Montag von Zypern zurück und dann werden wir versuchen schnellstmöglich das Update zu veröffentlichen. Einen “kleinen” temporären Fix gibt es hierzu leider nicht.

    2) Ich habe nun in das portfolio Element eine Option eingebaut, welche es erlaubt die Thumbnailgröße individuell zu wählen. Diese Funktion wird ebenfalls im nächsten Update enthalten sein. Ein temp. Lösung wäre die Thumbnail Größe in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php anzupassen – suche nach folgender Zeile:

    $image_size = 'portfolio';

    und ersetze “portfolio” mit einer anderen Thumbnailgröße – folgende Größen stehen zur Verfügung:

    entry_with_sidebar

    entry_without_sidebar

    square

    featured

    portfolio_small

    gallery

    3) Versuche folgendes – öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php und ersetze:

    'lightbox_size' => 'large',

    durch

    'lightbox_size' => 'full',

    Bzgl alt/title Tags – da müssen wir uns ansehen ob bzw. wie wir diese am besten an die lightbox übergeben können. Ich kann hierzu aber nichts versprechen.

    #118442

    Hi,

    Your current Blog main page, does it contain Blog Posts element (and not the Portfolio Grid element), and inside the Blog Posts element you have selected the Grid Layout option and ‘display blog posts’ option? http://www.clipular.com/c?5805255=Z8i7ivAWJE12HiYd55pUce7a3Y4&f=.png

    Thanks,

    Nick

    #118046

    Hey!

    I reported the issue to Kriesi – maybe we can find a fix.

    Regards,

    Peter

    #118726

    In reply to: Portfolio instructions

    1) To create a gallery just add a gallery element to a page and select existing images or upload new ones: http://www.screenr.com/Ldj7

    2) For a portfolio you need to create portfolio entries and portfolio categories first.

    a) Go to Portfolio Entries > Portfolio Categories and create one or more categories.

    b) Go to Portfolio Entries > Add New and add a new portfolio entry. Assign it to a portfolio category.

    c) Go to a page and add the portfolio element to it. Select the category/ies you want to display.

    d) Save the page and the portfolio is ready.

    #118045

    Hi,

    Oh. Sorry was a bit late and I failed to pay any attention to the parallax effect. Lets try to straighten that out then.

    You see I don’t like that its position is ”fixed” … but what exactly is being fixed but a tiny square image being repeated. But here are a few avenues I would start with in the QA process::

    A) I would see how it will look with one large image of the background fixed (no repeat and also stretch to fit). Somehow I have a feeling that this may do the trick.

    B) Do you have a background color that you are using concurrently with the image, if not see if there are any changes with red or blue.

    C) I would try position left/top

    D) Do horizontal tiling starting from left/center

    But as I said, I think the size of the tile feels wrong for what you are trying to accomplish. Stick it back in and run a few of these tests please and let us know if any difference was observed in the behavior.

    Thanks,

    Nick

    No problem. Enjoy the theme!

    Thanks,

    Nick

    Nick,

    Thank you very much. That’s an interesting approach. You went well above duty on that one. I didn’t realize it was so difficult to adjust. I thought it was just the height of the padding and right frame set to 1 px. I’ll dive deeper and try and find something that looks great using a border image using your suggestions.

    If you can think of any other tough questions I should ask, just let me know :)

    Cheers,

    – John

    #118441

    I’m not sure I understand. The blog page (hollenberg.tv/blog) is set as the blog page in Enfold Theme Options. ‘Your latest posts’ is selected in the Reading Settings. Is this not correct?

    Other than that, I’m not sure what to say. I had a different theme installed initially, and recently switched to Enfold, I don’t know if that is causing problems? I thought it was basically showing up as a blog in the grid layout, except the thumbnails weren’t formatting to be the same size.

    #116891

    My apologies for not being clear and thank you for editing the code. It didn’t solve my issue. At my site: http://dailyvitamoves.com I’d like to have an image that when clicked on opens a lightbox that has my Mailchimp form and then shows “success” message after clicking “Subscribe.”

    I’m using Mailchimp and trying to put their supplied form embed code into a lightbox. I’m using a lightbox plugin called Lightbox Plus Colorbox and they suggest to add code the following way where “Inline Content Goes Here” I placed the Mailchimp embed code:

    The following example shows how to setup content for display in a lightbox. You will need to create a link to the content that contains a class that has the same value as the Link Class for the inline lightbox you are using.

    Inline HTML Link Name

    You will also need to set up a div element to contain you content. The div element that contains the content must contains have and id with a value of the Content ID for the inline light box you are using. Finally if you want the content to be hidden until the visitor clicks the link, wrap the content div with another div and set the value for style to display:none or assign a class that has display:none for a property

    <div style=”display:none”>

    <div id=”lbp-inline-href-1″ style=”padding: 10px;background: #fff”>

    Inline Content Goes Here

    </div>

    </div>

    Is there more info. that you need? I really appreciate your help!

    Thank you very much!

    Angelo

    #118044

    Thank Nick. Yes that does fix it from turning white on the slider transition, but it does mean I lose the parallax effect on the background, where the background moves independent from the front content. But I guess that is a small thing if it is only the homepage

    Thanks

    #118543

    Hi,

    I want to suggest that you re-size every image before you upload them, WP will then create the same size out of them. Or you can add this on your custom.css

    .slide-entry.post-entry .slide-image {
    max-height: 170px;
    }

    Regards,

    Ismael

    Thanks! this seems to work.

    much appreciate it!

    chris

    #118706

    Thank you Ismael

    #118705

    Hi,

    Just add this on your custom.css

    .single-portfolio .attachment-entry_with_sidebar.wp-post-image {
    display: none;
    }

    Regards,

    Ismael

    Hi,

    Please open up the file /config-templatebuilder/avia-template-builder/config/meta.php and look at line 5 which look like

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    and change it to look like

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    This will add the Advanced Layout Editor for all your posts so now you can control exactly what image you want to show (You can add image 1 as your featured image which will show up on the archive page but then add a slider or a video on the individual blog page).

    Thanks,

    Nick

    #118704

    I posted over an hour ago and it looks like I was skipped in the que. I’m just looking for a way to disable the thumbnail in a single portfolio post. I saw a post on how to disable on a blog post, just looking for the same thing on a single potfolio post.

    #23142
    Dunckley_Design
    Participant

    Hello, first off I really like the theme. I am using the WordPress SEO by Yoast plugin. I have noticed when I use the layout editor this plugin dosen’t pickup the content. As a result I have chosen to use the default editor. When I make a portfolio entry in order for a image to appear in a sortable gallery I have to set a featured image. The problem I’m having is that the feature image is being inserted into the top of the portfolio post. How do I remove the featured image?

    #117657

    In reply to: Easy Slider size

    Hi meanster99, I’m not sure I understand. Where is the “Stretch image etc.” setting you are saying?

    Hi,

    You always find the not so easy ones, lol.

    Well, its possible of course, but would require the menu to be changed in multiple ways. Right now the css below controls those vertical lines and as you can see its a border.

    I added the very last one border-image, and you can see how it looks so without having to rebuild the menu, I think something like this would be the best solution, so you would need to create an image of a border and then plug it in there. Obviously the image i am using is not going to work out well. You can see for yourself though. http://www.clipular.com/c?5895319=Qkr65KYgSXgHdJ3pSJKi-_W2TIY&f=.png

    Don’t mind for now that it affects the sub menus, the css can be targeted better, but first need that border image.

    /*only the vertical line for very first menu item*/
    #top .main_menu ul:first-child>li:first-child a {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgb(225, 225, 225);
    }
    #top .main_menu ul:first-child>li a {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: rgb(225, 225, 225);
    /*
    */
    -moz-border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    -webkit-border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    -o-border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    /*
    */
    }

    Of course if you want to try on for size something easier, like changing ”solid” style to dashed, or dotted. Otherwise border image is the way to go, There are a number of generators that can help you along, once you have your image ready. like this one http://border-image.com/

    Thanks,

    Nick

    #118440

    Hi,

    How did you make this? Because this is showing up as a portfolio ( http://hollenberg.tv/blog/ ) not as a blog. Can you explain.

    Also what page is set as a blog in Enfold > Theme Options ?

    On Settings > Reading …. the ”Your latest posts” is set as the top option, correct?

    —-

    Please open up functions.php located in the base folder of the theme and find line 79 that looks like this

    $avia_config['imgSize']['portfolio']  = array('width'=>495, 'height'=>400 )

    and change it to look like this

    $avia_config['imgSize']['portfolio']  = array('width'=>248, 'height'=>186, 'crop'=>true );

    As I said something is wrong with the way you are doing this because that page may say its a blog, but it is not, that’s why we are changing the size here for the portfolio. Just remember that changing this doesn’t automatically change the images. For that you will need to install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ) and regenerate the current images (or re-upload them). To test , you can just delete one of the big images that you wanted cropped and reupload it again.

    =================

    Please look at this video https://vimeo.com/channels/aviathemes/64996057 , as to how to add Advanced Layout Editor to Posts. Once you have it there, you can chose whether to display an image or not on your individual posts.

    Thanks,

    Nick

    #118043

    Hi,

    For the wooden background, don’t attach it as fixed, use scroll. There won’t be any difference to the way it displays on the page, and that blinking white color will go away.

    Thanks,

    NIck

    #118513

    Hi,

    Where can I find the “No, don’t stretch my image etc” option? I cannot see it.. :-( I’m sure the problem I want to resolve comes from here but I need more precisions I’m afraid…

    Thanks!

    Chrys

    #118289

    please…

    #117333

    Hi,

    Yes, I see what you mean. Looks like a possible bug.

    1. When mouse enters slider and clicks one of circles to change the slider image and mouse then leaves the slider, slider never re-starts again.

    Please hang in there a bit more, I made Kriesi aware of the issue.

    Thanks,

    Nick

    #23135

    Topic: Google Map

    in forum Enfold
    joe88
    Participant

    Is there a way to make the google map flush with the top and sides, similar to the layer slider? I have tried several map plugins, but can’t get the map to show full width and flush. If I use the Color Section with image, it seems to work. But I need to be able to use a google map and not a static image. Thanks.

    medienvirus
    Participant

    Hallo,

    erstmal: endgeile Arbeit kriesi! Das Theme macht echt was her und es macht richtig spass damit zu arbeiten! Ich habe lange nach etwas ähnlichem gesucht, da ich selbst leider keine Zeit habe so etwas aus dem Boden zu stampfen. Danke an der Stelle für die tolle Arbeit die jeden Cent wert ist.

    Ich habe folgende Probleme mit dem envato-theme:

    1.) Leider überlagern sich die Arbeiten im Portfolio-Raster auf meiner Startseite unter:

    http://www.medienvirus.de

    2.) Ebenso sind diese unterschiedlich hoch. Natürlich habe ich hier unterschiedliche Höhen hochgeladen, jedoch fände ich es an der Stelle sinnvoll wenn dieses Raster immer die selbe Höhe als Thumbnail erhält. Man kann ja später immer noch die volle Größe zeigen. Wie und wo kann ich das ändern? (Ich habe mit Firebug und den vielen vererbten Klassen nicht mehr wirklich durchgesehen und ahne das sich eventuelle änderungen dann auch aufs responsive-design runterbrechen könnten)

    Auch ein Beispiel wo das unschön aussieht: http://www.medienvirus.de/kontakt/

    3.) Die PrettyPhotobox funktioniert auf bestimmten Seiten nicht wie sie sollte und wie ich es normalerweise kenne: (http://www.medienvirus.de/portfolio-item/roadrunners-club-berlin/)

    – So taucht mal das Expand-Imagesymbol auf, mal nicht

    – An manchen Stellen ist der schliessen Button abgeschnitten (FF 20, Mac OS X 10.8.3)

    – Das Expandimagesymbol expandiert nicht auf die originalgröße, sondern auf einen zwischenwert, was bei einem websiteportfolio nicht gut ist

    – Die Box übernimmt keine Alt- und Titletags.

    Danke vorab für jeden Support!

    LG

    Jens

    #118512

    You need to choose “No scaling (Original image size)” for the slideshow image size and you also need to change the setting below the slideshow image size (the one about whether the image stretches to fit the slide) to “No, don’t stretch my image etc”. That will ensure your slider is only the size of the image you upload.

    #118565

    Hi,

    This seems to work, adjust the css. You need to supply your own image.

    .header_color .main_menu ul:first-child > li a:hover {
    background: url(../images/layout/download.png) no-repeat center top;
    color: #1F87C5;
    }

    Regards,

    Ismael

Viewing 30 results - 105,991 through 106,020 (of 106,377 total)