Forum Replies Created

Viewing 30 posts - 6,871 through 6,900 (of 9,352 total)
  • Author
    Posts
  • in reply to: Blog disappearing when toggled to "Grid" View #177880

    Hey!

    Please create an admin account and post the login credentials as private reply. We’ll look into it.

    Best regards,
    Peter

    in reply to: Secondary Dropdown element gets cut off in iPad #177876

    Hi!

    You can use this css code to change the dropdown position:

    
    #top #header_main_alternate .main_menu .menu #menu-item-2842 ul.sub-menu{
    right: 207px;
    }
    

    I’ll tag the thread for Kriesi, maybe he wants to write a small javascript function which checks the dropdown position and adjusts the left/right value dynamically if necessary. For now you need to change the position manually.

    Regards,
    Peter

    in reply to: Enfold WPML Portfolio entry #177815

    Hi xxtita!

    Adaik there’s a “Duplicate Button: http://www.clipular.com/c?6460588859326464=nhKXUaqD_3Y4lktpu9HGzqeELoo&f=.png which helps you to copy the entire post data to the translated post. Afterwards you just need to click the “Translate Independently” button: http://www.clipular.com/c?5987066567458816=1wEH-lhA7UwQw1JjvUaUZht13Es&f=.png to translate the post.

    Cheers!
    Peter

    Hey!

    I did not test this modification but try to adjust the height variable in wp-content\themes\enfold\js\shortcodes.js to calculate the new height. Search for

    
        		this.$slider.height(slide_height);
    

    and replace it with

    
    this.$slider.height(slide_height);
    if($('body').hasClass('.page-id-3014')) this.$slider.height(slide_height) =  this.$slider.height(slide_height) - 100;
    

    Note that the code will only work on the page with the id 3014. By going this way we avoid to break other sliders on different pages.

    Cheers!
    Peter

    in reply to: Default Footer Widgets & Socket Settings #177801

    Hi!

    I tested the option on my test server and it works for me. Note that you can overwrite the “general setting” for each post/page individually by selecting another option in the right sidebar of the post/page editor page: http://www.clipular.com/c?6618942156046336=2uxv5DJjXbJj4YegZ_rNY7E46iQ&f=.png – maybe you set a custom layout for a page and then the “general setting” won’t take effect. If this is not the case please create us an admin account and we’ll look into it. Post the log in credentials as private reply.

    Regards,
    Peter

    in reply to: Little request with accordion… #177799

    Hey!

    This is not possible – I’m sorry. Our accordion doesn’t support a “pre-selected” option and will always load all items.

    Cheers!
    Peter

    in reply to: Social Icons : Set Hover Text #177797

    Hey Michae1!

    Enfold doesn’t support such an effect. You can suggest it in the feature requests thread or hire a freelancer to implement it.

    Best regards,
    Peter

    in reply to: Image Jumps on Mouse Over #177795

    Hi blueunderground!

    Did you use the “Add Media” button to insert the image? Normally WP will add the “alignright” class to the img tag and you don’t need to use the outdated “align” attribute. In addition this class will fix the issue with the jumping text.

    Cheers!
    Peter

    in reply to: Debug #177792

    Hey Michael!

    You have two options:

    1) Insert the code at the very beginning of functions.php – below the first <?php line.

    2) If you don’t want to modify the functions.php file after every update you can place the code in your child theme functions.php. WordPress will load this file first and then it will load the Enfold parent theme.

    Regards,
    Peter

    in reply to: error message when loading theme in IE 8 #177780

    Hi yukanl!

    Seems like the memory of is not enough (Not enough storage is available to complete this operation.). I’m not sure how you can fix it but maybe a wordpress plugin or a browser extension causes a memory leak. We did not receive any similar bug reports yet and I can’t reproduce this issue with IETester on my old netbook with 1GB ram.

    Best regards,
    Peter

    in reply to: SSL Pages do not work with Android devices #177778

    Hi!

    I noticed that Kriesi uses another function to include the character map if the new icon font uploader is used. Please revert the change and in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php replace

    
    $this->paths['pluginUrl'] 	= apply_filters('avia_builder_plugins_url',  plugins_url().'/'.$this->paths['pluginDir']);
    

    with

    
    $this->paths['pluginUrl'] 	= apply_filters('avia_builder_plugins_url',  plugins_url().'/'.$this->paths['pluginDir']);
    $this->paths['pluginUrl'] = !empty($_SERVER['HTTPS']) ? str_replace('http://', 'https://', $this->paths['pluginUrl']) : $this->paths['pluginUrl'];
    

    Regards,
    Peter

    Hey!

    Maybe you need to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/

    Regards,
    Peter

    in reply to: SSL Pages do not work with Android devices #177541

    Hey!

    Mmm… maybe the ssl detection with if(!empty($_SERVER[‘HTTPS’])) fails. Please try to remove the if statement and replace

    
    		$fstring 		= $font_list['folder'].'/'.$font_name;
    

    with

    
    		$fstring 		= $font_list['folder'].'/'.$font_name;
                        $fstring = str_replace('http://', 'https://', $fstring);
    

    Best regards,
    Peter

    in reply to: Gravity Forms are not working with Layout Editor #177535

    Hi!

    Ok, I found the issue. We’ll fix this in the next version but it seems like Gravity Forms and our theme use the same class for the ajax submission. For a quick fix open up enfold/js/shortcode.js and replace:

    
    		$('.ajax_form', container).avia_ajax_form();
    

    with

    
    		//$('.ajax_form', container).avia_ajax_form();
    

    Note – this change will deactivate our ajax form but the next update will allow you to use both forms together.

    Best regards,
    Peter

    in reply to: Sorting Portfolio Categories #177338

    Hello tawesome!

    By default WordPress does not allow you to change the order of terms/categories but you can use this plugin: http://wordpress.org/plugins/taxonomy-terms-order/ to sort them.

    Cheers!
    Peter

    in reply to: Trouble with Icons #177337

    Hello!

    I’m not sure if this will solve the issue for you but Kriesi posted a fix in another thread:

    Seems this is an Apache Server configuration problem with font files. I added the following to the htaccess file and it seems to work for me now:

    http://pastie.org/8390019

    For everyone else encountering this issue please try to do the same :)
    Also for anyone else and my team: this might come in handy when dealing with font problems: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Best regards,
    Peter

    in reply to: Text block area proble #177332

    Hello!

    Maybe you deactivate the option field? Go the to editor page, search for the “Screen Options” tab in the right corner and click on it. Then tick all deselected checkboxes and WP will display ALL available option fields.

    Best regards,
    Peter

    in reply to: No preview with Enfold in dev website #177331

    Hello Jean!

    Maybe the server caches data? This can happen if plugins like WP Super Caxhe or W3TC are installed.

    Best regards,
    Peter

    in reply to: Contact form not sent? #177330

    Hello ReneBrouwer!

    Maybe your server can’t use the php mail function to send emails. please try to use a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/

    Best regards,
    Peter

    in reply to: Woocommerce catalog page #177329

    Hello!

    The child theme code (functions.php) will be loaded before the parent theme code. I suggest to use the after_setup_theme hook to overwrite the woocommerce functions in config.php. I.e. let’s assume you want to overwrite the avia_woocommerce_thumbnail() function in config.php. In this case you can use following code to deregister the default function and to replace it with your function

    
    add_action( 'after_setup_theme', 'enfold_woocommerce_child_theme_code' );
    function enfold_woocommerce_child_theme_code()
    {
    	remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10);
    	add_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail_child_theme', 10);
    
    	function avia_woocommerce_thumbnail_child_theme($asdf)
    	{
    		echo "Yippi, I'm the child theme...";
    	}
    }
    

    Basically you just need to copy paste the original function from the child theme, then rename it and modify the function code. Then remove the default action and add your custom function with add_action.

    Regards,
    Peter

    in reply to: Please contribute and translate Enfold #177322

    Hello!

    It will be updated in the next version.

    Regards,
    Peter

    in reply to: Change Shopping Cart Icon #177320

    Hey touch2be!

    Open up functions.php and search for

    
    	'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),
    

    Replace ue859 with your character code. If you don’t know it you can look it up here: http://fontello.com/ (select an icon and click on “Customize Codes” to get the character code.

    Cheers!
    Peter

    in reply to: When I edit content sections are mysteriously deleted. #177316

    Hi!

    Kriesi already added the patch to the developer version of the theme. I’m not sure if it fixes your issue but it’s worth a try. Especially because we need to check the js code of the modal editor if it doesn’t. Try following fix – open up enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.js and around line 715 replace

    
    updateTextarea: function(scope)
    {  
    

    with

    
    updateTextarea: function(scope)
    {  
         if(this.activeStatus.val() != 'active') return;
    

    Regards,
    Peter

    in reply to: Handful of questions – Bullets, Hovers, Banners… #177313

    Hi!

    1) You can change the border width with following css code

    
    #top .header_color .avia_mega_div > .sub-menu, #top .main_menu ul:first-child >li > ul {
    border-top-width: 4px!important;
    }
    
    

    2) Yes, custom fields would be a solution but it requires some custom code. Depending on what you need I recommend to to hire a freelancer. You can use the ava_after_main_menu action (see: http://codex.wordpress.org/Function_Reference/add_action ) to output the code. The advantage would be that you can place the banner image code into a child theme file.

    3) I think the “text shift” is caused by an unnecessary br tag in the html source. I think WP adds it because of the script tag. Try to place the js scripts into the same line like the image link – i.e.

    
    <p>
    <a class="wistia-popover[height=540,playerColor=7b796a,width=960]" href="http://fast.wistia.net/embed/iframe/tyg8zrndv4?popover=true" style="position: relative; overflow: hidden; display: block;"><img style="border: 1px solid black;" alt="" src="http://embed.wistia.com/deliveries/b47d9488778804ce44807dffedc629c202ee909e.jpg?image_play_button=true&image_play_button_color=7b796ae0&image_crop_resized=282x159" width="282" height="159"><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 151px; width: 267px;"><span class="image-overlay-inside"></span></span></a>
    <br>
    <script charset="ISO-8859-1" type="text/javascript" src="http://fast.wistia.com/assets/external/popover-v1.js"></script>
    </p>
    

    should turn into:

    
    <p>
    <a class="wistia-popover[height=540,playerColor=7b796a,width=960]" href="http://fast.wistia.net/embed/iframe/tyg8zrndv4?popover=true" style="position: relative; overflow: hidden; display: block;"><img style="border: 1px solid black;" alt="" src="http://embed.wistia.com/deliveries/b47d9488778804ce44807dffedc629c202ee909e.jpg?image_play_button=true&image_play_button_color=7b796ae0&image_crop_resized=282x159" width="282" height="159"><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 151px; width: 267px;"><span class="image-overlay-inside"></span></span></a> <script charset="ISO-8859-1" type="text/javascript" src="http://fast.wistia.com/assets/external/popover-v1.js"></script>
    </p>
    

    If this doesn’t work because of whatever reason try to add following code to the quick css field

    
    .home .flex_column .iconbox_content p br{ display: none; }
    

    4) Try following css code – it should replace the rectangles with bullets

    
    .avia-bullet {
    border: 2px solid !important;
    border-radius: 2px;
    }
    

    Best regards,
    Peter

    in reply to: advanced custom fields for portfolio #177304

    Hey!

    Glad that Types works for you. It’s a great plugin anyway because it helps you to crete custom post types and taxonomies too.

    Regards,
    Peter

    in reply to: Trying to get royalslider to go full-width #177295

    Hello!

    You can try to decrease the width a bit (i.e. set it to 98% or so. If it still doesn’t work please post a link to the slider page – maybe we can fix it.

    Cheers!
    Peter

    in reply to: Still not getting Ajax to work #177290

    Hi!

    I tagged this thread for Ismael.

    Best regards,
    Peter

    in reply to: Permalink 'postname' gives 403 forbidden #177288

    Hello!

    Maybe the server can’t create/write the htaccess file. You can try to add the code manually – see: http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29

    If this doesn’t help I recommend to contact the hoster support staff – they can check the server configuration and rewrite rules and change it if necessary.

    Cheers!
    Peter

    in reply to: Exerpt only in search results #177287

    Hey!

    Yes, see: http://www.wpexplorer.com/limit-wordpress-search/

    You can even use a child theme to add the hidden input fields to your search form – just paste following code into the functions.php file (child theme or enfold functions.php):

    
    add_action('ava_frontend_search_form','add_search_form_fields');
    function add_search_form_fields()
    {
    echo '<input type="hidden" name="cat" id="cat" value="5" />';
    }
    

    and instead of 5 enter the id of the category you want to include in the search.

    Cheers!
    Peter

    in reply to: Event Espresso shortcode not working in Enfold Theme #177286

    Hi!

    Please contact the plugin authors regarding this issue. I’m not familiar with the code of Events Espresso and I’m not sure why it doesn’t work. If the Event Espresso developers need any help to find the issue they can send me a mail to: (Email address hidden if logged out) and I’ll try to solve the issue with them.

    Cheers!
    Peter

Viewing 30 posts - 6,871 through 6,900 (of 9,352 total)