Forum Replies Created

Viewing 30 posts - 9,361 through 9,390 (of 14,834 total)
  • Author
    Posts
  • in reply to: Alternative mobile logo #408481

    Hey envapk2!

    You’ll need this instead.

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
    	$sub .= "<a href='#' class = 'second-logo'><img src='LINK TO SECOND LOGO' /></a>";
    	return $sub;
    }

    And then change your CSS to this.

    @media only screen and (min-width: 480px) {
    .second-logo { display: none; }
    }
    @media only screen and (max-width: 480px) {
    .logo a:first-child { display: none!important; }
    .logo a:last-child {
    display: block!important;
    }
    }

    Regards,
    Elliott

    in reply to: Sidebar heading #408470

    Hey Christan!

    What you could do is right click the page and copy the source code for the menu and paste that into a text widget and then change it. But really it’s the same amount of work as just using the page sidebar navigation or custom menu widget.

    Best regards,
    Elliott

    in reply to: Different Images Upon Refresh? #408468

    Hey AJDesignCo!

    It would take some javascripting to do that and it might not look good if your using large images. I’ve never used this plugin before but it looks like it might accomplish the same thing, https://wordpress.org/plugins/wp-supersized/.

    Regards,
    Elliott

    in reply to: Favicon support #408464

    Hi lock255!

    I’m not too familiar with iOS. Is this for when someone bookmarks your site on an iPhone?

    It probably needs to go in the header so you could try adding this to the bottom of your functions.php file.

    add_action( 'wp_head', 'enfold_customization_add_favicon_sizes' );
    function enfold_customization_add_favicon_sizes() {
    ?>
    insert your code here
    <?php
    }

    And then add your code in the correct spot.

    Regards,
    Elliott

    in reply to: Mobile Not showing Full Width Easy Slider correctly #408458

    Hey onegirlrtw!

    That’s from this custom CSS your using.

    .home ul.avia-slideshow-inner {
    height: 535px !important;
    max-height: 535px !important;
    }

    Regards,
    Elliott

    in reply to: Custom.css caching issue #408456

    Hi DavyE!

    It’s most likely a caching plugin your using. You can check in the plugin settings to see if you can stop the CSS from caching. Or just clear the plugin cache after your done doing your changes.

    Best regards,
    Elliott

    Hey ginapalha!

    This is usually a problem with your server. You’ll need to upload the theme via FTP in this case. See here for instructions, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Best regards,
    Elliott

    in reply to: Website is not Responsive on Mobile #408450

    Hey Julian Andres!

    It looks like your using a mobile plugin which is loading a different theme for mobile devices. Deactivate all of your plugins and then reactivate them one by one to see which one is causing the problem.

    Cheers!
    Elliott

    Hey Dirk!

    Try adding this to your custom CSS.

    .avia-msie textarea { overflow: auto !important; }
    

    Regards,
    Elliott

    in reply to: Masonry gallery sorting options #408439

    Hey ripgroove!

    No not currently. It’s a cool idea though. Perhaps we could add an “image tagging” feature as you select your images. Feel free to request something like that here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.

    Regards,
    Elliott

    in reply to: messed up demos #408435

    Hi jsgaden!

    When you import one of the demos it is going to download the pages, widgets, and images, etc etc. We cannot delete your content (pages / posts) etc, so you will need to delete those yourself. The only thing we can delete are the theme settings and like you have seen they will be overwritten when you import a new demo but the pages will stay there.

    So you can delete them all manually or reinstall WordPress. You could also try a plugin out such as this, https://wordpress.org/plugins/wordpress-reset/, but I have not used those types of plugins before.

    Regards,
    Elliott

    in reply to: Fixed thumbnail size for portfolio items #408427

    Hey bsheppar!

    Try adding this to a codeblock element in the same page.

    <style type = "text/css">
    .grid-image img {
      max-height: 200px !important;
      min-height: 200px !important;
    }
    </style>

    Cheers!
    Elliott

    in reply to: Auto add new categories to post sliders #408426

    Hi!

    Thanks for the help begrafiks.

    @Jaap de Wit, By default all categories are used. If your selecting only a few and need to add more later then you will have to edit the slider again.

    Cheers!
    Elliott

    in reply to: Custom Heading – empty font list #408424

    Hi Wim!

    So your inserting a heading into your content like so..

    <h2>Heading</h2>
    <h4>Another heading</h4>
    

    But it’s using the wrong font? I’m not sure what you mean by “font family picklist is empty”. Can you take a screenshot and highlight what is going on so we can get a better idea?

    Cheers!
    Elliott

    in reply to: Problem Masonry Lightbox Filter #408423

    Hi rs-art!

    The Masonry should be linking to the individual portfolio posts instead of opening up in lightbox. Can you send us a link to your page?

    Best regards,
    Elliott

    in reply to: Limit Home Page Facebook/Twitter Feed Characters #408418

    Hey sjidesign!

    Try adding this to your custom CSS.

    .cff-text {
      display: block !important;
      height: 80px !important;
      overflow: hidden !important;
    }

    You may need to play around with the 80px value to make it look good.

    Cheers!
    Elliott

    in reply to: Multi-Autho Blog Questions #408417

    Hi!

    1. Open up /enfold/includes/loop-author.php and around line 67 you should see this.

    <header class="entry-content-header">
    

    Add this above it.

    <?php echo "<div class='blog-meta'>";
    
    $blog_meta_output = "";
    $icon =  '<span class="iconfont" '.av_icon_string($post_format).'></span>';
    
    	if(strpos($blog_style, 'multi') !== false)
    	{
    		$gravatar = "";
    		$link = get_post_format_link($post_format);
    		if($post_format == 'standard')
    		{
    			$author_name = apply_filters('avf_author_name', get_the_author_meta('display_name', $post->post_author), $post->post_author);
    	$author_email = apply_filters('avf_author_email', get_the_author_meta('email', $post->post_author), $post->post_author);
    			
    	$gravatar_alt = esc_html($author_name);
    	$gravatar = get_avatar($author_email, '81', "blank", $gravatar_alt);
    	$link = get_author_posts_url($post->post_author);
    		}
    
    		$blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";
    	}
    	else if(strpos($blog_style, 'small')  !== false)
    	{
    		$blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
    	}
    
    echo apply_filters('avf_loop_index_blog_meta', $blog_meta_output);
    
    echo "</div>";
    ?>

    2. Add this to your custom CSS.

    .post-author-format-type.blog-meta * {
      height: 120px;
      position: relative;
      width: 120px;
    }

    Regards,
    Elliott

    Hey reklamebanken!

    I would try contacting the plugin authors about this to see if they have any idea on what it could be.

    Other than that send us a WordPress login and we’ll take a look to see if it’s an easy fix but keep in mind that we do not support third party plugins.

    Cheers!
    Elliott

    in reply to: Easy slider images too large #408409

    Hey!

    Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    .avia-slideshow li img { max-height: 600px !important; }
    </style>

    But like I said that is going to make them look distorted. It would be best to crop them before uploading.

    Regards,
    Elliott

    in reply to: Gallery in Enfold v3.0.8 and WP4.1.1 display issue #408408

    Hi sbrenca!

    I see what you mean.

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    in reply to: Masonry portfolio grid lightbox issue #408407

    Hey!

    I’m sorry but I’m not sure I understand. The portfolio AJAX feature has a filter option as well so it’s pretty much the same thing as the Masonry element.

    Go ahead send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: Down arrow not working in home page #408349

    Hey rajivnetra!

    Edit the color section beneath it and set the ID to “next-section”.

    Best regards,
    Elliott

    in reply to: Overwriting styles from a child theme #408341

    Hey!

    Try adding html #top in front of your CSS rules like so.

    html #top a { color: blue; }
    

    Or just #top like so.

    #top #header { background: red; }
    

    If that does not work then you will need to use the !important override.

    Best regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: The speed test problem result due to script and css . #408334

    Hey!

    1. Are you talking about the horizontal scroll bar in your tab? The tables are already set to 100% width but you have a lot of table headings and the tables headings your using are way too long so there isn’t a way for us to fit that inside the tab. You could try using this CSS to reduce the font size.

    tr:first-child th, tr:first-child td { font-size: 7px !important; }
    

    That way they will fit inside the tab.

    2. Please see here, https://kriesi.at/support/topic/add-new-font/#post-234710.

    Best regards,
    Elliott

    in reply to: A few simple questions #408327

    Hey!

    Please see here, https://vimeo.com/64927358.

    You can find other videos in our documentation, http://kriesi.at/documentation/enfold/videos/.

    Regards,
    Elliott

    in reply to: Create a pattern 'Image with Hotspost' #408325

    Hey pedroPuerto!

    No, there is no way to do that currently without a lot of customization. There may be a plugin out there that lets you do this but I do not know of any that I can recommend.

    If anyone knows of any then please share.

    Best regards,
    Elliott

    in reply to: Trouble with gallery thumbnail aspect ratios #408321

    Hey!

    I switched it to a max-height and min-height of 150px. Just play around with the values to change the size.

    Best regards,
    Elliott

    in reply to: Bug with firefox + Pop-in #408315

    Hey nbermond!

    Your login is not working for me. Is the information correct?

    1. Your getting a bunch of 500 internal server errors on a bunch of plugin scripts. Try deactivating all of your plugins to see what happens. If that does not help then try turning on WordPress debug and check your server error logs for more information.

    2. Try changing line 886 in /enfold/js/avia.js from this.

    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',
    

    To this.

    exclude			:	'a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',
    

    Cheers!
    Elliott

    in reply to: Sidebar background color #408305

    Hi!

    You can use some simple CSS to change the sidebar background like so.

    aside { background: red !important; }
    

    Go ahead and send us a link to your page and we’ll take a closer look. If your using the stretched layout then it may be easier.

    Best regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Color Section Image BG – too much content top margin #408303

    Hey Slade!

    Do you have the color section minimum height set to 100% of the browser height? If so then try switching that to a pixel value.

    Also try setting an ID to the section and then add this to your custom CSS.

    #yourID .container { padding-top: 0px !important; }
    

    Regards,
    Elliott

Viewing 30 posts - 9,361 through 9,390 (of 14,834 total)