Viewing 30 results - 104,251 through 104,280 (of 106,396 total)
  • Author
    Search Results
  • #131321

    Hi CasperBlack,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-full-stretch.avia-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    I’ll tag the topic for Kriesi as well since it should be adjusted with the css hierarchy but this should provide a good interim solution.

    Regards,

    Devin

    #131433

    In reply to: WP Newbie questions

    Hi hotshotzatl,

    1) It depends on the instance of it. If its just inside your regular post or pages then you can add new css rules in your Quick CSS in the styling tab of the theme options. Eg:

    #top h2{
    color: #333;
    }

    I used the #top ID selector to make it a bit more specific but it may need to be adjusted specific to certain instances since the theme automatically sets colors based on the choices in your Styling options.

    2) You would need to add in the css for it custom as there isn’t anything like that available as a shortcode with the theme.

    3) If the html for it was placed in the footer.php and the div positioned absolutely yes it could probably work. It will just need adjustments added for tablets and mobile but we have some sample media queries for that in the custom.css file in the css folder of the theme.

    4) The theme doesn’t use any images for the icons but instead uses an icon font for all icons through the site. So what you would need to do is hide the current font for the icon and then replace it with your own image as well as on hover.

    For example:

    #top .social_bookmarks li{text-indent: -150%;} /*remove the current font icons on all social links*/
    #top .social_bookmarks li.social_bookmarks_facebook a {
    background: url(https://yoursite.com/yourimage.png) no-repeat top center transparent;
    }

    #top .social_bookmarks li.social_bookmarks_facebook a:hover {
    background: url(https://yoursite.com/yourimagehover.png) no-repeat top center transparent;
    }

    Regards,

    Devin

    #130760

    Hi, I found a way to accomplish what I’m doing. In the description column I put a blank href tag and added the tooltip tag inside the carrots. It does exactly what I was trying to make, also I found out you can insert images into boxes which solve the “X” and marks.

    #130898

    Hey Nick. Sorry to say, but it didn’t work as you can see here http://www.col323webdesign.com/projekt61/

    #131391

    In reply to: Move footer & socket

    Color of the navigation bar is working perfectly fine now. Thanks for that :)

    Regarding footer, I tried to use,

    #footer {

    bottom: 50px;

    }

    It was moving the footer upwards but was leaving a black background.

    then I tried to move SOCKET,

    #socket {

    bottom: 20px;

    }

    But the the socket was moving beneath the black background.

    I think I messing up with theme sorry for that as I’m not a coder at all.

    But I really very need to reduce the space between Portfolio grid at the bottom and Footer (where all the links are placed)

    here is the ref image what i need if possible :(

    https://www.dropbox.com/s/alp96vw59n5ygtl/footer_ref.jpg

    #26812
    mrkuji
    Participant

    I would like to insert a gallery and show the captions under each picture NOT just on the tooltips, which is where it is at the moment… Would be very appreciative if you could point me in the right direction.. This would save a lot of time creating tables, columns and inserting single images !

    I searched the forum and only saw one question which hinted at an upcoming update, but that was two months ago… thanks !

    #130897

    Thanks Nick!

    #131493

    Hi bartenderonduty,

    You can use a color section with an image background set to fixed to get a paralax effect which I show an example of in this video: https://vimeo.com/channels/aviathemes/64927358

    Additionally you can use the fullscreen Slider to do the same.

    Regards,

    Devin

    #131634

    Hi,

    1.) Looks like you have a lot of image on landscape mode. Please add this on your custom.css or Quick CSS

    .attachment-no.scaling.wp-post-image {
    width: 100%;
    height: 100%;
    }

    2.) Are you sure you inserted the Blog Posts element then selected the right category under “Which categories should be used for the blog?”. I don’t see the html for Blog Posts element being rendered on this page: http://servingdope.com/man-on-the-street/. All I can see are couple of text blocks with special heading in between.

    Regards,

    Ismael

    Hi,

    Can you please give us a link to the website? Note that Enfold works on wp version 3.5 or higher.

    Regards,

    Ismael

    #131544

    Hi,

    You can hide the images using this on your custom.css or Quick CSS

    .single .slide-image {
    display: none;
    }

    Regards,

    Ismael

    #131364

    In reply to: Quick Question

    Hi DoGrinDigital,

    If you mean this page: http://kriesi.at/themes/enfold/features/ its a tabs element with the tabs positioned on the left. If you mean the one on the home page of the demo its 2 half width columns and one has an image slider with thumbnails in it.

    Regards,

    Devin

    #131538

    Hi,

    You want to create a shortcut of your website on your mobile phone then change the icon? Is that correct?

    http://uncorkedstudios.com/2011/09/06/creating-a-custom-icon-for-the-add-to-home-screen-on-iphone/

    Regards,

    Ismael

    #131529

    Hi,

    Image alignment has been fixed on the latest update of Enfold. You have version 1.3.1, the new version of Enfold is 1.8.4. Please download the latest version of the theme then upload it via FTP. Create a backup of your theme files and your database for security.

    Regards,

    Ismael

    #131518

    Hi,

    Please give us a link to the website, we would like to inspect it.

    Do you have any plugins activated? Please deactivate them, see if the issue persist.

    Regards,

    Ismael

    #130939

    Hi,

    I activated the plugin and it does work not only for the homepage but throughout the site.

    Regards,

    Ismael

    #131548

    Same here. Thanks to freepixelweb, at least I know I can get the image to be responsive if I remove the link for now.

    #26798
    Gstar72
    Participant

    Hi Gents,

    In Kriesi’s example here, he has the shadow on the bottom of the scrolling image, however, there is only an option to show shadow on top, can you help please?:

    Thankyou

    #131637

    In reply to: Preview icon bug?

    Follow-up deleted that post with an image, default icons are gone again.

    #26796

    Topic: Preview icon bug?

    in forum Enfold
    Atlasoid
    Participant

    Spent a couple hours with this.

    There was no default preview icon (one with a pencil) on all posts until I made a post, downloaded an image and then all icons popped up.

    Don’t know if I make sense or if anyone already reported that.

    #26794
    BlogNostics
    Participant

    Blog Grid single author small pic ( no author pic displayed featured image small )

    the image is not displaying fully about 1/4 of the full images are cut off at the bottom

    A fix is much need as it looks odd

    http://servingdope.com/

    Also I have a category set (man on the street) on the post

    http://servingdope.com/man-on-the-street-video-dynamite-the-border-2/

    I have the cat pulling in grid view and the post is set category (man on the street) yet the published page says “Nothing Found” be it I only have 1 post so far categorized as man on the street but I can see that being the issue

    here is the page that I have set to pull the cat in blog grid

    http://servingdope.com/man-on-the-street/

    Thanks Jess

    Yes. the images are there. I can see them when I open the media library. But when I pick images, or add them to a gallery, my selections do not save. The sliders work, but the photo items do not show. As you can see from the code – the file URL doesnt even show. Its not a broken link – its an empty URL eg

    #131547

    OK I look, is not the column, the problem is when the image support a link :

    – No link = responsive

    – Link = no-responsive

    Regards.

    Jean

    #131379

    Yes this is possible. You can insert html code into the title fields (eg just insert a simple image html tag: http://www.htmlgoodies.com/primers/html/article.php/3478181/Basic-HTML-Images.htm ) or use the shortcode generator (magic wand icon in the tinymce editor field on the post/page editor screen) to generate a font icon shortcode and insert the shortcode into the title field of the menu item.

    #26770
    freepixelweb
    Participant

    Big surprise ! In 1/4 column my image is responsive… but in 1/5 column not (in Avia page builder). :-(

    Regards.

    Jean

    #26792
    kommbuero
    Participant

    I need in my blog page (grid, three columns, title and exerpt) in the the displayed meta-data under the image and the title not the date of release as designated. I need at the same place the category (or the tag too) of the blog-entry.

    I have found the codeline in the postslider.php:

    $output .= “<div class=’slide-meta-time’>” .get_the_time(get_option(‘date_format’), $the_id).”</div>”;

    But I don’t know, what I have to insert, to display the category instead. All my trials failed. Do You have an appropiate code snippet for me, if it would be so simple.

    Regards

    #26787
    FLSouthPaw
    Participant

    Enfold 1.8.4 Layout Builder Problem – Pop window no longer functions…

    After updating to 1.8.4 when you click to edit any item in the layout builder it no longer pops up in its own window… it just throws it at the bottom of the page to the left instead of the normal pop up windows… It happens in both Chrome and IE10… and on multiple computers…

    See screen shot below…

    https://www.diigo.com/item/image/44aqo/96nb

    Regards,

    Mark L. Lee

    #114762

    How about a shortcode for indented pull quotes as well as full-width blockquotes?

    <Nick: Can you paste a URL to a live site that demonstrates what you describe (no images please)

    #130697

    Thanks for your continued patience and lesson.

    http://goo.gl/Y4G3iD

    About the 2 column issue…I ended up using the line component in the advanced editor and adding some space in one of the columns, and now it matches.

    I still don’t understand why i couldn’t simply make a 1/2 column with an image, a header and some text, clone it, and expect it to be identical to the first column…? The page that I was having a problem with was the EXPERTISE page. But I eventually got it to work, probably not the correct way though…

    Am I wrong to assume that once you choose to build/edit a page, you have to use EITHER the default or the advanced? Or should i be able to toggle back and forth? Because often when adding copy into one of the advanced text fields, and start styling words or a sentence to bold or a color for instance, it adds bits of code i didn’t enter when i open that part again to adjust or change?

    #26767
    seven_style
    Participant

    Hello,

    I have set up a Color Section with a Background image (fixed). It creates a perfect effect on my website, but it doesn’t work on iPhones & iPad (there is no scroll over the image). Is there an option to make it work.

    Moreover, how can I enlarge the Padding? I have selected Large, but I saw on the Enfold theme that the padding was even larger.

    Thanks for your support.

    Best

Viewing 30 results - 104,251 through 104,280 (of 106,396 total)