Forum Replies Created

Viewing 30 posts - 13,081 through 13,110 (of 14,834 total)
  • Author
    Posts
  • in reply to: WordPress 4.01 Breaks My Site #363767

    Hi!

    I activated Enfold instead of your child theme and the slideshow appears to be working fine after that. I would try creating a new child theme and then add your customizations in one by one to see which one is causing the problem.

    Regards,
    Elliott

    in reply to: Possible to adjust crop of featured image as a banner? #363759

    Hey David!

    When you edit your portfolio post switch to the advanced layout editor instead of the default editor and that will disable the image that gets added to your single portfolio post view.

    You can then add your own image using the advanced layout editor and use a cropped image or fullsize, whatever you need.

    Does this work for you?

    Best regards,
    Elliott

    in reply to: blog post comment section #363753

    Hey!

    Navigate to Dashboard > Settings > Discussion and uncheck the “Comment author must fill out name and email” option and save.

    Next add this to your custom CSS.

    .comment-form-email, .comment-form-url {
        display: none;
    }

    Best regards,
    Elliott

    in reply to: contact form #363750

    Hey!

    Are you referring to the buttons in your four columns? If so then try this out.

    .avia-button { font-size: 15px !important; }
    

    If that’s not it then take a screenshot and highlight the exact areas your trying to style.

    Cheers!
    Elliott

    in reply to: Slider layers #363744

    Hi woodbridgeoffice!

    When you edit your LayerSlider each layer you create has a “Styles” tab which you can use to change it’s position. You can also drag the layer around in the LayerSlider preview to change it’s position as well.

    You can read more about it here, http://www.cic.com.my/documentation/documentation.html.

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Sidebar issue when using CM Tooltip Glossary Pro+ plugin #363742

    Hey!

    I’m not sure what it could be. I’m guessing the plugin output is breaking the color section markup. Perhaps it is echoing out the content instead of returning it.

    I would consider using it without the color sections or you can try checking the plugin files to see if it’s echoing content and if it is then try returning the output instead.

    Regards,
    Elliott

    in reply to: Mega Menu Image and Text Alignment #363733

    Hi!

    Try surrounding the text with a span like so.

    <span>Software</span>
    

    And then add this to your custom CSS.

    .mega_menu_title span {
        position: relative;
        top: -10px;
    }

    Regards,
    Elliott

    in reply to: Link the Promo Box Button to Video opening in a lightbox #363732

    Hi edfaber!

    Yes, you would just set the link of your promo box manually and link to your video. Our scripts should pick it up automatically and set it to open in the magnific popup.

    Here is an example with vimeo.

    [av_promobox button='yes' label='Click me' link='manually,http://vimeo.com/1084537' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='ue800' font='entypo-fontello' custom_class='']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [/av_promobox]
    

    Cheers!
    Elliott

    in reply to: Floating Widget #363730

    Hey missjonesxox!

    Try adding this to the bottom of your functions.php file.

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

    And then change “insert your code here” with the code you need to use.

    If that is not working then open up /enfold/footer.php and you can find the ending body tag on line 184.

    </body>
    

    Regards,
    Elliott

    Hi!

    Which slideshow is it? You can try adding the attribute to line 569 in /enfold/config-templatebuilder/avia-shortcodes/slideshow.php.

    $html .= "<".$tags[0]." >{$caption}<img data-no-lazy = '0' src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$imgtitle."' alt='".$imgalt."' $markup_url /></ ".$tags[1]." >";
    

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Custom link in Masorny #363713

    Hi Henrik!

    This would be kind of difficult to do. Are you wanting every image to link to your instagram feed? If so then that would be possible but getting just one image to link would have to be considered custom work.

    I would consider using a different element for this or link to your instagram feed while on the single post view instead of the Masonry. You could try using our Masonry Gallery element which lets you insert custom links with the images as well.

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Where can I set Vimeo attributes? #363711

    Hey petcar!

    If your using it in the slideshows then try lines 996 – 1007 in /enfold/config-templatebuilder/avia-shortcodes/slideshow.php.

    array(
    	'portrait' 	=> 0,
    	'byline'	=> 0,
    	'title'		=> 0,
    	'badge'		=> 0,
    	'loop'		=> $loop,
    	'autopause'	=> $autopause,
    	'api'		=> 1,
    	'rel'		=> 0,
    	'player_id'	=> $uid,
    	'color'		=> $color
    ),
    

    As for opening them up in the magnific popup try adding them to the URL in /enfold/js/aviapopup/jquery.magnific-popup.js on line 1616.

    src: '//player.vimeo.com/video/%id%?autoplay=1'
    

    For example if you wanted to turn the byline off then it would look like this.

    src: '//player.vimeo.com/video/%id%?autoplay=1&byline=0'
    

    Best regards,
    Elliott

    Hi melimelow!

    Are you translating the theme texts with the .mo files? Did you make sure to add the .mo files into /wp-content/languages/?

    If you used your own .mo file then go ahead and add it back into the enfold root folder and also in the /wp-content/languages/ directory.

    If your still having problems then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Custom Widget Element in Layout-Builder doesn't show #363687

    Hi!

    I don’t see an easy way of doing that unfortunately. It would be best to just use a sidebar. Currently our sidebar only displays at the bottom of your full width sections. You can issue a feature request here though, https://kriesi.at/support/enfold-feature-requests/, and we may be able to get something worked out in a future update.

    If you want to style the widget area element then it’s going to take a lot of work. You can find our sidebar and widget CSS in /enfold/css/layout.css starting on line 1992.

    
    /* ======================================================================================================================================================
    #Sidebar & Widgets
    ====================================================================================================================================================== */
    
    .widgettitle{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    }
    

    Cheers!
    Elliott

    in reply to: Sidebar after content in mobile version #363668

    Hi!

    Yes it’s probably something we should try and get coded into the layout editor. We’ll see if we can get this added in a future update.

    Best regards,
    Elliott

    in reply to: Problems/conflicts caused by Update 3.0 #363656

    Hey!

    Your site was timing out for me yesterday but it seems to be working fine today.

    It looks like your existing pages have some corrupted code in the advanced layout builder which is causing a javascript error.

    SyntaxError: illegal character
    	
    
    /* <![CDATA[ */!function(){try{var t=\"currentScript\"in document?document.curre...

    You’ll notice you do not get this error when creating a new page so I think some stuff must have gotten messed up with the update. Not sure how it could have happened unfortunately.

    What you can try is enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and when you edit your page you can try deleting any code that looks suspicious (probably your buttons) and then save the page to see if the error goes away. If that does not help though then it would probably be best to delete the page and recreate it.

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Enfold Ajax Partial Refresh #363638

    Hi bankaccounts!

    Hmm, not sure what could be going on there. It doesn’t look like it’s using AJAX, your using it as a shortcode correct? Can you give us the full code so we can test it out?

    Best regards,
    Elliott

    Hey!

    You can disable our templates and features if you need to use it. I didn’t test it thoroughly but it looked like it would have worked when using the code in my previous post. Though you will not get the AJAX cart and other single product view templates, etc etc.

    If you want to get it working with our existing templates and features though it would have to be considered custom work because it is going to take a lot of time and code to make them work with each other. If this is your goal then you will need to contact a freelancer to help you out. I recommend checking out some of the affiliated woo workers here, http://www.woothemes.com/affiliated-woo-workers/.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Adding Custom Post Type data to Masonry #363613

    Hey!

    It’s most likely not how the plugin function is meant to be used. I would try contacting the plugin author and check with him to see how best to use it.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: WordPress Update Issues #363352

    Hi!

    I would try #2 first then #3 and then #1. You can find the .htaccess file in your WordPress root directory (the directory wherever you installed WordPress).

    Best regards,
    Elliott

    in reply to: Shopping cart symbol suddenly appears in mobile view #363350

    Hey vegaspro!

    Try adding this to your custom CSS.

    .cart_dropdown {
        display: none !important;
    }

    Cheers!
    Elliott

    in reply to: Portfolio Item URL Structure #363348

    Hi!

    I think what your wanting to do is use just the post name for the permalink and in the category base use “blog”. That will correct your portfolio post URLs and when viewing your default post archives there will be a /blog/ prepended to the post name.

    Regards,
    Elliott

    in reply to: Submenu current selected font color #363343

    Hi!

    I checked your source code and I see this.

    .current-menu-item > a > .avia-menu-text {
    color: red !important;
    } 

    But the code in my previous post is a bit different. Are you sure you have it in there?

    Go ahead and send us a WordPress login if your still having problems.

    Regards,
    Elliott

    in reply to: Mobile Navigation #363311

    Hey!

    I don’t think it’s possible to do this in a child theme yet but we may get this added in a future update.

    For now you can do this by opening up /enfold/js/avia.js and changing line 324 from this.

    var menu 			  	= header.find('.main_menu ul:eq(0)'),
    

    To this.

    var menu 			  	= header.find('.main_menu ul:eq(0)');
    if ( header.find('.main_menu_responsive ul:eq(0)').length != 0 ) { menu = header.find('.main_menu_responsive ul:eq(0)'); }
    var	first_level_items 	= menu.find('>li').length,
    

    And then add this to the bottom of your functions.php file.

    avia_nav_menus();
    function avia_nav_menus()
    {
    	// Override the default avia_nav_menu function to add our responsive menu
    	
    	global $avia_config, $wp_customize;
    
    	$avia_config['nav_menus'] = array(	'avia' => array('html' => __('Main Menu', 'avia_framework')),
    									'avia2' => array(
    												'html' => __('Secondary Menu <br/><small>(Will be displayed if you selected a header layout that supports a submenu <a target="_blank" href="'.admin_url('?page=avia#goto_header').'">here</a>)</small>', 'avia_framework'),
    												'plain'=> __('Secondary Menu - will be displayed if you selected a header layout that supports a submenu', 'avia_framework')),
    									'avia3' => array(
    												'html' => __('Footer Menu <br/><small>(no dropdowns)</small>', 'avia_framework'),
    												'plain'=> __('Footer Menu (no dropdowns)', 'avia_framework')),
    									'avia_responsive' => array(
    												'html' => __('Responsive Menu <br /><small>(If set will replace your main menu on mobiles)</small>'))
    								);
    	
    	add_theme_support('nav_menus');
    	
    	foreach($avia_config['nav_menus'] as $key => $value)
    	{
    		//wp-admin\customize.php does not support html code in the menu description - thus we need to strip it
    		$name = (!empty($value['plain']) && !empty($wp_customize)) ? $value['plain'] : $value['html'];
    		register_nav_menu($key, THEMENAME.' '.$name);
    	}
    }
    add_action( 'ava_after_main_menu', 'enfold_customization_add_responsive_menu' );
    function enfold_customization_add_responsive_menu() {
    
    	// Display an extra menu for responsive to be picked up via javascript
    	echo "<nav style = 'display:none;' class='main_menu_responsive' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
    		$avia_theme_location = 'avia_responsive';
    		$avia_menu_class = $avia_theme_location . '-menu';
    		$args = array(
    			'theme_location'	=> $avia_theme_location,
    			'menu_id' 			=> $avia_menu_class,
    			'menu_class'		=> 'menu av-main-nav',
    			'container_class'	=> $avia_menu_class.' av-main-nav-wrap'.$icon_beside,
    			'fallback_cb' 		=> false,
    			'walker' 			=> new avia_responsive_mega_menu()
    		);
    
    	wp_nav_menu($args); 
    		
    	echo '</nav>';
    }

    You should see a new menu area called “Enfold Responsive Menu” which when set will replace the responsive menu with a different one.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Mobile Navigation #363300

    Hey Luke86,

    This is going to take a lot of editing but I’ve seen this question asked a couple of times so I’ll take a look and post back with what I find.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Lightbox Image size #363286

    Hi!

    I don’t think magnific has an option for that unfortunately, http://dimsemenov.com/plugins/magnific-popup/documentation.html.

    You can try upscaling the image in an image editing program before you upload it but it may make it blurry (though it should still look fine on screens smaller than it’s original size).

    Best regards,
    Elliott

    in reply to: Custom Single Post Page #363284

    Hey youtea!

    For the category archives that may be a bit difficult. You can see how to create templates for each category here, http://codex.wordpress.org/Category_Templates. What you could do is create the template and then copy the code in our archive.php file and paste into it and then do whatever edits you need.

    Or you could just create a new page and use our blog posts shortcode inside and then add the category links to your menu. This will create a similar effect and let you add whatever shortcodes you need to the page.

    Regards,
    Elliott

    in reply to: Contact Form Labels in line with input field. #363277

    Hi youtea!

    Try adding this to your custom CSS.

    #element_avia_name_1 > input {
        width: 50% !important;
    }
    #element_avia_name_1 > label {
        display: inline-block !important;
    }

    That’s for the name field. If you want to do it to the email or other fields then switch the ID out to this.

    #element_avia_e-mail_1
    #element_avia_subject_1
    #element_avia_message_1

    Regards,
    Elliott

    in reply to: Layer Slider Youtube Video Placement #363275

    Hey windustries!

    I didn’t see any video in your slider but what you’ll want to do is when you edit your layer click on the “Styles” tab and for the “Left” field put in “50%” and it should center it on all screen sizes (if you have the width set to auto).

    Cheers!
    Elliott

    in reply to: Menu Subtitle #363265

    Hi!

    The easiest way to do this is to click on the dropdown when editing your menu links in Dashboard > Appearance > Menus and then for the navigation label change it to something like this.

    First line<span>Second line</span>
    

    And then you can style it with this CSS.

    .avia-menu-text > span {
        color: red;
        left: 10px;
        position: absolute;
        top: 10px;
    }

    Cheers!
    Elliott

Viewing 30 posts - 13,081 through 13,110 (of 14,834 total)