Forum Replies Created

Viewing 30 posts - 13,831 through 13,860 (of 14,834 total)
  • Author
    Posts
  • in reply to: BUG IN CONTACT FORM #355330

    Hi CloudChoice!

    The subject element is just one of the default text inputs that gets added when you drag a contact form element to your content. You can get rid of it if you wish or rename it to something else.

    The E-Mail Subject is the subject that gets sent with the actual email and is what you should see in your mail client. This is the one that you want to have something set.

    Send us a link to your site and we’ll send you a test email.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Masonry Blog – Not showing Navigation Options #355323

    Hi!

    Unfortunately that would take a lot of time and code and would have to be considered custom work. What I would do is leave your news category excluded because it has quite a few posts set to it or segment them into more categories.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.

    Hey aovivo!

    I don’t understand what’s going on there. What does the text say for that option and how did you get it? It doesn’t look like any of your plugins would be adding it and I’m pretty sure it’s not a feature in the default WordPress menus.

    Regards,
    Elliott

    in reply to: Masonry Content Element "Jitters" on Readjustment #355311

    Hi icvdm!

    Your link is giving me a 404 but it looks like your talking about the gallery page in your menu. It looks fine on Windows 8. I’ll leave this open for the rest of our team to take a look on mac.

    Regards,
    Elliott

    in reply to: Testimonials changing layout #355308

    Hey Marcelo!

    Open up /enfold/config-templatebuilder/avia-shortcodes/testimonials.php and move lines 393 – 398.

    				$output .= 				"<div class='avia-testimonial-meta-mini'>";
    	if($name)	$output .= 					"<strong  class='avia-testimonial-name'  {$this->title_styling} {$markup_name}>{$name}</strong>";
    if($subtitle)	$output .= 					"<span  class='avia-testimonial-subtitle {$this->subtitle_class}' {$this->title_styling}  {$markup_job}>{$subtitle}</span>";
        if($link)	$output .= 					"<span class='hidden avia-testimonial-markup-link'  {$markup_url}>{$link}</span>";
    	if($link)	$output .= 					" &ndash; <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
    				$output .= 				"</div>";

    Up so they display on top of this line.

    $output .= 		"<div class='avia-testimonial-content {$this->content_class}'  {$this->content_styling} {$markup_text}>";
    

    And then add this to your custom CSS.

    .avia-testimonial-image { float: right !important; }
    

    Cheers!
    Elliott

    in reply to: comments and timestamp not appearing in Blog Posts #355306

    Hi!

    The grid layout only shows comments and the date by default because it has a shorter width. You can add them in around line 381 in /enfold/config-templatebuilder/avia-shortcodes/postslider.php.

    $output .= ' / ';
    $taxonomies  = get_object_taxonomies(get_post_type($the_id));
    $cats = '';
    $excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    
    if(!empty($taxonomies))
    {
    	foreach($taxonomies as $taxonomy)
    	{
    		if(!in_array($taxonomy, $excluded_taxonomies))
    		{
    			$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
    		}
    	}
    }
    
    if(!empty($cats))
    {
    	$output .= '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
    	$output .= $cats;
    	$output .= '</span><span class="text-sep text-sep-cat">/</span>';
    }
    	$output .= "</div>";
    
    $output .= '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    $output .= '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
    $output .= '<span class="vcard author"><span class="fn">';
    $output .= get_the_author();
    $output .= '</span></span>';
    $output .= '</span>';
    $output .= "</div>";
    
    

    Just beneath this line.

    $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Preview image size single blog post #355283

    Hi graphicsplus!

    When you edit your post click on the featured image and there will be a link in the top right that says, “Edit Image”. Click on that and then drag a selection on your image to crop and save.

    Cheers!
    Elliott

    in reply to: Image Hotspot on Enfold Demo page #355277

    Hey!

    Please see here for the LayerSlider documentation, http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html.

    What type of video are you using? Is it self hosted? Send us a link and we’ll take a look.

    Best regards,
    Elliott

    Hi mirloblanco!

    Yes I get that problem also. Try using smaller images and update to WordPress 4.0.1.

    It should work fine when you move to an actual web server.

    Best regards,
    Elliott

    in reply to: Blog Page / number of posts #355253

    Hi alexoua!

    I viewed your link but only 10 posts are displaying on the page and on page 2 there are just 4 posts.

    If you want to make a page where all of your posts display regardless of category then just drag the blog posts element to your content and do not select any categories.

    Also make sure your posts are published and visible.

    Best regards,
    Elliott

    in reply to: Problem with Search on Kriesi.at #355247

    Hey gloopy1!

    I’m not seeing it on my end. This is what I get, https://kriesi.at/support/search/enfold+search/page/2/.

    Cheers!
    Elliott

    in reply to: WordPress 4.01 Breaks My Site #354746

    Hey!

    It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Cheers!
    Elliott

    in reply to: WordPress 4.0.1 problems #354735

    Hello everyone,

    It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: easy slider doesn't work suddenly #354734

    Hey fangfreezer!

    It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Cheers!
    Elliott

    in reply to: Problems after Update WP 4.0.1 #354729

    Hello everyone,

    It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Easy Slider not working #354726

    Hi Lynn!

    It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Regards,
    Elliott

    in reply to: Blank Sliders on multipl websites after wordpress 4.0.3 update #354723

    Hey!

    It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: after wordpress update some wrong things happened #354716

    Hi xeminis!

    It’s a small bug with WordPress 4.0.1. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.

    Best regards,
    Elliott

    in reply to: Easy slider not working with WP 4.0.1 #354704

    Hello everyone,

    Sorry for the inconvenience. Kriesi has issued the fix to themeforest and it should be approved soon.

    It’s just a display issue on the frontend but please wait for Enfold v3.0.4 before updating to WordPress v4.0.1.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Increase opacity around colorbox #354698

    Hey Yory!

    Do you mean the magnific popup? Try adding this to your custom CSS.

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0.9 !important; }
    

    Regards,
    Elliott

    in reply to: Labels in support response #354685

    Hi!

    No I think that is something different. Send us a link and we’ll see if we can get it removed with some CSS. You can set your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: @font-face for main menu #354680

    Hey yoginthusiast!

    Try adding this.

    #avia-menu > li > a, #avia-menu > li > a > span.avia-menu-text { font-family: “FrutigerLTW01-45Light” !important; }
    

    If that’s not working then send us a link and we’ll take a look. You can mark your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: Display tagline #354665

    Hey Yory!

    Add this to the bottom of your /enfold/functions.php file.

    add_action( 'ava_main_header', 'enfold_customization_add_tagline' );
    function enfold_customization_add_tagline() {
    	echo '<span class = "tagline">'.get_bloginfo ( 'description' ).'</span>';
    }

    And you can use this to style it.

    .tagline { position: absolute; top: 40px; right: 40px; }
    

    Best regards,
    Elliott

    in reply to: Socket / Flags / mobile devices #354647

    Hey alexoua!

    Try adding this to your custom CSS.

    .responsive #socket .sub_menu_socket {
        display: block !important;
    }

    Best regards,
    Elliott

    in reply to: Woocommerce Cart & Checkout Pages #354640

    Hey Luke86!

    It looks like you have a lot of customizations going on. Let’s try the following.

    1. Deactivate all plugins except the default Woocommerce plugin.

    2. Upload a fresh copy of Enfold to your WordPress theme directory and activate that to see if the same problem happens. If it’s fine then you’ll want to add your customizations into the fresh copy one by one to see which could be causing the problem.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: How to center columns of information #354620

    Hey connect4consulting!

    For what your trying to do it would be easiest to just use HTML and inline CSS.

    <div style = "position: relative; width: 500px; margin: 0px auto;">
    <div style = "float: left; width: 200px; margin-right: 100px;">
    1st column
    </div>
    <div style = "float: left; width: 200px;">
    2nd column
    </div>
    </div>

    And then play around with the widths.

    Or you can also try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then in the debug field drag your column shortcodes so they nest inside each other.

    By the way I viewed your link but it has a PHP error with your WordPress installation.

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Remove Image Overlay #354613

    Hi NBSIME!

    Try adding this to your custom CSS.

    .image-overlay-inside, .image-overlay {
        display: none !important;
    }

    Best regards,
    Elliott

    in reply to: Can't update plugins or install new ones #354610

    Hey addwebtoday!

    It happens in the default theme as well correct? This isn’t a theme issue but a general WordPress issue and it would be best to post a new topic in the WordPress support forums.

    I did a quick google search and came across this which may help, https://wordpress.org/support/topic/plugin-upgrade-failing-cannot-remove-old-plugin.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: avia layout builder does not load #354599

    Hi marcusmuler!

    Updating Enfold to the latest version (3.0.2) should fix this. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Best regards,
    Elliott

    in reply to: Enfold Questions #354573

    Hi williamo2011!

    Woocommerce has an option in Dashboard > Woocommerce > Settings > Products for having the add to cart button link directly to the cart instead of using AJAX to add it to the cart and display it on the same page as seen on our demo, http://kriesi.at/themes/enfold/shop/. Is that what you are referring to?

    This is the extension? http://www.woothemes.com/products/name-your-price/

    I haven’t tested it but don’t see any reason why it wouldn’t work. If you see any issues then let us know and we’ll take a look.

    For optimization I would check out W3 Total Cache plugin but do not minify the JS or CSS.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
Viewing 30 posts - 13,831 through 13,860 (of 14,834 total)