Forum Replies Created

Viewing 30 posts - 60,751 through 60,780 (of 67,155 total)
  • Author
    Posts
  • in reply to: Frage zu Formatvorlagen in Beiträgen #223184

    Hi simonac!

    You can place the video url on the content for post video format, do the same with the quotes format. I’m not sure about your second inquiry, please wait for Dude to respond.

    Cheers!
    Ismael

    Hi yes2themes!

    Please try to get 1 or 5 icons at a time on fontello then download the zip file. Upload it using the iconfont manager. See if it works. We haven’t tested the whole fontello library and maybe some of the icons can’t be use. Please try 1 icon then upload it for testing purposes.

    Regards,
    Ismael

    in reply to: Parse error when installing #223177

    Hi rasa!

    Yes, there are some user who had this issue. Please download the latest version of the theme again then override the theme files via FTP. Must be a corrupted file.

    Cheers!
    Ismael

    in reply to: Create a video thumbnail #223176

    Hi!

    I added the video shortcode on a Text Block element and it works. Please add this on Quick CSS:

    .wp-video {
    min-height: 500px;
    margin-bottom: 50px;
    }

    Check it here: http://withthisring.org/test-page/

    Cheers!
    Ismael

    in reply to: Header color and caps in footer #223169

    Hi!

    You can post the screenshot using imgur or dropbox. Add this on Quick CSS or custom.css:

    h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    }

    Best regards,
    Ismael

    Hi!

    Thanks for the info. :)

    Cheers!
    Ismael

    in reply to: Issues with titles #223163

    Hi!

    Add this on Quick CSS to remove the title and meta infos:

    .single .post-title.entry-title, .single .post-meta-infos {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Add Social Media Icon to Header #222806

    Hi Jason!

    Please follow these steps:

    I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:

    'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    

    Below, add this code:

    'slideshare' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'Slideshare'   => 'slideshare',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.

    Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/

    Cheers!
    Ismael

    in reply to: Name layered Sliders #222804

    Hi ShortieD!

    Unfortunately, you can’t change it on the Layer Slider panel but you can rename directly on the database. Look for the wp_layerslider table.

    Cheers!
    Ismael

    Hey laurendevine!

    This part of the code should be inside the 2nd 2/3 column if you want to show it side by side with the image:

    <p>2011: Jennifer Brodsky
    2011: Rachel Gratz
    2010: Anita Maricela Lopez
    2010: Pamela Kim Washington
    2008: Joy Sun
    2007: Elena Portacolone, PhD
    2006: Monika Eckfield
    2005: Karen Pak Oppenheimer
    2005: Catherine Dodd
    2004: Christine Lin
    2004: Diane Norcio</p>
    

    Cheers!
    Ismael

    in reply to: Enfold – Remove portfolio-item from url #222796

    Hi digitalcomplexion!

    Unfortunately, you cannot remove the whole slug name on the url. You can only change it on Enfold > General Settings > Portfolio: Enter a page slug that should be used for your portfolio single items.

    Josue mentioned that this plugin works: http://wordpress.org/plugins/custom-permalinks/

    Regards,
    Ismael

    in reply to: Advanced Layout Editor is blank #222793

    Hi!

    Can you please give us a link to the website? Did you deactivate all active plugins?

    Cheers!
    Ismael

    in reply to: Customizing the comment section #222780

    Hi!

    You should use a child theme. Create an includes folder and place a comments.php file inside.

    Regards,
    Ismael

    in reply to: Icon list font settings changed after update #222778

    Hey David!

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

    .iconlist_content p {
    line-height: 30px;
    }
    
    .avia-icon-list .iconlist_title {
    margin-bottom: 10px;
    }

    The plugin Grid Products is messing up with theme’s layout.

    Regards,
    Ismael

    in reply to: Changing logo size #222774

    Hi Benjaminlivingthebrand

    What type of header do you have? Please give us a link to the actual website. We can change the height of the header and the size of the logo will resize in response.

    Best regards,
    Ismael

    in reply to: Question about new update 2.5 #222770

    Hey!


    @adrianwackernah
    : Thanks for the heads up.


    @kenwae
    : Looks like you really need to update the links on the slideshow.

    Best regards,
    Ismael

    in reply to: Remove featured image link inside post. #222769

    Hi gmarco!

    Please edit includes > loop-index.php, find this code on line 81:

    if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
    

    Replace it with:

    if (!is_single()) {
                $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
    			} else {
    			$slider = $slider;	
    			}

    Best regards,
    Ismael

    in reply to: enfold reach the limit of server's cpu and memory usage #222755

    Hey!

    Can you please give us a link to the actual website?

    Best regards,
    Ismael

    in reply to: Sidebar Menu #222736

    Hi!

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

    .avia_partner_widget a, .avia_partner_widget a:hover {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    }

    Add the same widget on Sidebar Blog Pages widget area on Appearance > Widgets.

    Best regards,
    Ismael

    in reply to: Homepage broken all of a sudden!! #222735

    Hey!

    Please post the link of the website. Did you install any plugins? Please try to increase the php memory limit. Refer to this link.

    Best regards,
    Ismael

    in reply to: Update Enfold Theme #222732

    Hey PlanetServizi!

    You can override the theme files via FTP. Please watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Modifying Home Page #222729

    Hi themeforesttony!

    You can simply modify the layout of a page with Advance Layout Builder. Please watch this video on how to use the Advance Layout Editor:

    Cheers!
    Ismael

    in reply to: icon box #222728

    Hey patriscia!

    1.) Change the color of the icon using this on Quick CSS:

    .main_color.iconbox_top .iconbox_icon {
    color: red;
    background: blue;
    }

    2.) Change the title using this:

    .iconbox .iconbox_content .iconbox_content_title {
    font-size: 13px;
    }

    Best regards,
    Ismael

    in reply to: compatibility issue #222667

    Hi fdgmdg!

    Please add this on Quick CSS or custom.css:

    .iconbox_content_container a img,  .iconbox_content_container img {
    width: auto;
    max-width: 100%;
    }

    Cheers!
    Ismael

    in reply to: Content Scheduler #222657

    Hi Gil413!

    Maybe these plugins will do:

    http://wordpress.org/plugins/content-scheduler/
    http://wordpress.org/plugins/automatic-post-scheduler/
    http://wordpress.org/plugins/schedule-posts-calendar/

    You can request the feature here. If there are sufficient request then Kriesi will likely to add it: https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Ismael

    in reply to: Testimonial Slider #222654

    Hi dennisoderwald!

    Thank you for noticing but I think it has been fixed on the latest update of Enfold. Please try to add this on custom.css or Quick CSS:

    .avia-testimonial-wrapper {
    display: table;
    margin: 30px 0;
    clear: both;
    }
    
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    min-height: initial;
    }

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #222646

    Hi!


    @gmarco
    : The spanish translation is already included on the latest version of the theme. Please check the lang folder then look for the es_Es mo and po files.

    @elmanisero; Thank you so much!

    Regards,
    Ismael

    in reply to: Question about new update 2.5 #222641

    Hi kenwae!

    Haven’t encountered any issues so far, we’ll let you know if we found any. You might want to update them slowly just to be sure.

    Cheers!
    Ismael

    in reply to: Background Color and Link Color of Main Navigation #222640

    Hi danieltjohnston!

    Please use this on Quick CSS or custom.css:

    #header_main_alternate {
    background: black;
    }
    
    .header_color .main_menu ul {
    background: black;
    color: white;
    }
    
    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }

    Cheers!
    Ismael

    in reply to: Issues with titles #222637

    Hey topergarden!

    You can change the single post title using this on functions.php:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if (is_single())
    {
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    }
    
    return $args;
    }

    Add this on Quick CSS to remove the breadcrumbs on single posts:

    .single .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Regards,
    Ismael

Viewing 30 posts - 60,751 through 60,780 (of 67,155 total)