Viewing 30 results - 96,601 through 96,630 (of 106,497 total)
  • Author
    Search Results
  • This reply has been marked as private.
    #224920
    hanlinsg
    Participant

    Hi guys,
    I’m sorry to annoy you all the time with questions, I’ll try to ask this very last question on this theme.
    Please see the pic for the question.
    http://bathmatesingapore.com/2014/wp-content/uploads/2014/02/Screen-Shot-2014-02-17-at-6.08.32-pm-450×450.png

    Thank you so much!
    Jason

    #224918

    Thank you Yigit!
    I’m always impressed by how you guys help your customers.
    Please make a ‘donate’ button on your homepage and I’m sure satisfied customers like me would love to donate and support Kriesi!

    Thanks again guys!
    Jason

    #224914

    Hi Straver-reclame!

    Can you post the link to your website? Please make sure to flush browser cache and settings of caching plugin if you are using any after making styling changes.

    Best regards,
    Yigit

    #224910

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #tab-description h2 { display: none; }

    Regards,
    Yigit

    #224899
    majesticllama
    Participant

    Hi,

    So I want to add the “Image” media element in the avia layout builder and I want when someone clicks on the image for it to open in lightbox. Is that possible?

    Thank you again =)

    #224891

    Topic: Gallery titles

    in forum Enfold
    alexoua
    Participant

    Hi,

    I would like to know how to delete the image title for all inserted pictures which are in the website. The ones which appear inside a yellow boxe.

    I would like also to know, how to make the image description appears at the bottom center of the picture instead of the top center.

    If you have an email contact, please feel free to send it to me in order for me to send you a screenshot to illustrate what I exactly need… in case my english is too bad!!!

    Thanks a lot for your help,

    Alexandra

    Alright well I can confirm that the email on my Gravatar account matches with the email on my user page within the Dashboard, but the Gravatar images still don’t show up next to my posts.

    Could it be a problem on Gravatar site end of things?

    Ben

    #224876

    Hi Peter,
    You’ve been a great help to me since the Flashlight theme days… thank you so much!
    Ok, there is word ‘Product description’ on the top, is there a way to remove that shit?

    http://bathmatesingapore.com/2014/wp-content/uploads/2014/02/Screen-Shot-2014-02-17-at-4.26.28-pm.png

    Thanks and kind regards,
    Jason

    Hi!

    The theme does not connect to any wordpress.com or wordpress.org profiles. All user settings are stored in the local database and you can change them on the user screen (Admin Dashboard > Users > All Users and then hover over a username and click “edit”). The email address of your user (and all users who want to use their gravatar images) must match the corresponding gravatar account address(es).

    Cheers!
    Peter

    #224873
    fjhughes
    Participant

    Hello,

    I think I am having an issue similar to this, but I tried those solutions and did not see that it made a difference.
    https://kriesi.at/support/topic/poor-quality-thumbnail-images-in-portfolio-gallery/

    On this page: http://trincapinvestment.com/about/ under ‘Our Team’, if you click on a person, it opens the Ajax Portfolio. Maybe it isn’t designed to have only 1 image there when it opens. Will it work this way? I don’t understand why the image is blowing up to 684×895. If you choose the second guy, ‘Alex’ you can see what it is doing. On the first guy, ‘Steve’, I added a background of 684×895 and put the correct size image inside as a work around for now. But that doesn’t really work well. I will have new headshots to put in next week so they will look better, but only if I can get the correct sizing figured out.

    Thanks!

    -Fred

    #224855

    Hey hanlinsg!

    1) This is not easily possible – please hire a freelancer if you want to modify the layout of the single product template. You can contact werkpress here: http://kriesi.at/contact/customization or hire a freelancer here: http://www.microlancer.com/
    Note that relocating the “Add to cart” button position causes incompatibility issues with third party plugins for sure. That’s one of the reasons why we decided to stick with the default WooCommerce layout with Enfold. With propulsion we had several problems with third party plugins.

    2) Insert this code into the quick css field:

    
    #top div div.product .woocommerce-tabs ul.tabs li a {
    display: none;
    }
    
    #top div div.product .woocommerce-tabs .panel {
    border: none;
    background: #ffffff;
    }
    

    3) Seems like Josue solved it: https://kriesi.at/support/topic/tab-content-field-unclickable/’

    Regards,
    Peter

    You’re talking about the “Users” tab within the wordpress.org dashboard right? In that case then yes, my email there matches up with my email for my wordpress.com profile (with my Gravatar). And I have the “multi-post” author options selected, so it should be all set, but my Gravatar image is still not popping up on any of the posts that I have authored on my page.

    Here is the URL for my site: concordnanae.com

    All I’m seeing in each circle is still the small pen icon, or whichever icon I check off in the media option of each post.

    Ben

    #224851
    Straver-reclame
    Participant

    I’ve uploaded an image for my header background through the control panel, but it’s not showing. In fact, many changes made in the control panel ‘styling’ section don’t work properly. What to do? Thanks.

    #224843

    Hey Steve!

    Please try to insert this code into the quick css field

    
    .portfolio-preview-image a{ pointer-events: none; }
    

    Cheers!
    Peter

    Hi bhaydock!

    WordPress will connect your user email address (you can change it on the wordpress dashboard/admin page) with your gravatar account. Just make sure that the gravatar account email address matches your wordpress user address.

    Best regards,
    Peter

    #224832

    Hey David!

    Make sure that you use the latest version of Enfold 2.5.2 because otherwise you can’t add a link to your gallery images. Then install this plugin http://wordpress.org/plugins/wp-gallery-custom-links/ and insert this code:

    
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
        if(!empty($custom_url))
        {
            $link[0] = $custom_url;
            $link['custom_link_class'] = 'aviaopeninbrowser';
        }
        return $link;
    }
    

    into your child theme functions.php file (at the very bottom).
    Best regards,
    Peter

    #224819

    Hi!

    Tbh I’m not sure if Kriesi is going to fix this issue directly. The next update will include LayerSlider 5 and if we find an incompatibility issue (i.e. with the column elements) we will fix it for sure. For now you can try this css code:

    
    @media only screen and (max-width: 767px){
    body .column-top-margin {
    margin-top: 10px;
    }
    
    .avia-align-center.avia_image.avia-builder-el-no-sibling {
    margin-bottom: 10px;
    }
    }
    

    to fix the spacing issue for smaller screens.

    Cheers!
    Peter

    #224813

    Hey!

    This should be possible. In wp-content/themes/enfold/js/shortcodes.js replace

    
    		next : function(e)
    		{
    			e.preventDefault();
    			this._stopSlideshow();
    			this._navigate( 'next' );
    		},
    
    		// public method: shows previous image
    		previous : function(e)
    		{
    			e.preventDefault();
    			this._stopSlideshow();
    			this._navigate( 'prev' );
    		},
    

    with

    
    
    		next : function(e)
    		{
    			e.preventDefault();
    			this._stopSlideshow();
    			this._navigate( 'next' );
    
    			setTimeout(this._startSlideshow(),50);
    		},
    
    		// public method: shows previous image
    		previous : function(e)
    		{
    			e.preventDefault();
    			this._stopSlideshow();
    			this._navigate( 'prev' );
    
    			setTimeout(this._startSlideshow(),50);
    		},
    

    Cheers!
    Peter

    #224807

    Solved! Thank you for being patient with a noob. :)

    #224806

    Hey sunworx!

    Please add this on Quick CSS or custom.css:

    .image-overlay.overlay-type-extern {
    opacity: 0 !important;
    }

    Cheers!
    Ismael

    #224804

    Hey Taloscent!

    Select the Full Size thumbnail before you click “Insert”. :)

    Regards,
    Ismael

    #224801
    Taloscent
    Participant

    On the Home v8: Frontpage Shop there is a color section with a background image of http://kriesi.at/themes/enfold/files/2013/06/slide3_bg.png.
    I copied this image and am using it on http://dignity.morewireless.net

    Why is the same picture with the same settings pixelated/blocky and yours is not? Have I missed some settings?
    Thanks

    #224799

    Hey AdDesign!

    You can add this on Quick CSS or custom.css:

    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont {
    font-size: 25px;
    }

    Change the color using this:

    .header_color .main_menu ul:first-child > #menu-item-search > a {
    color: red;
    }

    Best regards,
    Ismael

    #224776

    Hi flinkfoxxx!

    You can edit functions.php, find this code on line 443:

    add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio' ) );
    

    Replace it with:

    add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio','status' ) );
    

    We used the status post format. You can refer to this link: http://codex.wordpress.org/Post_Formats#Supported_Formats

    You can edit the status format using this on functions.php:

    add_filter( 'post-format-status', 'avia_status_content_filter', 10, 1 );
    
    if(!function_exists('avia_status_content_filter'))
    {
    	function avia_status_content_filter($current_post)
    	{
    		/* FUNCTION HERE */
    	}
    }

    Best regards,
    Ismael

    #224769

    Hey!

    Change the color of the menu using this:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    This is for the active menu:

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
    color: blue;
    }

    Cheers!
    Ismael

    #224768

    Hi!

    Can you please post a screenshot of what your trying to do? Do you want to change the grey background of the iconlist? You can set the image as background. Use this on Quick CSS:

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: #d0d0d0;
    background: #d0d0d0 url('IMAGE URL HERE') no-repeat;
    }

    Best regards,
    Ismael

    khedrubje
    Participant

    Hi.
    I created a lightbox with this code for google maps and it has hidden images and responsive menu now doesn’t work.
    Any idea on a fix.
    Thx

    <html>
    <head>
    <script src=”http://www.google.com/jsapi&#8221; type=”text/javascript”></script>
    <script type=”text/javascript” charset=”utf-8″>
    google.load(“jquery”, “1.4.2”);
    </script>
    <link rel=”stylesheet” href=”css/prettyPhoto.css” type=”text/css” media=”screen” title=”prettyPhoto main stylesheet” charset=”utf-8″ />
    <script src=”js/jquery.prettyPhoto.js” type=”text/javascript” charset=”utf-8″></script>

    <!– Google Maps Code –>
    <script type=”text/javascript”
    src=”http://maps.google.com/maps/api/js?sensor=true”&gt;
    </script>
    <script type=”text/javascript”>
    function initialize() {
    var latlng = new google.maps.LatLng(-33.42746, 151.42906);
    var myOptions = {
    zoom: 15,
    center: latlng,
    mapTypeId: google.maps.MapTypeId.HYBRID
    };
    var map = new google.maps.Map(document.getElementById(“map_canvas”),
    myOptions);
    var marker = new google.maps.Marker({
    position: latlng,
    map: map,
    title: ‘Central Coast Meditation!’
    });

    }

    </script>
    <!– END Google Maps Code –>
    </head>
    <body>
    <p><img src=”http://www.oneclicktechnology.com.au/khedrubje/wp-content/uploads/2014/02/FooterMapWamberal.png&#8221; alt=”Central Coast Mediation
    165 Willoughby Rd, Wamberal NSW 2260 “></p>

    <script type=”text/javascript” charset=”utf-8″>
    $(document).ready(function(){
    $(“a[rel^=’prettyPhoto’]”).prettyPhoto({
    custom_markup: ‘<div id=”map_canvas” style=”width:300px; height:400px”></div>’,
    changepicturecallback: function(){ initialize(); }
    });
    });
    </script>
    </body>
    </html>

    #224760

    Hey!

    I don’t see any issue on the page. The easy sliders are working properly. Please remove browser cache then reload the page a few times. Test it on another browser. Please post a screenshot of the issue if there is still any.

    Cheers!
    Ismael

    bhaydock
    Participant

    I recently switched to the Enfold theme for my WordPress.org site. There was already a fair bit of content on my site already, posted by 2 different older contributors. From here on out I will be posting the majority of content, as well as one other potential new contributor, totaling 4 contributors. For this reason I selected the “multi-author blog”.

    My problem is I don’t know how to get the gravatar pictures to show up next each authors’ post. I just recently set up a gravatar for myself, but it still doesn’t show up next to my posts within my wordpress.org site. I can’t see anything within the WordPress.org dashboard under “users” that will link the gravatar to specific site authors. Nor can I find anything in the Enfold options.

    Once I get my own gravatar figured out, I’d ideally like to have pictures for the older content authors as well.

Viewing 30 results - 96,601 through 96,630 (of 106,497 total)